2024-09-18T13:50:36.870 INFO:root:teuthology version: 1.2.2.dev2+g3752d38 2024-09-18T13:50:36.886 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-18T13:50:36.966 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/skanta-2024-09-18_09:13:00-rados-wip-bharath11-testing-2024-09-18-1115-quincy-distro-default-smithi/7911073 branch: wip-bharath11-testing-2024-09-18-1115-quincy description: rados/cephadm/workunits/{0-distro/ubuntu_20.04 agent/on mon_election/classic task/test_set_mon_crush_locations} email: skanta@redhat.com first_in_suite: false job_id: '7911073' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: skanta-2024-09-18_09:13:00-rados-wip-bharath11-testing-2024-09-18-1115-quincy-distro-default-smithi no_nested_subset: false os_type: ubuntu os_version: '20.04' overrides: admin_socket: branch: wip-bharath11-testing-2024-09-18-1115-quincy ceph: conf: global: mon election default strategy: 1 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: true mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) - MON_DOWN - POOL_APP_NOT_ENABLED - mon down - mons down - out of quorum sha1: 7061ea6ca50908d104e9f3979dc615e118d9e153 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 7061ea6ca50908d104e9f3979dc615e118d9e153 workunit: branch: wip-bharath11-testing-2024-09-18-1115-quincy sha1: 7061ea6ca50908d104e9f3979dc615e118d9e153 owner: scheduled_skanta@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: 4631 sha1: 7061ea6ca50908d104e9f3979dc615e118d9e153 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-bharath11-testing-2024-09-18-1115-quincy suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_7061ea6ca50908d104e9f3979dc615e118d9e153/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 7061ea6ca50908d104e9f3979dc615e118d9e153 targets: smithi135.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM= smithi161.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM= smithi192.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM= 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 0x7f56c7a37ac0>, signals=[15]) 2024-09-18T13:50:37.300 INFO:teuthology.run_tasks:Running task internal.connect... 2024-09-18T13:50:37.308 INFO:teuthology.task.internal:Opening connections... 2024-09-18T13:50:37.308 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi135.front.sepia.ceph.com 2024-09-18T13:50:37.309 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi135.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-18T13:50:37.407 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi161.front.sepia.ceph.com 2024-09-18T13:50:37.408 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi161.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-18T13:50:37.506 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi192.front.sepia.ceph.com 2024-09-18T13:50:37.507 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi192.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-18T13:50:37.597 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-09-18T13:50:37.604 DEBUG:teuthology.orchestra.run.smithi135:> uname -m 2024-09-18T13:50:37.611 INFO:teuthology.orchestra.run.smithi135.stdout:x86_64 2024-09-18T13:50:37.611 DEBUG:teuthology.orchestra.run.smithi135:> cat /etc/os-release 2024-09-18T13:50:37.659 INFO:teuthology.orchestra.run.smithi135.stdout:NAME="Ubuntu" 2024-09-18T13:50:37.659 INFO:teuthology.orchestra.run.smithi135.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2024-09-18T13:50:37.659 INFO:teuthology.orchestra.run.smithi135.stdout:ID=ubuntu 2024-09-18T13:50:37.659 INFO:teuthology.orchestra.run.smithi135.stdout:ID_LIKE=debian 2024-09-18T13:50:37.659 INFO:teuthology.orchestra.run.smithi135.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2024-09-18T13:50:37.659 INFO:teuthology.orchestra.run.smithi135.stdout:VERSION_ID="20.04" 2024-09-18T13:50:37.659 INFO:teuthology.orchestra.run.smithi135.stdout:HOME_URL="https://www.ubuntu.com/" 2024-09-18T13:50:37.659 INFO:teuthology.orchestra.run.smithi135.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-09-18T13:50:37.660 INFO:teuthology.orchestra.run.smithi135.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-09-18T13:50:37.660 INFO:teuthology.orchestra.run.smithi135.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-09-18T13:50:37.660 INFO:teuthology.orchestra.run.smithi135.stdout:VERSION_CODENAME=focal 2024-09-18T13:50:37.660 INFO:teuthology.orchestra.run.smithi135.stdout:UBUNTU_CODENAME=focal 2024-09-18T13:50:37.660 INFO:teuthology.lock.ops:Updating smithi135.front.sepia.ceph.com on lock server 2024-09-18T13:50:37.677 DEBUG:teuthology.orchestra.run.smithi161:> uname -m 2024-09-18T13:50:37.685 INFO:teuthology.orchestra.run.smithi161.stdout:x86_64 2024-09-18T13:50:37.685 DEBUG:teuthology.orchestra.run.smithi161:> cat /etc/os-release 2024-09-18T13:50:37.735 INFO:teuthology.orchestra.run.smithi161.stdout:NAME="Ubuntu" 2024-09-18T13:50:37.735 INFO:teuthology.orchestra.run.smithi161.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2024-09-18T13:50:37.735 INFO:teuthology.orchestra.run.smithi161.stdout:ID=ubuntu 2024-09-18T13:50:37.735 INFO:teuthology.orchestra.run.smithi161.stdout:ID_LIKE=debian 2024-09-18T13:50:37.735 INFO:teuthology.orchestra.run.smithi161.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2024-09-18T13:50:37.735 INFO:teuthology.orchestra.run.smithi161.stdout:VERSION_ID="20.04" 2024-09-18T13:50:37.735 INFO:teuthology.orchestra.run.smithi161.stdout:HOME_URL="https://www.ubuntu.com/" 2024-09-18T13:50:37.735 INFO:teuthology.orchestra.run.smithi161.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-09-18T13:50:37.736 INFO:teuthology.orchestra.run.smithi161.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-09-18T13:50:37.736 INFO:teuthology.orchestra.run.smithi161.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-09-18T13:50:37.736 INFO:teuthology.orchestra.run.smithi161.stdout:VERSION_CODENAME=focal 2024-09-18T13:50:37.736 INFO:teuthology.orchestra.run.smithi161.stdout:UBUNTU_CODENAME=focal 2024-09-18T13:50:37.736 INFO:teuthology.lock.ops:Updating smithi161.front.sepia.ceph.com on lock server 2024-09-18T13:50:37.761 DEBUG:teuthology.orchestra.run.smithi192:> uname -m 2024-09-18T13:50:37.768 INFO:teuthology.orchestra.run.smithi192.stdout:x86_64 2024-09-18T13:50:37.769 DEBUG:teuthology.orchestra.run.smithi192:> cat /etc/os-release 2024-09-18T13:50:37.775 INFO:teuthology.orchestra.run.smithi192.stdout:NAME="Ubuntu" 2024-09-18T13:50:37.776 INFO:teuthology.orchestra.run.smithi192.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2024-09-18T13:50:37.776 INFO:teuthology.orchestra.run.smithi192.stdout:ID=ubuntu 2024-09-18T13:50:37.776 INFO:teuthology.orchestra.run.smithi192.stdout:ID_LIKE=debian 2024-09-18T13:50:37.776 INFO:teuthology.orchestra.run.smithi192.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2024-09-18T13:50:37.776 INFO:teuthology.orchestra.run.smithi192.stdout:VERSION_ID="20.04" 2024-09-18T13:50:37.776 INFO:teuthology.orchestra.run.smithi192.stdout:HOME_URL="https://www.ubuntu.com/" 2024-09-18T13:50:37.776 INFO:teuthology.orchestra.run.smithi192.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-09-18T13:50:37.776 INFO:teuthology.orchestra.run.smithi192.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-09-18T13:50:37.776 INFO:teuthology.orchestra.run.smithi192.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-09-18T13:50:37.776 INFO:teuthology.orchestra.run.smithi192.stdout:VERSION_CODENAME=focal 2024-09-18T13:50:37.777 INFO:teuthology.orchestra.run.smithi192.stdout:UBUNTU_CODENAME=focal 2024-09-18T13:50:37.777 INFO:teuthology.lock.ops:Updating smithi192.front.sepia.ceph.com on lock server 2024-09-18T13:50:37.794 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-09-18T13:50:37.808 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-09-18T13:50:37.821 INFO:teuthology.task.internal:Checking for old test directory... 2024-09-18T13:50:37.821 DEBUG:teuthology.orchestra.run.smithi135:> test '!' -e /home/ubuntu/cephtest 2024-09-18T13:50:37.823 DEBUG:teuthology.orchestra.run.smithi161:> test '!' -e /home/ubuntu/cephtest 2024-09-18T13:50:37.825 DEBUG:teuthology.orchestra.run.smithi192:> test '!' -e /home/ubuntu/cephtest 2024-09-18T13:50:37.831 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-09-18T13:50:37.842 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-09-18T13:50:37.842 DEBUG:teuthology.orchestra.run.smithi135:> test -z $(ls -A /var/lib/ceph) 2024-09-18T13:50:37.845 DEBUG:teuthology.orchestra.run.smithi161:> test -z $(ls -A /var/lib/ceph) 2024-09-18T13:50:37.847 DEBUG:teuthology.orchestra.run.smithi192:> test -z $(ls -A /var/lib/ceph) 2024-09-18T13:50:37.867 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-09-18T13:50:37.928 INFO:teuthology.run_tasks:Running task kernel... 2024-09-18T13:50:37.951 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-09-18T13:50:37.951 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-09-18T13:50:37.951 DEBUG:teuthology.orchestra.run.smithi135:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-18T13:50:37.952 DEBUG:teuthology.orchestra.run.smithi161:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-18T13:50:37.952 DEBUG:teuthology.orchestra.run.smithi192:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-18T13:50:37.957 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-18T13:50:37.958 DEBUG:teuthology.orchestra.run.smithi161:> uname -r 2024-09-18T13:50:37.958 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-18T13:50:37.958 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-18T13:50:37.959 DEBUG:teuthology.orchestra.run.smithi192:> uname -r 2024-09-18T13:50:37.960 DEBUG:teuthology.orchestra.run.smithi135:> uname -r 2024-09-18T13:50:37.966 INFO:teuthology.orchestra.run.smithi161.stdout:5.4.0-124-generic 2024-09-18T13:50:37.966 INFO:teuthology.task.kernel:Running kernel on smithi161: 5.4.0-124-generic 2024-09-18T13:50:37.966 DEBUG:teuthology.orchestra.run.smithi161:> sudo apt-get clean 2024-09-18T13:50:37.967 INFO:teuthology.orchestra.run.smithi135.stdout:5.4.0-124-generic 2024-09-18T13:50:37.967 INFO:teuthology.task.kernel:Running kernel on smithi135: 5.4.0-124-generic 2024-09-18T13:50:37.967 DEBUG:teuthology.orchestra.run.smithi135:> sudo apt-get clean 2024-09-18T13:50:38.009 INFO:teuthology.orchestra.run.smithi192.stdout:5.4.0-124-generic 2024-09-18T13:50:38.009 INFO:teuthology.task.kernel:Running kernel on smithi192: 5.4.0-124-generic 2024-09-18T13:50:38.009 DEBUG:teuthology.orchestra.run.smithi192:> sudo apt-get clean 2024-09-18T13:50:38.105 DEBUG:teuthology.orchestra.run.smithi192:> sudo apt-get update 2024-09-18T13:50:38.114 DEBUG:teuthology.orchestra.run.smithi135:> sudo apt-get update 2024-09-18T13:50:38.129 DEBUG:teuthology.orchestra.run.smithi161:> sudo apt-get update 2024-09-18T13:50:38.266 INFO:teuthology.orchestra.run.smithi135.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2024-09-18T13:50:38.266 INFO:teuthology.orchestra.run.smithi135.stdout:Get:2 http://security.ubuntu.com/ubuntu focal-security InRelease [128 kB] 2024-09-18T13:50:38.266 INFO:teuthology.orchestra.run.smithi135.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [128 kB] 2024-09-18T13:50:38.275 INFO:teuthology.orchestra.run.smithi192.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2024-09-18T13:50:38.277 INFO:teuthology.orchestra.run.smithi161.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2024-09-18T13:50:38.277 INFO:teuthology.orchestra.run.smithi161.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease [128 kB] 2024-09-18T13:50:38.277 INFO:teuthology.orchestra.run.smithi161.stdout:Get:3 http://security.ubuntu.com/ubuntu focal-security InRelease [128 kB] 2024-09-18T13:50:38.287 INFO:teuthology.orchestra.run.smithi192.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease [128 kB] 2024-09-18T13:50:38.341 INFO:teuthology.orchestra.run.smithi192.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-backports InRelease [128 kB] 2024-09-18T13:50:38.342 INFO:teuthology.orchestra.run.smithi135.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease [128 kB] 2024-09-18T13:50:38.349 INFO:teuthology.orchestra.run.smithi161.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease [128 kB] 2024-09-18T13:50:38.378 INFO:teuthology.orchestra.run.smithi192.stdout:Get:4 http://security.ubuntu.com/ubuntu focal-security InRelease [128 kB] 2024-09-18T13:50:38.652 INFO:teuthology.orchestra.run.smithi192.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [1,036 kB] 2024-09-18T13:50:38.667 INFO:teuthology.orchestra.run.smithi135.stdout:Get:5 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [3,223 kB] 2024-09-18T13:50:38.670 INFO:teuthology.orchestra.run.smithi161.stdout:Get:5 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [3,223 kB] 2024-09-18T13:50:38.735 INFO:teuthology.orchestra.run.smithi192.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [3,597 kB] 2024-09-18T13:50:38.786 INFO:teuthology.orchestra.run.smithi192.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [553 kB] 2024-09-18T13:50:38.790 INFO:teuthology.orchestra.run.smithi192.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [17.7 kB] 2024-09-18T13:50:38.791 INFO:teuthology.orchestra.run.smithi192.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [39.6 kB] 2024-09-18T13:50:38.791 INFO:teuthology.orchestra.run.smithi192.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [3,279 kB] 2024-09-18T13:50:38.809 INFO:teuthology.orchestra.run.smithi161.stdout:Get:6 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [817 kB] 2024-09-18T13:50:38.810 INFO:teuthology.orchestra.run.smithi161.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [1,036 kB] 2024-09-18T13:50:38.822 INFO:teuthology.orchestra.run.smithi192.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [459 kB] 2024-09-18T13:50:38.822 INFO:teuthology.orchestra.run.smithi161.stdout:Get:8 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [475 kB] 2024-09-18T13:50:38.826 INFO:teuthology.orchestra.run.smithi192.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [548 B] 2024-09-18T13:50:38.826 INFO:teuthology.orchestra.run.smithi192.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,231 kB] 2024-09-18T13:50:38.827 INFO:teuthology.orchestra.run.smithi161.stdout:Get:9 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [14.3 kB] 2024-09-18T13:50:38.828 INFO:teuthology.orchestra.run.smithi161.stdout:Get:10 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [3,152 kB] 2024-09-18T13:50:38.834 INFO:teuthology.orchestra.run.smithi192.stdout:Get:14 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [807 kB] 2024-09-18T13:50:38.835 INFO:teuthology.orchestra.run.smithi135.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [3,597 kB] 2024-09-18T13:50:38.836 INFO:teuthology.orchestra.run.smithi135.stdout:Get:7 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [817 kB] 2024-09-18T13:50:38.841 INFO:teuthology.orchestra.run.smithi192.stdout:Get:15 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [295 kB] 2024-09-18T13:50:38.843 INFO:teuthology.orchestra.run.smithi192.stdout:Get:16 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [28.3 kB] 2024-09-18T13:50:38.844 INFO:teuthology.orchestra.run.smithi192.stdout:Get:17 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [27.1 kB] 2024-09-18T13:50:38.844 INFO:teuthology.orchestra.run.smithi192.stdout:Get:18 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,440 B] 2024-09-18T13:50:38.845 INFO:teuthology.orchestra.run.smithi192.stdout:Get:19 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,936 B] 2024-09-18T13:50:38.845 INFO:teuthology.orchestra.run.smithi192.stdout:Get:20 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [616 B] 2024-09-18T13:50:38.851 INFO:teuthology.orchestra.run.smithi135.stdout:Get:8 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [475 kB] 2024-09-18T13:50:38.852 INFO:teuthology.orchestra.run.smithi161.stdout:Get:11 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [38.3 kB] 2024-09-18T13:50:38.852 INFO:teuthology.orchestra.run.smithi161.stdout:Get:12 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [441 kB] 2024-09-18T13:50:38.855 INFO:teuthology.orchestra.run.smithi161.stdout:Get:13 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [548 B] 2024-09-18T13:50:38.855 INFO:teuthology.orchestra.run.smithi161.stdout:Get:14 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [681 kB] 2024-09-18T13:50:38.856 INFO:teuthology.orchestra.run.smithi135.stdout:Get:9 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [14.3 kB] 2024-09-18T13:50:38.856 INFO:teuthology.orchestra.run.smithi135.stdout:Get:10 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [38.3 kB] 2024-09-18T13:50:38.856 INFO:teuthology.orchestra.run.smithi135.stdout:Get:11 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [3,152 kB] 2024-09-18T13:50:38.860 INFO:teuthology.orchestra.run.smithi161.stdout:Get:15 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [1,012 kB] 2024-09-18T13:50:38.861 INFO:teuthology.orchestra.run.smithi192.stdout:Get:21 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB] 2024-09-18T13:50:38.862 INFO:teuthology.orchestra.run.smithi192.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [36.1 kB] 2024-09-18T13:50:38.863 INFO:teuthology.orchestra.run.smithi192.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [1,420 B] 2024-09-18T13:50:38.863 INFO:teuthology.orchestra.run.smithi192.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2024-09-18T13:50:38.868 INFO:teuthology.orchestra.run.smithi161.stdout:Get:16 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [213 kB] 2024-09-18T13:50:38.870 INFO:teuthology.orchestra.run.smithi161.stdout:Get:17 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [21.4 kB] 2024-09-18T13:50:38.871 INFO:teuthology.orchestra.run.smithi161.stdout:Get:18 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [24.8 kB] 2024-09-18T13:50:38.871 INFO:teuthology.orchestra.run.smithi161.stdout:Get:19 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,204 B] 2024-09-18T13:50:38.878 INFO:teuthology.orchestra.run.smithi135.stdout:Get:12 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [441 kB] 2024-09-18T13:50:38.879 INFO:teuthology.orchestra.run.smithi161.stdout:Get:20 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,968 B] 2024-09-18T13:50:38.879 INFO:teuthology.orchestra.run.smithi161.stdout:Get:21 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [540 B] 2024-09-18T13:50:38.881 INFO:teuthology.orchestra.run.smithi135.stdout:Get:13 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [548 B] 2024-09-18T13:50:38.881 INFO:teuthology.orchestra.run.smithi135.stdout:Get:14 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [1,012 kB] 2024-09-18T13:50:38.882 INFO:teuthology.orchestra.run.smithi192.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB] 2024-09-18T13:50:38.882 INFO:teuthology.orchestra.run.smithi192.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2024-09-18T13:50:38.885 INFO:teuthology.orchestra.run.smithi161.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [3,597 kB] 2024-09-18T13:50:38.888 INFO:teuthology.orchestra.run.smithi135.stdout:Get:15 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [681 kB] 2024-09-18T13:50:38.893 INFO:teuthology.orchestra.run.smithi135.stdout:Get:16 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [213 kB] 2024-09-18T13:50:38.895 INFO:teuthology.orchestra.run.smithi135.stdout:Get:17 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [21.4 kB] 2024-09-18T13:50:38.895 INFO:teuthology.orchestra.run.smithi135.stdout:Get:18 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [24.8 kB] 2024-09-18T13:50:38.896 INFO:teuthology.orchestra.run.smithi135.stdout:Get:19 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,204 B] 2024-09-18T13:50:38.896 INFO:teuthology.orchestra.run.smithi135.stdout:Get:20 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,968 B] 2024-09-18T13:50:38.902 INFO:teuthology.orchestra.run.smithi135.stdout:Get:21 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [540 B] 2024-09-18T13:50:38.925 INFO:teuthology.orchestra.run.smithi161.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [553 kB] 2024-09-18T13:50:38.929 INFO:teuthology.orchestra.run.smithi161.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [17.7 kB] 2024-09-18T13:50:38.929 INFO:teuthology.orchestra.run.smithi161.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [3,279 kB] 2024-09-18T13:50:38.938 INFO:teuthology.orchestra.run.smithi135.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [1,036 kB] 2024-09-18T13:50:38.949 INFO:teuthology.orchestra.run.smithi135.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [553 kB] 2024-09-18T13:50:38.950 INFO:teuthology.orchestra.run.smithi161.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [39.6 kB] 2024-09-18T13:50:38.950 INFO:teuthology.orchestra.run.smithi161.stdout:Get:27 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [459 kB] 2024-09-18T13:50:38.953 INFO:teuthology.orchestra.run.smithi161.stdout:Get:28 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [548 B] 2024-09-18T13:50:38.953 INFO:teuthology.orchestra.run.smithi161.stdout:Get:29 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,231 kB] 2024-09-18T13:50:38.954 INFO:teuthology.orchestra.run.smithi135.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [17.7 kB] 2024-09-18T13:50:38.954 INFO:teuthology.orchestra.run.smithi135.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [39.6 kB] 2024-09-18T13:50:38.955 INFO:teuthology.orchestra.run.smithi135.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [3,279 kB] 2024-09-18T13:50:38.961 INFO:teuthology.orchestra.run.smithi161.stdout:Get:30 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [807 kB] 2024-09-18T13:50:38.964 INFO:teuthology.orchestra.run.smithi192.stdout:Get:27 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [3,223 kB] 2024-09-18T13:50:38.966 INFO:teuthology.orchestra.run.smithi161.stdout:Get:31 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [295 kB] 2024-09-18T13:50:38.968 INFO:teuthology.orchestra.run.smithi161.stdout:Get:32 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [28.3 kB] 2024-09-18T13:50:38.969 INFO:teuthology.orchestra.run.smithi161.stdout:Get:33 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,440 B] 2024-09-18T13:50:38.969 INFO:teuthology.orchestra.run.smithi161.stdout:Get:34 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [27.1 kB] 2024-09-18T13:50:38.976 INFO:teuthology.orchestra.run.smithi135.stdout:Get:27 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [459 kB] 2024-09-18T13:50:38.979 INFO:teuthology.orchestra.run.smithi161.stdout:Get:35 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,936 B] 2024-09-18T13:50:38.980 INFO:teuthology.orchestra.run.smithi135.stdout:Get:28 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [548 B] 2024-09-18T13:50:38.980 INFO:teuthology.orchestra.run.smithi135.stdout:Get:29 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,231 kB] 2024-09-18T13:50:38.980 INFO:teuthology.orchestra.run.smithi161.stdout:Get:36 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [616 B] 2024-09-18T13:50:38.980 INFO:teuthology.orchestra.run.smithi161.stdout:Get:37 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [36.1 kB] 2024-09-18T13:50:38.980 INFO:teuthology.orchestra.run.smithi161.stdout:Get:38 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB] 2024-09-18T13:50:38.980 INFO:teuthology.orchestra.run.smithi161.stdout:Get:39 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [1,420 B] 2024-09-18T13:50:38.987 INFO:teuthology.orchestra.run.smithi135.stdout:Get:30 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [807 kB] 2024-09-18T13:50:38.995 INFO:teuthology.orchestra.run.smithi135.stdout:Get:31 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [295 kB] 2024-09-18T13:50:38.996 INFO:teuthology.orchestra.run.smithi161.stdout:Get:40 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2024-09-18T13:50:38.997 INFO:teuthology.orchestra.run.smithi161.stdout:Get:41 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB] 2024-09-18T13:50:38.997 INFO:teuthology.orchestra.run.smithi135.stdout:Get:32 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [28.3 kB] 2024-09-18T13:50:38.997 INFO:teuthology.orchestra.run.smithi135.stdout:Get:33 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,440 B] 2024-09-18T13:50:38.998 INFO:teuthology.orchestra.run.smithi161.stdout:Get:42 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2024-09-18T13:50:38.998 INFO:teuthology.orchestra.run.smithi135.stdout:Get:34 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [27.1 kB] 2024-09-18T13:50:38.998 INFO:teuthology.orchestra.run.smithi135.stdout:Get:35 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,936 B] 2024-09-18T13:50:39.001 INFO:teuthology.orchestra.run.smithi135.stdout:Get:36 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [616 B] 2024-09-18T13:50:39.001 INFO:teuthology.orchestra.run.smithi135.stdout:Get:37 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [36.1 kB] 2024-09-18T13:50:39.001 INFO:teuthology.orchestra.run.smithi135.stdout:Get:38 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB] 2024-09-18T13:50:39.018 INFO:teuthology.orchestra.run.smithi135.stdout:Get:39 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [1,420 B] 2024-09-18T13:50:39.019 INFO:teuthology.orchestra.run.smithi135.stdout:Get:40 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB] 2024-09-18T13:50:39.019 INFO:teuthology.orchestra.run.smithi135.stdout:Get:41 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2024-09-18T13:50:39.019 INFO:teuthology.orchestra.run.smithi135.stdout:Get:42 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2024-09-18T13:50:39.451 INFO:teuthology.orchestra.run.smithi192.stdout:Get:28 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [817 kB] 2024-09-18T13:50:39.465 INFO:teuthology.orchestra.run.smithi192.stdout:Get:29 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [475 kB] 2024-09-18T13:50:39.473 INFO:teuthology.orchestra.run.smithi192.stdout:Get:30 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [14.3 kB] 2024-09-18T13:50:39.473 INFO:teuthology.orchestra.run.smithi192.stdout:Get:31 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [3,152 kB] 2024-09-18T13:50:39.562 INFO:teuthology.orchestra.run.smithi192.stdout:Get:32 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [38.3 kB] 2024-09-18T13:50:39.563 INFO:teuthology.orchestra.run.smithi192.stdout:Get:33 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [441 kB] 2024-09-18T13:50:39.570 INFO:teuthology.orchestra.run.smithi192.stdout:Get:34 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [548 B] 2024-09-18T13:50:39.570 INFO:teuthology.orchestra.run.smithi192.stdout:Get:35 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [681 kB] 2024-09-18T13:50:39.618 INFO:teuthology.orchestra.run.smithi192.stdout:Get:36 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [1,012 kB] 2024-09-18T13:50:39.633 INFO:teuthology.orchestra.run.smithi192.stdout:Get:37 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [213 kB] 2024-09-18T13:50:39.635 INFO:teuthology.orchestra.run.smithi192.stdout:Get:38 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [21.4 kB] 2024-09-18T13:50:39.635 INFO:teuthology.orchestra.run.smithi192.stdout:Get:39 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,204 B] 2024-09-18T13:50:39.636 INFO:teuthology.orchestra.run.smithi192.stdout:Get:40 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [24.8 kB] 2024-09-18T13:50:39.711 INFO:teuthology.orchestra.run.smithi192.stdout:Get:41 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,968 B] 2024-09-18T13:50:39.711 INFO:teuthology.orchestra.run.smithi192.stdout:Get:42 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [540 B] 2024-09-18T13:50:43.086 INFO:teuthology.orchestra.run.smithi161.stdout:Fetched 22.0 MB in 3s (7,222 kB/s) 2024-09-18T13:50:43.140 INFO:teuthology.orchestra.run.smithi192.stdout:Fetched 22.0 MB in 3s (7,296 kB/s) 2024-09-18T13:50:43.236 INFO:teuthology.orchestra.run.smithi135.stdout:Fetched 22.0 MB in 3s (7,107 kB/s) 2024-09-18T13:50:44.680 INFO:teuthology.orchestra.run.smithi161.stdout:Reading package lists... 2024-09-18T13:50:44.708 DEBUG:teuthology.orchestra.run.smithi161:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-18T13:50:44.711 INFO:teuthology.orchestra.run.smithi192.stdout:Reading package lists... 2024-09-18T13:50:44.739 DEBUG:teuthology.orchestra.run.smithi192:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-18T13:50:44.785 INFO:teuthology.orchestra.run.smithi161.stdout:Reading package lists... 2024-09-18T13:50:44.827 INFO:teuthology.orchestra.run.smithi192.stdout:Reading package lists... 2024-09-18T13:50:44.837 INFO:teuthology.orchestra.run.smithi135.stdout:Reading package lists... 2024-09-18T13:50:44.869 DEBUG:teuthology.orchestra.run.smithi135:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-18T13:50:44.945 INFO:teuthology.orchestra.run.smithi135.stdout:Reading package lists... 2024-09-18T13:50:45.006 INFO:teuthology.orchestra.run.smithi161.stdout:Building dependency tree... 2024-09-18T13:50:45.006 INFO:teuthology.orchestra.run.smithi161.stdout:Reading state information... 2024-09-18T13:50:45.028 INFO:teuthology.orchestra.run.smithi192.stdout:Building dependency tree... 2024-09-18T13:50:45.029 INFO:teuthology.orchestra.run.smithi192.stdout:Reading state information... 2024-09-18T13:50:45.163 INFO:teuthology.orchestra.run.smithi135.stdout:Building dependency tree... 2024-09-18T13:50:45.163 INFO:teuthology.orchestra.run.smithi135.stdout:Reading state information... 2024-09-18T13:50:45.220 INFO:teuthology.orchestra.run.smithi161.stdout:The following additional packages will be installed: 2024-09-18T13:50:45.220 INFO:teuthology.orchestra.run.smithi161.stdout: linux-generic linux-headers-5.4.0-196 linux-headers-5.4.0-196-generic 2024-09-18T13:50:45.220 INFO:teuthology.orchestra.run.smithi161.stdout: linux-headers-generic linux-image-5.4.0-196-generic 2024-09-18T13:50:45.220 INFO:teuthology.orchestra.run.smithi161.stdout: linux-modules-5.4.0-196-generic linux-modules-extra-5.4.0-196-generic 2024-09-18T13:50:45.221 INFO:teuthology.orchestra.run.smithi161.stdout:Suggested packages: 2024-09-18T13:50:45.221 INFO:teuthology.orchestra.run.smithi161.stdout: fdutils linux-doc | linux-source-5.4.0 linux-tools 2024-09-18T13:50:45.221 INFO:teuthology.orchestra.run.smithi161.stdout:Recommended packages: 2024-09-18T13:50:45.221 INFO:teuthology.orchestra.run.smithi161.stdout: thermald 2024-09-18T13:50:45.226 INFO:teuthology.orchestra.run.smithi192.stdout:The following additional packages will be installed: 2024-09-18T13:50:45.226 INFO:teuthology.orchestra.run.smithi192.stdout: linux-generic linux-headers-5.4.0-196 linux-headers-5.4.0-196-generic 2024-09-18T13:50:45.226 INFO:teuthology.orchestra.run.smithi192.stdout: linux-headers-generic linux-image-5.4.0-196-generic 2024-09-18T13:50:45.227 INFO:teuthology.orchestra.run.smithi192.stdout: linux-modules-5.4.0-196-generic linux-modules-extra-5.4.0-196-generic 2024-09-18T13:50:45.228 INFO:teuthology.orchestra.run.smithi192.stdout:Suggested packages: 2024-09-18T13:50:45.228 INFO:teuthology.orchestra.run.smithi192.stdout: fdutils linux-doc | linux-source-5.4.0 linux-tools 2024-09-18T13:50:45.228 INFO:teuthology.orchestra.run.smithi192.stdout:Recommended packages: 2024-09-18T13:50:45.228 INFO:teuthology.orchestra.run.smithi192.stdout: thermald 2024-09-18T13:50:45.280 INFO:teuthology.orchestra.run.smithi161.stdout:The following NEW packages will be installed: 2024-09-18T13:50:45.280 INFO:teuthology.orchestra.run.smithi161.stdout: linux-headers-5.4.0-196 linux-headers-5.4.0-196-generic 2024-09-18T13:50:45.280 INFO:teuthology.orchestra.run.smithi161.stdout: linux-image-5.4.0-196-generic linux-modules-5.4.0-196-generic 2024-09-18T13:50:45.280 INFO:teuthology.orchestra.run.smithi161.stdout: linux-modules-extra-5.4.0-196-generic 2024-09-18T13:50:45.281 INFO:teuthology.orchestra.run.smithi161.stdout:The following packages will be upgraded: 2024-09-18T13:50:45.282 INFO:teuthology.orchestra.run.smithi161.stdout: linux-generic linux-headers-generic linux-image-generic 2024-09-18T13:50:45.289 INFO:teuthology.orchestra.run.smithi192.stdout:The following NEW packages will be installed: 2024-09-18T13:50:45.290 INFO:teuthology.orchestra.run.smithi192.stdout: linux-headers-5.4.0-196 linux-headers-5.4.0-196-generic 2024-09-18T13:50:45.290 INFO:teuthology.orchestra.run.smithi192.stdout: linux-image-5.4.0-196-generic linux-modules-5.4.0-196-generic 2024-09-18T13:50:45.290 INFO:teuthology.orchestra.run.smithi192.stdout: linux-modules-extra-5.4.0-196-generic 2024-09-18T13:50:45.291 INFO:teuthology.orchestra.run.smithi192.stdout:The following packages will be upgraded: 2024-09-18T13:50:45.292 INFO:teuthology.orchestra.run.smithi192.stdout: linux-generic linux-headers-generic linux-image-generic 2024-09-18T13:50:45.365 INFO:teuthology.orchestra.run.smithi135.stdout:The following additional packages will be installed: 2024-09-18T13:50:45.365 INFO:teuthology.orchestra.run.smithi135.stdout: linux-generic linux-headers-5.4.0-196 linux-headers-5.4.0-196-generic 2024-09-18T13:50:45.365 INFO:teuthology.orchestra.run.smithi135.stdout: linux-headers-generic linux-image-5.4.0-196-generic 2024-09-18T13:50:45.366 INFO:teuthology.orchestra.run.smithi135.stdout: linux-modules-5.4.0-196-generic linux-modules-extra-5.4.0-196-generic 2024-09-18T13:50:45.367 INFO:teuthology.orchestra.run.smithi135.stdout:Suggested packages: 2024-09-18T13:50:45.367 INFO:teuthology.orchestra.run.smithi135.stdout: fdutils linux-doc | linux-source-5.4.0 linux-tools 2024-09-18T13:50:45.367 INFO:teuthology.orchestra.run.smithi135.stdout:Recommended packages: 2024-09-18T13:50:45.367 INFO:teuthology.orchestra.run.smithi135.stdout: thermald 2024-09-18T13:50:45.422 INFO:teuthology.orchestra.run.smithi135.stdout:The following NEW packages will be installed: 2024-09-18T13:50:45.422 INFO:teuthology.orchestra.run.smithi135.stdout: linux-headers-5.4.0-196 linux-headers-5.4.0-196-generic 2024-09-18T13:50:45.422 INFO:teuthology.orchestra.run.smithi135.stdout: linux-image-5.4.0-196-generic linux-modules-5.4.0-196-generic 2024-09-18T13:50:45.422 INFO:teuthology.orchestra.run.smithi135.stdout: linux-modules-extra-5.4.0-196-generic 2024-09-18T13:50:45.423 INFO:teuthology.orchestra.run.smithi135.stdout:The following packages will be upgraded: 2024-09-18T13:50:45.424 INFO:teuthology.orchestra.run.smithi135.stdout: linux-generic linux-headers-generic linux-image-generic 2024-09-18T13:50:45.468 INFO:teuthology.orchestra.run.smithi161.stdout:3 upgraded, 5 newly installed, 0 to remove and 316 not upgraded. 2024-09-18T13:50:45.468 INFO:teuthology.orchestra.run.smithi161.stdout:Need to get 77.2 MB of archives. 2024-09-18T13:50:45.468 INFO:teuthology.orchestra.run.smithi161.stdout:After this operation, 381 MB of additional disk space will be used. 2024-09-18T13:50:45.468 INFO:teuthology.orchestra.run.smithi161.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-5.4.0-196-generic amd64 5.4.0-196.216 [15.0 MB] 2024-09-18T13:50:45.474 INFO:teuthology.orchestra.run.smithi192.stdout:3 upgraded, 5 newly installed, 0 to remove and 316 not upgraded. 2024-09-18T13:50:45.474 INFO:teuthology.orchestra.run.smithi192.stdout:Need to get 77.2 MB of archives. 2024-09-18T13:50:45.475 INFO:teuthology.orchestra.run.smithi192.stdout:After this operation, 381 MB of additional disk space will be used. 2024-09-18T13:50:45.475 INFO:teuthology.orchestra.run.smithi192.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-5.4.0-196-generic amd64 5.4.0-196.216 [15.0 MB] 2024-09-18T13:50:45.477 INFO:teuthology.orchestra.run.smithi135.stdout:3 upgraded, 5 newly installed, 0 to remove and 316 not upgraded. 2024-09-18T13:50:45.477 INFO:teuthology.orchestra.run.smithi135.stdout:Need to get 77.2 MB of archives. 2024-09-18T13:50:45.477 INFO:teuthology.orchestra.run.smithi135.stdout:After this operation, 381 MB of additional disk space will be used. 2024-09-18T13:50:45.477 INFO:teuthology.orchestra.run.smithi135.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-5.4.0-196-generic amd64 5.4.0-196.216 [15.0 MB] 2024-09-18T13:50:45.816 INFO:teuthology.orchestra.run.smithi135.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-5.4.0-196-generic amd64 5.4.0-196.216 [10.5 MB] 2024-09-18T13:50:45.910 INFO:teuthology.orchestra.run.smithi135.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-extra-5.4.0-196-generic amd64 5.4.0-196.216 [39.2 MB] 2024-09-18T13:50:46.375 INFO:teuthology.orchestra.run.smithi135.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-generic amd64 5.4.0.196.194 [1,900 B] 2024-09-18T13:50:46.375 INFO:teuthology.orchestra.run.smithi135.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-generic amd64 5.4.0.196.194 [2,592 B] 2024-09-18T13:50:46.376 INFO:teuthology.orchestra.run.smithi135.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-headers-5.4.0-196 all 5.4.0-196.216 [11.0 MB] 2024-09-18T13:50:46.468 INFO:teuthology.orchestra.run.smithi135.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-headers-5.4.0-196-generic amd64 5.4.0-196.216 [1,386 kB] 2024-09-18T13:50:46.479 INFO:teuthology.orchestra.run.smithi135.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-headers-generic amd64 5.4.0.196.194 [2,460 B] 2024-09-18T13:50:46.619 INFO:teuthology.orchestra.run.smithi192.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-5.4.0-196-generic amd64 5.4.0-196.216 [10.5 MB] 2024-09-18T13:50:46.626 INFO:teuthology.orchestra.run.smithi161.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-5.4.0-196-generic amd64 5.4.0-196.216 [10.5 MB] 2024-09-18T13:50:46.889 INFO:teuthology.orchestra.run.smithi192.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-extra-5.4.0-196-generic amd64 5.4.0-196.216 [39.2 MB] 2024-09-18T13:50:46.899 INFO:teuthology.orchestra.run.smithi161.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-extra-5.4.0-196-generic amd64 5.4.0-196.216 [39.2 MB] 2024-09-18T13:50:47.197 INFO:teuthology.orchestra.run.smithi135.stdout:Fetched 77.2 MB in 1s (73.7 MB/s) 2024-09-18T13:50:47.367 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package linux-modules-5.4.0-196-generic. 2024-09-18T13:50:48.262 INFO:teuthology.orchestra.run.smithi161.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-generic amd64 5.4.0.196.194 [1,900 B] 2024-09-18T13:50:48.262 INFO:teuthology.orchestra.run.smithi161.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-generic amd64 5.4.0.196.194 [2,592 B] 2024-09-18T13:50:48.262 INFO:teuthology.orchestra.run.smithi161.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-headers-5.4.0-196 all 5.4.0-196.216 [11.0 MB] 2024-09-18T13:50:48.266 INFO:teuthology.orchestra.run.smithi192.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-generic amd64 5.4.0.196.194 [1,900 B] 2024-09-18T13:50:48.267 INFO:teuthology.orchestra.run.smithi192.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-generic amd64 5.4.0.196.194 [2,592 B] 2024-09-18T13:50:48.267 INFO:teuthology.orchestra.run.smithi192.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-headers-5.4.0-196 all 5.4.0-196.216 [11.0 MB] 2024-09-18T13:50:48.590 INFO:teuthology.orchestra.run.smithi161.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-headers-5.4.0-196-generic amd64 5.4.0-196.216 [1,386 kB] 2024-09-18T13:50:48.595 INFO:teuthology.orchestra.run.smithi192.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-headers-5.4.0-196-generic amd64 5.4.0-196.216 [1,386 kB] 2024-09-18T13:50:48.615 INFO:teuthology.orchestra.run.smithi192.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-headers-generic amd64 5.4.0.196.194 [2,460 B] 2024-09-18T13:50:48.630 INFO:teuthology.orchestra.run.smithi161.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-headers-generic amd64 5.4.0.196.194 [2,460 B] 2024-09-18T13:50:49.219 INFO:teuthology.orchestra.run.smithi135.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 ... 104373 files and directories currently installed.) 2024-09-18T13:50:49.223 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../0-linux-modules-5.4.0-196-generic_5.4.0-196.216_amd64.deb ... 2024-09-18T13:50:49.280 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking linux-modules-5.4.0-196-generic (5.4.0-196.216) ... 2024-09-18T13:50:49.308 INFO:teuthology.orchestra.run.smithi192.stdout:Fetched 77.2 MB in 3s (23.3 MB/s) 2024-09-18T13:50:49.324 INFO:teuthology.orchestra.run.smithi161.stdout:Fetched 77.2 MB in 3s (23.1 MB/s) 2024-09-18T13:50:49.474 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package linux-modules-5.4.0-196-generic. 2024-09-18T13:50:49.533 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package linux-modules-5.4.0-196-generic. 2024-09-18T13:50:51.113 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package linux-image-5.4.0-196-generic. 2024-09-18T13:50:51.127 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../1-linux-image-5.4.0-196-generic_5.4.0-196.216_amd64.deb ... 2024-09-18T13:50:51.156 INFO:teuthology.orchestra.run.smithi192.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 ... 104373 files and directories currently installed.) 2024-09-18T13:50:51.161 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../0-linux-modules-5.4.0-196-generic_5.4.0-196.216_amd64.deb ... 2024-09-18T13:50:51.198 INFO:teuthology.orchestra.run.smithi161.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 ... 104373 files and directories currently installed.) 2024-09-18T13:50:51.203 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../0-linux-modules-5.4.0-196-generic_5.4.0-196.216_amd64.deb ... 2024-09-18T13:50:51.236 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking linux-image-5.4.0-196-generic (5.4.0-196.216) ... 2024-09-18T13:50:51.238 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking linux-modules-5.4.0-196-generic (5.4.0-196.216) ... 2024-09-18T13:50:51.271 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking linux-modules-5.4.0-196-generic (5.4.0-196.216) ... 2024-09-18T13:50:52.350 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package linux-modules-extra-5.4.0-196-generic. 2024-09-18T13:50:52.362 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../2-linux-modules-extra-5.4.0-196-generic_5.4.0-196.216_amd64.deb ... 2024-09-18T13:50:52.399 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking linux-modules-extra-5.4.0-196-generic (5.4.0-196.216) ... 2024-09-18T13:50:53.062 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package linux-image-5.4.0-196-generic. 2024-09-18T13:50:53.078 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../1-linux-image-5.4.0-196-generic_5.4.0-196.216_amd64.deb ... 2024-09-18T13:50:53.129 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package linux-image-5.4.0-196-generic. 2024-09-18T13:50:53.144 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../1-linux-image-5.4.0-196-generic_5.4.0-196.216_amd64.deb ... 2024-09-18T13:50:53.176 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking linux-image-5.4.0-196-generic (5.4.0-196.216) ... 2024-09-18T13:50:53.245 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking linux-image-5.4.0-196-generic (5.4.0-196.216) ... 2024-09-18T13:50:54.249 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package linux-modules-extra-5.4.0-196-generic. 2024-09-18T13:50:54.261 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../2-linux-modules-extra-5.4.0-196-generic_5.4.0-196.216_amd64.deb ... 2024-09-18T13:50:54.298 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking linux-modules-extra-5.4.0-196-generic (5.4.0-196.216) ... 2024-09-18T13:50:54.315 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package linux-modules-extra-5.4.0-196-generic. 2024-09-18T13:50:54.328 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../2-linux-modules-extra-5.4.0-196-generic_5.4.0-196.216_amd64.deb ... 2024-09-18T13:50:54.365 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking linux-modules-extra-5.4.0-196-generic (5.4.0-196.216) ... 2024-09-18T13:50:57.066 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../3-linux-generic_5.4.0.196.194_amd64.deb ... 2024-09-18T13:50:57.173 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking linux-generic (5.4.0.196.194) over (5.4.0.124.125) ... 2024-09-18T13:50:57.531 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../4-linux-image-generic_5.4.0.196.194_amd64.deb ... 2024-09-18T13:50:57.669 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking linux-image-generic (5.4.0.196.194) over (5.4.0.124.125) ... 2024-09-18T13:50:57.997 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package linux-headers-5.4.0-196. 2024-09-18T13:50:58.010 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../5-linux-headers-5.4.0-196_5.4.0-196.216_all.deb ... 2024-09-18T13:50:58.055 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking linux-headers-5.4.0-196 (5.4.0-196.216) ... 2024-09-18T13:50:58.994 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../3-linux-generic_5.4.0.196.194_amd64.deb ... 2024-09-18T13:50:59.101 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking linux-generic (5.4.0.196.194) over (5.4.0.124.125) ... 2024-09-18T13:50:59.226 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../3-linux-generic_5.4.0.196.194_amd64.deb ... 2024-09-18T13:50:59.326 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking linux-generic (5.4.0.196.194) over (5.4.0.124.125) ... 2024-09-18T13:50:59.677 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../4-linux-image-generic_5.4.0.196.194_amd64.deb ... 2024-09-18T13:50:59.751 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../4-linux-image-generic_5.4.0.196.194_amd64.deb ... 2024-09-18T13:50:59.805 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking linux-image-generic (5.4.0.196.194) over (5.4.0.124.125) ... 2024-09-18T13:50:59.896 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking linux-image-generic (5.4.0.196.194) over (5.4.0.124.125) ... 2024-09-18T13:51:00.158 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package linux-headers-5.4.0-196. 2024-09-18T13:51:00.173 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../5-linux-headers-5.4.0-196_5.4.0-196.216_all.deb ... 2024-09-18T13:51:00.208 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking linux-headers-5.4.0-196 (5.4.0-196.216) ... 2024-09-18T13:51:00.224 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package linux-headers-5.4.0-196. 2024-09-18T13:51:00.237 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../5-linux-headers-5.4.0-196_5.4.0-196.216_all.deb ... 2024-09-18T13:51:00.281 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking linux-headers-5.4.0-196 (5.4.0-196.216) ... 2024-09-18T13:51:03.894 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package linux-headers-5.4.0-196-generic. 2024-09-18T13:51:03.915 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../6-linux-headers-5.4.0-196-generic_5.4.0-196.216_amd64.deb ... 2024-09-18T13:51:03.960 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking linux-headers-5.4.0-196-generic (5.4.0-196.216) ... 2024-09-18T13:51:05.554 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package linux-headers-5.4.0-196-generic. 2024-09-18T13:51:05.575 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../6-linux-headers-5.4.0-196-generic_5.4.0-196.216_amd64.deb ... 2024-09-18T13:51:05.612 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking linux-headers-5.4.0-196-generic (5.4.0-196.216) ... 2024-09-18T13:51:05.699 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package linux-headers-5.4.0-196-generic. 2024-09-18T13:51:05.722 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../6-linux-headers-5.4.0-196-generic_5.4.0-196.216_amd64.deb ... 2024-09-18T13:51:05.766 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking linux-headers-5.4.0-196-generic (5.4.0-196.216) ... 2024-09-18T13:51:06.646 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../7-linux-headers-generic_5.4.0.196.194_amd64.deb ... 2024-09-18T13:51:06.773 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking linux-headers-generic (5.4.0.196.194) over (5.4.0.124.125) ... 2024-09-18T13:51:07.159 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up linux-headers-5.4.0-196 (5.4.0-196.216) ... 2024-09-18T13:51:07.277 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up linux-headers-5.4.0-196-generic (5.4.0-196.216) ... 2024-09-18T13:51:07.403 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up linux-headers-generic (5.4.0.196.194) ... 2024-09-18T13:51:07.529 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up linux-modules-5.4.0-196-generic (5.4.0-196.216) ... 2024-09-18T13:51:08.370 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../7-linux-headers-generic_5.4.0.196.194_amd64.deb ... 2024-09-18T13:51:08.403 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../7-linux-headers-generic_5.4.0.196.194_amd64.deb ... 2024-09-18T13:51:08.500 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking linux-headers-generic (5.4.0.196.194) over (5.4.0.124.125) ... 2024-09-18T13:51:08.531 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking linux-headers-generic (5.4.0.196.194) over (5.4.0.124.125) ... 2024-09-18T13:51:08.748 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up linux-image-5.4.0-196-generic (5.4.0-196.216) ... 2024-09-18T13:51:08.842 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up linux-headers-5.4.0-196 (5.4.0-196.216) ... 2024-09-18T13:51:08.856 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up linux-headers-5.4.0-196 (5.4.0-196.216) ... 2024-09-18T13:51:08.964 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up linux-headers-5.4.0-196-generic (5.4.0-196.216) ... 2024-09-18T13:51:09.002 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up linux-headers-5.4.0-196-generic (5.4.0-196.216) ... 2024-09-18T13:51:09.090 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up linux-headers-generic (5.4.0.196.194) ... 2024-09-18T13:51:09.128 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up linux-headers-generic (5.4.0.196.194) ... 2024-09-18T13:51:09.216 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up linux-modules-5.4.0-196-generic (5.4.0-196.216) ... 2024-09-18T13:51:09.246 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up linux-modules-5.4.0-196-generic (5.4.0-196.216) ... 2024-09-18T13:51:09.901 INFO:teuthology.orchestra.run.smithi135.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.4.0-196-generic 2024-09-18T13:51:09.901 INFO:teuthology.orchestra.run.smithi135.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.4.0-196-generic 2024-09-18T13:51:10.041 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up linux-modules-extra-5.4.0-196-generic (5.4.0-196.216) ... 2024-09-18T13:51:10.427 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up linux-image-5.4.0-196-generic (5.4.0-196.216) ... 2024-09-18T13:51:10.453 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up linux-image-5.4.0-196-generic (5.4.0-196.216) ... 2024-09-18T13:51:11.572 INFO:teuthology.orchestra.run.smithi192.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.4.0-196-generic 2024-09-18T13:51:11.572 INFO:teuthology.orchestra.run.smithi192.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.4.0-196-generic 2024-09-18T13:51:11.591 INFO:teuthology.orchestra.run.smithi161.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.4.0-196-generic 2024-09-18T13:51:11.591 INFO:teuthology.orchestra.run.smithi161.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.4.0-196-generic 2024-09-18T13:51:11.704 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up linux-modules-extra-5.4.0-196-generic (5.4.0-196.216) ... 2024-09-18T13:51:11.733 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up linux-modules-extra-5.4.0-196-generic (5.4.0-196.216) ... 2024-09-18T13:51:11.859 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up linux-image-generic (5.4.0.196.194) ... 2024-09-18T13:51:11.977 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up linux-generic (5.4.0.196.194) ... 2024-09-18T13:51:12.137 INFO:teuthology.orchestra.run.smithi135.stdout:Processing triggers for linux-image-5.4.0-196-generic (5.4.0-196.216) ... 2024-09-18T13:51:12.209 INFO:teuthology.orchestra.run.smithi135.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-09-18T13:51:12.209 INFO:teuthology.orchestra.run.smithi135.stdout:update-initramfs: Generating /boot/initrd.img-5.4.0-196-generic 2024-09-18T13:51:12.935 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up linux-image-generic (5.4.0.196.194) ... 2024-09-18T13:51:13.061 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up linux-generic (5.4.0.196.194) ... 2024-09-18T13:51:13.196 INFO:teuthology.orchestra.run.smithi161.stdout:Processing triggers for linux-image-5.4.0-196-generic (5.4.0-196.216) ... 2024-09-18T13:51:13.253 INFO:teuthology.orchestra.run.smithi161.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-09-18T13:51:13.253 INFO:teuthology.orchestra.run.smithi161.stdout:update-initramfs: Generating /boot/initrd.img-5.4.0-196-generic 2024-09-18T13:51:13.789 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up linux-image-generic (5.4.0.196.194) ... 2024-09-18T13:51:13.915 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up linux-generic (5.4.0.196.194) ... 2024-09-18T13:51:14.042 INFO:teuthology.orchestra.run.smithi192.stdout:Processing triggers for linux-image-5.4.0-196-generic (5.4.0-196.216) ... 2024-09-18T13:51:14.117 INFO:teuthology.orchestra.run.smithi192.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-09-18T13:51:14.117 INFO:teuthology.orchestra.run.smithi192.stdout:update-initramfs: Generating /boot/initrd.img-5.4.0-196-generic 2024-09-18T13:51:34.551 INFO:teuthology.orchestra.run.smithi135.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-09-18T13:51:34.552 INFO:teuthology.orchestra.run.smithi135.stdout:Sourcing file `/etc/default/grub' 2024-09-18T13:51:34.559 INFO:teuthology.orchestra.run.smithi135.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-18T13:51:34.587 INFO:teuthology.orchestra.run.smithi135.stdout:Generating grub configuration file ... 2024-09-18T13:51:34.736 INFO:teuthology.orchestra.run.smithi161.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-09-18T13:51:34.736 INFO:teuthology.orchestra.run.smithi161.stdout:Sourcing file `/etc/default/grub' 2024-09-18T13:51:34.751 INFO:teuthology.orchestra.run.smithi161.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-18T13:51:34.774 INFO:teuthology.orchestra.run.smithi161.stdout:Generating grub configuration file ... 2024-09-18T13:51:34.897 INFO:teuthology.orchestra.run.smithi135.stdout:Found linux image: /boot/vmlinuz-5.4.0-196-generic 2024-09-18T13:51:34.919 INFO:teuthology.orchestra.run.smithi135.stdout:Found initrd image: /boot/initrd.img-5.4.0-196-generic 2024-09-18T13:51:35.128 INFO:teuthology.orchestra.run.smithi161.stdout:Found linux image: /boot/vmlinuz-5.4.0-196-generic 2024-09-18T13:51:35.148 INFO:teuthology.orchestra.run.smithi161.stdout:Found initrd image: /boot/initrd.img-5.4.0-196-generic 2024-09-18T13:51:35.302 INFO:teuthology.orchestra.run.smithi135.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2024-09-18T13:51:35.313 INFO:teuthology.orchestra.run.smithi135.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2024-09-18T13:51:35.545 INFO:teuthology.orchestra.run.smithi161.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2024-09-18T13:51:35.556 INFO:teuthology.orchestra.run.smithi161.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2024-09-18T13:51:36.092 INFO:teuthology.orchestra.run.smithi192.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-09-18T13:51:36.093 INFO:teuthology.orchestra.run.smithi192.stdout:Sourcing file `/etc/default/grub' 2024-09-18T13:51:36.102 INFO:teuthology.orchestra.run.smithi192.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-18T13:51:36.122 INFO:teuthology.orchestra.run.smithi192.stdout:Generating grub configuration file ... 2024-09-18T13:51:36.421 INFO:teuthology.orchestra.run.smithi192.stdout:Found linux image: /boot/vmlinuz-5.4.0-196-generic 2024-09-18T13:51:36.452 INFO:teuthology.orchestra.run.smithi192.stdout:Found initrd image: /boot/initrd.img-5.4.0-196-generic 2024-09-18T13:51:36.825 INFO:teuthology.orchestra.run.smithi192.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2024-09-18T13:51:36.837 INFO:teuthology.orchestra.run.smithi192.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2024-09-18T13:51:37.308 INFO:teuthology.orchestra.run.smithi135.stdout:done 2024-09-18T13:51:37.576 INFO:teuthology.orchestra.run.smithi161.stdout:done 2024-09-18T13:51:37.707 DEBUG:teuthology.orchestra.run.smithi135:> dpkg -s linux-image-generic 2024-09-18T13:51:37.757 INFO:teuthology.orchestra.run.smithi135.stdout:Package: linux-image-generic 2024-09-18T13:51:37.757 INFO:teuthology.orchestra.run.smithi135.stdout:Status: install ok installed 2024-09-18T13:51:37.757 INFO:teuthology.orchestra.run.smithi135.stdout:Priority: optional 2024-09-18T13:51:37.757 INFO:teuthology.orchestra.run.smithi135.stdout:Section: kernel 2024-09-18T13:51:37.757 INFO:teuthology.orchestra.run.smithi135.stdout:Installed-Size: 20 2024-09-18T13:51:37.757 INFO:teuthology.orchestra.run.smithi135.stdout:Maintainer: Ubuntu Kernel Team 2024-09-18T13:51:37.757 INFO:teuthology.orchestra.run.smithi135.stdout:Architecture: amd64 2024-09-18T13:51:37.757 INFO:teuthology.orchestra.run.smithi135.stdout:Source: linux-meta 2024-09-18T13:51:37.757 INFO:teuthology.orchestra.run.smithi135.stdout:Version: 5.4.0.196.194 2024-09-18T13:51:37.757 INFO:teuthology.orchestra.run.smithi135.stdout:Provides: virtualbox-guest-modules (= 6.1.50-dfsg-1~ubuntu1.20.04.1), wireguard-modules (= 1.0.20201112-1~20.04.1), zfs-modules (= 0.8.3-1ubuntu12.17) 2024-09-18T13:51:37.758 INFO:teuthology.orchestra.run.smithi135.stdout:Depends: linux-image-5.4.0-196-generic, linux-modules-extra-5.4.0-196-generic, linux-firmware, intel-microcode, amd64-microcode 2024-09-18T13:51:37.758 INFO:teuthology.orchestra.run.smithi135.stdout:Recommends: thermald 2024-09-18T13:51:37.758 INFO:teuthology.orchestra.run.smithi135.stdout:Description: Generic Linux kernel image 2024-09-18T13:51:37.758 INFO:teuthology.orchestra.run.smithi135.stdout: This package will always depend on the latest generic kernel image 2024-09-18T13:51:37.758 INFO:teuthology.orchestra.run.smithi135.stdout: available. 2024-09-18T13:51:37.758 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.4.0-196-generic 2024-09-18T13:51:37.758 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-18T13:51:37.758 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-18T13:51:37.758 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-09-18T13:51:37.759 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi135.front.sepia.ceph.com, path=None, version=distro) 2024-09-18T13:51:37.759 DEBUG:teuthology.orchestra.run.smithi135:> sudo apt-get clean 2024-09-18T13:51:37.840 DEBUG:teuthology.orchestra.run.smithi135:> sudo apt-get update 2024-09-18T13:51:37.979 DEBUG:teuthology.orchestra.run.smithi161:> dpkg -s linux-image-generic 2024-09-18T13:51:37.992 INFO:teuthology.orchestra.run.smithi135.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2024-09-18T13:51:37.992 INFO:teuthology.orchestra.run.smithi135.stdout:Hit:2 http://security.ubuntu.com/ubuntu focal-security InRelease 2024-09-18T13:51:37.998 INFO:teuthology.orchestra.run.smithi135.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2024-09-18T13:51:38.016 INFO:teuthology.orchestra.run.smithi135.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2024-09-18T13:51:38.027 INFO:teuthology.orchestra.run.smithi161.stdout:Package: linux-image-generic 2024-09-18T13:51:38.027 INFO:teuthology.orchestra.run.smithi161.stdout:Status: install ok installed 2024-09-18T13:51:38.027 INFO:teuthology.orchestra.run.smithi161.stdout:Priority: optional 2024-09-18T13:51:38.027 INFO:teuthology.orchestra.run.smithi161.stdout:Section: kernel 2024-09-18T13:51:38.027 INFO:teuthology.orchestra.run.smithi161.stdout:Installed-Size: 20 2024-09-18T13:51:38.027 INFO:teuthology.orchestra.run.smithi161.stdout:Maintainer: Ubuntu Kernel Team 2024-09-18T13:51:38.027 INFO:teuthology.orchestra.run.smithi161.stdout:Architecture: amd64 2024-09-18T13:51:38.027 INFO:teuthology.orchestra.run.smithi161.stdout:Source: linux-meta 2024-09-18T13:51:38.027 INFO:teuthology.orchestra.run.smithi161.stdout:Version: 5.4.0.196.194 2024-09-18T13:51:38.027 INFO:teuthology.orchestra.run.smithi161.stdout:Provides: virtualbox-guest-modules (= 6.1.50-dfsg-1~ubuntu1.20.04.1), wireguard-modules (= 1.0.20201112-1~20.04.1), zfs-modules (= 0.8.3-1ubuntu12.17) 2024-09-18T13:51:38.028 INFO:teuthology.orchestra.run.smithi161.stdout:Depends: linux-image-5.4.0-196-generic, linux-modules-extra-5.4.0-196-generic, linux-firmware, intel-microcode, amd64-microcode 2024-09-18T13:51:38.028 INFO:teuthology.orchestra.run.smithi161.stdout:Recommends: thermald 2024-09-18T13:51:38.028 INFO:teuthology.orchestra.run.smithi161.stdout:Description: Generic Linux kernel image 2024-09-18T13:51:38.028 INFO:teuthology.orchestra.run.smithi161.stdout: This package will always depend on the latest generic kernel image 2024-09-18T13:51:38.028 INFO:teuthology.orchestra.run.smithi161.stdout: available. 2024-09-18T13:51:38.028 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.4.0-196-generic 2024-09-18T13:51:38.028 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-18T13:51:38.028 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-18T13:51:38.028 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-09-18T13:51:38.028 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi161.front.sepia.ceph.com, path=None, version=distro) 2024-09-18T13:51:38.029 DEBUG:teuthology.orchestra.run.smithi161:> sudo apt-get clean 2024-09-18T13:51:38.117 DEBUG:teuthology.orchestra.run.smithi161:> sudo apt-get update 2024-09-18T13:51:38.380 INFO:teuthology.orchestra.run.smithi161.stdout:Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease 2024-09-18T13:51:38.380 INFO:teuthology.orchestra.run.smithi161.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease 2024-09-18T13:51:38.451 INFO:teuthology.orchestra.run.smithi161.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2024-09-18T13:51:38.533 INFO:teuthology.orchestra.run.smithi161.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2024-09-18T13:51:38.624 INFO:teuthology.orchestra.run.smithi192.stdout:done 2024-09-18T13:51:39.017 DEBUG:teuthology.orchestra.run.smithi192:> dpkg -s linux-image-generic 2024-09-18T13:51:39.069 INFO:teuthology.orchestra.run.smithi192.stdout:Package: linux-image-generic 2024-09-18T13:51:39.069 INFO:teuthology.orchestra.run.smithi192.stdout:Status: install ok installed 2024-09-18T13:51:39.069 INFO:teuthology.orchestra.run.smithi192.stdout:Priority: optional 2024-09-18T13:51:39.069 INFO:teuthology.orchestra.run.smithi192.stdout:Section: kernel 2024-09-18T13:51:39.069 INFO:teuthology.orchestra.run.smithi192.stdout:Installed-Size: 20 2024-09-18T13:51:39.069 INFO:teuthology.orchestra.run.smithi192.stdout:Maintainer: Ubuntu Kernel Team 2024-09-18T13:51:39.069 INFO:teuthology.orchestra.run.smithi192.stdout:Architecture: amd64 2024-09-18T13:51:39.070 INFO:teuthology.orchestra.run.smithi192.stdout:Source: linux-meta 2024-09-18T13:51:39.070 INFO:teuthology.orchestra.run.smithi192.stdout:Version: 5.4.0.196.194 2024-09-18T13:51:39.070 INFO:teuthology.orchestra.run.smithi192.stdout:Provides: virtualbox-guest-modules (= 6.1.50-dfsg-1~ubuntu1.20.04.1), wireguard-modules (= 1.0.20201112-1~20.04.1), zfs-modules (= 0.8.3-1ubuntu12.17) 2024-09-18T13:51:39.070 INFO:teuthology.orchestra.run.smithi192.stdout:Depends: linux-image-5.4.0-196-generic, linux-modules-extra-5.4.0-196-generic, linux-firmware, intel-microcode, amd64-microcode 2024-09-18T13:51:39.070 INFO:teuthology.orchestra.run.smithi192.stdout:Recommends: thermald 2024-09-18T13:51:39.070 INFO:teuthology.orchestra.run.smithi192.stdout:Description: Generic Linux kernel image 2024-09-18T13:51:39.070 INFO:teuthology.orchestra.run.smithi192.stdout: This package will always depend on the latest generic kernel image 2024-09-18T13:51:39.070 INFO:teuthology.orchestra.run.smithi192.stdout: available. 2024-09-18T13:51:39.070 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.4.0-196-generic 2024-09-18T13:51:39.070 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-18T13:51:39.070 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-18T13:51:39.071 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-09-18T13:51:39.071 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi192.front.sepia.ceph.com, path=None, version=distro) 2024-09-18T13:51:39.071 DEBUG:teuthology.orchestra.run.smithi192:> sudo apt-get clean 2024-09-18T13:51:39.142 DEBUG:teuthology.orchestra.run.smithi192:> sudo apt-get update 2024-09-18T13:51:39.276 INFO:teuthology.orchestra.run.smithi192.stdout:Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease 2024-09-18T13:51:39.392 INFO:teuthology.orchestra.run.smithi192.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease 2024-09-18T13:51:39.474 INFO:teuthology.orchestra.run.smithi192.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2024-09-18T13:51:39.556 INFO:teuthology.orchestra.run.smithi192.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2024-09-18T13:51:39.848 INFO:teuthology.orchestra.run.smithi135.stdout:Reading package lists... 2024-09-18T13:51:39.872 DEBUG:teuthology.orchestra.run.smithi135:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-18T13:51:39.944 INFO:teuthology.orchestra.run.smithi135.stdout:Reading package lists... 2024-09-18T13:51:40.171 INFO:teuthology.orchestra.run.smithi135.stdout:Building dependency tree... 2024-09-18T13:51:40.172 INFO:teuthology.orchestra.run.smithi135.stdout:Reading state information... 2024-09-18T13:51:40.230 INFO:teuthology.orchestra.run.smithi161.stdout:Reading package lists... 2024-09-18T13:51:40.256 DEBUG:teuthology.orchestra.run.smithi161:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-18T13:51:40.327 INFO:teuthology.orchestra.run.smithi161.stdout:Reading package lists... 2024-09-18T13:51:40.432 INFO:teuthology.orchestra.run.smithi135.stdout:linux-image-generic is already the newest version (5.4.0.196.194). 2024-09-18T13:51:40.432 INFO:teuthology.orchestra.run.smithi135.stdout:0 upgraded, 0 newly installed, 0 to remove and 316 not upgraded. 2024-09-18T13:51:40.434 DEBUG:teuthology.orchestra.run.smithi135:> dpkg -s linux-image-generic 2024-09-18T13:51:40.451 INFO:teuthology.orchestra.run.smithi135.stdout:Package: linux-image-generic 2024-09-18T13:51:40.451 INFO:teuthology.orchestra.run.smithi135.stdout:Status: install ok installed 2024-09-18T13:51:40.451 INFO:teuthology.orchestra.run.smithi135.stdout:Priority: optional 2024-09-18T13:51:40.452 INFO:teuthology.orchestra.run.smithi135.stdout:Section: kernel 2024-09-18T13:51:40.452 INFO:teuthology.orchestra.run.smithi135.stdout:Installed-Size: 20 2024-09-18T13:51:40.452 INFO:teuthology.orchestra.run.smithi135.stdout:Maintainer: Ubuntu Kernel Team 2024-09-18T13:51:40.452 INFO:teuthology.orchestra.run.smithi135.stdout:Architecture: amd64 2024-09-18T13:51:40.452 INFO:teuthology.orchestra.run.smithi135.stdout:Source: linux-meta 2024-09-18T13:51:40.452 INFO:teuthology.orchestra.run.smithi135.stdout:Version: 5.4.0.196.194 2024-09-18T13:51:40.453 INFO:teuthology.orchestra.run.smithi135.stdout:Provides: virtualbox-guest-modules (= 6.1.50-dfsg-1~ubuntu1.20.04.1), wireguard-modules (= 1.0.20201112-1~20.04.1), zfs-modules (= 0.8.3-1ubuntu12.17) 2024-09-18T13:51:40.453 INFO:teuthology.orchestra.run.smithi135.stdout:Depends: linux-image-5.4.0-196-generic, linux-modules-extra-5.4.0-196-generic, linux-firmware, intel-microcode, amd64-microcode 2024-09-18T13:51:40.453 INFO:teuthology.orchestra.run.smithi135.stdout:Recommends: thermald 2024-09-18T13:51:40.453 INFO:teuthology.orchestra.run.smithi135.stdout:Description: Generic Linux kernel image 2024-09-18T13:51:40.453 INFO:teuthology.orchestra.run.smithi135.stdout: This package will always depend on the latest generic kernel image 2024-09-18T13:51:40.453 INFO:teuthology.orchestra.run.smithi135.stdout: available. 2024-09-18T13:51:40.454 DEBUG:teuthology.orchestra.run.smithi135:> mktemp 2024-09-18T13:51:40.499 INFO:teuthology.orchestra.run.smithi135.stdout:/tmp/tmp.F0FruaI0Oa 2024-09-18T13:51:40.500 DEBUG:teuthology.orchestra.run.smithi135:> sudo cp /boot/grub/grub.cfg /tmp/tmp.F0FruaI0Oa 2024-09-18T13:51:40.519 DEBUG:teuthology.orchestra.run.smithi135:> sudo chmod 0666 /tmp/tmp.F0FruaI0Oa 2024-09-18T13:51:40.547 INFO:teuthology.orchestra.run.smithi161.stdout:Building dependency tree... 2024-09-18T13:51:40.548 INFO:teuthology.orchestra.run.smithi161.stdout:Reading state information... 2024-09-18T13:51:40.559 DEBUG:teuthology.orchestra.remote:smithi135:/tmp/tmp.F0FruaI0Oa is 9KB 2024-09-18T13:51:40.574 DEBUG:teuthology.orchestra.run.smithi135:> rm -fr /tmp/tmp.F0FruaI0Oa 2024-09-18T13:51:40.580 DEBUG:teuthology.orchestra.run.smithi135:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-09-18T13:51:40.636 DEBUG:teuthology.orchestra.run.smithi135:> set -ex 2024-09-18T13:51:40.636 DEBUG:teuthology.orchestra.run.smithi135:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-09-18T13:51:40.636 DEBUG:teuthology.orchestra.run.smithi135:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-09-18T13:51:40.678 INFO:teuthology.task.kernel:Distro Kernel Version: 5.4.0-196-generic 2024-09-18T13:51:40.678 DEBUG:teuthology.orchestra.run.smithi135:> sudo update-grub 2024-09-18T13:51:40.782 INFO:teuthology.orchestra.run.smithi161.stdout:linux-image-generic is already the newest version (5.4.0.196.194). 2024-09-18T13:51:40.782 INFO:teuthology.orchestra.run.smithi161.stdout:0 upgraded, 0 newly installed, 0 to remove and 316 not upgraded. 2024-09-18T13:51:40.784 DEBUG:teuthology.orchestra.run.smithi161:> dpkg -s linux-image-generic 2024-09-18T13:51:40.807 INFO:teuthology.orchestra.run.smithi161.stdout:Package: linux-image-generic 2024-09-18T13:51:40.807 INFO:teuthology.orchestra.run.smithi161.stdout:Status: install ok installed 2024-09-18T13:51:40.807 INFO:teuthology.orchestra.run.smithi161.stdout:Priority: optional 2024-09-18T13:51:40.807 INFO:teuthology.orchestra.run.smithi161.stdout:Section: kernel 2024-09-18T13:51:40.807 INFO:teuthology.orchestra.run.smithi161.stdout:Installed-Size: 20 2024-09-18T13:51:40.807 INFO:teuthology.orchestra.run.smithi161.stdout:Maintainer: Ubuntu Kernel Team 2024-09-18T13:51:40.807 INFO:teuthology.orchestra.run.smithi161.stdout:Architecture: amd64 2024-09-18T13:51:40.808 INFO:teuthology.orchestra.run.smithi161.stdout:Source: linux-meta 2024-09-18T13:51:40.808 INFO:teuthology.orchestra.run.smithi161.stdout:Version: 5.4.0.196.194 2024-09-18T13:51:40.808 INFO:teuthology.orchestra.run.smithi161.stdout:Provides: virtualbox-guest-modules (= 6.1.50-dfsg-1~ubuntu1.20.04.1), wireguard-modules (= 1.0.20201112-1~20.04.1), zfs-modules (= 0.8.3-1ubuntu12.17) 2024-09-18T13:51:40.808 INFO:teuthology.orchestra.run.smithi161.stdout:Depends: linux-image-5.4.0-196-generic, linux-modules-extra-5.4.0-196-generic, linux-firmware, intel-microcode, amd64-microcode 2024-09-18T13:51:40.808 INFO:teuthology.orchestra.run.smithi161.stdout:Recommends: thermald 2024-09-18T13:51:40.808 INFO:teuthology.orchestra.run.smithi161.stdout:Description: Generic Linux kernel image 2024-09-18T13:51:40.808 INFO:teuthology.orchestra.run.smithi161.stdout: This package will always depend on the latest generic kernel image 2024-09-18T13:51:40.808 INFO:teuthology.orchestra.run.smithi161.stdout: available. 2024-09-18T13:51:40.808 DEBUG:teuthology.orchestra.run.smithi161:> mktemp 2024-09-18T13:51:40.855 INFO:teuthology.orchestra.run.smithi161.stdout:/tmp/tmp.L19CUicaGT 2024-09-18T13:51:40.855 DEBUG:teuthology.orchestra.run.smithi161:> sudo cp /boot/grub/grub.cfg /tmp/tmp.L19CUicaGT 2024-09-18T13:51:40.869 DEBUG:teuthology.orchestra.run.smithi161:> sudo chmod 0666 /tmp/tmp.L19CUicaGT 2024-09-18T13:51:40.909 DEBUG:teuthology.orchestra.remote:smithi161:/tmp/tmp.L19CUicaGT is 9KB 2024-09-18T13:51:40.923 DEBUG:teuthology.orchestra.run.smithi161:> rm -fr /tmp/tmp.L19CUicaGT 2024-09-18T13:51:40.929 DEBUG:teuthology.orchestra.run.smithi161:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-09-18T13:51:40.982 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2024-09-18T13:51:40.982 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-09-18T13:51:40.982 DEBUG:teuthology.orchestra.run.smithi161:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-09-18T13:51:41.036 INFO:teuthology.task.kernel:Distro Kernel Version: 5.4.0-196-generic 2024-09-18T13:51:41.037 DEBUG:teuthology.orchestra.run.smithi161:> sudo update-grub 2024-09-18T13:51:41.141 INFO:teuthology.orchestra.run.smithi192.stdout:Reading package lists... 2024-09-18T13:51:41.217 DEBUG:teuthology.orchestra.run.smithi192:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-18T13:51:41.294 INFO:teuthology.orchestra.run.smithi192.stdout:Reading package lists... 2024-09-18T13:51:41.528 INFO:teuthology.orchestra.run.smithi192.stdout:Building dependency tree... 2024-09-18T13:51:41.528 INFO:teuthology.orchestra.run.smithi192.stdout:Reading state information... 2024-09-18T13:51:41.770 INFO:teuthology.orchestra.run.smithi192.stdout:linux-image-generic is already the newest version (5.4.0.196.194). 2024-09-18T13:51:41.770 INFO:teuthology.orchestra.run.smithi192.stdout:0 upgraded, 0 newly installed, 0 to remove and 316 not upgraded. 2024-09-18T13:51:41.771 DEBUG:teuthology.orchestra.run.smithi192:> dpkg -s linux-image-generic 2024-09-18T13:51:41.788 INFO:teuthology.orchestra.run.smithi192.stdout:Package: linux-image-generic 2024-09-18T13:51:41.788 INFO:teuthology.orchestra.run.smithi192.stdout:Status: install ok installed 2024-09-18T13:51:41.788 INFO:teuthology.orchestra.run.smithi192.stdout:Priority: optional 2024-09-18T13:51:41.788 INFO:teuthology.orchestra.run.smithi192.stdout:Section: kernel 2024-09-18T13:51:41.788 INFO:teuthology.orchestra.run.smithi192.stdout:Installed-Size: 20 2024-09-18T13:51:41.788 INFO:teuthology.orchestra.run.smithi192.stdout:Maintainer: Ubuntu Kernel Team 2024-09-18T13:51:41.788 INFO:teuthology.orchestra.run.smithi192.stdout:Architecture: amd64 2024-09-18T13:51:41.788 INFO:teuthology.orchestra.run.smithi192.stdout:Source: linux-meta 2024-09-18T13:51:41.788 INFO:teuthology.orchestra.run.smithi192.stdout:Version: 5.4.0.196.194 2024-09-18T13:51:41.789 INFO:teuthology.orchestra.run.smithi192.stdout:Provides: virtualbox-guest-modules (= 6.1.50-dfsg-1~ubuntu1.20.04.1), wireguard-modules (= 1.0.20201112-1~20.04.1), zfs-modules (= 0.8.3-1ubuntu12.17) 2024-09-18T13:51:41.789 INFO:teuthology.orchestra.run.smithi192.stdout:Depends: linux-image-5.4.0-196-generic, linux-modules-extra-5.4.0-196-generic, linux-firmware, intel-microcode, amd64-microcode 2024-09-18T13:51:41.789 INFO:teuthology.orchestra.run.smithi192.stdout:Recommends: thermald 2024-09-18T13:51:41.789 INFO:teuthology.orchestra.run.smithi192.stdout:Description: Generic Linux kernel image 2024-09-18T13:51:41.789 INFO:teuthology.orchestra.run.smithi192.stdout: This package will always depend on the latest generic kernel image 2024-09-18T13:51:41.789 INFO:teuthology.orchestra.run.smithi192.stdout: available. 2024-09-18T13:51:41.790 DEBUG:teuthology.orchestra.run.smithi192:> mktemp 2024-09-18T13:51:41.795 INFO:teuthology.orchestra.run.smithi192.stdout:/tmp/tmp.aHpfYxiPEC 2024-09-18T13:51:41.795 DEBUG:teuthology.orchestra.run.smithi192:> sudo cp /boot/grub/grub.cfg /tmp/tmp.aHpfYxiPEC 2024-09-18T13:51:41.851 DEBUG:teuthology.orchestra.run.smithi192:> sudo chmod 0666 /tmp/tmp.aHpfYxiPEC 2024-09-18T13:51:41.887 DEBUG:teuthology.orchestra.remote:smithi192:/tmp/tmp.aHpfYxiPEC is 9KB 2024-09-18T13:51:41.901 DEBUG:teuthology.orchestra.run.smithi192:> rm -fr /tmp/tmp.aHpfYxiPEC 2024-09-18T13:51:41.908 DEBUG:teuthology.orchestra.run.smithi192:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-09-18T13:51:41.962 DEBUG:teuthology.orchestra.run.smithi192:> set -ex 2024-09-18T13:51:41.962 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-09-18T13:51:41.962 DEBUG:teuthology.orchestra.run.smithi192:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-09-18T13:51:41.995 INFO:teuthology.task.kernel:Distro Kernel Version: 5.4.0-196-generic 2024-09-18T13:51:41.995 DEBUG:teuthology.orchestra.run.smithi192:> sudo update-grub 2024-09-18T13:51:42.122 INFO:teuthology.orchestra.run.smithi135.stderr:Sourcing file `/etc/default/grub' 2024-09-18T13:51:42.133 INFO:teuthology.orchestra.run.smithi135.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-18T13:51:42.144 INFO:teuthology.orchestra.run.smithi135.stderr:Generating grub configuration file ... 2024-09-18T13:51:42.327 INFO:teuthology.orchestra.run.smithi161.stderr:Sourcing file `/etc/default/grub' 2024-09-18T13:51:42.332 INFO:teuthology.orchestra.run.smithi161.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-18T13:51:42.348 INFO:teuthology.orchestra.run.smithi161.stderr:Generating grub configuration file ... 2024-09-18T13:51:42.402 INFO:teuthology.orchestra.run.smithi135.stderr:Found linux image: /boot/vmlinuz-5.4.0-196-generic 2024-09-18T13:51:42.414 INFO:teuthology.orchestra.run.smithi135.stderr:Found initrd image: /boot/initrd.img-5.4.0-196-generic 2024-09-18T13:51:42.619 INFO:teuthology.orchestra.run.smithi161.stderr:Found linux image: /boot/vmlinuz-5.4.0-196-generic 2024-09-18T13:51:42.631 INFO:teuthology.orchestra.run.smithi161.stderr:Found initrd image: /boot/initrd.img-5.4.0-196-generic 2024-09-18T13:51:42.811 INFO:teuthology.orchestra.run.smithi135.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2024-09-18T13:51:42.823 INFO:teuthology.orchestra.run.smithi135.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2024-09-18T13:51:42.990 INFO:teuthology.orchestra.run.smithi161.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2024-09-18T13:51:43.002 INFO:teuthology.orchestra.run.smithi161.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2024-09-18T13:51:43.406 INFO:teuthology.orchestra.run.smithi192.stderr:Sourcing file `/etc/default/grub' 2024-09-18T13:51:43.413 INFO:teuthology.orchestra.run.smithi192.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-18T13:51:43.421 INFO:teuthology.orchestra.run.smithi192.stderr:Generating grub configuration file ... 2024-09-18T13:51:43.683 INFO:teuthology.orchestra.run.smithi192.stderr:Found linux image: /boot/vmlinuz-5.4.0-196-generic 2024-09-18T13:51:43.695 INFO:teuthology.orchestra.run.smithi192.stderr:Found initrd image: /boot/initrd.img-5.4.0-196-generic 2024-09-18T13:51:43.748 INFO:teuthology.orchestra.run.smithi135.stderr:done 2024-09-18T13:51:43.750 DEBUG:teuthology.orchestra.run.smithi135:> sudo shutdown -r now 2024-09-18T13:51:43.920 INFO:teuthology.orchestra.run.smithi161.stderr:done 2024-09-18T13:51:43.922 DEBUG:teuthology.orchestra.run.smithi161:> sudo shutdown -r now 2024-09-18T13:51:44.057 INFO:teuthology.orchestra.run.smithi192.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2024-09-18T13:51:44.068 INFO:teuthology.orchestra.run.smithi192.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2024-09-18T13:51:44.811 INFO:teuthology.orchestra.run.smithi192.stderr:done 2024-09-18T13:51:44.813 DEBUG:teuthology.orchestra.run.smithi192:> sudo shutdown -r now 2024-09-18T13:52:13.781 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-09-18T13:52:13.781 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi135.front.sepia.ceph.com' 2024-09-18T13:52:13.782 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi135.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-18T13:52:13.925 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-09-18T13:52:13.925 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi161.front.sepia.ceph.com' 2024-09-18T13:52:13.926 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi161.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-18T13:52:14.816 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-09-18T13:52:14.817 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi192.front.sepia.ceph.com' 2024-09-18T13:52:14.817 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi192.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-18T13:52:32.317 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.135 2024-09-18T13:52:32.318 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.161 2024-09-18T13:52:33.341 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.192 2024-09-18T13:52:41.325 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi135.front.sepia.ceph.com' 2024-09-18T13:52:41.326 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi135.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-18T13:52:41.328 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi161.front.sepia.ceph.com' 2024-09-18T13:52:41.328 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi161.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-18T13:52:42.342 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi192.front.sepia.ceph.com' 2024-09-18T13:52:42.343 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi192.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-18T13:52:44.381 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.135 2024-09-18T13:52:44.381 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.161 2024-09-18T13:52:45.409 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.192 2024-09-18T13:52:56.393 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi135.front.sepia.ceph.com' 2024-09-18T13:52:56.394 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi135.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-18T13:52:56.396 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi161.front.sepia.ceph.com' 2024-09-18T13:52:56.397 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi161.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-18T13:52:57.410 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi192.front.sepia.ceph.com' 2024-09-18T13:52:57.411 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi192.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-18T13:52:59.453 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.135 2024-09-18T13:53:14.466 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi135.front.sepia.ceph.com' 2024-09-18T13:53:14.467 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi135.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-18T13:53:17.533 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.135 2024-09-18T13:53:27.869 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.161 2024-09-18T13:53:29.134 DEBUG:teuthology.orchestra.run.smithi192:> true 2024-09-18T13:53:29.759 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi192.front.sepia.ceph.com' 2024-09-18T13:53:29.759 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.4.0-196-generic"... 2024-09-18T13:53:29.760 DEBUG:teuthology.orchestra.run.smithi192:> uname -r 2024-09-18T13:53:29.766 INFO:teuthology.orchestra.run.smithi192.stdout:5.4.0-196-generic 2024-09-18T13:53:29.766 DEBUG:teuthology.task.kernel:current kernel version is 5.4.0-196-generic vs 5.4.0-196-generic 2024-09-18T13:53:29.766 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-18T13:53:29.766 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-09-18T13:53:30.767 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-09-18T13:53:30.767 DEBUG:teuthology.orchestra.run.smithi192:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-18T13:53:30.857 INFO:teuthology.orchestra.run.smithi192.stdout:ttyS1 2024-09-18T13:53:30.882 DEBUG:teuthology.parallel:result is None 2024-09-18T13:53:35.534 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi135.front.sepia.ceph.com' 2024-09-18T13:53:35.534 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi135.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-18T13:53:35.773 DEBUG:teuthology.orchestra.run.smithi135:> true 2024-09-18T13:53:36.395 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi135.front.sepia.ceph.com' 2024-09-18T13:53:36.395 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.4.0-196-generic"... 2024-09-18T13:53:36.395 DEBUG:teuthology.orchestra.run.smithi135:> uname -r 2024-09-18T13:53:36.401 INFO:teuthology.orchestra.run.smithi135.stdout:5.4.0-196-generic 2024-09-18T13:53:36.402 DEBUG:teuthology.task.kernel:current kernel version is 5.4.0-196-generic vs 5.4.0-196-generic 2024-09-18T13:53:36.402 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-18T13:53:36.402 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-09-18T13:53:37.403 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-09-18T13:53:37.403 DEBUG:teuthology.orchestra.run.smithi135:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-18T13:53:37.505 INFO:teuthology.orchestra.run.smithi135.stdout:ttyS1 2024-09-18T13:53:37.532 DEBUG:teuthology.parallel:result is None 2024-09-18T13:53:42.870 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi161.front.sepia.ceph.com' 2024-09-18T13:53:42.871 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi161.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-18T13:53:43.110 DEBUG:teuthology.orchestra.run.smithi161:> true 2024-09-18T13:53:43.691 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi161.front.sepia.ceph.com' 2024-09-18T13:53:43.691 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.4.0-196-generic"... 2024-09-18T13:53:43.692 DEBUG:teuthology.orchestra.run.smithi161:> uname -r 2024-09-18T13:53:43.698 INFO:teuthology.orchestra.run.smithi161.stdout:5.4.0-196-generic 2024-09-18T13:53:43.698 DEBUG:teuthology.task.kernel:current kernel version is 5.4.0-196-generic vs 5.4.0-196-generic 2024-09-18T13:53:43.699 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-18T13:53:43.699 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-09-18T13:53:44.699 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-09-18T13:53:44.700 DEBUG:teuthology.orchestra.run.smithi161:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-18T13:53:44.796 INFO:teuthology.orchestra.run.smithi161.stdout:ttyS1 2024-09-18T13:53:44.818 DEBUG:teuthology.parallel:result is None 2024-09-18T13:53:44.818 INFO:teuthology.run_tasks:Running task internal.base... 2024-09-18T13:53:44.826 INFO:teuthology.task.internal:Creating test directory... 2024-09-18T13:53:44.826 DEBUG:teuthology.orchestra.run.smithi135:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-18T13:53:44.828 DEBUG:teuthology.orchestra.run.smithi161:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-18T13:53:44.831 DEBUG:teuthology.orchestra.run.smithi192:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-18T13:53:44.838 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-09-18T13:53:44.845 INFO:teuthology.run_tasks:Running task internal.archive... 2024-09-18T13:53:44.853 INFO:teuthology.task.internal:Creating archive directory... 2024-09-18T13:53:44.854 DEBUG:teuthology.orchestra.run.smithi135:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-18T13:53:44.856 DEBUG:teuthology.orchestra.run.smithi161:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-18T13:53:44.858 DEBUG:teuthology.orchestra.run.smithi192:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-18T13:53:44.905 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-09-18T13:53:44.911 INFO:teuthology.task.internal:Enabling coredump saving... 2024-09-18T13:53:44.911 DEBUG:teuthology.orchestra.run.smithi135:> 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-09-18T13:53:44.914 DEBUG:teuthology.orchestra.run.smithi161:> 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-09-18T13:53:44.921 DEBUG:teuthology.orchestra.run.smithi192:> 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-09-18T13:53:44.936 INFO:teuthology.orchestra.run.smithi161.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-18T13:53:44.941 INFO:teuthology.orchestra.run.smithi135.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-18T13:53:44.947 INFO:teuthology.orchestra.run.smithi161.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-18T13:53:44.953 INFO:teuthology.orchestra.run.smithi135.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-18T13:53:44.971 INFO:teuthology.orchestra.run.smithi192.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-18T13:53:44.982 INFO:teuthology.orchestra.run.smithi192.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-18T13:53:44.983 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-09-18T13:53:44.993 INFO:teuthology.task.internal:Configuring sudo... 2024-09-18T13:53:44.993 DEBUG:teuthology.orchestra.run.smithi135:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-18T13:53:44.995 DEBUG:teuthology.orchestra.run.smithi161:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-18T13:53:44.997 DEBUG:teuthology.orchestra.run.smithi192:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-18T13:53:45.013 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-09-18T13:53:45.022 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-09-18T13:53:45.022 DEBUG:teuthology.orchestra.run.smithi135:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-18T13:53:45.055 DEBUG:teuthology.orchestra.run.smithi161:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-18T13:53:45.057 DEBUG:teuthology.orchestra.run.smithi192:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-18T13:53:45.064 DEBUG:teuthology.orchestra.run.smithi135:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-18T13:53:45.071 DEBUG:teuthology.orchestra.run.smithi135:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-18T13:53:45.078 DEBUG:teuthology.orchestra.run.smithi135:> set -ex 2024-09-18T13:53:45.078 DEBUG:teuthology.orchestra.run.smithi135:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-18T13:53:45.107 DEBUG:teuthology.orchestra.run.smithi161:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-18T13:53:45.115 DEBUG:teuthology.orchestra.run.smithi161:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-18T13:53:45.122 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2024-09-18T13:53:45.122 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-18T13:53:45.140 DEBUG:teuthology.orchestra.run.smithi192:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-18T13:53:45.147 DEBUG:teuthology.orchestra.run.smithi192:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-18T13:53:45.194 DEBUG:teuthology.orchestra.run.smithi192:> set -ex 2024-09-18T13:53:45.194 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-18T13:53:45.218 DEBUG:teuthology.orchestra.run.smithi135:> sudo service rsyslog restart 2024-09-18T13:53:45.220 DEBUG:teuthology.orchestra.run.smithi161:> sudo service rsyslog restart 2024-09-18T13:53:45.222 DEBUG:teuthology.orchestra.run.smithi192:> sudo service rsyslog restart 2024-09-18T13:53:45.279 INFO:teuthology.run_tasks:Running task internal.timer... 2024-09-18T13:53:45.286 INFO:teuthology.task.internal:Starting timer... 2024-09-18T13:53:45.286 INFO:teuthology.run_tasks:Running task pcp... 2024-09-18T13:53:45.358 INFO:teuthology.run_tasks:Running task selinux... 2024-09-18T13:53:45.370 DEBUG:teuthology.task.selinux:Excluding smithi135: OS 'ubuntu' does not support SELinux 2024-09-18T13:53:45.370 DEBUG:teuthology.task.selinux:Excluding smithi161: OS 'ubuntu' does not support SELinux 2024-09-18T13:53:45.370 DEBUG:teuthology.task.selinux:Excluding smithi192: OS 'ubuntu' does not support SELinux 2024-09-18T13:53:45.370 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-09-18T13:53:45.370 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-09-18T13:53:45.370 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-09-18T13:53:45.371 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-09-18T13:53:45.441 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-09-18T13:53:45.445 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-09-18T13:53:45.558 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-09-18T13:53:45.573 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-09-18T13:53:45.575 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi135.front.sepia.ceph.com,smithi161.front.sepia.ceph.com,smithi192.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-09-18T13:59:26.151 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi135.front.sepia.ceph.com'), Remote(name='ubuntu@smithi161.front.sepia.ceph.com'), Remote(name='ubuntu@smithi192.front.sepia.ceph.com')] 2024-09-18T13:59:26.152 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi135.front.sepia.ceph.com' 2024-09-18T13:59:26.154 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi135.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-18T13:59:26.246 DEBUG:teuthology.orchestra.run.smithi135:> true 2024-09-18T13:59:26.370 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi135.front.sepia.ceph.com' 2024-09-18T13:59:26.371 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi161.front.sepia.ceph.com' 2024-09-18T13:59:26.371 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi161.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-18T13:59:26.470 DEBUG:teuthology.orchestra.run.smithi161:> true 2024-09-18T13:59:26.598 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi161.front.sepia.ceph.com' 2024-09-18T13:59:26.599 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi192.front.sepia.ceph.com' 2024-09-18T13:59:26.599 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi192.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-18T13:59:26.688 DEBUG:teuthology.orchestra.run.smithi192:> true 2024-09-18T13:59:26.802 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi192.front.sepia.ceph.com' 2024-09-18T13:59:26.803 INFO:teuthology.run_tasks:Running task clock... 2024-09-18T13:59:26.820 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-09-18T13:59:26.820 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-18T13:59:26.821 DEBUG:teuthology.orchestra.run.smithi135:> 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-09-18T13:59:26.823 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-18T13:59:26.823 DEBUG:teuthology.orchestra.run.smithi161:> 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-09-18T13:59:26.825 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-18T13:59:26.826 DEBUG:teuthology.orchestra.run.smithi192:> 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-09-18T13:59:26.856 INFO:teuthology.orchestra.run.smithi135.stdout:18 Sep 13:59:26 ntpd[13695]: ntpd 4.2.8p12@1.3728-o (1): Starting 2024-09-18T13:59:26.856 INFO:teuthology.orchestra.run.smithi135.stdout:18 Sep 13:59:26 ntpd[13695]: Command line: ntpd -gq 2024-09-18T13:59:26.857 INFO:teuthology.orchestra.run.smithi135.stdout:18 Sep 13:59:26 ntpd[13695]: proto: precision = 0.052 usec (-24) 2024-09-18T13:59:26.857 INFO:teuthology.orchestra.run.smithi135.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-18T13:59:26.857 INFO:teuthology.orchestra.run.smithi135.stdout:18 Sep 13:59:26 ntpd[13695]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-18T13:59:26.858 INFO:teuthology.orchestra.run.smithi135.stderr:restrict ::: KOD does nothing without LIMITED. 2024-09-18T13:59:26.858 INFO:teuthology.orchestra.run.smithi135.stdout:18 Sep 13:59:26 ntpd[13695]: restrict ::: KOD does nothing without LIMITED. 2024-09-18T13:59:26.859 INFO:teuthology.orchestra.run.smithi135.stdout:18 Sep 13:59:26 ntpd[13695]: Listen and drop on 0 v6wildcard [::]:123 2024-09-18T13:59:26.859 INFO:teuthology.orchestra.run.smithi135.stdout:18 Sep 13:59:26 ntpd[13695]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-09-18T13:59:26.859 INFO:teuthology.orchestra.run.smithi135.stdout:18 Sep 13:59:26 ntpd[13695]: Listen normally on 2 lo 127.0.0.1:123 2024-09-18T13:59:26.859 INFO:teuthology.orchestra.run.smithi135.stdout:18 Sep 13:59:26 ntpd[13695]: Listen normally on 3 enp3s0f1 172.21.15.135:123 2024-09-18T13:59:26.859 INFO:teuthology.orchestra.run.smithi135.stdout:18 Sep 13:59:26 ntpd[13695]: Listen normally on 4 lo [::1]:123 2024-09-18T13:59:26.859 INFO:teuthology.orchestra.run.smithi135.stdout:18 Sep 13:59:26 ntpd[13695]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:8083%5]:123 2024-09-18T13:59:26.859 INFO:teuthology.orchestra.run.smithi135.stdout:18 Sep 13:59:26 ntpd[13695]: Listening on routing socket on fd #22 for interface updates 2024-09-18T13:59:26.860 INFO:teuthology.orchestra.run.smithi161.stdout:18 Sep 13:59:26 ntpd[13747]: ntpd 4.2.8p12@1.3728-o (1): Starting 2024-09-18T13:59:26.860 INFO:teuthology.orchestra.run.smithi161.stdout:18 Sep 13:59:26 ntpd[13747]: Command line: ntpd -gq 2024-09-18T13:59:26.860 INFO:teuthology.orchestra.run.smithi161.stdout:18 Sep 13:59:26 ntpd[13747]: proto: precision = 0.082 usec (-23) 2024-09-18T13:59:26.860 INFO:teuthology.orchestra.run.smithi161.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-18T13:59:26.860 INFO:teuthology.orchestra.run.smithi161.stdout:18 Sep 13:59:26 ntpd[13747]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-18T13:59:26.861 INFO:teuthology.orchestra.run.smithi161.stderr:restrict ::: KOD does nothing without LIMITED. 2024-09-18T13:59:26.862 INFO:teuthology.orchestra.run.smithi161.stdout:18 Sep 13:59:26 ntpd[13747]: restrict ::: KOD does nothing without LIMITED. 2024-09-18T13:59:26.862 INFO:teuthology.orchestra.run.smithi161.stdout:18 Sep 13:59:26 ntpd[13747]: Listen and drop on 0 v6wildcard [::]:123 2024-09-18T13:59:26.862 INFO:teuthology.orchestra.run.smithi161.stdout:18 Sep 13:59:26 ntpd[13747]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-09-18T13:59:26.862 INFO:teuthology.orchestra.run.smithi161.stdout:18 Sep 13:59:26 ntpd[13747]: Listen normally on 2 lo 127.0.0.1:123 2024-09-18T13:59:26.862 INFO:teuthology.orchestra.run.smithi161.stdout:18 Sep 13:59:26 ntpd[13747]: Listen normally on 3 enp3s0f1 172.21.15.161:123 2024-09-18T13:59:26.862 INFO:teuthology.orchestra.run.smithi161.stdout:18 Sep 13:59:26 ntpd[13747]: Listen normally on 4 lo [::1]:123 2024-09-18T13:59:26.862 INFO:teuthology.orchestra.run.smithi161.stdout:18 Sep 13:59:26 ntpd[13747]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:7251%5]:123 2024-09-18T13:59:26.862 INFO:teuthology.orchestra.run.smithi161.stdout:18 Sep 13:59:26 ntpd[13747]: Listening on routing socket on fd #22 for interface updates 2024-09-18T13:59:26.863 INFO:teuthology.orchestra.run.smithi192.stdout:18 Sep 13:59:26 ntpd[13753]: ntpd 4.2.8p12@1.3728-o (1): Starting 2024-09-18T13:59:26.863 INFO:teuthology.orchestra.run.smithi192.stdout:18 Sep 13:59:26 ntpd[13753]: Command line: ntpd -gq 2024-09-18T13:59:26.863 INFO:teuthology.orchestra.run.smithi192.stdout:18 Sep 13:59:26 ntpd[13753]: proto: precision = 0.100 usec (-23) 2024-09-18T13:59:26.863 INFO:teuthology.orchestra.run.smithi192.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-18T13:59:26.864 INFO:teuthology.orchestra.run.smithi192.stdout:18 Sep 13:59:26 ntpd[13753]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-18T13:59:26.864 INFO:teuthology.orchestra.run.smithi192.stderr:restrict ::: KOD does nothing without LIMITED. 2024-09-18T13:59:26.865 INFO:teuthology.orchestra.run.smithi192.stdout:18 Sep 13:59:26 ntpd[13753]: restrict ::: KOD does nothing without LIMITED. 2024-09-18T13:59:26.865 INFO:teuthology.orchestra.run.smithi192.stdout:18 Sep 13:59:26 ntpd[13753]: Listen and drop on 0 v6wildcard [::]:123 2024-09-18T13:59:26.865 INFO:teuthology.orchestra.run.smithi192.stdout:18 Sep 13:59:26 ntpd[13753]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-09-18T13:59:26.865 INFO:teuthology.orchestra.run.smithi192.stdout:18 Sep 13:59:26 ntpd[13753]: Listen normally on 2 lo 127.0.0.1:123 2024-09-18T13:59:26.865 INFO:teuthology.orchestra.run.smithi192.stdout:18 Sep 13:59:26 ntpd[13753]: Listen normally on 3 enp3s0f1 172.21.15.192:123 2024-09-18T13:59:26.865 INFO:teuthology.orchestra.run.smithi192.stdout:18 Sep 13:59:26 ntpd[13753]: Listen normally on 4 lo [::1]:123 2024-09-18T13:59:26.865 INFO:teuthology.orchestra.run.smithi192.stdout:18 Sep 13:59:26 ntpd[13753]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:8049%5]:123 2024-09-18T13:59:26.865 INFO:teuthology.orchestra.run.smithi192.stdout:18 Sep 13:59:26 ntpd[13753]: Listening on routing socket on fd #22 for interface updates 2024-09-18T13:59:27.858 INFO:teuthology.orchestra.run.smithi135.stderr:18 Sep 13:59:27 ntpd[13695]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-18T13:59:27.858 INFO:teuthology.orchestra.run.smithi135.stderr:18 Sep 13:59:27 ntpd[13695]: can't open /var/log/ntpstats/rawstats.20240918: Permission denied 2024-09-18T13:59:27.860 INFO:teuthology.orchestra.run.smithi161.stderr:18 Sep 13:59:27 ntpd[13747]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-18T13:59:27.860 INFO:teuthology.orchestra.run.smithi161.stderr:18 Sep 13:59:27 ntpd[13747]: can't open /var/log/ntpstats/rawstats.20240918: Permission denied 2024-09-18T13:59:27.860 INFO:teuthology.orchestra.run.smithi161.stderr:18 Sep 13:59:27 ntpd[13747]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-18T13:59:27.860 INFO:teuthology.orchestra.run.smithi161.stderr:18 Sep 13:59:27 ntpd[13747]: can't open /var/log/ntpstats/rawstats.20240918: Permission denied 2024-09-18T13:59:27.860 INFO:teuthology.orchestra.run.smithi161.stderr:18 Sep 13:59:27 ntpd[13747]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-18T13:59:27.860 INFO:teuthology.orchestra.run.smithi161.stderr:18 Sep 13:59:27 ntpd[13747]: can't open /var/log/ntpstats/rawstats.20240918: Permission denied 2024-09-18T13:59:27.860 INFO:teuthology.orchestra.run.smithi161.stderr:18 Sep 13:59:27 ntpd[13747]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-18T13:59:27.861 INFO:teuthology.orchestra.run.smithi161.stderr:18 Sep 13:59:27 ntpd[13747]: can't open /var/log/ntpstats/rawstats.20240918: Permission denied 2024-09-18T13:59:27.861 INFO:teuthology.orchestra.run.smithi161.stderr:18 Sep 13:59:27 ntpd[13747]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-18T13:59:27.861 INFO:teuthology.orchestra.run.smithi161.stderr:18 Sep 13:59:27 ntpd[13747]: can't open /var/log/ntpstats/peerstats.20240918: Permission denied 2024-09-18T13:59:27.861 INFO:teuthology.orchestra.run.smithi161.stderr:18 Sep 13:59:27 ntpd[13747]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-18T13:59:27.861 INFO:teuthology.orchestra.run.smithi161.stderr:18 Sep 13:59:27 ntpd[13747]: can't open /var/log/ntpstats/rawstats.20240918: Permission denied 2024-09-18T13:59:27.861 INFO:teuthology.orchestra.run.smithi161.stderr:18 Sep 13:59:27 ntpd[13747]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-18T13:59:27.861 INFO:teuthology.orchestra.run.smithi161.stderr:18 Sep 13:59:27 ntpd[13747]: can't open /var/log/ntpstats/peerstats.20240918: Permission denied 2024-09-18T13:59:27.862 INFO:teuthology.orchestra.run.smithi192.stderr:18 Sep 13:59:27 ntpd[13753]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-18T13:59:27.862 INFO:teuthology.orchestra.run.smithi192.stderr:18 Sep 13:59:27 ntpd[13753]: can't open /var/log/ntpstats/rawstats.20240918: Permission denied 2024-09-18T13:59:27.862 INFO:teuthology.orchestra.run.smithi192.stderr:18 Sep 13:59:27 ntpd[13753]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-18T13:59:27.862 INFO:teuthology.orchestra.run.smithi192.stderr:18 Sep 13:59:27 ntpd[13753]: can't open /var/log/ntpstats/rawstats.20240918: Permission denied 2024-09-18T13:59:27.863 INFO:teuthology.orchestra.run.smithi192.stderr:18 Sep 13:59:27 ntpd[13753]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-18T13:59:27.863 INFO:teuthology.orchestra.run.smithi192.stderr:18 Sep 13:59:27 ntpd[13753]: can't open /var/log/ntpstats/rawstats.20240918: Permission denied 2024-09-18T13:59:27.863 INFO:teuthology.orchestra.run.smithi192.stderr:18 Sep 13:59:27 ntpd[13753]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-18T13:59:27.863 INFO:teuthology.orchestra.run.smithi192.stderr:18 Sep 13:59:27 ntpd[13753]: can't open /var/log/ntpstats/peerstats.20240918: Permission denied 2024-09-18T13:59:28.862 INFO:teuthology.orchestra.run.smithi192.stderr:18 Sep 13:59:28 ntpd[13753]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-18T13:59:28.863 INFO:teuthology.orchestra.run.smithi192.stderr:18 Sep 13:59:28 ntpd[13753]: can't open /var/log/ntpstats/rawstats.20240918: Permission denied 2024-09-18T13:59:28.863 INFO:teuthology.orchestra.run.smithi192.stderr:18 Sep 13:59:28 ntpd[13753]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-18T13:59:28.863 INFO:teuthology.orchestra.run.smithi192.stderr:18 Sep 13:59:28 ntpd[13753]: can't open /var/log/ntpstats/rawstats.20240918: Permission denied 2024-09-18T13:59:28.863 INFO:teuthology.orchestra.run.smithi192.stderr:18 Sep 13:59:28 ntpd[13753]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-18T13:59:28.863 INFO:teuthology.orchestra.run.smithi192.stderr:18 Sep 13:59:28 ntpd[13753]: can't open /var/log/ntpstats/peerstats.20240918: Permission denied 2024-09-18T13:59:29.857 INFO:teuthology.orchestra.run.smithi135.stderr:18 Sep 13:59:29 ntpd[13695]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-18T13:59:29.857 INFO:teuthology.orchestra.run.smithi135.stderr:18 Sep 13:59:29 ntpd[13695]: can't open /var/log/ntpstats/rawstats.20240918: Permission denied 2024-09-18T13:59:29.858 INFO:teuthology.orchestra.run.smithi135.stderr:18 Sep 13:59:29 ntpd[13695]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-18T13:59:29.858 INFO:teuthology.orchestra.run.smithi135.stderr:18 Sep 13:59:29 ntpd[13695]: can't open /var/log/ntpstats/rawstats.20240918: Permission denied 2024-09-18T13:59:29.858 INFO:teuthology.orchestra.run.smithi135.stderr:18 Sep 13:59:29 ntpd[13695]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-18T13:59:29.858 INFO:teuthology.orchestra.run.smithi135.stderr:18 Sep 13:59:29 ntpd[13695]: can't open /var/log/ntpstats/rawstats.20240918: Permission denied 2024-09-18T13:59:29.858 INFO:teuthology.orchestra.run.smithi135.stderr:18 Sep 13:59:29 ntpd[13695]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-18T13:59:29.858 INFO:teuthology.orchestra.run.smithi135.stderr:18 Sep 13:59:29 ntpd[13695]: can't open /var/log/ntpstats/peerstats.20240918: Permission denied 2024-09-18T13:59:29.858 INFO:teuthology.orchestra.run.smithi135.stderr:18 Sep 13:59:29 ntpd[13695]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-18T13:59:29.858 INFO:teuthology.orchestra.run.smithi135.stderr:18 Sep 13:59:29 ntpd[13695]: can't open /var/log/ntpstats/rawstats.20240918: Permission denied 2024-09-18T13:59:29.858 INFO:teuthology.orchestra.run.smithi135.stderr:18 Sep 13:59:29 ntpd[13695]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-18T13:59:29.858 INFO:teuthology.orchestra.run.smithi135.stderr:18 Sep 13:59:29 ntpd[13695]: can't open /var/log/ntpstats/peerstats.20240918: Permission denied 2024-09-18T13:59:29.860 INFO:teuthology.orchestra.run.smithi161.stderr:18 Sep 13:59:29 ntpd[13747]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-18T13:59:29.860 INFO:teuthology.orchestra.run.smithi161.stderr:18 Sep 13:59:29 ntpd[13747]: can't open /var/log/ntpstats/rawstats.20240918: Permission denied 2024-09-18T13:59:29.860 INFO:teuthology.orchestra.run.smithi161.stderr:18 Sep 13:59:29 ntpd[13747]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-18T13:59:29.860 INFO:teuthology.orchestra.run.smithi161.stderr:18 Sep 13:59:29 ntpd[13747]: can't open /var/log/ntpstats/rawstats.20240918: Permission denied 2024-09-18T13:59:29.860 INFO:teuthology.orchestra.run.smithi161.stderr:18 Sep 13:59:29 ntpd[13747]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-18T13:59:29.860 INFO:teuthology.orchestra.run.smithi161.stderr:18 Sep 13:59:29 ntpd[13747]: can't open /var/log/ntpstats/rawstats.20240918: Permission denied 2024-09-18T13:59:29.860 INFO:teuthology.orchestra.run.smithi161.stderr:18 Sep 13:59:29 ntpd[13747]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-18T13:59:29.860 INFO:teuthology.orchestra.run.smithi161.stderr:18 Sep 13:59:29 ntpd[13747]: can't open /var/log/ntpstats/peerstats.20240918: Permission denied 2024-09-18T13:59:29.860 INFO:teuthology.orchestra.run.smithi161.stderr:18 Sep 13:59:29 ntpd[13747]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-18T13:59:29.860 INFO:teuthology.orchestra.run.smithi161.stderr:18 Sep 13:59:29 ntpd[13747]: can't open /var/log/ntpstats/rawstats.20240918: Permission denied 2024-09-18T13:59:29.860 INFO:teuthology.orchestra.run.smithi161.stderr:18 Sep 13:59:29 ntpd[13747]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-18T13:59:29.860 INFO:teuthology.orchestra.run.smithi161.stderr:18 Sep 13:59:29 ntpd[13747]: can't open /var/log/ntpstats/peerstats.20240918: Permission denied 2024-09-18T13:59:29.863 INFO:teuthology.orchestra.run.smithi192.stderr:18 Sep 13:59:29 ntpd[13753]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-18T13:59:29.863 INFO:teuthology.orchestra.run.smithi192.stderr:18 Sep 13:59:29 ntpd[13753]: can't open /var/log/ntpstats/rawstats.20240918: Permission denied 2024-09-18T13:59:29.863 INFO:teuthology.orchestra.run.smithi192.stderr:18 Sep 13:59:29 ntpd[13753]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-18T13:59:29.863 INFO:teuthology.orchestra.run.smithi192.stderr:18 Sep 13:59:29 ntpd[13753]: can't open /var/log/ntpstats/rawstats.20240918: Permission denied 2024-09-18T13:59:29.863 INFO:teuthology.orchestra.run.smithi192.stderr:18 Sep 13:59:29 ntpd[13753]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-18T13:59:29.863 INFO:teuthology.orchestra.run.smithi192.stderr:18 Sep 13:59:29 ntpd[13753]: can't open /var/log/ntpstats/rawstats.20240918: Permission denied 2024-09-18T13:59:29.863 INFO:teuthology.orchestra.run.smithi192.stderr:18 Sep 13:59:29 ntpd[13753]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-18T13:59:29.863 INFO:teuthology.orchestra.run.smithi192.stderr:18 Sep 13:59:29 ntpd[13753]: can't open /var/log/ntpstats/peerstats.20240918: Permission denied 2024-09-18T13:59:29.863 INFO:teuthology.orchestra.run.smithi192.stderr:18 Sep 13:59:29 ntpd[13753]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-18T13:59:29.863 INFO:teuthology.orchestra.run.smithi192.stderr:18 Sep 13:59:29 ntpd[13753]: can't open /var/log/ntpstats/rawstats.20240918: Permission denied 2024-09-18T13:59:29.863 INFO:teuthology.orchestra.run.smithi192.stderr:18 Sep 13:59:29 ntpd[13753]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-18T13:59:29.864 INFO:teuthology.orchestra.run.smithi192.stderr:18 Sep 13:59:29 ntpd[13753]: can't open /var/log/ntpstats/peerstats.20240918: Permission denied 2024-09-18T13:59:30.857 INFO:teuthology.orchestra.run.smithi135.stderr:18 Sep 13:59:30 ntpd[13695]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-18T13:59:30.857 INFO:teuthology.orchestra.run.smithi135.stderr:18 Sep 13:59:30 ntpd[13695]: can't open /var/log/ntpstats/rawstats.20240918: Permission denied 2024-09-18T13:59:30.857 INFO:teuthology.orchestra.run.smithi135.stderr:18 Sep 13:59:30 ntpd[13695]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-18T13:59:30.857 INFO:teuthology.orchestra.run.smithi135.stderr:18 Sep 13:59:30 ntpd[13695]: can't open /var/log/ntpstats/rawstats.20240918: Permission denied 2024-09-18T13:59:30.857 INFO:teuthology.orchestra.run.smithi135.stderr:18 Sep 13:59:30 ntpd[13695]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-18T13:59:30.857 INFO:teuthology.orchestra.run.smithi135.stderr:18 Sep 13:59:30 ntpd[13695]: can't open /var/log/ntpstats/peerstats.20240918: Permission denied 2024-09-18T13:59:30.862 INFO:teuthology.orchestra.run.smithi192.stderr:18 Sep 13:59:30 ntpd[13753]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-18T13:59:30.862 INFO:teuthology.orchestra.run.smithi192.stderr:18 Sep 13:59:30 ntpd[13753]: can't open /var/log/ntpstats/rawstats.20240918: Permission denied 2024-09-18T13:59:30.862 INFO:teuthology.orchestra.run.smithi192.stderr:18 Sep 13:59:30 ntpd[13753]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-18T13:59:30.862 INFO:teuthology.orchestra.run.smithi192.stderr:18 Sep 13:59:30 ntpd[13753]: can't open /var/log/ntpstats/rawstats.20240918: Permission denied 2024-09-18T13:59:30.862 INFO:teuthology.orchestra.run.smithi192.stderr:18 Sep 13:59:30 ntpd[13753]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-18T13:59:30.862 INFO:teuthology.orchestra.run.smithi192.stderr:18 Sep 13:59:30 ntpd[13753]: can't open /var/log/ntpstats/peerstats.20240918: Permission denied 2024-09-18T13:59:31.857 INFO:teuthology.orchestra.run.smithi135.stderr:18 Sep 13:59:31 ntpd[13695]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-18T13:59:31.858 INFO:teuthology.orchestra.run.smithi135.stderr:18 Sep 13:59:31 ntpd[13695]: can't open /var/log/ntpstats/rawstats.20240918: Permission denied 2024-09-18T13:59:31.858 INFO:teuthology.orchestra.run.smithi135.stderr:18 Sep 13:59:31 ntpd[13695]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-18T13:59:31.858 INFO:teuthology.orchestra.run.smithi135.stderr:18 Sep 13:59:31 ntpd[13695]: can't open /var/log/ntpstats/rawstats.20240918: Permission denied 2024-09-18T13:59:31.858 INFO:teuthology.orchestra.run.smithi135.stderr:18 Sep 13:59:31 ntpd[13695]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-18T13:59:31.858 INFO:teuthology.orchestra.run.smithi135.stderr:18 Sep 13:59:31 ntpd[13695]: can't open /var/log/ntpstats/rawstats.20240918: Permission denied 2024-09-18T13:59:31.858 INFO:teuthology.orchestra.run.smithi135.stderr:18 Sep 13:59:31 ntpd[13695]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-18T13:59:31.858 INFO:teuthology.orchestra.run.smithi135.stderr:18 Sep 13:59:31 ntpd[13695]: can't open /var/log/ntpstats/peerstats.20240918: Permission denied 2024-09-18T13:59:31.858 INFO:teuthology.orchestra.run.smithi135.stderr:18 Sep 13:59:31 ntpd[13695]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-18T13:59:31.858 INFO:teuthology.orchestra.run.smithi135.stderr:18 Sep 13:59:31 ntpd[13695]: can't open /var/log/ntpstats/rawstats.20240918: Permission denied 2024-09-18T13:59:31.858 INFO:teuthology.orchestra.run.smithi135.stderr:18 Sep 13:59:31 ntpd[13695]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-18T13:59:31.858 INFO:teuthology.orchestra.run.smithi135.stderr:18 Sep 13:59:31 ntpd[13695]: can't open /var/log/ntpstats/peerstats.20240918: Permission denied 2024-09-18T13:59:31.860 INFO:teuthology.orchestra.run.smithi161.stderr:18 Sep 13:59:31 ntpd[13747]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-18T13:59:31.860 INFO:teuthology.orchestra.run.smithi161.stderr:18 Sep 13:59:31 ntpd[13747]: can't open /var/log/ntpstats/rawstats.20240918: Permission denied 2024-09-18T13:59:31.861 INFO:teuthology.orchestra.run.smithi161.stderr:18 Sep 13:59:31 ntpd[13747]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-18T13:59:31.861 INFO:teuthology.orchestra.run.smithi161.stderr:18 Sep 13:59:31 ntpd[13747]: can't open /var/log/ntpstats/rawstats.20240918: Permission denied 2024-09-18T13:59:31.861 INFO:teuthology.orchestra.run.smithi161.stderr:18 Sep 13:59:31 ntpd[13747]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-18T13:59:31.861 INFO:teuthology.orchestra.run.smithi161.stderr:18 Sep 13:59:31 ntpd[13747]: can't open /var/log/ntpstats/rawstats.20240918: Permission denied 2024-09-18T13:59:31.861 INFO:teuthology.orchestra.run.smithi161.stderr:18 Sep 13:59:31 ntpd[13747]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-18T13:59:31.861 INFO:teuthology.orchestra.run.smithi161.stderr:18 Sep 13:59:31 ntpd[13747]: can't open /var/log/ntpstats/rawstats.20240918: Permission denied 2024-09-18T13:59:31.861 INFO:teuthology.orchestra.run.smithi161.stderr:18 Sep 13:59:31 ntpd[13747]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-18T13:59:31.861 INFO:teuthology.orchestra.run.smithi161.stderr:18 Sep 13:59:31 ntpd[13747]: can't open /var/log/ntpstats/peerstats.20240918: Permission denied 2024-09-18T13:59:31.861 INFO:teuthology.orchestra.run.smithi161.stderr:18 Sep 13:59:31 ntpd[13747]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-18T13:59:31.861 INFO:teuthology.orchestra.run.smithi161.stderr:18 Sep 13:59:31 ntpd[13747]: can't open /var/log/ntpstats/rawstats.20240918: Permission denied 2024-09-18T13:59:31.861 INFO:teuthology.orchestra.run.smithi161.stderr:18 Sep 13:59:31 ntpd[13747]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-18T13:59:31.861 INFO:teuthology.orchestra.run.smithi161.stderr:18 Sep 13:59:31 ntpd[13747]: can't open /var/log/ntpstats/peerstats.20240918: Permission denied 2024-09-18T13:59:31.861 INFO:teuthology.orchestra.run.smithi161.stderr:18 Sep 13:59:31 ntpd[13747]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-18T13:59:31.862 INFO:teuthology.orchestra.run.smithi161.stderr:18 Sep 13:59:31 ntpd[13747]: can't open /var/log/ntpstats/rawstats.20240918: Permission denied 2024-09-18T13:59:31.862 INFO:teuthology.orchestra.run.smithi161.stderr:18 Sep 13:59:31 ntpd[13747]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-18T13:59:31.862 INFO:teuthology.orchestra.run.smithi161.stderr:18 Sep 13:59:31 ntpd[13747]: can't open /var/log/ntpstats/peerstats.20240918: Permission denied 2024-09-18T13:59:31.863 INFO:teuthology.orchestra.run.smithi192.stderr:18 Sep 13:59:31 ntpd[13753]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-18T13:59:31.863 INFO:teuthology.orchestra.run.smithi192.stderr:18 Sep 13:59:31 ntpd[13753]: can't open /var/log/ntpstats/rawstats.20240918: Permission denied 2024-09-18T13:59:31.863 INFO:teuthology.orchestra.run.smithi192.stderr:18 Sep 13:59:31 ntpd[13753]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-18T13:59:31.863 INFO:teuthology.orchestra.run.smithi192.stderr:18 Sep 13:59:31 ntpd[13753]: can't open /var/log/ntpstats/rawstats.20240918: Permission denied 2024-09-18T13:59:31.863 INFO:teuthology.orchestra.run.smithi192.stderr:18 Sep 13:59:31 ntpd[13753]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-18T13:59:31.863 INFO:teuthology.orchestra.run.smithi192.stderr:18 Sep 13:59:31 ntpd[13753]: can't open /var/log/ntpstats/rawstats.20240918: Permission denied 2024-09-18T13:59:31.863 INFO:teuthology.orchestra.run.smithi192.stderr:18 Sep 13:59:31 ntpd[13753]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-18T13:59:31.863 INFO:teuthology.orchestra.run.smithi192.stderr:18 Sep 13:59:31 ntpd[13753]: can't open /var/log/ntpstats/peerstats.20240918: Permission denied 2024-09-18T13:59:31.864 INFO:teuthology.orchestra.run.smithi192.stderr:18 Sep 13:59:31 ntpd[13753]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-18T13:59:31.864 INFO:teuthology.orchestra.run.smithi192.stderr:18 Sep 13:59:31 ntpd[13753]: can't open /var/log/ntpstats/rawstats.20240918: Permission denied 2024-09-18T13:59:31.864 INFO:teuthology.orchestra.run.smithi192.stderr:18 Sep 13:59:31 ntpd[13753]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-18T13:59:31.864 INFO:teuthology.orchestra.run.smithi192.stderr:18 Sep 13:59:31 ntpd[13753]: can't open /var/log/ntpstats/peerstats.20240918: Permission denied 2024-09-18T13:59:32.857 INFO:teuthology.orchestra.run.smithi135.stderr:18 Sep 13:59:32 ntpd[13695]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-18T13:59:32.857 INFO:teuthology.orchestra.run.smithi135.stderr:18 Sep 13:59:32 ntpd[13695]: can't open /var/log/ntpstats/rawstats.20240918: Permission denied 2024-09-18T13:59:32.857 INFO:teuthology.orchestra.run.smithi135.stderr:18 Sep 13:59:32 ntpd[13695]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-18T13:59:32.857 INFO:teuthology.orchestra.run.smithi135.stderr:18 Sep 13:59:32 ntpd[13695]: can't open /var/log/ntpstats/rawstats.20240918: Permission denied 2024-09-18T13:59:32.857 INFO:teuthology.orchestra.run.smithi135.stderr:18 Sep 13:59:32 ntpd[13695]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-18T13:59:32.857 INFO:teuthology.orchestra.run.smithi135.stderr:18 Sep 13:59:32 ntpd[13695]: can't open /var/log/ntpstats/peerstats.20240918: Permission denied 2024-09-18T13:59:32.862 INFO:teuthology.orchestra.run.smithi192.stderr:18 Sep 13:59:32 ntpd[13753]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-18T13:59:32.862 INFO:teuthology.orchestra.run.smithi192.stderr:18 Sep 13:59:32 ntpd[13753]: can't open /var/log/ntpstats/rawstats.20240918: Permission denied 2024-09-18T13:59:32.862 INFO:teuthology.orchestra.run.smithi192.stderr:18 Sep 13:59:32 ntpd[13753]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-18T13:59:32.862 INFO:teuthology.orchestra.run.smithi192.stderr:18 Sep 13:59:32 ntpd[13753]: can't open /var/log/ntpstats/rawstats.20240918: Permission denied 2024-09-18T13:59:32.863 INFO:teuthology.orchestra.run.smithi192.stderr:18 Sep 13:59:32 ntpd[13753]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-18T13:59:32.863 INFO:teuthology.orchestra.run.smithi192.stderr:18 Sep 13:59:32 ntpd[13753]: can't open /var/log/ntpstats/peerstats.20240918: Permission denied 2024-09-18T13:59:33.857 INFO:teuthology.orchestra.run.smithi135.stderr:18 Sep 13:59:33 ntpd[13695]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-18T13:59:33.858 INFO:teuthology.orchestra.run.smithi135.stderr:18 Sep 13:59:33 ntpd[13695]: can't open /var/log/ntpstats/rawstats.20240918: Permission denied 2024-09-18T13:59:33.858 INFO:teuthology.orchestra.run.smithi135.stderr:18 Sep 13:59:33 ntpd[13695]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-18T13:59:33.858 INFO:teuthology.orchestra.run.smithi135.stderr:18 Sep 13:59:33 ntpd[13695]: can't open /var/log/ntpstats/rawstats.20240918: Permission denied 2024-09-18T13:59:33.858 INFO:teuthology.orchestra.run.smithi135.stderr:18 Sep 13:59:33 ntpd[13695]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-18T13:59:33.858 INFO:teuthology.orchestra.run.smithi135.stderr:18 Sep 13:59:33 ntpd[13695]: can't open /var/log/ntpstats/rawstats.20240918: Permission denied 2024-09-18T13:59:33.858 INFO:teuthology.orchestra.run.smithi135.stderr:18 Sep 13:59:33 ntpd[13695]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-18T13:59:33.859 INFO:teuthology.orchestra.run.smithi135.stderr:18 Sep 13:59:33 ntpd[13695]: can't open /var/log/ntpstats/peerstats.20240918: Permission denied 2024-09-18T13:59:33.859 INFO:teuthology.orchestra.run.smithi135.stderr:18 Sep 13:59:33 ntpd[13695]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-18T13:59:33.859 INFO:teuthology.orchestra.run.smithi135.stderr:18 Sep 13:59:33 ntpd[13695]: can't open /var/log/ntpstats/rawstats.20240918: Permission denied 2024-09-18T13:59:33.859 INFO:teuthology.orchestra.run.smithi135.stderr:18 Sep 13:59:33 ntpd[13695]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-18T13:59:33.859 INFO:teuthology.orchestra.run.smithi135.stderr:18 Sep 13:59:33 ntpd[13695]: can't open /var/log/ntpstats/peerstats.20240918: Permission denied 2024-09-18T13:59:33.861 INFO:teuthology.orchestra.run.smithi161.stderr:18 Sep 13:59:33 ntpd[13747]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-18T13:59:33.861 INFO:teuthology.orchestra.run.smithi161.stderr:18 Sep 13:59:33 ntpd[13747]: can't open /var/log/ntpstats/rawstats.20240918: Permission denied 2024-09-18T13:59:33.861 INFO:teuthology.orchestra.run.smithi161.stderr:18 Sep 13:59:33 ntpd[13747]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-18T13:59:33.861 INFO:teuthology.orchestra.run.smithi161.stderr:18 Sep 13:59:33 ntpd[13747]: can't open /var/log/ntpstats/rawstats.20240918: Permission denied 2024-09-18T13:59:33.862 INFO:teuthology.orchestra.run.smithi161.stderr:18 Sep 13:59:33 ntpd[13747]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-18T13:59:33.862 INFO:teuthology.orchestra.run.smithi161.stderr:18 Sep 13:59:33 ntpd[13747]: can't open /var/log/ntpstats/rawstats.20240918: Permission denied 2024-09-18T13:59:33.862 INFO:teuthology.orchestra.run.smithi161.stderr:18 Sep 13:59:33 ntpd[13747]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-18T13:59:33.862 INFO:teuthology.orchestra.run.smithi161.stderr:18 Sep 13:59:33 ntpd[13747]: can't open /var/log/ntpstats/rawstats.20240918: Permission denied 2024-09-18T13:59:33.862 INFO:teuthology.orchestra.run.smithi161.stderr:18 Sep 13:59:33 ntpd[13747]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-18T13:59:33.862 INFO:teuthology.orchestra.run.smithi161.stderr:18 Sep 13:59:33 ntpd[13747]: can't open /var/log/ntpstats/peerstats.20240918: Permission denied 2024-09-18T13:59:33.863 INFO:teuthology.orchestra.run.smithi161.stdout:18 Sep 13:59:33 ntpd[13747]: ntpd: time slew +0.000173 s 2024-09-18T13:59:33.863 INFO:teuthology.orchestra.run.smithi161.stdout:ntpd: time slew +0.000173s 2024-09-18T13:59:33.863 INFO:teuthology.orchestra.run.smithi161.stderr:18 Sep 13:59:33 ntpd[13747]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-09-18T13:59:33.864 INFO:teuthology.orchestra.run.smithi161.stderr:18 Sep 13:59:33 ntpd[13747]: can't open /var/log/ntpstats/loopstats.20240918: Permission denied 2024-09-18T13:59:33.865 INFO:teuthology.orchestra.run.smithi192.stderr:18 Sep 13:59:33 ntpd[13753]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-18T13:59:33.865 INFO:teuthology.orchestra.run.smithi192.stderr:18 Sep 13:59:33 ntpd[13753]: can't open /var/log/ntpstats/rawstats.20240918: Permission denied 2024-09-18T13:59:33.865 INFO:teuthology.orchestra.run.smithi192.stderr:18 Sep 13:59:33 ntpd[13753]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-18T13:59:33.865 INFO:teuthology.orchestra.run.smithi192.stderr:18 Sep 13:59:33 ntpd[13753]: can't open /var/log/ntpstats/rawstats.20240918: Permission denied 2024-09-18T13:59:33.865 INFO:teuthology.orchestra.run.smithi192.stderr:18 Sep 13:59:33 ntpd[13753]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-18T13:59:33.865 INFO:teuthology.orchestra.run.smithi192.stderr:18 Sep 13:59:33 ntpd[13753]: can't open /var/log/ntpstats/rawstats.20240918: Permission denied 2024-09-18T13:59:33.866 INFO:teuthology.orchestra.run.smithi192.stderr:18 Sep 13:59:33 ntpd[13753]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-18T13:59:33.866 INFO:teuthology.orchestra.run.smithi192.stderr:18 Sep 13:59:33 ntpd[13753]: can't open /var/log/ntpstats/peerstats.20240918: Permission denied 2024-09-18T13:59:33.866 INFO:teuthology.orchestra.run.smithi192.stderr:18 Sep 13:59:33 ntpd[13753]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-18T13:59:33.866 INFO:teuthology.orchestra.run.smithi192.stderr:18 Sep 13:59:33 ntpd[13753]: can't open /var/log/ntpstats/rawstats.20240918: Permission denied 2024-09-18T13:59:33.866 INFO:teuthology.orchestra.run.smithi192.stderr:18 Sep 13:59:33 ntpd[13753]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-18T13:59:33.866 INFO:teuthology.orchestra.run.smithi192.stderr:18 Sep 13:59:33 ntpd[13753]: can't open /var/log/ntpstats/peerstats.20240918: Permission denied 2024-09-18T13:59:33.866 INFO:teuthology.orchestra.run.smithi192.stdout:18 Sep 13:59:33 ntpd[13753]: ntpd: time slew +0.000609 s 2024-09-18T13:59:33.866 INFO:teuthology.orchestra.run.smithi192.stdout:ntpd: time slew +0.000609s 2024-09-18T13:59:33.867 INFO:teuthology.orchestra.run.smithi192.stderr:18 Sep 13:59:33 ntpd[13753]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-09-18T13:59:33.867 INFO:teuthology.orchestra.run.smithi192.stderr:18 Sep 13:59:33 ntpd[13753]: can't open /var/log/ntpstats/loopstats.20240918: Permission denied 2024-09-18T13:59:33.923 INFO:teuthology.orchestra.run.smithi192.stdout: remote refid st t when poll reach delay offset jitter 2024-09-18T13:59:33.924 INFO:teuthology.orchestra.run.smithi192.stdout:============================================================================== 2024-09-18T13:59:33.924 INFO:teuthology.orchestra.run.smithi192.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-09-18T13:59:33.924 INFO:teuthology.orchestra.run.smithi192.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-09-18T13:59:33.924 INFO:teuthology.orchestra.run.smithi192.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-09-18T13:59:33.924 INFO:teuthology.orchestra.run.smithi192.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-09-18T13:59:33.934 INFO:teuthology.orchestra.run.smithi161.stdout: remote refid st t when poll reach delay offset jitter 2024-09-18T13:59:33.934 INFO:teuthology.orchestra.run.smithi161.stdout:============================================================================== 2024-09-18T13:59:33.934 INFO:teuthology.orchestra.run.smithi161.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-09-18T13:59:33.934 INFO:teuthology.orchestra.run.smithi161.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-09-18T13:59:33.935 INFO:teuthology.orchestra.run.smithi161.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-09-18T13:59:33.935 INFO:teuthology.orchestra.run.smithi161.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-09-18T13:59:34.857 INFO:teuthology.orchestra.run.smithi135.stderr:18 Sep 13:59:34 ntpd[13695]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-18T13:59:34.857 INFO:teuthology.orchestra.run.smithi135.stderr:18 Sep 13:59:34 ntpd[13695]: can't open /var/log/ntpstats/rawstats.20240918: Permission denied 2024-09-18T13:59:34.857 INFO:teuthology.orchestra.run.smithi135.stderr:18 Sep 13:59:34 ntpd[13695]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-18T13:59:34.857 INFO:teuthology.orchestra.run.smithi135.stderr:18 Sep 13:59:34 ntpd[13695]: can't open /var/log/ntpstats/rawstats.20240918: Permission denied 2024-09-18T13:59:34.857 INFO:teuthology.orchestra.run.smithi135.stderr:18 Sep 13:59:34 ntpd[13695]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-18T13:59:34.857 INFO:teuthology.orchestra.run.smithi135.stderr:18 Sep 13:59:34 ntpd[13695]: can't open /var/log/ntpstats/peerstats.20240918: Permission denied 2024-09-18T13:59:35.857 INFO:teuthology.orchestra.run.smithi135.stderr:18 Sep 13:59:35 ntpd[13695]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-18T13:59:35.857 INFO:teuthology.orchestra.run.smithi135.stderr:18 Sep 13:59:35 ntpd[13695]: can't open /var/log/ntpstats/rawstats.20240918: Permission denied 2024-09-18T13:59:35.857 INFO:teuthology.orchestra.run.smithi135.stderr:18 Sep 13:59:35 ntpd[13695]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-18T13:59:35.857 INFO:teuthology.orchestra.run.smithi135.stderr:18 Sep 13:59:35 ntpd[13695]: can't open /var/log/ntpstats/rawstats.20240918: Permission denied 2024-09-18T13:59:35.857 INFO:teuthology.orchestra.run.smithi135.stderr:18 Sep 13:59:35 ntpd[13695]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-18T13:59:35.857 INFO:teuthology.orchestra.run.smithi135.stderr:18 Sep 13:59:35 ntpd[13695]: can't open /var/log/ntpstats/rawstats.20240918: Permission denied 2024-09-18T13:59:35.857 INFO:teuthology.orchestra.run.smithi135.stderr:18 Sep 13:59:35 ntpd[13695]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-18T13:59:35.858 INFO:teuthology.orchestra.run.smithi135.stderr:18 Sep 13:59:35 ntpd[13695]: can't open /var/log/ntpstats/peerstats.20240918: Permission denied 2024-09-18T13:59:35.858 INFO:teuthology.orchestra.run.smithi135.stdout:18 Sep 13:59:35 ntpd[13695]: ntpd: time slew +0.004258 s 2024-09-18T13:59:35.858 INFO:teuthology.orchestra.run.smithi135.stdout:ntpd: time slew +0.004258s 2024-09-18T13:59:35.858 INFO:teuthology.orchestra.run.smithi135.stderr:18 Sep 13:59:35 ntpd[13695]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-09-18T13:59:35.858 INFO:teuthology.orchestra.run.smithi135.stderr:18 Sep 13:59:35 ntpd[13695]: can't open /var/log/ntpstats/loopstats.20240918: Permission denied 2024-09-18T13:59:35.937 INFO:teuthology.orchestra.run.smithi135.stdout: remote refid st t when poll reach delay offset jitter 2024-09-18T13:59:35.938 INFO:teuthology.orchestra.run.smithi135.stdout:============================================================================== 2024-09-18T13:59:35.938 INFO:teuthology.orchestra.run.smithi135.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-09-18T13:59:35.938 INFO:teuthology.orchestra.run.smithi135.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-09-18T13:59:35.938 INFO:teuthology.orchestra.run.smithi135.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-09-18T13:59:35.938 INFO:teuthology.orchestra.run.smithi135.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-09-18T13:59:35.939 INFO:teuthology.run_tasks:Running task install... 2024-09-18T13:59:35.948 DEBUG:teuthology.task.install:project ceph 2024-09-18T13:59:35.948 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '7061ea6ca50908d104e9f3979dc615e118d9e153'}} 2024-09-18T13:59:35.948 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '7061ea6ca50908d104e9f3979dc615e118d9e153'} 2024-09-18T13:59:35.949 INFO:teuthology.task.install:Using flavor: default 2024-09-18T13:59:35.955 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-09-18T13:59:35.955 INFO:teuthology.task.install:extra packages: [] 2024-09-18T13:59:35.956 DEBUG:teuthology.orchestra.run.smithi135:> sudo apt-key list | grep Ceph 2024-09-18T13:59:35.956 DEBUG:teuthology.orchestra.run.smithi161:> sudo apt-key list | grep Ceph 2024-09-18T13:59:35.957 DEBUG:teuthology.orchestra.run.smithi192:> sudo apt-key list | grep Ceph 2024-09-18T13:59:36.058 INFO:teuthology.orchestra.run.smithi135.stderr:Warning: apt-key output should not be parsed (stdout is not a terminal) 2024-09-18T13:59:36.059 INFO:teuthology.orchestra.run.smithi192.stderr:Warning: apt-key output should not be parsed (stdout is not a terminal) 2024-09-18T13:59:36.059 INFO:teuthology.orchestra.run.smithi161.stderr:Warning: apt-key output should not be parsed (stdout is not a terminal) 2024-09-18T13:59:36.117 INFO:teuthology.orchestra.run.smithi135.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-09-18T13:59:36.118 INFO:teuthology.orchestra.run.smithi135.stdout:uid [ unknown] Ceph.com (release key) 2024-09-18T13:59:36.120 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-09-18T13:59:36.121 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F20.04%2Fx86_64&sha1=7061ea6ca50908d104e9f3979dc615e118d9e153 2024-09-18T13:59:36.127 INFO:teuthology.orchestra.run.smithi161.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-09-18T13:59:36.127 INFO:teuthology.orchestra.run.smithi161.stdout:uid [ unknown] Ceph.com (release key) 2024-09-18T13:59:36.128 INFO:teuthology.orchestra.run.smithi192.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-09-18T13:59:36.128 INFO:teuthology.orchestra.run.smithi192.stdout:uid [ unknown] Ceph.com (release key) 2024-09-18T13:59:36.128 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-09-18T13:59:36.128 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F20.04%2Fx86_64&sha1=7061ea6ca50908d104e9f3979dc615e118d9e153 2024-09-18T13:59:36.129 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-09-18T13:59:36.129 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F20.04%2Fx86_64&sha1=7061ea6ca50908d104e9f3979dc615e118d9e153 2024-09-18T13:59:36.274 INFO:teuthology.task.install.deb:Pulling from https://2.chacra.ceph.com/r/ceph/wip-bharath11-testing-2024-09-18-1115-quincy/7061ea6ca50908d104e9f3979dc615e118d9e153/ubuntu/focal/flavors/default/ 2024-09-18T13:59:36.274 INFO:teuthology.task.install.deb:Package version is 17.2.7-1645-g7061ea6c-1focal 2024-09-18T13:59:36.281 INFO:teuthology.task.install.deb:Pulling from https://2.chacra.ceph.com/r/ceph/wip-bharath11-testing-2024-09-18-1115-quincy/7061ea6ca50908d104e9f3979dc615e118d9e153/ubuntu/focal/flavors/default/ 2024-09-18T13:59:36.281 INFO:teuthology.task.install.deb:Package version is 17.2.7-1645-g7061ea6c-1focal 2024-09-18T13:59:36.292 INFO:teuthology.task.install.deb:Pulling from https://2.chacra.ceph.com/r/ceph/wip-bharath11-testing-2024-09-18-1115-quincy/7061ea6ca50908d104e9f3979dc615e118d9e153/ubuntu/focal/flavors/default/ 2024-09-18T13:59:36.292 INFO:teuthology.task.install.deb:Package version is 17.2.7-1645-g7061ea6c-1focal 2024-09-18T13:59:36.390 DEBUG:teuthology.orchestra.run.smithi135:> set -ex 2024-09-18T13:59:36.390 DEBUG:teuthology.orchestra.run.smithi135:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-09-18T13:59:36.397 DEBUG:teuthology.orchestra.run.smithi192:> set -ex 2024-09-18T13:59:36.397 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-09-18T13:59:36.402 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2024-09-18T13:59:36.402 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-09-18T13:59:36.408 DEBUG:teuthology.orchestra.run.smithi135:> sudo apt-get update 2024-09-18T13:59:36.413 DEBUG:teuthology.orchestra.run.smithi192:> sudo apt-get update 2024-09-18T13:59:36.418 DEBUG:teuthology.orchestra.run.smithi161:> sudo apt-get update 2024-09-18T13:59:36.556 INFO:teuthology.orchestra.run.smithi192.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2024-09-18T13:59:36.562 INFO:teuthology.orchestra.run.smithi192.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2024-09-18T13:59:36.579 INFO:teuthology.orchestra.run.smithi192.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2024-09-18T13:59:36.597 INFO:teuthology.orchestra.run.smithi135.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2024-09-18T13:59:36.598 INFO:teuthology.orchestra.run.smithi135.stdout:Hit:2 http://security.ubuntu.com/ubuntu focal-security InRelease 2024-09-18T13:59:36.603 INFO:teuthology.orchestra.run.smithi135.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2024-09-18T13:59:36.611 INFO:teuthology.orchestra.run.smithi192.stdout:Ign:4 https://2.chacra.ceph.com/r/ceph/wip-bharath11-testing-2024-09-18-1115-quincy/7061ea6ca50908d104e9f3979dc615e118d9e153/ubuntu/focal/flavors/default focal InRelease 2024-09-18T13:59:36.612 INFO:teuthology.orchestra.run.smithi161.stdout:Ign:1 https://2.chacra.ceph.com/r/ceph/wip-bharath11-testing-2024-09-18-1115-quincy/7061ea6ca50908d104e9f3979dc615e118d9e153/ubuntu/focal/flavors/default focal InRelease 2024-09-18T13:59:36.620 INFO:teuthology.orchestra.run.smithi135.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2024-09-18T13:59:36.631 INFO:teuthology.orchestra.run.smithi192.stdout:Get:5 https://2.chacra.ceph.com/r/ceph/wip-bharath11-testing-2024-09-18-1115-quincy/7061ea6ca50908d104e9f3979dc615e118d9e153/ubuntu/focal/flavors/default focal Release [7,662 B] 2024-09-18T13:59:36.633 INFO:teuthology.orchestra.run.smithi161.stdout:Get:2 https://2.chacra.ceph.com/r/ceph/wip-bharath11-testing-2024-09-18-1115-quincy/7061ea6ca50908d104e9f3979dc615e118d9e153/ubuntu/focal/flavors/default focal Release [7,662 B] 2024-09-18T13:59:36.653 INFO:teuthology.orchestra.run.smithi135.stdout:Ign:5 https://2.chacra.ceph.com/r/ceph/wip-bharath11-testing-2024-09-18-1115-quincy/7061ea6ca50908d104e9f3979dc615e118d9e153/ubuntu/focal/flavors/default focal InRelease 2024-09-18T13:59:36.654 INFO:teuthology.orchestra.run.smithi192.stdout:Ign:6 https://2.chacra.ceph.com/r/ceph/wip-bharath11-testing-2024-09-18-1115-quincy/7061ea6ca50908d104e9f3979dc615e118d9e153/ubuntu/focal/flavors/default focal Release.gpg 2024-09-18T13:59:36.656 INFO:teuthology.orchestra.run.smithi161.stdout:Ign:3 https://2.chacra.ceph.com/r/ceph/wip-bharath11-testing-2024-09-18-1115-quincy/7061ea6ca50908d104e9f3979dc615e118d9e153/ubuntu/focal/flavors/default focal Release.gpg 2024-09-18T13:59:36.674 INFO:teuthology.orchestra.run.smithi135.stdout:Get:6 https://2.chacra.ceph.com/r/ceph/wip-bharath11-testing-2024-09-18-1115-quincy/7061ea6ca50908d104e9f3979dc615e118d9e153/ubuntu/focal/flavors/default focal Release [7,662 B] 2024-09-18T13:59:36.675 INFO:teuthology.orchestra.run.smithi192.stdout:Hit:7 http://security.ubuntu.com/ubuntu focal-security InRelease 2024-09-18T13:59:36.675 INFO:teuthology.orchestra.run.smithi192.stdout:Get:8 https://2.chacra.ceph.com/r/ceph/wip-bharath11-testing-2024-09-18-1115-quincy/7061ea6ca50908d104e9f3979dc615e118d9e153/ubuntu/focal/flavors/default focal/main i386 Packages [3,390 B] 2024-09-18T13:59:36.688 INFO:teuthology.orchestra.run.smithi161.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal InRelease 2024-09-18T13:59:36.689 INFO:teuthology.orchestra.run.smithi161.stdout:Hit:5 http://security.ubuntu.com/ubuntu focal-security InRelease 2024-09-18T13:59:36.689 INFO:teuthology.orchestra.run.smithi161.stdout:Get:6 https://2.chacra.ceph.com/r/ceph/wip-bharath11-testing-2024-09-18-1115-quincy/7061ea6ca50908d104e9f3979dc615e118d9e153/ubuntu/focal/flavors/default focal/main i386 Packages [3,390 B] 2024-09-18T13:59:36.698 INFO:teuthology.orchestra.run.smithi135.stdout:Ign:7 https://2.chacra.ceph.com/r/ceph/wip-bharath11-testing-2024-09-18-1115-quincy/7061ea6ca50908d104e9f3979dc615e118d9e153/ubuntu/focal/flavors/default focal Release.gpg 2024-09-18T13:59:36.710 INFO:teuthology.orchestra.run.smithi192.stdout:Get:9 https://2.chacra.ceph.com/r/ceph/wip-bharath11-testing-2024-09-18-1115-quincy/7061ea6ca50908d104e9f3979dc615e118d9e153/ubuntu/focal/flavors/default focal/main amd64 Packages [17.4 kB] 2024-09-18T13:59:36.720 INFO:teuthology.orchestra.run.smithi135.stdout:Get:8 https://2.chacra.ceph.com/r/ceph/wip-bharath11-testing-2024-09-18-1115-quincy/7061ea6ca50908d104e9f3979dc615e118d9e153/ubuntu/focal/flavors/default focal/main amd64 Packages [17.4 kB] 2024-09-18T13:59:36.722 INFO:teuthology.orchestra.run.smithi161.stdout:Get:7 https://2.chacra.ceph.com/r/ceph/wip-bharath11-testing-2024-09-18-1115-quincy/7061ea6ca50908d104e9f3979dc615e118d9e153/ubuntu/focal/flavors/default focal/main amd64 Packages [17.4 kB] 2024-09-18T13:59:36.753 INFO:teuthology.orchestra.run.smithi135.stdout:Get:9 https://2.chacra.ceph.com/r/ceph/wip-bharath11-testing-2024-09-18-1115-quincy/7061ea6ca50908d104e9f3979dc615e118d9e153/ubuntu/focal/flavors/default focal/main i386 Packages [3,390 B] 2024-09-18T13:59:36.758 INFO:teuthology.orchestra.run.smithi161.stdout:Hit:8 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2024-09-18T13:59:36.844 INFO:teuthology.orchestra.run.smithi161.stdout:Hit:9 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2024-09-18T13:59:37.215 INFO:teuthology.orchestra.run.smithi192.stdout:Fetched 28.4 kB in 1s (45.1 kB/s) 2024-09-18T13:59:37.260 INFO:teuthology.orchestra.run.smithi135.stdout:Fetched 28.4 kB in 1s (44.5 kB/s) 2024-09-18T13:59:37.349 INFO:teuthology.orchestra.run.smithi161.stdout:Fetched 28.4 kB in 1s (37.2 kB/s) 2024-09-18T13:59:38.372 INFO:teuthology.orchestra.run.smithi192.stdout:Reading package lists... 2024-09-18T13:59:38.399 DEBUG:teuthology.orchestra.run.smithi192:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=17.2.7-1645-g7061ea6c-1focal cephadm=17.2.7-1645-g7061ea6c-1focal ceph-mds=17.2.7-1645-g7061ea6c-1focal ceph-mgr=17.2.7-1645-g7061ea6c-1focal ceph-common=17.2.7-1645-g7061ea6c-1focal ceph-fuse=17.2.7-1645-g7061ea6c-1focal ceph-test=17.2.7-1645-g7061ea6c-1focal ceph-volume=17.2.7-1645-g7061ea6c-1focal radosgw=17.2.7-1645-g7061ea6c-1focal python3-rados=17.2.7-1645-g7061ea6c-1focal python3-rgw=17.2.7-1645-g7061ea6c-1focal python3-cephfs=17.2.7-1645-g7061ea6c-1focal python3-rbd=17.2.7-1645-g7061ea6c-1focal libcephfs2=17.2.7-1645-g7061ea6c-1focal libcephfs-dev=17.2.7-1645-g7061ea6c-1focal librados2=17.2.7-1645-g7061ea6c-1focal librbd1=17.2.7-1645-g7061ea6c-1focal rbd-fuse=17.2.7-1645-g7061ea6c-1focal 2024-09-18T13:59:38.432 INFO:teuthology.orchestra.run.smithi135.stdout:Reading package lists... 2024-09-18T13:59:38.458 DEBUG:teuthology.orchestra.run.smithi135:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=17.2.7-1645-g7061ea6c-1focal cephadm=17.2.7-1645-g7061ea6c-1focal ceph-mds=17.2.7-1645-g7061ea6c-1focal ceph-mgr=17.2.7-1645-g7061ea6c-1focal ceph-common=17.2.7-1645-g7061ea6c-1focal ceph-fuse=17.2.7-1645-g7061ea6c-1focal ceph-test=17.2.7-1645-g7061ea6c-1focal ceph-volume=17.2.7-1645-g7061ea6c-1focal radosgw=17.2.7-1645-g7061ea6c-1focal python3-rados=17.2.7-1645-g7061ea6c-1focal python3-rgw=17.2.7-1645-g7061ea6c-1focal python3-cephfs=17.2.7-1645-g7061ea6c-1focal python3-rbd=17.2.7-1645-g7061ea6c-1focal libcephfs2=17.2.7-1645-g7061ea6c-1focal libcephfs-dev=17.2.7-1645-g7061ea6c-1focal librados2=17.2.7-1645-g7061ea6c-1focal librbd1=17.2.7-1645-g7061ea6c-1focal rbd-fuse=17.2.7-1645-g7061ea6c-1focal 2024-09-18T13:59:38.470 INFO:teuthology.orchestra.run.smithi192.stdout:Reading package lists... 2024-09-18T13:59:38.509 INFO:teuthology.orchestra.run.smithi161.stdout:Reading package lists... 2024-09-18T13:59:38.533 INFO:teuthology.orchestra.run.smithi135.stdout:Reading package lists... 2024-09-18T13:59:38.537 DEBUG:teuthology.orchestra.run.smithi161:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=17.2.7-1645-g7061ea6c-1focal cephadm=17.2.7-1645-g7061ea6c-1focal ceph-mds=17.2.7-1645-g7061ea6c-1focal ceph-mgr=17.2.7-1645-g7061ea6c-1focal ceph-common=17.2.7-1645-g7061ea6c-1focal ceph-fuse=17.2.7-1645-g7061ea6c-1focal ceph-test=17.2.7-1645-g7061ea6c-1focal ceph-volume=17.2.7-1645-g7061ea6c-1focal radosgw=17.2.7-1645-g7061ea6c-1focal python3-rados=17.2.7-1645-g7061ea6c-1focal python3-rgw=17.2.7-1645-g7061ea6c-1focal python3-cephfs=17.2.7-1645-g7061ea6c-1focal python3-rbd=17.2.7-1645-g7061ea6c-1focal libcephfs2=17.2.7-1645-g7061ea6c-1focal libcephfs-dev=17.2.7-1645-g7061ea6c-1focal librados2=17.2.7-1645-g7061ea6c-1focal librbd1=17.2.7-1645-g7061ea6c-1focal rbd-fuse=17.2.7-1645-g7061ea6c-1focal 2024-09-18T13:59:38.613 INFO:teuthology.orchestra.run.smithi161.stdout:Reading package lists... 2024-09-18T13:59:38.693 INFO:teuthology.orchestra.run.smithi192.stdout:Building dependency tree... 2024-09-18T13:59:38.694 INFO:teuthology.orchestra.run.smithi192.stdout:Reading state information... 2024-09-18T13:59:38.752 INFO:teuthology.orchestra.run.smithi135.stdout:Building dependency tree... 2024-09-18T13:59:38.753 INFO:teuthology.orchestra.run.smithi135.stdout:Reading state information... 2024-09-18T13:59:38.831 INFO:teuthology.orchestra.run.smithi161.stdout:Building dependency tree... 2024-09-18T13:59:38.832 INFO:teuthology.orchestra.run.smithi161.stdout:Reading state information... 2024-09-18T13:59:38.897 INFO:teuthology.orchestra.run.smithi192.stdout:The following packages were automatically installed and are no longer required: 2024-09-18T13:59:38.899 INFO:teuthology.orchestra.run.smithi192.stdout: libboost-iostreams1.71.0 libboost-thread1.71.0 2024-09-18T13:59:38.899 INFO:teuthology.orchestra.run.smithi192.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-18T13:59:38.899 INFO:teuthology.orchestra.run.smithi192.stdout:The following additional packages will be installed: 2024-09-18T13:59:38.899 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-09-18T13:59:38.900 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd fonts-mathjax jq 2024-09-18T13:59:38.900 INFO:teuthology.orchestra.run.smithi192.stdout: libdouble-conversion3 libjq1 libjs-mathjax libjs-sphinxdoc libjs-underscore 2024-09-18T13:59:38.900 INFO:teuthology.orchestra.run.smithi192.stdout: liblbfgsb0 liblttng-ust0 liblua5.3-0 liboath0 libonig5 libpcre2-16-0 2024-09-18T13:59:38.900 INFO:teuthology.orchestra.run.smithi192.stdout: libqt5core5a libqt5dbus5 libqt5network5 librabbitmq4 libradosstriper1 2024-09-18T13:59:38.901 INFO:teuthology.orchestra.run.smithi192.stdout: librdkafka1 librgw2 libsqlite3-mod-ceph libthrift-0.13.0 nvme-cli 2024-09-18T13:59:38.901 INFO:teuthology.orchestra.run.smithi192.stdout: python-natsort-doc python-pastedeploy-tpl python3-atomicwrites python3-attr 2024-09-18T13:59:38.901 INFO:teuthology.orchestra.run.smithi192.stdout: python3-bcrypt python3-blinker python3-bs4 python3-cachetools 2024-09-18T13:59:38.901 INFO:teuthology.orchestra.run.smithi192.stdout: python3-ceph-argparse python3-ceph-common python3-cherrypy3 2024-09-18T13:59:38.901 INFO:teuthology.orchestra.run.smithi192.stdout: python3-cryptography python3-decorator python3-google-auth python3-html5lib 2024-09-18T13:59:38.901 INFO:teuthology.orchestra.run.smithi192.stdout: python3-jinja2 python3-joblib python3-jwt python3-kubernetes 2024-09-18T13:59:38.901 INFO:teuthology.orchestra.run.smithi192.stdout: python3-logutils python3-lxml python3-mako python3-markupsafe 2024-09-18T13:59:38.901 INFO:teuthology.orchestra.run.smithi192.stdout: python3-natsort python3-oauthlib python3-openssl python3-packaging 2024-09-18T13:59:38.901 INFO:teuthology.orchestra.run.smithi192.stdout: python3-paste python3-pastedeploy python3-pastescript python3-pecan 2024-09-18T13:59:38.901 INFO:teuthology.orchestra.run.smithi192.stdout: python3-pluggy python3-prettytable python3-psutil python3-py python3-pyasn1 2024-09-18T13:59:38.902 INFO:teuthology.orchestra.run.smithi192.stdout: python3-pyasn1-modules python3-pyinotify python3-pytest python3-repoze.lru 2024-09-18T13:59:38.902 INFO:teuthology.orchestra.run.smithi192.stdout: python3-requests-oauthlib python3-routes python3-rsa python3-scipy 2024-09-18T13:59:38.902 INFO:teuthology.orchestra.run.smithi192.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-09-18T13:59:38.902 INFO:teuthology.orchestra.run.smithi192.stdout: python3-sklearn python3-sklearn-lib python3-soupsieve python3-tempita 2024-09-18T13:59:38.902 INFO:teuthology.orchestra.run.smithi192.stdout: python3-waitress python3-wcwidth python3-webencodings python3-webob 2024-09-18T13:59:38.902 INFO:teuthology.orchestra.run.smithi192.stdout: python3-websocket python3-webtest python3-werkzeug qttranslations5-l10n 2024-09-18T13:59:38.902 INFO:teuthology.orchestra.run.smithi192.stdout: socat xmlstarlet 2024-09-18T13:59:38.902 INFO:teuthology.orchestra.run.smithi192.stdout:Suggested packages: 2024-09-18T13:59:38.902 INFO:teuthology.orchestra.run.smithi192.stdout: python3-influxdb fonts-mathjax-extras fonts-stix libjs-mathjax-doc 2024-09-18T13:59:38.902 INFO:teuthology.orchestra.run.smithi192.stdout: python-attr-doc python-blinker-doc python-cryptography-doc 2024-09-18T13:59:38.903 INFO:teuthology.orchestra.run.smithi192.stdout: python3-cryptography-vectors python3-genshi python-jinja2-doc python3-crypto 2024-09-18T13:59:38.903 INFO:teuthology.orchestra.run.smithi192.stdout: python3-lxml-dbg python-lxml-doc python3-beaker python-mako-doc 2024-09-18T13:59:38.903 INFO:teuthology.orchestra.run.smithi192.stdout: python-openssl-doc python3-openssl-dbg httpd-wsgi libapache2-mod-python 2024-09-18T13:59:38.903 INFO:teuthology.orchestra.run.smithi192.stdout: libapache2-mod-scgi libjs-mochikit python-pecan-doc python-psutil-doc 2024-09-18T13:59:38.903 INFO:teuthology.orchestra.run.smithi192.stdout: subversion python-pyinotify-doc python-scipy-doc python3-dap 2024-09-18T13:59:38.903 INFO:teuthology.orchestra.run.smithi192.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-09-18T13:59:38.903 INFO:teuthology.orchestra.run.smithi192.stdout: python-webtest-doc python-werkzeug-doc python3-termcolor python3-watchdog 2024-09-18T13:59:38.903 INFO:teuthology.orchestra.run.smithi192.stdout:Recommended packages: 2024-09-18T13:59:38.903 INFO:teuthology.orchestra.run.smithi192.stdout: btrfs-tools 2024-09-18T13:59:38.958 INFO:teuthology.orchestra.run.smithi135.stdout:The following packages were automatically installed and are no longer required: 2024-09-18T13:59:38.961 INFO:teuthology.orchestra.run.smithi135.stdout: libboost-iostreams1.71.0 libboost-thread1.71.0 2024-09-18T13:59:38.961 INFO:teuthology.orchestra.run.smithi135.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-18T13:59:38.962 INFO:teuthology.orchestra.run.smithi135.stdout:The following additional packages will be installed: 2024-09-18T13:59:38.962 INFO:teuthology.orchestra.run.smithi135.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-09-18T13:59:38.962 INFO:teuthology.orchestra.run.smithi135.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd fonts-mathjax jq 2024-09-18T13:59:38.962 INFO:teuthology.orchestra.run.smithi135.stdout: libdouble-conversion3 libjq1 libjs-mathjax libjs-sphinxdoc libjs-underscore 2024-09-18T13:59:38.962 INFO:teuthology.orchestra.run.smithi135.stdout: liblbfgsb0 liblttng-ust0 liblua5.3-0 liboath0 libonig5 libpcre2-16-0 2024-09-18T13:59:38.963 INFO:teuthology.orchestra.run.smithi135.stdout: libqt5core5a libqt5dbus5 libqt5network5 librabbitmq4 libradosstriper1 2024-09-18T13:59:38.963 INFO:teuthology.orchestra.run.smithi135.stdout: librdkafka1 librgw2 libsqlite3-mod-ceph libthrift-0.13.0 nvme-cli 2024-09-18T13:59:38.963 INFO:teuthology.orchestra.run.smithi135.stdout: python-natsort-doc python-pastedeploy-tpl python3-atomicwrites python3-attr 2024-09-18T13:59:38.963 INFO:teuthology.orchestra.run.smithi135.stdout: python3-bcrypt python3-blinker python3-bs4 python3-cachetools 2024-09-18T13:59:38.963 INFO:teuthology.orchestra.run.smithi135.stdout: python3-ceph-argparse python3-ceph-common python3-cherrypy3 2024-09-18T13:59:38.963 INFO:teuthology.orchestra.run.smithi135.stdout: python3-cryptography python3-decorator python3-google-auth python3-html5lib 2024-09-18T13:59:38.963 INFO:teuthology.orchestra.run.smithi135.stdout: python3-jinja2 python3-joblib python3-jwt python3-kubernetes 2024-09-18T13:59:38.963 INFO:teuthology.orchestra.run.smithi135.stdout: python3-logutils python3-lxml python3-mako python3-markupsafe 2024-09-18T13:59:38.963 INFO:teuthology.orchestra.run.smithi135.stdout: python3-natsort python3-oauthlib python3-openssl python3-packaging 2024-09-18T13:59:38.964 INFO:teuthology.orchestra.run.smithi135.stdout: python3-paste python3-pastedeploy python3-pastescript python3-pecan 2024-09-18T13:59:38.964 INFO:teuthology.orchestra.run.smithi135.stdout: python3-pluggy python3-prettytable python3-psutil python3-py python3-pyasn1 2024-09-18T13:59:38.964 INFO:teuthology.orchestra.run.smithi135.stdout: python3-pyasn1-modules python3-pyinotify python3-pytest python3-repoze.lru 2024-09-18T13:59:38.964 INFO:teuthology.orchestra.run.smithi135.stdout: python3-requests-oauthlib python3-routes python3-rsa python3-scipy 2024-09-18T13:59:38.964 INFO:teuthology.orchestra.run.smithi135.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-09-18T13:59:38.964 INFO:teuthology.orchestra.run.smithi135.stdout: python3-sklearn python3-sklearn-lib python3-soupsieve python3-tempita 2024-09-18T13:59:38.964 INFO:teuthology.orchestra.run.smithi135.stdout: python3-waitress python3-wcwidth python3-webencodings python3-webob 2024-09-18T13:59:38.964 INFO:teuthology.orchestra.run.smithi135.stdout: python3-websocket python3-webtest python3-werkzeug qttranslations5-l10n 2024-09-18T13:59:38.964 INFO:teuthology.orchestra.run.smithi135.stdout: socat xmlstarlet 2024-09-18T13:59:38.965 INFO:teuthology.orchestra.run.smithi135.stdout:Suggested packages: 2024-09-18T13:59:38.965 INFO:teuthology.orchestra.run.smithi135.stdout: python3-influxdb fonts-mathjax-extras fonts-stix libjs-mathjax-doc 2024-09-18T13:59:38.965 INFO:teuthology.orchestra.run.smithi135.stdout: python-attr-doc python-blinker-doc python-cryptography-doc 2024-09-18T13:59:38.965 INFO:teuthology.orchestra.run.smithi135.stdout: python3-cryptography-vectors python3-genshi python-jinja2-doc python3-crypto 2024-09-18T13:59:38.965 INFO:teuthology.orchestra.run.smithi135.stdout: python3-lxml-dbg python-lxml-doc python3-beaker python-mako-doc 2024-09-18T13:59:38.965 INFO:teuthology.orchestra.run.smithi135.stdout: python-openssl-doc python3-openssl-dbg httpd-wsgi libapache2-mod-python 2024-09-18T13:59:38.965 INFO:teuthology.orchestra.run.smithi135.stdout: libapache2-mod-scgi libjs-mochikit python-pecan-doc python-psutil-doc 2024-09-18T13:59:38.965 INFO:teuthology.orchestra.run.smithi135.stdout: subversion python-pyinotify-doc python-scipy-doc python3-dap 2024-09-18T13:59:38.965 INFO:teuthology.orchestra.run.smithi135.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-09-18T13:59:38.965 INFO:teuthology.orchestra.run.smithi135.stdout: python-webtest-doc python-werkzeug-doc python3-termcolor python3-watchdog 2024-09-18T13:59:38.966 INFO:teuthology.orchestra.run.smithi135.stdout:Recommended packages: 2024-09-18T13:59:38.966 INFO:teuthology.orchestra.run.smithi135.stdout: btrfs-tools 2024-09-18T13:59:39.024 INFO:teuthology.orchestra.run.smithi192.stdout:The following NEW packages will be installed: 2024-09-18T13:59:39.024 INFO:teuthology.orchestra.run.smithi192.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-09-18T13:59:39.024 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-09-18T13:59:39.025 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm 2024-09-18T13:59:39.025 INFO:teuthology.orchestra.run.smithi192.stdout: fonts-mathjax jq libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 2024-09-18T13:59:39.025 INFO:teuthology.orchestra.run.smithi192.stdout: libjs-mathjax libjs-sphinxdoc libjs-underscore liblbfgsb0 liblttng-ust0 2024-09-18T13:59:39.025 INFO:teuthology.orchestra.run.smithi192.stdout: liblua5.3-0 liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-09-18T13:59:39.025 INFO:teuthology.orchestra.run.smithi192.stdout: libqt5network5 librabbitmq4 libradosstriper1 librdkafka1 librgw2 2024-09-18T13:59:39.027 INFO:teuthology.orchestra.run.smithi192.stdout: libsqlite3-mod-ceph libthrift-0.13.0 nvme-cli python-natsort-doc 2024-09-18T13:59:39.027 INFO:teuthology.orchestra.run.smithi192.stdout: python-pastedeploy-tpl python3-atomicwrites python3-attr python3-bcrypt 2024-09-18T13:59:39.027 INFO:teuthology.orchestra.run.smithi192.stdout: python3-blinker python3-bs4 python3-cachetools python3-ceph-argparse 2024-09-18T13:59:39.028 INFO:teuthology.orchestra.run.smithi192.stdout: python3-ceph-common python3-cephfs python3-cherrypy3 python3-cryptography 2024-09-18T13:59:39.028 INFO:teuthology.orchestra.run.smithi192.stdout: python3-decorator python3-google-auth python3-html5lib python3-jinja2 2024-09-18T13:59:39.028 INFO:teuthology.orchestra.run.smithi192.stdout: python3-joblib python3-jwt python3-kubernetes python3-logutils python3-lxml 2024-09-18T13:59:39.028 INFO:teuthology.orchestra.run.smithi192.stdout: python3-mako python3-markupsafe python3-natsort python3-oauthlib 2024-09-18T13:59:39.029 INFO:teuthology.orchestra.run.smithi192.stdout: python3-openssl python3-packaging python3-paste python3-pastedeploy 2024-09-18T13:59:39.029 INFO:teuthology.orchestra.run.smithi192.stdout: python3-pastescript python3-pecan python3-pluggy python3-prettytable 2024-09-18T13:59:39.029 INFO:teuthology.orchestra.run.smithi192.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-09-18T13:59:39.029 INFO:teuthology.orchestra.run.smithi192.stdout: python3-pyinotify python3-pytest python3-rados python3-rbd 2024-09-18T13:59:39.029 INFO:teuthology.orchestra.run.smithi192.stdout: python3-repoze.lru python3-requests-oauthlib python3-rgw python3-routes 2024-09-18T13:59:39.029 INFO:teuthology.orchestra.run.smithi192.stdout: python3-rsa python3-scipy python3-simplegeneric python3-simplejson 2024-09-18T13:59:39.029 INFO:teuthology.orchestra.run.smithi192.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-soupsieve 2024-09-18T13:59:39.030 INFO:teuthology.orchestra.run.smithi192.stdout: python3-tempita python3-waitress python3-wcwidth python3-webencodings 2024-09-18T13:59:39.030 INFO:teuthology.orchestra.run.smithi192.stdout: python3-webob python3-websocket python3-webtest python3-werkzeug 2024-09-18T13:59:39.030 INFO:teuthology.orchestra.run.smithi192.stdout: qttranslations5-l10n radosgw rbd-fuse socat xmlstarlet 2024-09-18T13:59:39.030 INFO:teuthology.orchestra.run.smithi192.stdout:The following packages will be upgraded: 2024-09-18T13:59:39.030 INFO:teuthology.orchestra.run.smithi192.stdout: librados2 librbd1 2024-09-18T13:59:39.033 INFO:teuthology.orchestra.run.smithi161.stdout:The following packages were automatically installed and are no longer required: 2024-09-18T13:59:39.034 INFO:teuthology.orchestra.run.smithi161.stdout: libboost-iostreams1.71.0 libboost-thread1.71.0 2024-09-18T13:59:39.034 INFO:teuthology.orchestra.run.smithi161.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-18T13:59:39.034 INFO:teuthology.orchestra.run.smithi161.stdout:The following additional packages will be installed: 2024-09-18T13:59:39.034 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-09-18T13:59:39.034 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd fonts-mathjax jq 2024-09-18T13:59:39.034 INFO:teuthology.orchestra.run.smithi161.stdout: libdouble-conversion3 libjq1 libjs-mathjax libjs-sphinxdoc libjs-underscore 2024-09-18T13:59:39.034 INFO:teuthology.orchestra.run.smithi161.stdout: liblbfgsb0 liblttng-ust0 liblua5.3-0 liboath0 libonig5 libpcre2-16-0 2024-09-18T13:59:39.035 INFO:teuthology.orchestra.run.smithi161.stdout: libqt5core5a libqt5dbus5 libqt5network5 librabbitmq4 libradosstriper1 2024-09-18T13:59:39.035 INFO:teuthology.orchestra.run.smithi161.stdout: librdkafka1 librgw2 libsqlite3-mod-ceph libthrift-0.13.0 nvme-cli 2024-09-18T13:59:39.035 INFO:teuthology.orchestra.run.smithi161.stdout: python-natsort-doc python-pastedeploy-tpl python3-atomicwrites python3-attr 2024-09-18T13:59:39.035 INFO:teuthology.orchestra.run.smithi161.stdout: python3-bcrypt python3-blinker python3-bs4 python3-cachetools 2024-09-18T13:59:39.035 INFO:teuthology.orchestra.run.smithi161.stdout: python3-ceph-argparse python3-ceph-common python3-cherrypy3 2024-09-18T13:59:39.035 INFO:teuthology.orchestra.run.smithi161.stdout: python3-cryptography python3-decorator python3-google-auth python3-html5lib 2024-09-18T13:59:39.035 INFO:teuthology.orchestra.run.smithi161.stdout: python3-jinja2 python3-joblib python3-jwt python3-kubernetes 2024-09-18T13:59:39.035 INFO:teuthology.orchestra.run.smithi161.stdout: python3-logutils python3-lxml python3-mako python3-markupsafe 2024-09-18T13:59:39.036 INFO:teuthology.orchestra.run.smithi161.stdout: python3-natsort python3-oauthlib python3-openssl python3-packaging 2024-09-18T13:59:39.036 INFO:teuthology.orchestra.run.smithi161.stdout: python3-paste python3-pastedeploy python3-pastescript python3-pecan 2024-09-18T13:59:39.036 INFO:teuthology.orchestra.run.smithi161.stdout: python3-pluggy python3-prettytable python3-psutil python3-py python3-pyasn1 2024-09-18T13:59:39.036 INFO:teuthology.orchestra.run.smithi161.stdout: python3-pyasn1-modules python3-pyinotify python3-pytest python3-repoze.lru 2024-09-18T13:59:39.036 INFO:teuthology.orchestra.run.smithi161.stdout: python3-requests-oauthlib python3-routes python3-rsa python3-scipy 2024-09-18T13:59:39.036 INFO:teuthology.orchestra.run.smithi161.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-09-18T13:59:39.036 INFO:teuthology.orchestra.run.smithi161.stdout: python3-sklearn python3-sklearn-lib python3-soupsieve python3-tempita 2024-09-18T13:59:39.036 INFO:teuthology.orchestra.run.smithi161.stdout: python3-waitress python3-wcwidth python3-webencodings python3-webob 2024-09-18T13:59:39.036 INFO:teuthology.orchestra.run.smithi161.stdout: python3-websocket python3-webtest python3-werkzeug qttranslations5-l10n 2024-09-18T13:59:39.036 INFO:teuthology.orchestra.run.smithi161.stdout: socat xmlstarlet 2024-09-18T13:59:39.036 INFO:teuthology.orchestra.run.smithi161.stdout:Suggested packages: 2024-09-18T13:59:39.036 INFO:teuthology.orchestra.run.smithi161.stdout: python3-influxdb fonts-mathjax-extras fonts-stix libjs-mathjax-doc 2024-09-18T13:59:39.036 INFO:teuthology.orchestra.run.smithi161.stdout: python-attr-doc python-blinker-doc python-cryptography-doc 2024-09-18T13:59:39.037 INFO:teuthology.orchestra.run.smithi161.stdout: python3-cryptography-vectors python3-genshi python-jinja2-doc python3-crypto 2024-09-18T13:59:39.037 INFO:teuthology.orchestra.run.smithi161.stdout: python3-lxml-dbg python-lxml-doc python3-beaker python-mako-doc 2024-09-18T13:59:39.037 INFO:teuthology.orchestra.run.smithi161.stdout: python-openssl-doc python3-openssl-dbg httpd-wsgi libapache2-mod-python 2024-09-18T13:59:39.037 INFO:teuthology.orchestra.run.smithi161.stdout: libapache2-mod-scgi libjs-mochikit python-pecan-doc python-psutil-doc 2024-09-18T13:59:39.037 INFO:teuthology.orchestra.run.smithi161.stdout: subversion python-pyinotify-doc python-scipy-doc python3-dap 2024-09-18T13:59:39.037 INFO:teuthology.orchestra.run.smithi161.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-09-18T13:59:39.037 INFO:teuthology.orchestra.run.smithi161.stdout: python-webtest-doc python-werkzeug-doc python3-termcolor python3-watchdog 2024-09-18T13:59:39.037 INFO:teuthology.orchestra.run.smithi161.stdout:Recommended packages: 2024-09-18T13:59:39.037 INFO:teuthology.orchestra.run.smithi161.stdout: btrfs-tools 2024-09-18T13:59:39.081 INFO:teuthology.orchestra.run.smithi135.stdout:The following NEW packages will be installed: 2024-09-18T13:59:39.081 INFO:teuthology.orchestra.run.smithi135.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-09-18T13:59:39.081 INFO:teuthology.orchestra.run.smithi135.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-09-18T13:59:39.081 INFO:teuthology.orchestra.run.smithi135.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm 2024-09-18T13:59:39.081 INFO:teuthology.orchestra.run.smithi135.stdout: fonts-mathjax jq libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 2024-09-18T13:59:39.081 INFO:teuthology.orchestra.run.smithi135.stdout: libjs-mathjax libjs-sphinxdoc libjs-underscore liblbfgsb0 liblttng-ust0 2024-09-18T13:59:39.081 INFO:teuthology.orchestra.run.smithi135.stdout: liblua5.3-0 liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-09-18T13:59:39.081 INFO:teuthology.orchestra.run.smithi135.stdout: libqt5network5 librabbitmq4 libradosstriper1 librdkafka1 librgw2 2024-09-18T13:59:39.083 INFO:teuthology.orchestra.run.smithi135.stdout: libsqlite3-mod-ceph libthrift-0.13.0 nvme-cli python-natsort-doc 2024-09-18T13:59:39.083 INFO:teuthology.orchestra.run.smithi135.stdout: python-pastedeploy-tpl python3-atomicwrites python3-attr python3-bcrypt 2024-09-18T13:59:39.083 INFO:teuthology.orchestra.run.smithi135.stdout: python3-blinker python3-bs4 python3-cachetools python3-ceph-argparse 2024-09-18T13:59:39.083 INFO:teuthology.orchestra.run.smithi135.stdout: python3-ceph-common python3-cephfs python3-cherrypy3 python3-cryptography 2024-09-18T13:59:39.083 INFO:teuthology.orchestra.run.smithi135.stdout: python3-decorator python3-google-auth python3-html5lib python3-jinja2 2024-09-18T13:59:39.083 INFO:teuthology.orchestra.run.smithi135.stdout: python3-joblib python3-jwt python3-kubernetes python3-logutils python3-lxml 2024-09-18T13:59:39.083 INFO:teuthology.orchestra.run.smithi135.stdout: python3-mako python3-markupsafe python3-natsort python3-oauthlib 2024-09-18T13:59:39.083 INFO:teuthology.orchestra.run.smithi135.stdout: python3-openssl python3-packaging python3-paste python3-pastedeploy 2024-09-18T13:59:39.084 INFO:teuthology.orchestra.run.smithi135.stdout: python3-pastescript python3-pecan python3-pluggy python3-prettytable 2024-09-18T13:59:39.084 INFO:teuthology.orchestra.run.smithi135.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-09-18T13:59:39.084 INFO:teuthology.orchestra.run.smithi135.stdout: python3-pyinotify python3-pytest python3-rados python3-rbd 2024-09-18T13:59:39.084 INFO:teuthology.orchestra.run.smithi135.stdout: python3-repoze.lru python3-requests-oauthlib python3-rgw python3-routes 2024-09-18T13:59:39.084 INFO:teuthology.orchestra.run.smithi135.stdout: python3-rsa python3-scipy python3-simplegeneric python3-simplejson 2024-09-18T13:59:39.084 INFO:teuthology.orchestra.run.smithi135.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-soupsieve 2024-09-18T13:59:39.084 INFO:teuthology.orchestra.run.smithi135.stdout: python3-tempita python3-waitress python3-wcwidth python3-webencodings 2024-09-18T13:59:39.084 INFO:teuthology.orchestra.run.smithi135.stdout: python3-webob python3-websocket python3-webtest python3-werkzeug 2024-09-18T13:59:39.084 INFO:teuthology.orchestra.run.smithi135.stdout: qttranslations5-l10n radosgw rbd-fuse socat xmlstarlet 2024-09-18T13:59:39.084 INFO:teuthology.orchestra.run.smithi135.stdout:The following packages will be upgraded: 2024-09-18T13:59:39.085 INFO:teuthology.orchestra.run.smithi135.stdout: librados2 librbd1 2024-09-18T13:59:39.155 INFO:teuthology.orchestra.run.smithi161.stdout:The following NEW packages will be installed: 2024-09-18T13:59:39.155 INFO:teuthology.orchestra.run.smithi161.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-09-18T13:59:39.155 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-09-18T13:59:39.155 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm 2024-09-18T13:59:39.155 INFO:teuthology.orchestra.run.smithi161.stdout: fonts-mathjax jq libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 2024-09-18T13:59:39.155 INFO:teuthology.orchestra.run.smithi161.stdout: libjs-mathjax libjs-sphinxdoc libjs-underscore liblbfgsb0 liblttng-ust0 2024-09-18T13:59:39.155 INFO:teuthology.orchestra.run.smithi161.stdout: liblua5.3-0 liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-09-18T13:59:39.155 INFO:teuthology.orchestra.run.smithi161.stdout: libqt5network5 librabbitmq4 libradosstriper1 librdkafka1 librgw2 2024-09-18T13:59:39.157 INFO:teuthology.orchestra.run.smithi161.stdout: libsqlite3-mod-ceph libthrift-0.13.0 nvme-cli python-natsort-doc 2024-09-18T13:59:39.157 INFO:teuthology.orchestra.run.smithi161.stdout: python-pastedeploy-tpl python3-atomicwrites python3-attr python3-bcrypt 2024-09-18T13:59:39.157 INFO:teuthology.orchestra.run.smithi161.stdout: python3-blinker python3-bs4 python3-cachetools python3-ceph-argparse 2024-09-18T13:59:39.158 INFO:teuthology.orchestra.run.smithi161.stdout: python3-ceph-common python3-cephfs python3-cherrypy3 python3-cryptography 2024-09-18T13:59:39.158 INFO:teuthology.orchestra.run.smithi161.stdout: python3-decorator python3-google-auth python3-html5lib python3-jinja2 2024-09-18T13:59:39.158 INFO:teuthology.orchestra.run.smithi161.stdout: python3-joblib python3-jwt python3-kubernetes python3-logutils python3-lxml 2024-09-18T13:59:39.158 INFO:teuthology.orchestra.run.smithi161.stdout: python3-mako python3-markupsafe python3-natsort python3-oauthlib 2024-09-18T13:59:39.158 INFO:teuthology.orchestra.run.smithi161.stdout: python3-openssl python3-packaging python3-paste python3-pastedeploy 2024-09-18T13:59:39.158 INFO:teuthology.orchestra.run.smithi161.stdout: python3-pastescript python3-pecan python3-pluggy python3-prettytable 2024-09-18T13:59:39.158 INFO:teuthology.orchestra.run.smithi161.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-09-18T13:59:39.158 INFO:teuthology.orchestra.run.smithi161.stdout: python3-pyinotify python3-pytest python3-rados python3-rbd 2024-09-18T13:59:39.158 INFO:teuthology.orchestra.run.smithi161.stdout: python3-repoze.lru python3-requests-oauthlib python3-rgw python3-routes 2024-09-18T13:59:39.158 INFO:teuthology.orchestra.run.smithi161.stdout: python3-rsa python3-scipy python3-simplegeneric python3-simplejson 2024-09-18T13:59:39.158 INFO:teuthology.orchestra.run.smithi161.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-soupsieve 2024-09-18T13:59:39.158 INFO:teuthology.orchestra.run.smithi161.stdout: python3-tempita python3-waitress python3-wcwidth python3-webencodings 2024-09-18T13:59:39.158 INFO:teuthology.orchestra.run.smithi161.stdout: python3-webob python3-websocket python3-webtest python3-werkzeug 2024-09-18T13:59:39.159 INFO:teuthology.orchestra.run.smithi161.stdout: qttranslations5-l10n radosgw rbd-fuse socat xmlstarlet 2024-09-18T13:59:39.159 INFO:teuthology.orchestra.run.smithi161.stdout:The following packages will be upgraded: 2024-09-18T13:59:39.159 INFO:teuthology.orchestra.run.smithi161.stdout: librados2 librbd1 2024-09-18T13:59:39.174 INFO:teuthology.orchestra.run.smithi192.stdout:2 upgraded, 108 newly installed, 0 to remove and 295 not upgraded. 2024-09-18T13:59:39.174 INFO:teuthology.orchestra.run.smithi192.stdout:Need to get 201 MB of archives. 2024-09-18T13:59:39.174 INFO:teuthology.orchestra.run.smithi192.stdout:After this operation, 938 MB of additional disk space will be used. 2024-09-18T13:59:39.174 INFO:teuthology.orchestra.run.smithi192.stdout:Get:1 https://2.chacra.ceph.com/r/ceph/wip-bharath11-testing-2024-09-18-1115-quincy/7061ea6ca50908d104e9f3979dc615e118d9e153/ubuntu/focal/flavors/default focal/main amd64 librbd1 amd64 17.2.7-1645-g7061ea6c-1focal [3,507 kB] 2024-09-18T13:59:39.220 INFO:teuthology.orchestra.run.smithi192.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 liblttng-ust0 amd64 2.11.0-1 [160 kB] 2024-09-18T13:59:39.232 INFO:teuthology.orchestra.run.smithi135.stdout:2 upgraded, 108 newly installed, 0 to remove and 295 not upgraded. 2024-09-18T13:59:39.233 INFO:teuthology.orchestra.run.smithi135.stdout:Need to get 201 MB of archives. 2024-09-18T13:59:39.233 INFO:teuthology.orchestra.run.smithi135.stdout:After this operation, 938 MB of additional disk space will be used. 2024-09-18T13:59:39.233 INFO:teuthology.orchestra.run.smithi135.stdout:Get:1 https://2.chacra.ceph.com/r/ceph/wip-bharath11-testing-2024-09-18-1115-quincy/7061ea6ca50908d104e9f3979dc615e118d9e153/ubuntu/focal/flavors/default focal/main amd64 librbd1 amd64 17.2.7-1645-g7061ea6c-1focal [3,507 kB] 2024-09-18T13:59:39.276 INFO:teuthology.orchestra.run.smithi135.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 liblttng-ust0 amd64 2.11.0-1 [160 kB] 2024-09-18T13:59:39.313 INFO:teuthology.orchestra.run.smithi161.stdout:2 upgraded, 108 newly installed, 0 to remove and 295 not upgraded. 2024-09-18T13:59:39.313 INFO:teuthology.orchestra.run.smithi161.stdout:Need to get 201 MB of archives. 2024-09-18T13:59:39.313 INFO:teuthology.orchestra.run.smithi161.stdout:After this operation, 938 MB of additional disk space will be used. 2024-09-18T13:59:39.313 INFO:teuthology.orchestra.run.smithi161.stdout:Get:1 https://2.chacra.ceph.com/r/ceph/wip-bharath11-testing-2024-09-18-1115-quincy/7061ea6ca50908d104e9f3979dc615e118d9e153/ubuntu/focal/flavors/default focal/main amd64 librbd1 amd64 17.2.7-1645-g7061ea6c-1focal [3,507 kB] 2024-09-18T13:59:39.345 INFO:teuthology.orchestra.run.smithi192.stdout:Get:3 https://2.chacra.ceph.com/r/ceph/wip-bharath11-testing-2024-09-18-1115-quincy/7061ea6ca50908d104e9f3979dc615e118d9e153/ubuntu/focal/flavors/default focal/main amd64 librados2 amd64 17.2.7-1645-g7061ea6c-1focal [3,562 kB] 2024-09-18T13:59:39.351 INFO:teuthology.orchestra.run.smithi161.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 liblttng-ust0 amd64 2.11.0-1 [160 kB] 2024-09-18T13:59:39.410 INFO:teuthology.orchestra.run.smithi192.stdout:Get:4 https://2.chacra.ceph.com/r/ceph/wip-bharath11-testing-2024-09-18-1115-quincy/7061ea6ca50908d104e9f3979dc615e118d9e153/ubuntu/focal/flavors/default focal/main amd64 libcephfs2 amd64 17.2.7-1645-g7061ea6c-1focal [761 kB] 2024-09-18T13:59:39.422 INFO:teuthology.orchestra.run.smithi192.stdout:Get:5 https://2.chacra.ceph.com/r/ceph/wip-bharath11-testing-2024-09-18-1115-quincy/7061ea6ca50908d104e9f3979dc615e118d9e153/ubuntu/focal/flavors/default focal/main amd64 python3-rados amd64 17.2.7-1645-g7061ea6c-1focal [414 kB] 2024-09-18T13:59:39.429 INFO:teuthology.orchestra.run.smithi192.stdout:Get:6 https://2.chacra.ceph.com/r/ceph/wip-bharath11-testing-2024-09-18-1115-quincy/7061ea6ca50908d104e9f3979dc615e118d9e153/ubuntu/focal/flavors/default focal/main amd64 python3-ceph-argparse all 17.2.7-1645-g7061ea6c-1focal [22.6 kB] 2024-09-18T13:59:39.430 INFO:teuthology.orchestra.run.smithi192.stdout:Get:7 https://2.chacra.ceph.com/r/ceph/wip-bharath11-testing-2024-09-18-1115-quincy/7061ea6ca50908d104e9f3979dc615e118d9e153/ubuntu/focal/flavors/default focal/main amd64 python3-cephfs amd64 17.2.7-1645-g7061ea6c-1focal [200 kB] 2024-09-18T13:59:39.433 INFO:teuthology.orchestra.run.smithi192.stdout:Get:8 https://2.chacra.ceph.com/r/ceph/wip-bharath11-testing-2024-09-18-1115-quincy/7061ea6ca50908d104e9f3979dc615e118d9e153/ubuntu/focal/flavors/default focal/main amd64 python3-ceph-common all 17.2.7-1645-g7061ea6c-1focal [49.1 kB] 2024-09-18T13:59:39.434 INFO:teuthology.orchestra.run.smithi192.stdout:Get:9 https://2.chacra.ceph.com/r/ceph/wip-bharath11-testing-2024-09-18-1115-quincy/7061ea6ca50908d104e9f3979dc615e118d9e153/ubuntu/focal/flavors/default focal/main amd64 python3-rbd amd64 17.2.7-1645-g7061ea6c-1focal [390 kB] 2024-09-18T13:59:39.458 INFO:teuthology.orchestra.run.smithi192.stdout:Get:10 https://2.chacra.ceph.com/r/ceph/wip-bharath11-testing-2024-09-18-1115-quincy/7061ea6ca50908d104e9f3979dc615e118d9e153/ubuntu/focal/flavors/default focal/main amd64 librgw2 amd64 17.2.7-1645-g7061ea6c-1focal [5,637 kB] 2024-09-18T13:59:39.560 INFO:teuthology.orchestra.run.smithi135.stdout:Get:3 https://2.chacra.ceph.com/r/ceph/wip-bharath11-testing-2024-09-18-1115-quincy/7061ea6ca50908d104e9f3979dc615e118d9e153/ubuntu/focal/flavors/default focal/main amd64 librados2 amd64 17.2.7-1645-g7061ea6c-1focal [3,562 kB] 2024-09-18T13:59:39.580 INFO:teuthology.orchestra.run.smithi192.stdout:Get:11 https://2.chacra.ceph.com/r/ceph/wip-bharath11-testing-2024-09-18-1115-quincy/7061ea6ca50908d104e9f3979dc615e118d9e153/ubuntu/focal/flavors/default focal/main amd64 python3-rgw amd64 17.2.7-1645-g7061ea6c-1focal [116 kB] 2024-09-18T13:59:39.583 INFO:teuthology.orchestra.run.smithi192.stdout:Get:12 https://2.chacra.ceph.com/r/ceph/wip-bharath11-testing-2024-09-18-1115-quincy/7061ea6ca50908d104e9f3979dc615e118d9e153/ubuntu/focal/flavors/default focal/main amd64 libradosstriper1 amd64 17.2.7-1645-g7061ea6c-1focal [479 kB] 2024-09-18T13:59:39.590 INFO:teuthology.orchestra.run.smithi192.stdout:Get:13 https://2.chacra.ceph.com/r/ceph/wip-bharath11-testing-2024-09-18-1115-quincy/7061ea6ca50908d104e9f3979dc615e118d9e153/ubuntu/focal/flavors/default focal/main amd64 ceph-common amd64 17.2.7-1645-g7061ea6c-1focal [27.0 MB] 2024-09-18T13:59:39.624 INFO:teuthology.orchestra.run.smithi192.stdout:Get:14 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-prettytable all 0.7.2-5 [20.1 kB] 2024-09-18T13:59:39.631 INFO:teuthology.orchestra.run.smithi192.stdout:Get:15 http://archive.ubuntu.com/ubuntu focal/main amd64 liblua5.3-0 amd64 5.3.3-1.1ubuntu2 [116 kB] 2024-09-18T13:59:39.675 INFO:teuthology.orchestra.run.smithi135.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-prettytable all 0.7.2-5 [20.1 kB] 2024-09-18T13:59:39.675 INFO:teuthology.orchestra.run.smithi192.stdout:Get:16 http://archive.ubuntu.com/ubuntu focal/main amd64 librabbitmq4 amd64 0.10.0-1 [35.8 kB] 2024-09-18T13:59:39.682 INFO:teuthology.orchestra.run.smithi135.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 liblua5.3-0 amd64 5.3.3-1.1ubuntu2 [116 kB] 2024-09-18T13:59:39.689 INFO:teuthology.orchestra.run.smithi192.stdout:Get:17 http://archive.ubuntu.com/ubuntu focal/universe amd64 librdkafka1 amd64 1.2.1-1ubuntu1 [410 kB] 2024-09-18T13:59:39.726 INFO:teuthology.orchestra.run.smithi135.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal/main amd64 librabbitmq4 amd64 0.10.0-1 [35.8 kB] 2024-09-18T13:59:39.739 INFO:teuthology.orchestra.run.smithi135.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal/universe amd64 librdkafka1 amd64 1.2.1-1ubuntu1 [410 kB] 2024-09-18T13:59:39.754 INFO:teuthology.orchestra.run.smithi161.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-prettytable all 0.7.2-5 [20.1 kB] 2024-09-18T13:59:39.762 INFO:teuthology.orchestra.run.smithi161.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 liblua5.3-0 amd64 5.3.3-1.1ubuntu2 [116 kB] 2024-09-18T13:59:39.777 INFO:teuthology.orchestra.run.smithi135.stdout:Get:8 https://2.chacra.ceph.com/r/ceph/wip-bharath11-testing-2024-09-18-1115-quincy/7061ea6ca50908d104e9f3979dc615e118d9e153/ubuntu/focal/flavors/default focal/main amd64 libcephfs2 amd64 17.2.7-1645-g7061ea6c-1focal [761 kB] 2024-09-18T13:59:39.789 INFO:teuthology.orchestra.run.smithi135.stdout:Get:9 https://2.chacra.ceph.com/r/ceph/wip-bharath11-testing-2024-09-18-1115-quincy/7061ea6ca50908d104e9f3979dc615e118d9e153/ubuntu/focal/flavors/default focal/main amd64 python3-rados amd64 17.2.7-1645-g7061ea6c-1focal [414 kB] 2024-09-18T13:59:39.805 INFO:teuthology.orchestra.run.smithi161.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 librabbitmq4 amd64 0.10.0-1 [35.8 kB] 2024-09-18T13:59:39.814 INFO:teuthology.orchestra.run.smithi192.stdout:Get:18 http://archive.ubuntu.com/ubuntu focal/universe amd64 libdouble-conversion3 amd64 3.1.5-4ubuntu1 [37.9 kB] 2024-09-18T13:59:39.819 INFO:teuthology.orchestra.run.smithi161.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal/universe amd64 librdkafka1 amd64 1.2.1-1ubuntu1 [410 kB] 2024-09-18T13:59:39.820 INFO:teuthology.orchestra.run.smithi192.stdout:Get:19 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpcre2-16-0 amd64 10.34-7ubuntu0.1 [181 kB] 2024-09-18T13:59:39.847 INFO:teuthology.orchestra.run.smithi135.stdout:Get:10 https://2.chacra.ceph.com/r/ceph/wip-bharath11-testing-2024-09-18-1115-quincy/7061ea6ca50908d104e9f3979dc615e118d9e153/ubuntu/focal/flavors/default focal/main amd64 python3-ceph-argparse all 17.2.7-1645-g7061ea6c-1focal [22.6 kB] 2024-09-18T13:59:39.847 INFO:teuthology.orchestra.run.smithi135.stdout:Get:11 https://2.chacra.ceph.com/r/ceph/wip-bharath11-testing-2024-09-18-1115-quincy/7061ea6ca50908d104e9f3979dc615e118d9e153/ubuntu/focal/flavors/default focal/main amd64 python3-cephfs amd64 17.2.7-1645-g7061ea6c-1focal [200 kB] 2024-09-18T13:59:39.849 INFO:teuthology.orchestra.run.smithi192.stdout:Get:20 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 libqt5core5a amd64 5.12.8+dfsg-0ubuntu2.1 [2,006 kB] 2024-09-18T13:59:39.851 INFO:teuthology.orchestra.run.smithi135.stdout:Get:12 https://2.chacra.ceph.com/r/ceph/wip-bharath11-testing-2024-09-18-1115-quincy/7061ea6ca50908d104e9f3979dc615e118d9e153/ubuntu/focal/flavors/default focal/main amd64 python3-ceph-common all 17.2.7-1645-g7061ea6c-1focal [49.1 kB] 2024-09-18T13:59:39.852 INFO:teuthology.orchestra.run.smithi135.stdout:Get:13 https://2.chacra.ceph.com/r/ceph/wip-bharath11-testing-2024-09-18-1115-quincy/7061ea6ca50908d104e9f3979dc615e118d9e153/ubuntu/focal/flavors/default focal/main amd64 python3-rbd amd64 17.2.7-1645-g7061ea6c-1focal [390 kB] 2024-09-18T13:59:39.859 INFO:teuthology.orchestra.run.smithi135.stdout:Get:14 https://2.chacra.ceph.com/r/ceph/wip-bharath11-testing-2024-09-18-1115-quincy/7061ea6ca50908d104e9f3979dc615e118d9e153/ubuntu/focal/flavors/default focal/main amd64 librgw2 amd64 17.2.7-1645-g7061ea6c-1focal [5,637 kB] 2024-09-18T13:59:39.865 INFO:teuthology.orchestra.run.smithi135.stdout:Get:15 http://archive.ubuntu.com/ubuntu focal/universe amd64 libdouble-conversion3 amd64 3.1.5-4ubuntu1 [37.9 kB] 2024-09-18T13:59:39.871 INFO:teuthology.orchestra.run.smithi135.stdout:Get:16 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpcre2-16-0 amd64 10.34-7ubuntu0.1 [181 kB] 2024-09-18T13:59:39.900 INFO:teuthology.orchestra.run.smithi135.stdout:Get:17 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 libqt5core5a amd64 5.12.8+dfsg-0ubuntu2.1 [2,006 kB] 2024-09-18T13:59:39.944 INFO:teuthology.orchestra.run.smithi161.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal/universe amd64 libdouble-conversion3 amd64 3.1.5-4ubuntu1 [37.9 kB] 2024-09-18T13:59:39.950 INFO:teuthology.orchestra.run.smithi161.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpcre2-16-0 amd64 10.34-7ubuntu0.1 [181 kB] 2024-09-18T13:59:39.979 INFO:teuthology.orchestra.run.smithi161.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 libqt5core5a amd64 5.12.8+dfsg-0ubuntu2.1 [2,006 kB] 2024-09-18T13:59:39.989 INFO:teuthology.orchestra.run.smithi192.stdout:Get:21 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 libqt5dbus5 amd64 5.12.8+dfsg-0ubuntu2.1 [208 kB] 2024-09-18T13:59:39.998 INFO:teuthology.orchestra.run.smithi192.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 libqt5network5 amd64 5.12.8+dfsg-0ubuntu2.1 [673 kB] 2024-09-18T13:59:40.020 INFO:teuthology.orchestra.run.smithi192.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal/universe amd64 libthrift-0.13.0 amd64 0.13.0-2build2 [249 kB] 2024-09-18T13:59:40.027 INFO:teuthology.orchestra.run.smithi192.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal/main amd64 liboath0 amd64 2.6.1-1.3 [44.7 kB] 2024-09-18T13:59:40.028 INFO:teuthology.orchestra.run.smithi192.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-cryptography amd64 2.8-3ubuntu0.3 [211 kB] 2024-09-18T13:59:40.034 INFO:teuthology.orchestra.run.smithi192.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-openssl all 19.0.0-1build1 [43.3 kB] 2024-09-18T13:59:40.035 INFO:teuthology.orchestra.run.smithi192.stdout:Get:27 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-packaging all 20.3-1 [26.8 kB] 2024-09-18T13:59:40.036 INFO:teuthology.orchestra.run.smithi192.stdout:Get:28 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-bcrypt amd64 3.1.7-2ubuntu1 [30.4 kB] 2024-09-18T13:59:40.037 INFO:teuthology.orchestra.run.smithi192.stdout:Get:29 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-cherrypy3 all 8.9.1-6 [160 kB] 2024-09-18T13:59:40.040 INFO:teuthology.orchestra.run.smithi135.stdout:Get:18 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 libqt5dbus5 amd64 5.12.8+dfsg-0ubuntu2.1 [208 kB] 2024-09-18T13:59:40.049 INFO:teuthology.orchestra.run.smithi135.stdout:Get:19 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 libqt5network5 amd64 5.12.8+dfsg-0ubuntu2.1 [673 kB] 2024-09-18T13:59:40.071 INFO:teuthology.orchestra.run.smithi135.stdout:Get:20 http://archive.ubuntu.com/ubuntu focal/universe amd64 libthrift-0.13.0 amd64 0.13.0-2build2 [249 kB] 2024-09-18T13:59:40.071 INFO:teuthology.orchestra.run.smithi192.stdout:Get:30 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-natsort all 7.0.1-1 [29.2 kB] 2024-09-18T13:59:40.078 INFO:teuthology.orchestra.run.smithi135.stdout:Get:21 http://archive.ubuntu.com/ubuntu focal/main amd64 liboath0 amd64 2.6.1-1.3 [44.7 kB] 2024-09-18T13:59:40.079 INFO:teuthology.orchestra.run.smithi135.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-cryptography amd64 2.8-3ubuntu0.3 [211 kB] 2024-09-18T13:59:40.086 INFO:teuthology.orchestra.run.smithi135.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-openssl all 19.0.0-1build1 [43.3 kB] 2024-09-18T13:59:40.087 INFO:teuthology.orchestra.run.smithi135.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-packaging all 20.3-1 [26.8 kB] 2024-09-18T13:59:40.088 INFO:teuthology.orchestra.run.smithi135.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-bcrypt amd64 3.1.7-2ubuntu1 [30.4 kB] 2024-09-18T13:59:40.088 INFO:teuthology.orchestra.run.smithi135.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-cherrypy3 all 8.9.1-6 [160 kB] 2024-09-18T13:59:40.119 INFO:teuthology.orchestra.run.smithi161.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 libqt5dbus5 amd64 5.12.8+dfsg-0ubuntu2.1 [208 kB] 2024-09-18T13:59:40.123 INFO:teuthology.orchestra.run.smithi135.stdout:Get:27 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-natsort all 7.0.1-1 [29.2 kB] 2024-09-18T13:59:40.123 INFO:teuthology.orchestra.run.smithi192.stdout:Get:31 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-jwt all 1.7.1-2ubuntu2.1 [18.0 kB] 2024-09-18T13:59:40.124 INFO:teuthology.orchestra.run.smithi192.stdout:Get:32 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-logutils all 0.3.3-7 [17.3 kB] 2024-09-18T13:59:40.125 INFO:teuthology.orchestra.run.smithi192.stdout:Get:33 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-markupsafe amd64 1.1.0-1build2 [13.9 kB] 2024-09-18T13:59:40.126 INFO:teuthology.orchestra.run.smithi192.stdout:Get:34 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-mako all 1.1.0+ds1-1ubuntu2.1 [59.2 kB] 2024-09-18T13:59:40.127 INFO:teuthology.orchestra.run.smithi192.stdout:Get:35 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-09-18T13:59:40.127 INFO:teuthology.orchestra.run.smithi161.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 libqt5network5 amd64 5.12.8+dfsg-0ubuntu2.1 [673 kB] 2024-09-18T13:59:40.128 INFO:teuthology.orchestra.run.smithi192.stdout:Get:36 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-singledispatch all 3.4.0.3-2build1 [7,128 B] 2024-09-18T13:59:40.129 INFO:teuthology.orchestra.run.smithi192.stdout:Get:37 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-webob all 1:1.8.5-2ubuntu0.1 [84.5 kB] 2024-09-18T13:59:40.130 INFO:teuthology.orchestra.run.smithi192.stdout:Get:38 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-soupsieve all 1.9.5+dfsg-1 [29.1 kB] 2024-09-18T13:59:40.149 INFO:teuthology.orchestra.run.smithi161.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal/universe amd64 libthrift-0.13.0 amd64 0.13.0-2build2 [249 kB] 2024-09-18T13:59:40.153 INFO:teuthology.orchestra.run.smithi192.stdout:Get:39 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-bs4 all 4.8.2-1 [83.0 kB] 2024-09-18T13:59:40.157 INFO:teuthology.orchestra.run.smithi161.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 liboath0 amd64 2.6.1-1.3 [44.7 kB] 2024-09-18T13:59:40.158 INFO:teuthology.orchestra.run.smithi161.stdout:Get:14 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-cryptography amd64 2.8-3ubuntu0.3 [211 kB] 2024-09-18T13:59:40.161 INFO:teuthology.orchestra.run.smithi135.stdout:Get:28 https://2.chacra.ceph.com/r/ceph/wip-bharath11-testing-2024-09-18-1115-quincy/7061ea6ca50908d104e9f3979dc615e118d9e153/ubuntu/focal/flavors/default focal/main amd64 python3-rgw amd64 17.2.7-1645-g7061ea6c-1focal [116 kB] 2024-09-18T13:59:40.162 INFO:teuthology.orchestra.run.smithi135.stdout:Get:29 https://2.chacra.ceph.com/r/ceph/wip-bharath11-testing-2024-09-18-1115-quincy/7061ea6ca50908d104e9f3979dc615e118d9e153/ubuntu/focal/flavors/default focal/main amd64 libradosstriper1 amd64 17.2.7-1645-g7061ea6c-1focal [479 kB] 2024-09-18T13:59:40.165 INFO:teuthology.orchestra.run.smithi161.stdout:Get:15 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-openssl all 19.0.0-1build1 [43.3 kB] 2024-09-18T13:59:40.165 INFO:teuthology.orchestra.run.smithi161.stdout:Get:16 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-packaging all 20.3-1 [26.8 kB] 2024-09-18T13:59:40.167 INFO:teuthology.orchestra.run.smithi161.stdout:Get:17 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-bcrypt amd64 3.1.7-2ubuntu1 [30.4 kB] 2024-09-18T13:59:40.168 INFO:teuthology.orchestra.run.smithi161.stdout:Get:18 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-cherrypy3 all 8.9.1-6 [160 kB] 2024-09-18T13:59:40.171 INFO:teuthology.orchestra.run.smithi135.stdout:Get:30 https://2.chacra.ceph.com/r/ceph/wip-bharath11-testing-2024-09-18-1115-quincy/7061ea6ca50908d104e9f3979dc615e118d9e153/ubuntu/focal/flavors/default focal/main amd64 ceph-common amd64 17.2.7-1645-g7061ea6c-1focal [27.0 MB] 2024-09-18T13:59:40.174 INFO:teuthology.orchestra.run.smithi135.stdout:Get:31 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-jwt all 1.7.1-2ubuntu2.1 [18.0 kB] 2024-09-18T13:59:40.175 INFO:teuthology.orchestra.run.smithi135.stdout:Get:32 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-logutils all 0.3.3-7 [17.3 kB] 2024-09-18T13:59:40.175 INFO:teuthology.orchestra.run.smithi135.stdout:Get:33 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-markupsafe amd64 1.1.0-1build2 [13.9 kB] 2024-09-18T13:59:40.176 INFO:teuthology.orchestra.run.smithi135.stdout:Get:34 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-mako all 1.1.0+ds1-1ubuntu2.1 [59.2 kB] 2024-09-18T13:59:40.177 INFO:teuthology.orchestra.run.smithi135.stdout:Get:35 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-09-18T13:59:40.177 INFO:teuthology.orchestra.run.smithi135.stdout:Get:36 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-singledispatch all 3.4.0.3-2build1 [7,128 B] 2024-09-18T13:59:40.178 INFO:teuthology.orchestra.run.smithi135.stdout:Get:37 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-webob all 1:1.8.5-2ubuntu0.1 [84.5 kB] 2024-09-18T13:59:40.179 INFO:teuthology.orchestra.run.smithi135.stdout:Get:38 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-soupsieve all 1.9.5+dfsg-1 [29.1 kB] 2024-09-18T13:59:40.201 INFO:teuthology.orchestra.run.smithi161.stdout:Get:19 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-natsort all 7.0.1-1 [29.2 kB] 2024-09-18T13:59:40.204 INFO:teuthology.orchestra.run.smithi135.stdout:Get:39 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-bs4 all 4.8.2-1 [83.0 kB] 2024-09-18T13:59:40.212 INFO:teuthology.orchestra.run.smithi192.stdout:Get:40 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-waitress all 1.4.1-1ubuntu0.1 [81.4 kB] 2024-09-18T13:59:40.215 INFO:teuthology.orchestra.run.smithi192.stdout:Get:41 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-tempita all 0.5.2-6 [14.8 kB] 2024-09-18T13:59:40.215 INFO:teuthology.orchestra.run.smithi192.stdout:Get:42 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-paste all 3.4.0+dfsg1-1 [456 kB] 2024-09-18T13:59:40.224 INFO:teuthology.orchestra.run.smithi192.stdout:Get:43 http://archive.ubuntu.com/ubuntu focal/main amd64 python-pastedeploy-tpl all 2.1.0-1 [5,016 B] 2024-09-18T13:59:40.224 INFO:teuthology.orchestra.run.smithi192.stdout:Get:44 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pastedeploy all 2.1.0-1 [26.5 kB] 2024-09-18T13:59:40.225 INFO:teuthology.orchestra.run.smithi192.stdout:Get:45 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-webtest all 2.0.32-2 [28.2 kB] 2024-09-18T13:59:40.226 INFO:teuthology.orchestra.run.smithi192.stdout:Get:46 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pecan all 1.3.3-3ubuntu1 [85.8 kB] 2024-09-18T13:59:40.254 INFO:teuthology.orchestra.run.smithi161.stdout:Get:20 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-jwt all 1.7.1-2ubuntu2.1 [18.0 kB] 2024-09-18T13:59:40.255 INFO:teuthology.orchestra.run.smithi161.stdout:Get:21 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-logutils all 0.3.3-7 [17.3 kB] 2024-09-18T13:59:40.256 INFO:teuthology.orchestra.run.smithi161.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-markupsafe amd64 1.1.0-1build2 [13.9 kB] 2024-09-18T13:59:40.257 INFO:teuthology.orchestra.run.smithi161.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-mako all 1.1.0+ds1-1ubuntu2.1 [59.2 kB] 2024-09-18T13:59:40.259 INFO:teuthology.orchestra.run.smithi161.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-09-18T13:59:40.260 INFO:teuthology.orchestra.run.smithi161.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-singledispatch all 3.4.0.3-2build1 [7,128 B] 2024-09-18T13:59:40.260 INFO:teuthology.orchestra.run.smithi161.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-webob all 1:1.8.5-2ubuntu0.1 [84.5 kB] 2024-09-18T13:59:40.263 INFO:teuthology.orchestra.run.smithi161.stdout:Get:27 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-soupsieve all 1.9.5+dfsg-1 [29.1 kB] 2024-09-18T13:59:40.278 INFO:teuthology.orchestra.run.smithi192.stdout:Get:47 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-werkzeug all 0.16.1+dfsg1-2ubuntu0.2 [183 kB] 2024-09-18T13:59:40.282 INFO:teuthology.orchestra.run.smithi161.stdout:Get:28 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-bs4 all 4.8.2-1 [83.0 kB] 2024-09-18T13:59:40.285 INFO:teuthology.orchestra.run.smithi135.stdout:Get:40 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-waitress all 1.4.1-1ubuntu0.1 [81.4 kB] 2024-09-18T13:59:40.287 INFO:teuthology.orchestra.run.smithi135.stdout:Get:41 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-tempita all 0.5.2-6 [14.8 kB] 2024-09-18T13:59:40.287 INFO:teuthology.orchestra.run.smithi135.stdout:Get:42 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-paste all 3.4.0+dfsg1-1 [456 kB] 2024-09-18T13:59:40.293 INFO:teuthology.orchestra.run.smithi135.stdout:Get:43 http://archive.ubuntu.com/ubuntu focal/main amd64 python-pastedeploy-tpl all 2.1.0-1 [5,016 B] 2024-09-18T13:59:40.294 INFO:teuthology.orchestra.run.smithi135.stdout:Get:44 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pastedeploy all 2.1.0-1 [26.5 kB] 2024-09-18T13:59:40.294 INFO:teuthology.orchestra.run.smithi135.stdout:Get:45 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-webtest all 2.0.32-2 [28.2 kB] 2024-09-18T13:59:40.294 INFO:teuthology.orchestra.run.smithi135.stdout:Get:46 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pecan all 1.3.3-3ubuntu1 [85.8 kB] 2024-09-18T13:59:40.295 INFO:teuthology.orchestra.run.smithi135.stdout:Get:47 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-werkzeug all 0.16.1+dfsg1-2ubuntu0.2 [183 kB] 2024-09-18T13:59:40.344 INFO:teuthology.orchestra.run.smithi192.stdout:Get:48 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-jinja2 all 2.10.1-2ubuntu0.3 [96.0 kB] 2024-09-18T13:59:40.345 INFO:teuthology.orchestra.run.smithi192.stdout:Get:49 https://2.chacra.ceph.com/r/ceph/wip-bharath11-testing-2024-09-18-1115-quincy/7061ea6ca50908d104e9f3979dc615e118d9e153/ubuntu/focal/flavors/default focal/main amd64 ceph-base amd64 17.2.7-1645-g7061ea6c-1focal [5,177 kB] 2024-09-18T13:59:40.345 INFO:teuthology.orchestra.run.smithi161.stdout:Get:29 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-waitress all 1.4.1-1ubuntu0.1 [81.4 kB] 2024-09-18T13:59:40.347 INFO:teuthology.orchestra.run.smithi192.stdout:Get:50 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-09-18T13:59:40.348 INFO:teuthology.orchestra.run.smithi192.stdout:Get:51 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libjs-underscore all 1.9.1~dfsg-1ubuntu0.20.04.1 [99.5 kB] 2024-09-18T13:59:40.348 INFO:teuthology.orchestra.run.smithi161.stdout:Get:30 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-tempita all 0.5.2-6 [14.8 kB] 2024-09-18T13:59:40.349 INFO:teuthology.orchestra.run.smithi161.stdout:Get:31 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-paste all 3.4.0+dfsg1-1 [456 kB] 2024-09-18T13:59:40.351 INFO:teuthology.orchestra.run.smithi192.stdout:Get:52 http://archive.ubuntu.com/ubuntu focal/main amd64 libjs-sphinxdoc all 1.8.5-7ubuntu3 [97.1 kB] 2024-09-18T13:59:40.353 INFO:teuthology.orchestra.run.smithi192.stdout:Get:53 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-routes all 2.4.1-2 [88.1 kB] 2024-09-18T13:59:40.355 INFO:teuthology.orchestra.run.smithi192.stdout:Get:54 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-decorator all 4.4.2-0ubuntu1 [10.3 kB] 2024-09-18T13:59:40.356 INFO:teuthology.orchestra.run.smithi192.stdout:Get:55 http://archive.ubuntu.com/ubuntu focal/universe amd64 liblbfgsb0 amd64 3.0+dfsg.3-7build1 [29.5 kB] 2024-09-18T13:59:40.357 INFO:teuthology.orchestra.run.smithi192.stdout:Get:56 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-scipy amd64 1.3.3-3build1 [11.1 MB] 2024-09-18T13:59:40.357 INFO:teuthology.orchestra.run.smithi161.stdout:Get:32 http://archive.ubuntu.com/ubuntu focal/main amd64 python-pastedeploy-tpl all 2.1.0-1 [5,016 B] 2024-09-18T13:59:40.358 INFO:teuthology.orchestra.run.smithi161.stdout:Get:33 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pastedeploy all 2.1.0-1 [26.5 kB] 2024-09-18T13:59:40.364 INFO:teuthology.orchestra.run.smithi161.stdout:Get:34 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-webtest all 2.0.32-2 [28.2 kB] 2024-09-18T13:59:40.365 INFO:teuthology.orchestra.run.smithi161.stdout:Get:35 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pecan all 1.3.3-3ubuntu1 [85.8 kB] 2024-09-18T13:59:40.366 INFO:teuthology.orchestra.run.smithi161.stdout:Get:36 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-werkzeug all 0.16.1+dfsg1-2ubuntu0.2 [183 kB] 2024-09-18T13:59:40.367 INFO:teuthology.orchestra.run.smithi135.stdout:Get:48 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-jinja2 all 2.10.1-2ubuntu0.3 [96.0 kB] 2024-09-18T13:59:40.368 INFO:teuthology.orchestra.run.smithi161.stdout:Get:37 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-jinja2 all 2.10.1-2ubuntu0.3 [96.0 kB] 2024-09-18T13:59:40.369 INFO:teuthology.orchestra.run.smithi135.stdout:Get:49 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-09-18T13:59:40.419 INFO:teuthology.orchestra.run.smithi192.stdout:Get:57 https://2.chacra.ceph.com/r/ceph/wip-bharath11-testing-2024-09-18-1115-quincy/7061ea6ca50908d104e9f3979dc615e118d9e153/ubuntu/focal/flavors/default focal/main amd64 ceph-mgr-modules-core all 17.2.7-1645-g7061ea6c-1focal [223 kB] 2024-09-18T13:59:40.431 INFO:teuthology.orchestra.run.smithi192.stdout:Get:58 https://2.chacra.ceph.com/r/ceph/wip-bharath11-testing-2024-09-18-1115-quincy/7061ea6ca50908d104e9f3979dc615e118d9e153/ubuntu/focal/flavors/default focal/main amd64 libsqlite3-mod-ceph amd64 17.2.7-1645-g7061ea6c-1focal [157 kB] 2024-09-18T13:59:40.433 INFO:teuthology.orchestra.run.smithi192.stdout:Get:59 https://2.chacra.ceph.com/r/ceph/wip-bharath11-testing-2024-09-18-1115-quincy/7061ea6ca50908d104e9f3979dc615e118d9e153/ubuntu/focal/flavors/default focal/main amd64 ceph-mgr amd64 17.2.7-1645-g7061ea6c-1focal [1,594 kB] 2024-09-18T13:59:40.445 INFO:teuthology.orchestra.run.smithi161.stdout:Get:38 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-09-18T13:59:40.446 INFO:teuthology.orchestra.run.smithi161.stdout:Get:39 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libjs-underscore all 1.9.1~dfsg-1ubuntu0.20.04.1 [99.5 kB] 2024-09-18T13:59:40.448 INFO:teuthology.orchestra.run.smithi135.stdout:Get:50 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libjs-underscore all 1.9.1~dfsg-1ubuntu0.20.04.1 [99.5 kB] 2024-09-18T13:59:40.449 INFO:teuthology.orchestra.run.smithi161.stdout:Get:40 http://archive.ubuntu.com/ubuntu focal/main amd64 libjs-sphinxdoc all 1.8.5-7ubuntu3 [97.1 kB] 2024-09-18T13:59:40.452 INFO:teuthology.orchestra.run.smithi135.stdout:Get:51 http://archive.ubuntu.com/ubuntu focal/main amd64 libjs-sphinxdoc all 1.8.5-7ubuntu3 [97.1 kB] 2024-09-18T13:59:40.452 INFO:teuthology.orchestra.run.smithi161.stdout:Get:41 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-routes all 2.4.1-2 [88.1 kB] 2024-09-18T13:59:40.453 INFO:teuthology.orchestra.run.smithi161.stdout:Get:42 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-decorator all 4.4.2-0ubuntu1 [10.3 kB] 2024-09-18T13:59:40.454 INFO:teuthology.orchestra.run.smithi135.stdout:Get:52 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-routes all 2.4.1-2 [88.1 kB] 2024-09-18T13:59:40.456 INFO:teuthology.orchestra.run.smithi135.stdout:Get:53 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-decorator all 4.4.2-0ubuntu1 [10.3 kB] 2024-09-18T13:59:40.457 INFO:teuthology.orchestra.run.smithi135.stdout:Get:54 http://archive.ubuntu.com/ubuntu focal/universe amd64 liblbfgsb0 amd64 3.0+dfsg.3-7build1 [29.5 kB] 2024-09-18T13:59:40.458 INFO:teuthology.orchestra.run.smithi135.stdout:Get:55 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-scipy amd64 1.3.3-3build1 [11.1 MB] 2024-09-18T13:59:40.485 INFO:teuthology.orchestra.run.smithi192.stdout:Get:60 https://2.chacra.ceph.com/r/ceph/wip-bharath11-testing-2024-09-18-1115-quincy/7061ea6ca50908d104e9f3979dc615e118d9e153/ubuntu/focal/flavors/default focal/main amd64 ceph-mon amd64 17.2.7-1645-g7061ea6c-1focal [4,688 kB] 2024-09-18T13:59:40.527 INFO:teuthology.orchestra.run.smithi161.stdout:Get:43 http://archive.ubuntu.com/ubuntu focal/universe amd64 liblbfgsb0 amd64 3.0+dfsg.3-7build1 [29.5 kB] 2024-09-18T13:59:40.527 INFO:teuthology.orchestra.run.smithi161.stdout:Get:44 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-scipy amd64 1.3.3-3build1 [11.1 MB] 2024-09-18T13:59:40.653 INFO:teuthology.orchestra.run.smithi192.stdout:Get:61 https://2.chacra.ceph.com/r/ceph/wip-bharath11-testing-2024-09-18-1115-quincy/7061ea6ca50908d104e9f3979dc615e118d9e153/ubuntu/focal/flavors/default focal/main amd64 ceph-osd amd64 17.2.7-1645-g7061ea6c-1focal [23.1 MB] 2024-09-18T13:59:40.760 INFO:teuthology.orchestra.run.smithi192.stdout:Get:62 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-sklearn-lib amd64 0.22.2.post1+dfsg-5 [2,358 kB] 2024-09-18T13:59:40.779 INFO:teuthology.orchestra.run.smithi135.stdout:Get:56 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-sklearn-lib amd64 0.22.2.post1+dfsg-5 [2,358 kB] 2024-09-18T13:59:40.783 INFO:teuthology.orchestra.run.smithi192.stdout:Get:63 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-joblib all 0.14.0-3 [192 kB] 2024-09-18T13:59:40.785 INFO:teuthology.orchestra.run.smithi192.stdout:Get:64 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-sklearn all 0.22.2.post1+dfsg-5 [1,773 kB] 2024-09-18T13:59:40.806 INFO:teuthology.orchestra.run.smithi161.stdout:Get:45 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-sklearn-lib amd64 0.22.2.post1+dfsg-5 [2,358 kB] 2024-09-18T13:59:40.807 INFO:teuthology.orchestra.run.smithi135.stdout:Get:57 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-joblib all 0.14.0-3 [192 kB] 2024-09-18T13:59:40.810 INFO:teuthology.orchestra.run.smithi135.stdout:Get:58 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-sklearn all 0.22.2.post1+dfsg-5 [1,773 kB] 2024-09-18T13:59:40.864 INFO:teuthology.orchestra.run.smithi192.stdout:Get:65 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-cachetools all 4.0.0-1 [9,820 B] 2024-09-18T13:59:40.865 INFO:teuthology.orchestra.run.smithi192.stdout:Get:66 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pyasn1 all 0.4.2-3build1 [46.7 kB] 2024-09-18T13:59:40.866 INFO:teuthology.orchestra.run.smithi192.stdout:Get:67 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pyasn1-modules all 0.2.1-0.2build1 [32.9 kB] 2024-09-18T13:59:40.867 INFO:teuthology.orchestra.run.smithi192.stdout:Get:68 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-rsa all 4.0-3 [24.7 kB] 2024-09-18T13:59:40.868 INFO:teuthology.orchestra.run.smithi192.stdout:Get:69 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-google-auth all 1.5.1-2 [35.6 kB] 2024-09-18T13:59:40.869 INFO:teuthology.orchestra.run.smithi192.stdout:Get:70 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-blinker all 1.4+dfsg1-0.3ubuntu1 [13.2 kB] 2024-09-18T13:59:40.869 INFO:teuthology.orchestra.run.smithi192.stdout:Get:71 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-oauthlib all 3.1.0-1ubuntu2 [84.8 kB] 2024-09-18T13:59:40.880 INFO:teuthology.orchestra.run.smithi135.stdout:Get:59 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-cachetools all 4.0.0-1 [9,820 B] 2024-09-18T13:59:40.880 INFO:teuthology.orchestra.run.smithi135.stdout:Get:60 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pyasn1 all 0.4.2-3build1 [46.7 kB] 2024-09-18T13:59:40.880 INFO:teuthology.orchestra.run.smithi161.stdout:Get:46 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-joblib all 0.14.0-3 [192 kB] 2024-09-18T13:59:40.881 INFO:teuthology.orchestra.run.smithi135.stdout:Get:61 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pyasn1-modules all 0.2.1-0.2build1 [32.9 kB] 2024-09-18T13:59:40.881 INFO:teuthology.orchestra.run.smithi135.stdout:Get:62 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-rsa all 4.0-3 [24.7 kB] 2024-09-18T13:59:40.881 INFO:teuthology.orchestra.run.smithi135.stdout:Get:63 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-google-auth all 1.5.1-2 [35.6 kB] 2024-09-18T13:59:40.882 INFO:teuthology.orchestra.run.smithi135.stdout:Get:64 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-blinker all 1.4+dfsg1-0.3ubuntu1 [13.2 kB] 2024-09-18T13:59:40.882 INFO:teuthology.orchestra.run.smithi135.stdout:Get:65 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-oauthlib all 3.1.0-1ubuntu2 [84.8 kB] 2024-09-18T13:59:40.883 INFO:teuthology.orchestra.run.smithi161.stdout:Get:47 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-sklearn all 0.22.2.post1+dfsg-5 [1,773 kB] 2024-09-18T13:59:40.924 INFO:teuthology.orchestra.run.smithi192.stdout:Get:72 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-requests-oauthlib all 1.0.0-1.1build1 [16.8 kB] 2024-09-18T13:59:40.925 INFO:teuthology.orchestra.run.smithi192.stdout:Get:73 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-websocket all 0.53.0-2ubuntu1 [32.3 kB] 2024-09-18T13:59:40.944 INFO:teuthology.orchestra.run.smithi135.stdout:Get:66 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-requests-oauthlib all 1.0.0-1.1build1 [16.8 kB] 2024-09-18T13:59:40.944 INFO:teuthology.orchestra.run.smithi135.stdout:Get:67 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-websocket all 0.53.0-2ubuntu1 [32.3 kB] 2024-09-18T13:59:40.952 INFO:teuthology.orchestra.run.smithi161.stdout:Get:48 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-cachetools all 4.0.0-1 [9,820 B] 2024-09-18T13:59:40.952 INFO:teuthology.orchestra.run.smithi161.stdout:Get:49 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pyasn1 all 0.4.2-3build1 [46.7 kB] 2024-09-18T13:59:40.953 INFO:teuthology.orchestra.run.smithi161.stdout:Get:50 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pyasn1-modules all 0.2.1-0.2build1 [32.9 kB] 2024-09-18T13:59:40.953 INFO:teuthology.orchestra.run.smithi161.stdout:Get:51 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-rsa all 4.0-3 [24.7 kB] 2024-09-18T13:59:40.954 INFO:teuthology.orchestra.run.smithi161.stdout:Get:52 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-google-auth all 1.5.1-2 [35.6 kB] 2024-09-18T13:59:40.954 INFO:teuthology.orchestra.run.smithi161.stdout:Get:53 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-blinker all 1.4+dfsg1-0.3ubuntu1 [13.2 kB] 2024-09-18T13:59:40.954 INFO:teuthology.orchestra.run.smithi161.stdout:Get:54 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-oauthlib all 3.1.0-1ubuntu2 [84.8 kB] 2024-09-18T13:59:41.005 INFO:teuthology.orchestra.run.smithi192.stdout:Get:74 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-kubernetes all 7.0.0~a1-2 [271 kB] 2024-09-18T13:59:41.010 INFO:teuthology.orchestra.run.smithi192.stdout:Get:75 http://archive.ubuntu.com/ubuntu focal/universe amd64 libonig5 amd64 6.9.4-1 [142 kB] 2024-09-18T13:59:41.013 INFO:teuthology.orchestra.run.smithi192.stdout:Get:76 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 libjq1 amd64 1.6-1ubuntu0.20.04.1 [121 kB] 2024-09-18T13:59:41.015 INFO:teuthology.orchestra.run.smithi161.stdout:Get:55 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-requests-oauthlib all 1.0.0-1.1build1 [16.8 kB] 2024-09-18T13:59:41.015 INFO:teuthology.orchestra.run.smithi161.stdout:Get:56 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-websocket all 0.53.0-2ubuntu1 [32.3 kB] 2024-09-18T13:59:41.016 INFO:teuthology.orchestra.run.smithi192.stdout:Get:77 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 jq amd64 1.6-1ubuntu0.20.04.1 [50.2 kB] 2024-09-18T13:59:41.016 INFO:teuthology.orchestra.run.smithi161.stdout:Get:57 https://2.chacra.ceph.com/r/ceph/wip-bharath11-testing-2024-09-18-1115-quincy/7061ea6ca50908d104e9f3979dc615e118d9e153/ubuntu/focal/flavors/default focal/main amd64 librados2 amd64 17.2.7-1645-g7061ea6c-1focal [3,562 kB] 2024-09-18T13:59:41.017 INFO:teuthology.orchestra.run.smithi192.stdout:Get:78 http://archive.ubuntu.com/ubuntu focal/main amd64 socat amd64 1.7.3.3-2 [323 kB] 2024-09-18T13:59:41.022 INFO:teuthology.orchestra.run.smithi192.stdout:Get:79 http://archive.ubuntu.com/ubuntu focal/universe amd64 xmlstarlet amd64 1.6.1-2build1 [267 kB] 2024-09-18T13:59:41.024 INFO:teuthology.orchestra.run.smithi192.stdout:Get:80 http://archive.ubuntu.com/ubuntu focal/universe amd64 fonts-mathjax all 2.7.4+dfsg-1 [2,208 kB] 2024-09-18T13:59:41.025 INFO:teuthology.orchestra.run.smithi135.stdout:Get:68 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-kubernetes all 7.0.0~a1-2 [271 kB] 2024-09-18T13:59:41.031 INFO:teuthology.orchestra.run.smithi135.stdout:Get:69 http://archive.ubuntu.com/ubuntu focal/universe amd64 libonig5 amd64 6.9.4-1 [142 kB] 2024-09-18T13:59:41.035 INFO:teuthology.orchestra.run.smithi135.stdout:Get:70 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 libjq1 amd64 1.6-1ubuntu0.20.04.1 [121 kB] 2024-09-18T13:59:41.037 INFO:teuthology.orchestra.run.smithi135.stdout:Get:71 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 jq amd64 1.6-1ubuntu0.20.04.1 [50.2 kB] 2024-09-18T13:59:41.038 INFO:teuthology.orchestra.run.smithi135.stdout:Get:72 http://archive.ubuntu.com/ubuntu focal/main amd64 socat amd64 1.7.3.3-2 [323 kB] 2024-09-18T13:59:41.041 INFO:teuthology.orchestra.run.smithi135.stdout:Get:73 http://archive.ubuntu.com/ubuntu focal/universe amd64 xmlstarlet amd64 1.6.1-2build1 [267 kB] 2024-09-18T13:59:41.043 INFO:teuthology.orchestra.run.smithi135.stdout:Get:74 http://archive.ubuntu.com/ubuntu focal/universe amd64 fonts-mathjax all 2.7.4+dfsg-1 [2,208 kB] 2024-09-18T13:59:41.096 INFO:teuthology.orchestra.run.smithi161.stdout:Get:58 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-kubernetes all 7.0.0~a1-2 [271 kB] 2024-09-18T13:59:41.097 INFO:teuthology.orchestra.run.smithi192.stdout:Get:81 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 nvme-cli amd64 1.9-1ubuntu0.2 [283 kB] 2024-09-18T13:59:41.100 INFO:teuthology.orchestra.run.smithi161.stdout:Get:59 http://archive.ubuntu.com/ubuntu focal/universe amd64 libonig5 amd64 6.9.4-1 [142 kB] 2024-09-18T13:59:41.102 INFO:teuthology.orchestra.run.smithi192.stdout:Get:82 http://archive.ubuntu.com/ubuntu focal/universe amd64 libjs-mathjax all 2.7.4+dfsg-1 [5,654 kB] 2024-09-18T13:59:41.103 INFO:teuthology.orchestra.run.smithi161.stdout:Get:60 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 libjq1 amd64 1.6-1ubuntu0.20.04.1 [121 kB] 2024-09-18T13:59:41.106 INFO:teuthology.orchestra.run.smithi161.stdout:Get:61 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 jq amd64 1.6-1ubuntu0.20.04.1 [50.2 kB] 2024-09-18T13:59:41.107 INFO:teuthology.orchestra.run.smithi161.stdout:Get:62 http://archive.ubuntu.com/ubuntu focal/main amd64 socat amd64 1.7.3.3-2 [323 kB] 2024-09-18T13:59:41.112 INFO:teuthology.orchestra.run.smithi161.stdout:Get:63 http://archive.ubuntu.com/ubuntu focal/universe amd64 xmlstarlet amd64 1.6.1-2build1 [267 kB] 2024-09-18T13:59:41.114 INFO:teuthology.orchestra.run.smithi161.stdout:Get:64 http://archive.ubuntu.com/ubuntu focal/universe amd64 fonts-mathjax all 2.7.4+dfsg-1 [2,208 kB] 2024-09-18T13:59:41.119 INFO:teuthology.orchestra.run.smithi135.stdout:Get:75 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 nvme-cli amd64 1.9-1ubuntu0.2 [283 kB] 2024-09-18T13:59:41.123 INFO:teuthology.orchestra.run.smithi135.stdout:Get:76 http://archive.ubuntu.com/ubuntu focal/universe amd64 libjs-mathjax all 2.7.4+dfsg-1 [5,654 kB] 2024-09-18T13:59:41.186 INFO:teuthology.orchestra.run.smithi161.stdout:Get:65 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 nvme-cli amd64 1.9-1ubuntu0.2 [283 kB] 2024-09-18T13:59:41.192 INFO:teuthology.orchestra.run.smithi161.stdout:Get:66 http://archive.ubuntu.com/ubuntu focal/universe amd64 libjs-mathjax all 2.7.4+dfsg-1 [5,654 kB] 2024-09-18T13:59:41.264 INFO:teuthology.orchestra.run.smithi192.stdout:Get:83 http://archive.ubuntu.com/ubuntu focal/universe amd64 python-natsort-doc all 7.0.1-1 [103 kB] 2024-09-18T13:59:41.265 INFO:teuthology.orchestra.run.smithi192.stdout:Get:84 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-atomicwrites all 1.1.5-2build1 [7,016 B] 2024-09-18T13:59:41.266 INFO:teuthology.orchestra.run.smithi192.stdout:Get:85 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-attr all 19.3.0-2 [33.9 kB] 2024-09-18T13:59:41.266 INFO:teuthology.orchestra.run.smithi192.stdout:Get:86 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-webencodings all 0.5.1-1ubuntu1 [11.0 kB] 2024-09-18T13:59:41.266 INFO:teuthology.orchestra.run.smithi192.stdout:Get:87 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-html5lib all 1.0.1-2 [84.3 kB] 2024-09-18T13:59:41.267 INFO:teuthology.orchestra.run.smithi192.stdout:Get:88 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-lxml amd64 4.5.0-1ubuntu0.5 [1,384 kB] 2024-09-18T13:59:41.279 INFO:teuthology.orchestra.run.smithi192.stdout:Get:89 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-09-18T13:59:41.280 INFO:teuthology.orchestra.run.smithi192.stdout:Get:90 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-pluggy all 0.13.0-2 [18.4 kB] 2024-09-18T13:59:41.304 INFO:teuthology.orchestra.run.smithi135.stdout:Get:77 http://archive.ubuntu.com/ubuntu focal/universe amd64 python-natsort-doc all 7.0.1-1 [103 kB] 2024-09-18T13:59:41.304 INFO:teuthology.orchestra.run.smithi135.stdout:Get:78 https://2.chacra.ceph.com/r/ceph/wip-bharath11-testing-2024-09-18-1115-quincy/7061ea6ca50908d104e9f3979dc615e118d9e153/ubuntu/focal/flavors/default focal/main amd64 ceph-base amd64 17.2.7-1645-g7061ea6c-1focal [5,177 kB] 2024-09-18T13:59:41.308 INFO:teuthology.orchestra.run.smithi135.stdout:Get:79 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-atomicwrites all 1.1.5-2build1 [7,016 B] 2024-09-18T13:59:41.313 INFO:teuthology.orchestra.run.smithi192.stdout:Get:91 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-psutil amd64 5.5.1-1ubuntu4 [141 kB] 2024-09-18T13:59:41.347 INFO:teuthology.orchestra.run.smithi192.stdout:Get:92 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 python3-py all 1.8.1-1ubuntu0.1 [65.6 kB] 2024-09-18T13:59:41.351 INFO:teuthology.orchestra.run.smithi161.stdout:Get:67 http://archive.ubuntu.com/ubuntu focal/universe amd64 python-natsort-doc all 7.0.1-1 [103 kB] 2024-09-18T13:59:41.353 INFO:teuthology.orchestra.run.smithi161.stdout:Get:68 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-atomicwrites all 1.1.5-2build1 [7,016 B] 2024-09-18T13:59:41.353 INFO:teuthology.orchestra.run.smithi161.stdout:Get:69 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-attr all 19.3.0-2 [33.9 kB] 2024-09-18T13:59:41.353 INFO:teuthology.orchestra.run.smithi161.stdout:Get:70 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-webencodings all 0.5.1-1ubuntu1 [11.0 kB] 2024-09-18T13:59:41.354 INFO:teuthology.orchestra.run.smithi161.stdout:Get:71 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-html5lib all 1.0.1-2 [84.3 kB] 2024-09-18T13:59:41.355 INFO:teuthology.orchestra.run.smithi161.stdout:Get:72 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-lxml amd64 4.5.0-1ubuntu0.5 [1,384 kB] 2024-09-18T13:59:41.368 INFO:teuthology.orchestra.run.smithi161.stdout:Get:73 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-09-18T13:59:41.368 INFO:teuthology.orchestra.run.smithi161.stdout:Get:74 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-pluggy all 0.13.0-2 [18.4 kB] 2024-09-18T13:59:41.368 INFO:teuthology.orchestra.run.smithi161.stdout:Get:75 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-psutil amd64 5.5.1-1ubuntu4 [141 kB] 2024-09-18T13:59:41.391 INFO:teuthology.orchestra.run.smithi135.stdout:Get:80 https://2.chacra.ceph.com/r/ceph/wip-bharath11-testing-2024-09-18-1115-quincy/7061ea6ca50908d104e9f3979dc615e118d9e153/ubuntu/focal/flavors/default focal/main amd64 ceph-mgr-modules-core all 17.2.7-1645-g7061ea6c-1focal [223 kB] 2024-09-18T13:59:41.392 INFO:teuthology.orchestra.run.smithi135.stdout:Get:81 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-attr all 19.3.0-2 [33.9 kB] 2024-09-18T13:59:41.392 INFO:teuthology.orchestra.run.smithi135.stdout:Get:82 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-webencodings all 0.5.1-1ubuntu1 [11.0 kB] 2024-09-18T13:59:41.393 INFO:teuthology.orchestra.run.smithi135.stdout:Get:83 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-html5lib all 1.0.1-2 [84.3 kB] 2024-09-18T13:59:41.395 INFO:teuthology.orchestra.run.smithi135.stdout:Get:84 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-lxml amd64 4.5.0-1ubuntu0.5 [1,384 kB] 2024-09-18T13:59:41.398 INFO:teuthology.orchestra.run.smithi135.stdout:Get:85 https://2.chacra.ceph.com/r/ceph/wip-bharath11-testing-2024-09-18-1115-quincy/7061ea6ca50908d104e9f3979dc615e118d9e153/ubuntu/focal/flavors/default focal/main amd64 libsqlite3-mod-ceph amd64 17.2.7-1645-g7061ea6c-1focal [157 kB] 2024-09-18T13:59:41.408 INFO:teuthology.orchestra.run.smithi135.stdout:Get:86 https://2.chacra.ceph.com/r/ceph/wip-bharath11-testing-2024-09-18-1115-quincy/7061ea6ca50908d104e9f3979dc615e118d9e153/ubuntu/focal/flavors/default focal/main amd64 ceph-mgr amd64 17.2.7-1645-g7061ea6c-1focal [1,594 kB] 2024-09-18T13:59:41.413 INFO:teuthology.orchestra.run.smithi135.stdout:Get:87 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-09-18T13:59:41.414 INFO:teuthology.orchestra.run.smithi135.stdout:Get:88 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-pluggy all 0.13.0-2 [18.4 kB] 2024-09-18T13:59:41.414 INFO:teuthology.orchestra.run.smithi135.stdout:Get:89 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-psutil amd64 5.5.1-1ubuntu4 [141 kB] 2024-09-18T13:59:41.415 INFO:teuthology.orchestra.run.smithi135.stdout:Get:90 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 python3-py all 1.8.1-1ubuntu0.1 [65.6 kB] 2024-09-18T13:59:41.428 INFO:teuthology.orchestra.run.smithi192.stdout:Get:93 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pyinotify all 0.9.6-1.2ubuntu1 [24.8 kB] 2024-09-18T13:59:41.434 INFO:teuthology.orchestra.run.smithi161.stdout:Get:76 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 python3-py all 1.8.1-1ubuntu0.1 [65.6 kB] 2024-09-18T13:59:41.463 INFO:teuthology.orchestra.run.smithi135.stdout:Get:91 https://2.chacra.ceph.com/r/ceph/wip-bharath11-testing-2024-09-18-1115-quincy/7061ea6ca50908d104e9f3979dc615e118d9e153/ubuntu/focal/flavors/default focal/main amd64 ceph-mon amd64 17.2.7-1645-g7061ea6c-1focal [4,688 kB] 2024-09-18T13:59:41.473 INFO:teuthology.orchestra.run.smithi135.stdout:Get:92 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pyinotify all 0.9.6-1.2ubuntu1 [24.8 kB] 2024-09-18T13:59:41.486 INFO:teuthology.orchestra.run.smithi192.stdout:Get:94 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-wcwidth all 0.1.8+dfsg1-3 [17.4 kB] 2024-09-18T13:59:41.487 INFO:teuthology.orchestra.run.smithi192.stdout:Get:95 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-pytest all 4.6.9-1 [178 kB] 2024-09-18T13:59:41.487 INFO:teuthology.orchestra.run.smithi192.stdout:Get:96 https://2.chacra.ceph.com/r/ceph/wip-bharath11-testing-2024-09-18-1115-quincy/7061ea6ca50908d104e9f3979dc615e118d9e153/ubuntu/focal/flavors/default focal/main amd64 ceph amd64 17.2.7-1645-g7061ea6c-1focal [3,936 B] 2024-09-18T13:59:41.488 INFO:teuthology.orchestra.run.smithi192.stdout:Get:97 https://2.chacra.ceph.com/r/ceph/wip-bharath11-testing-2024-09-18-1115-quincy/7061ea6ca50908d104e9f3979dc615e118d9e153/ubuntu/focal/flavors/default focal/main amd64 ceph-fuse amd64 17.2.7-1645-g7061ea6c-1focal [872 kB] 2024-09-18T13:59:41.490 INFO:teuthology.orchestra.run.smithi192.stdout:Get:98 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-simplejson amd64 3.16.0-2ubuntu2 [50.8 kB] 2024-09-18T13:59:41.492 INFO:teuthology.orchestra.run.smithi192.stdout:Get:99 http://archive.ubuntu.com/ubuntu focal/universe amd64 qttranslations5-l10n all 5.12.8-0ubuntu1 [1,486 kB] 2024-09-18T13:59:41.501 INFO:teuthology.orchestra.run.smithi192.stdout:Get:100 https://2.chacra.ceph.com/r/ceph/wip-bharath11-testing-2024-09-18-1115-quincy/7061ea6ca50908d104e9f3979dc615e118d9e153/ubuntu/focal/flavors/default focal/main amd64 ceph-mds amd64 17.2.7-1645-g7061ea6c-1focal [2,416 kB] 2024-09-18T13:59:41.516 INFO:teuthology.orchestra.run.smithi161.stdout:Get:77 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pyinotify all 0.9.6-1.2ubuntu1 [24.8 kB] 2024-09-18T13:59:41.516 INFO:teuthology.orchestra.run.smithi161.stdout:Get:78 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-wcwidth all 0.1.8+dfsg1-3 [17.4 kB] 2024-09-18T13:59:41.516 INFO:teuthology.orchestra.run.smithi161.stdout:Get:79 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-pytest all 4.6.9-1 [178 kB] 2024-09-18T13:59:41.518 INFO:teuthology.orchestra.run.smithi161.stdout:Get:80 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-simplejson amd64 3.16.0-2ubuntu2 [50.8 kB] 2024-09-18T13:59:41.519 INFO:teuthology.orchestra.run.smithi161.stdout:Get:81 http://archive.ubuntu.com/ubuntu focal/universe amd64 qttranslations5-l10n all 5.12.8-0ubuntu1 [1,486 kB] 2024-09-18T13:59:41.540 INFO:teuthology.orchestra.run.smithi192.stdout:Get:101 https://2.chacra.ceph.com/r/ceph/wip-bharath11-testing-2024-09-18-1115-quincy/7061ea6ca50908d104e9f3979dc615e118d9e153/ubuntu/focal/flavors/default focal/main amd64 cephadm amd64 17.2.7-1645-g7061ea6c-1focal [81.4 kB] 2024-09-18T13:59:41.541 INFO:teuthology.orchestra.run.smithi192.stdout:Get:102 https://2.chacra.ceph.com/r/ceph/wip-bharath11-testing-2024-09-18-1115-quincy/7061ea6ca50908d104e9f3979dc615e118d9e153/ubuntu/focal/flavors/default focal/main amd64 ceph-mgr-cephadm all 17.2.7-1645-g7061ea6c-1focal [120 kB] 2024-09-18T13:59:41.543 INFO:teuthology.orchestra.run.smithi192.stdout:Get:103 https://2.chacra.ceph.com/r/ceph/wip-bharath11-testing-2024-09-18-1115-quincy/7061ea6ca50908d104e9f3979dc615e118d9e153/ubuntu/focal/flavors/default focal/main amd64 ceph-mgr-dashboard all 17.2.7-1645-g7061ea6c-1focal [6,653 kB] 2024-09-18T13:59:41.554 INFO:teuthology.orchestra.run.smithi135.stdout:Get:93 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-wcwidth all 0.1.8+dfsg1-3 [17.4 kB] 2024-09-18T13:59:41.555 INFO:teuthology.orchestra.run.smithi135.stdout:Get:94 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-pytest all 4.6.9-1 [178 kB] 2024-09-18T13:59:41.559 INFO:teuthology.orchestra.run.smithi135.stdout:Get:95 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-simplejson amd64 3.16.0-2ubuntu2 [50.8 kB] 2024-09-18T13:59:41.561 INFO:teuthology.orchestra.run.smithi135.stdout:Get:96 http://archive.ubuntu.com/ubuntu focal/universe amd64 qttranslations5-l10n all 5.12.8-0ubuntu1 [1,486 kB] 2024-09-18T13:59:41.563 INFO:teuthology.orchestra.run.smithi161.stdout:Get:82 https://2.chacra.ceph.com/r/ceph/wip-bharath11-testing-2024-09-18-1115-quincy/7061ea6ca50908d104e9f3979dc615e118d9e153/ubuntu/focal/flavors/default focal/main amd64 libcephfs2 amd64 17.2.7-1645-g7061ea6c-1focal [761 kB] 2024-09-18T13:59:41.619 INFO:teuthology.orchestra.run.smithi135.stdout:Get:97 https://2.chacra.ceph.com/r/ceph/wip-bharath11-testing-2024-09-18-1115-quincy/7061ea6ca50908d104e9f3979dc615e118d9e153/ubuntu/focal/flavors/default focal/main amd64 ceph-osd amd64 17.2.7-1645-g7061ea6c-1focal [23.1 MB] 2024-09-18T13:59:41.625 INFO:teuthology.orchestra.run.smithi161.stdout:Get:83 https://2.chacra.ceph.com/r/ceph/wip-bharath11-testing-2024-09-18-1115-quincy/7061ea6ca50908d104e9f3979dc615e118d9e153/ubuntu/focal/flavors/default focal/main amd64 python3-rados amd64 17.2.7-1645-g7061ea6c-1focal [414 kB] 2024-09-18T13:59:41.681 INFO:teuthology.orchestra.run.smithi161.stdout:Get:84 https://2.chacra.ceph.com/r/ceph/wip-bharath11-testing-2024-09-18-1115-quincy/7061ea6ca50908d104e9f3979dc615e118d9e153/ubuntu/focal/flavors/default focal/main amd64 python3-ceph-argparse all 17.2.7-1645-g7061ea6c-1focal [22.6 kB] 2024-09-18T13:59:41.681 INFO:teuthology.orchestra.run.smithi161.stdout:Get:85 https://2.chacra.ceph.com/r/ceph/wip-bharath11-testing-2024-09-18-1115-quincy/7061ea6ca50908d104e9f3979dc615e118d9e153/ubuntu/focal/flavors/default focal/main amd64 python3-cephfs amd64 17.2.7-1645-g7061ea6c-1focal [200 kB] 2024-09-18T13:59:41.734 INFO:teuthology.orchestra.run.smithi161.stdout:Get:86 https://2.chacra.ceph.com/r/ceph/wip-bharath11-testing-2024-09-18-1115-quincy/7061ea6ca50908d104e9f3979dc615e118d9e153/ubuntu/focal/flavors/default focal/main amd64 python3-ceph-common all 17.2.7-1645-g7061ea6c-1focal [49.1 kB] 2024-09-18T13:59:41.735 INFO:teuthology.orchestra.run.smithi161.stdout:Get:87 https://2.chacra.ceph.com/r/ceph/wip-bharath11-testing-2024-09-18-1115-quincy/7061ea6ca50908d104e9f3979dc615e118d9e153/ubuntu/focal/flavors/default focal/main amd64 python3-rbd amd64 17.2.7-1645-g7061ea6c-1focal [390 kB] 2024-09-18T13:59:41.791 INFO:teuthology.orchestra.run.smithi161.stdout:Get:88 https://2.chacra.ceph.com/r/ceph/wip-bharath11-testing-2024-09-18-1115-quincy/7061ea6ca50908d104e9f3979dc615e118d9e153/ubuntu/focal/flavors/default focal/main amd64 librgw2 amd64 17.2.7-1645-g7061ea6c-1focal [5,637 kB] 2024-09-18T13:59:41.804 INFO:teuthology.orchestra.run.smithi192.stdout:Get:104 https://2.chacra.ceph.com/r/ceph/wip-bharath11-testing-2024-09-18-1115-quincy/7061ea6ca50908d104e9f3979dc615e118d9e153/ubuntu/focal/flavors/default focal/main amd64 ceph-mgr-diskprediction-local all 17.2.7-1645-g7061ea6c-1focal [7,884 kB] 2024-09-18T13:59:42.063 INFO:teuthology.orchestra.run.smithi192.stdout:Get:105 https://2.chacra.ceph.com/r/ceph/wip-bharath11-testing-2024-09-18-1115-quincy/7061ea6ca50908d104e9f3979dc615e118d9e153/ubuntu/focal/flavors/default focal/main amd64 ceph-mgr-k8sevents all 17.2.7-1645-g7061ea6c-1focal [4,056 B] 2024-09-18T13:59:42.064 INFO:teuthology.orchestra.run.smithi192.stdout:Get:106 https://2.chacra.ceph.com/r/ceph/wip-bharath11-testing-2024-09-18-1115-quincy/7061ea6ca50908d104e9f3979dc615e118d9e153/ubuntu/focal/flavors/default focal/main amd64 ceph-test amd64 17.2.7-1645-g7061ea6c-1focal [53.4 MB] 2024-09-18T13:59:42.354 INFO:teuthology.orchestra.run.smithi161.stdout:Get:89 https://2.chacra.ceph.com/r/ceph/wip-bharath11-testing-2024-09-18-1115-quincy/7061ea6ca50908d104e9f3979dc615e118d9e153/ubuntu/focal/flavors/default focal/main amd64 python3-rgw amd64 17.2.7-1645-g7061ea6c-1focal [116 kB] 2024-09-18T13:59:42.356 INFO:teuthology.orchestra.run.smithi161.stdout:Get:90 https://2.chacra.ceph.com/r/ceph/wip-bharath11-testing-2024-09-18-1115-quincy/7061ea6ca50908d104e9f3979dc615e118d9e153/ubuntu/focal/flavors/default focal/main amd64 libradosstriper1 amd64 17.2.7-1645-g7061ea6c-1focal [479 kB] 2024-09-18T13:59:42.416 INFO:teuthology.orchestra.run.smithi161.stdout:Get:91 https://2.chacra.ceph.com/r/ceph/wip-bharath11-testing-2024-09-18-1115-quincy/7061ea6ca50908d104e9f3979dc615e118d9e153/ubuntu/focal/flavors/default focal/main amd64 ceph-common amd64 17.2.7-1645-g7061ea6c-1focal [27.0 MB] 2024-09-18T13:59:42.716 INFO:teuthology.orchestra.run.smithi135.stdout:Get:98 https://2.chacra.ceph.com/r/ceph/wip-bharath11-testing-2024-09-18-1115-quincy/7061ea6ca50908d104e9f3979dc615e118d9e153/ubuntu/focal/flavors/default focal/main amd64 ceph amd64 17.2.7-1645-g7061ea6c-1focal [3,936 B] 2024-09-18T13:59:42.716 INFO:teuthology.orchestra.run.smithi135.stdout:Get:99 https://2.chacra.ceph.com/r/ceph/wip-bharath11-testing-2024-09-18-1115-quincy/7061ea6ca50908d104e9f3979dc615e118d9e153/ubuntu/focal/flavors/default focal/main amd64 ceph-fuse amd64 17.2.7-1645-g7061ea6c-1focal [872 kB] 2024-09-18T13:59:42.773 INFO:teuthology.orchestra.run.smithi135.stdout:Get:100 https://2.chacra.ceph.com/r/ceph/wip-bharath11-testing-2024-09-18-1115-quincy/7061ea6ca50908d104e9f3979dc615e118d9e153/ubuntu/focal/flavors/default focal/main amd64 ceph-mds amd64 17.2.7-1645-g7061ea6c-1focal [2,416 kB] 2024-09-18T13:59:42.830 INFO:teuthology.orchestra.run.smithi135.stdout:Get:101 https://2.chacra.ceph.com/r/ceph/wip-bharath11-testing-2024-09-18-1115-quincy/7061ea6ca50908d104e9f3979dc615e118d9e153/ubuntu/focal/flavors/default focal/main amd64 cephadm amd64 17.2.7-1645-g7061ea6c-1focal [81.4 kB] 2024-09-18T13:59:42.832 INFO:teuthology.orchestra.run.smithi135.stdout:Get:102 https://2.chacra.ceph.com/r/ceph/wip-bharath11-testing-2024-09-18-1115-quincy/7061ea6ca50908d104e9f3979dc615e118d9e153/ubuntu/focal/flavors/default focal/main amd64 ceph-mgr-cephadm all 17.2.7-1645-g7061ea6c-1focal [120 kB] 2024-09-18T13:59:42.833 INFO:teuthology.orchestra.run.smithi135.stdout:Get:103 https://2.chacra.ceph.com/r/ceph/wip-bharath11-testing-2024-09-18-1115-quincy/7061ea6ca50908d104e9f3979dc615e118d9e153/ubuntu/focal/flavors/default focal/main amd64 ceph-mgr-dashboard all 17.2.7-1645-g7061ea6c-1focal [6,653 kB] 2024-09-18T13:59:43.239 INFO:teuthology.orchestra.run.smithi135.stdout:Get:104 https://2.chacra.ceph.com/r/ceph/wip-bharath11-testing-2024-09-18-1115-quincy/7061ea6ca50908d104e9f3979dc615e118d9e153/ubuntu/focal/flavors/default focal/main amd64 ceph-mgr-diskprediction-local all 17.2.7-1645-g7061ea6c-1focal [7,884 kB] 2024-09-18T13:59:43.646 INFO:teuthology.orchestra.run.smithi135.stdout:Get:105 https://2.chacra.ceph.com/r/ceph/wip-bharath11-testing-2024-09-18-1115-quincy/7061ea6ca50908d104e9f3979dc615e118d9e153/ubuntu/focal/flavors/default focal/main amd64 ceph-mgr-k8sevents all 17.2.7-1645-g7061ea6c-1focal [4,056 B] 2024-09-18T13:59:43.646 INFO:teuthology.orchestra.run.smithi135.stdout:Get:106 https://2.chacra.ceph.com/r/ceph/wip-bharath11-testing-2024-09-18-1115-quincy/7061ea6ca50908d104e9f3979dc615e118d9e153/ubuntu/focal/flavors/default focal/main amd64 ceph-test amd64 17.2.7-1645-g7061ea6c-1focal [53.4 MB] 2024-09-18T13:59:44.227 INFO:teuthology.orchestra.run.smithi192.stdout:Get:107 https://2.chacra.ceph.com/r/ceph/wip-bharath11-testing-2024-09-18-1115-quincy/7061ea6ca50908d104e9f3979dc615e118d9e153/ubuntu/focal/flavors/default focal/main amd64 ceph-volume all 17.2.7-1645-g7061ea6c-1focal [231 kB] 2024-09-18T13:59:44.231 INFO:teuthology.orchestra.run.smithi192.stdout:Get:108 https://2.chacra.ceph.com/r/ceph/wip-bharath11-testing-2024-09-18-1115-quincy/7061ea6ca50908d104e9f3979dc615e118d9e153/ubuntu/focal/flavors/default focal/main amd64 libcephfs-dev amd64 17.2.7-1645-g7061ea6c-1focal [21.9 kB] 2024-09-18T13:59:44.232 INFO:teuthology.orchestra.run.smithi192.stdout:Get:109 https://2.chacra.ceph.com/r/ceph/wip-bharath11-testing-2024-09-18-1115-quincy/7061ea6ca50908d104e9f3979dc615e118d9e153/ubuntu/focal/flavors/default focal/main amd64 radosgw amd64 17.2.7-1645-g7061ea6c-1focal [17.2 MB] 2024-09-18T13:59:44.309 INFO:teuthology.orchestra.run.smithi161.stdout:Get:92 https://2.chacra.ceph.com/r/ceph/wip-bharath11-testing-2024-09-18-1115-quincy/7061ea6ca50908d104e9f3979dc615e118d9e153/ubuntu/focal/flavors/default focal/main amd64 ceph-base amd64 17.2.7-1645-g7061ea6c-1focal [5,177 kB] 2024-09-18T13:59:44.489 INFO:teuthology.orchestra.run.smithi161.stdout:Get:93 https://2.chacra.ceph.com/r/ceph/wip-bharath11-testing-2024-09-18-1115-quincy/7061ea6ca50908d104e9f3979dc615e118d9e153/ubuntu/focal/flavors/default focal/main amd64 ceph-mgr-modules-core all 17.2.7-1645-g7061ea6c-1focal [223 kB] 2024-09-18T13:59:44.528 INFO:teuthology.orchestra.run.smithi161.stdout:Get:94 https://2.chacra.ceph.com/r/ceph/wip-bharath11-testing-2024-09-18-1115-quincy/7061ea6ca50908d104e9f3979dc615e118d9e153/ubuntu/focal/flavors/default focal/main amd64 libsqlite3-mod-ceph amd64 17.2.7-1645-g7061ea6c-1focal [157 kB] 2024-09-18T13:59:44.532 INFO:teuthology.orchestra.run.smithi161.stdout:Get:95 https://2.chacra.ceph.com/r/ceph/wip-bharath11-testing-2024-09-18-1115-quincy/7061ea6ca50908d104e9f3979dc615e118d9e153/ubuntu/focal/flavors/default focal/main amd64 ceph-mgr amd64 17.2.7-1645-g7061ea6c-1focal [1,594 kB] 2024-09-18T13:59:44.637 INFO:teuthology.orchestra.run.smithi161.stdout:Get:96 https://2.chacra.ceph.com/r/ceph/wip-bharath11-testing-2024-09-18-1115-quincy/7061ea6ca50908d104e9f3979dc615e118d9e153/ubuntu/focal/flavors/default focal/main amd64 ceph-mon amd64 17.2.7-1645-g7061ea6c-1focal [4,688 kB] 2024-09-18T13:59:44.755 INFO:teuthology.orchestra.run.smithi192.stdout:Get:110 https://2.chacra.ceph.com/r/ceph/wip-bharath11-testing-2024-09-18-1115-quincy/7061ea6ca50908d104e9f3979dc615e118d9e153/ubuntu/focal/flavors/default focal/main amd64 rbd-fuse amd64 17.2.7-1645-g7061ea6c-1focal [80.6 kB] 2024-09-18T13:59:44.818 INFO:teuthology.orchestra.run.smithi161.stdout:Get:97 https://2.chacra.ceph.com/r/ceph/wip-bharath11-testing-2024-09-18-1115-quincy/7061ea6ca50908d104e9f3979dc615e118d9e153/ubuntu/focal/flavors/default focal/main amd64 ceph-osd amd64 17.2.7-1645-g7061ea6c-1focal [23.1 MB] 2024-09-18T13:59:45.403 INFO:teuthology.orchestra.run.smithi192.stdout:Fetched 201 MB in 6s (35.1 MB/s) 2024-09-18T13:59:45.605 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package liblttng-ust0:amd64. 2024-09-18T13:59:45.661 INFO:teuthology.orchestra.run.smithi192.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 ... 141720 files and directories currently installed.) 2024-09-18T13:59:45.666 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../000-liblttng-ust0_2.11.0-1_amd64.deb ... 2024-09-18T13:59:45.700 INFO:teuthology.orchestra.run.smithi161.stdout:Get:98 https://2.chacra.ceph.com/r/ceph/wip-bharath11-testing-2024-09-18-1115-quincy/7061ea6ca50908d104e9f3979dc615e118d9e153/ubuntu/focal/flavors/default focal/main amd64 ceph amd64 17.2.7-1645-g7061ea6c-1focal [3,936 B] 2024-09-18T13:59:45.701 INFO:teuthology.orchestra.run.smithi161.stdout:Get:99 https://2.chacra.ceph.com/r/ceph/wip-bharath11-testing-2024-09-18-1115-quincy/7061ea6ca50908d104e9f3979dc615e118d9e153/ubuntu/focal/flavors/default focal/main amd64 ceph-fuse amd64 17.2.7-1645-g7061ea6c-1focal [872 kB] 2024-09-18T13:59:45.713 INFO:teuthology.orchestra.run.smithi161.stdout:Get:100 https://2.chacra.ceph.com/r/ceph/wip-bharath11-testing-2024-09-18-1115-quincy/7061ea6ca50908d104e9f3979dc615e118d9e153/ubuntu/focal/flavors/default focal/main amd64 ceph-mds amd64 17.2.7-1645-g7061ea6c-1focal [2,416 kB] 2024-09-18T13:59:45.730 INFO:teuthology.orchestra.run.smithi161.stdout:Get:101 https://2.chacra.ceph.com/r/ceph/wip-bharath11-testing-2024-09-18-1115-quincy/7061ea6ca50908d104e9f3979dc615e118d9e153/ubuntu/focal/flavors/default focal/main amd64 cephadm amd64 17.2.7-1645-g7061ea6c-1focal [81.4 kB] 2024-09-18T13:59:45.731 INFO:teuthology.orchestra.run.smithi161.stdout:Get:102 https://2.chacra.ceph.com/r/ceph/wip-bharath11-testing-2024-09-18-1115-quincy/7061ea6ca50908d104e9f3979dc615e118d9e153/ubuntu/focal/flavors/default focal/main amd64 ceph-mgr-cephadm all 17.2.7-1645-g7061ea6c-1focal [120 kB] 2024-09-18T13:59:45.733 INFO:teuthology.orchestra.run.smithi161.stdout:Get:103 https://2.chacra.ceph.com/r/ceph/wip-bharath11-testing-2024-09-18-1115-quincy/7061ea6ca50908d104e9f3979dc615e118d9e153/ubuntu/focal/flavors/default focal/main amd64 ceph-mgr-dashboard all 17.2.7-1645-g7061ea6c-1focal [6,653 kB] 2024-09-18T13:59:45.745 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking liblttng-ust0:amd64 (2.11.0-1) ... 2024-09-18T13:59:45.916 INFO:teuthology.orchestra.run.smithi161.stdout:Get:104 https://2.chacra.ceph.com/r/ceph/wip-bharath11-testing-2024-09-18-1115-quincy/7061ea6ca50908d104e9f3979dc615e118d9e153/ubuntu/focal/flavors/default focal/main amd64 ceph-mgr-diskprediction-local all 17.2.7-1645-g7061ea6c-1focal [7,884 kB] 2024-09-18T13:59:46.022 INFO:teuthology.orchestra.run.smithi135.stdout:Get:107 https://2.chacra.ceph.com/r/ceph/wip-bharath11-testing-2024-09-18-1115-quincy/7061ea6ca50908d104e9f3979dc615e118d9e153/ubuntu/focal/flavors/default focal/main amd64 ceph-volume all 17.2.7-1645-g7061ea6c-1focal [231 kB] 2024-09-18T13:59:46.026 INFO:teuthology.orchestra.run.smithi135.stdout:Get:108 https://2.chacra.ceph.com/r/ceph/wip-bharath11-testing-2024-09-18-1115-quincy/7061ea6ca50908d104e9f3979dc615e118d9e153/ubuntu/focal/flavors/default focal/main amd64 libcephfs-dev amd64 17.2.7-1645-g7061ea6c-1focal [21.9 kB] 2024-09-18T13:59:46.027 INFO:teuthology.orchestra.run.smithi135.stdout:Get:109 https://2.chacra.ceph.com/r/ceph/wip-bharath11-testing-2024-09-18-1115-quincy/7061ea6ca50908d104e9f3979dc615e118d9e153/ubuntu/focal/flavors/default focal/main amd64 radosgw amd64 17.2.7-1645-g7061ea6c-1focal [17.2 MB] 2024-09-18T13:59:46.056 INFO:teuthology.orchestra.run.smithi161.stdout:Get:105 https://2.chacra.ceph.com/r/ceph/wip-bharath11-testing-2024-09-18-1115-quincy/7061ea6ca50908d104e9f3979dc615e118d9e153/ubuntu/focal/flavors/default focal/main amd64 ceph-mgr-k8sevents all 17.2.7-1645-g7061ea6c-1focal [4,056 B] 2024-09-18T13:59:46.056 INFO:teuthology.orchestra.run.smithi161.stdout:Get:106 https://2.chacra.ceph.com/r/ceph/wip-bharath11-testing-2024-09-18-1115-quincy/7061ea6ca50908d104e9f3979dc615e118d9e153/ubuntu/focal/flavors/default focal/main amd64 ceph-test amd64 17.2.7-1645-g7061ea6c-1focal [53.4 MB] 2024-09-18T13:59:46.110 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../001-librbd1_17.2.7-1645-g7061ea6c-1focal_amd64.deb ... 2024-09-18T13:59:46.257 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking librbd1 (17.2.7-1645-g7061ea6c-1focal) over (15.2.17-0ubuntu0.20.04.6) ... 2024-09-18T13:59:46.558 INFO:teuthology.orchestra.run.smithi135.stdout:Get:110 https://2.chacra.ceph.com/r/ceph/wip-bharath11-testing-2024-09-18-1115-quincy/7061ea6ca50908d104e9f3979dc615e118d9e153/ubuntu/focal/flavors/default focal/main amd64 rbd-fuse amd64 17.2.7-1645-g7061ea6c-1focal [80.6 kB] 2024-09-18T13:59:46.990 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../002-librados2_17.2.7-1645-g7061ea6c-1focal_amd64.deb ... 2024-09-18T13:59:47.145 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking librados2 (17.2.7-1645-g7061ea6c-1focal) over (15.2.17-0ubuntu0.20.04.6) ... 2024-09-18T13:59:47.204 INFO:teuthology.orchestra.run.smithi135.stdout:Fetched 201 MB in 7s (26.9 MB/s) 2024-09-18T13:59:47.392 INFO:teuthology.orchestra.run.smithi161.stdout:Get:107 https://2.chacra.ceph.com/r/ceph/wip-bharath11-testing-2024-09-18-1115-quincy/7061ea6ca50908d104e9f3979dc615e118d9e153/ubuntu/focal/flavors/default focal/main amd64 ceph-volume all 17.2.7-1645-g7061ea6c-1focal [231 kB] 2024-09-18T13:59:47.397 INFO:teuthology.orchestra.run.smithi161.stdout:Get:108 https://2.chacra.ceph.com/r/ceph/wip-bharath11-testing-2024-09-18-1115-quincy/7061ea6ca50908d104e9f3979dc615e118d9e153/ubuntu/focal/flavors/default focal/main amd64 libcephfs-dev amd64 17.2.7-1645-g7061ea6c-1focal [21.9 kB] 2024-09-18T13:59:47.398 INFO:teuthology.orchestra.run.smithi161.stdout:Get:109 https://2.chacra.ceph.com/r/ceph/wip-bharath11-testing-2024-09-18-1115-quincy/7061ea6ca50908d104e9f3979dc615e118d9e153/ubuntu/focal/flavors/default focal/main amd64 radosgw amd64 17.2.7-1645-g7061ea6c-1focal [17.2 MB] 2024-09-18T13:59:47.406 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package liblttng-ust0:amd64. 2024-09-18T13:59:47.461 INFO:teuthology.orchestra.run.smithi135.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 ... 141720 files and directories currently installed.) 2024-09-18T13:59:47.465 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../000-liblttng-ust0_2.11.0-1_amd64.deb ... 2024-09-18T13:59:47.547 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking liblttng-ust0:amd64 (2.11.0-1) ... 2024-09-18T13:59:47.718 INFO:teuthology.orchestra.run.smithi161.stdout:Get:110 https://2.chacra.ceph.com/r/ceph/wip-bharath11-testing-2024-09-18-1115-quincy/7061ea6ca50908d104e9f3979dc615e118d9e153/ubuntu/focal/flavors/default focal/main amd64 rbd-fuse amd64 17.2.7-1645-g7061ea6c-1focal [80.6 kB] 2024-09-18T13:59:47.865 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package libcephfs2. 2024-09-18T13:59:47.883 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../003-libcephfs2_17.2.7-1645-g7061ea6c-1focal_amd64.deb ... 2024-09-18T13:59:47.915 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking libcephfs2 (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T13:59:47.936 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../001-librbd1_17.2.7-1645-g7061ea6c-1focal_amd64.deb ... 2024-09-18T13:59:48.051 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking librbd1 (17.2.7-1645-g7061ea6c-1focal) over (15.2.17-0ubuntu0.20.04.6) ... 2024-09-18T13:59:48.276 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-rados. 2024-09-18T13:59:48.293 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../004-python3-rados_17.2.7-1645-g7061ea6c-1focal_amd64.deb ... 2024-09-18T13:59:48.334 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-rados (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T13:59:48.359 INFO:teuthology.orchestra.run.smithi161.stdout:Fetched 201 MB in 9s (23.5 MB/s) 2024-09-18T13:59:48.494 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package liblttng-ust0:amd64. 2024-09-18T13:59:48.551 INFO:teuthology.orchestra.run.smithi161.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 ... 141720 files and directories currently installed.) 2024-09-18T13:59:48.555 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../000-liblttng-ust0_2.11.0-1_amd64.deb ... 2024-09-18T13:59:48.618 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking liblttng-ust0:amd64 (2.11.0-1) ... 2024-09-18T13:59:48.722 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-09-18T13:59:48.740 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../005-python3-ceph-argparse_17.2.7-1645-g7061ea6c-1focal_all.deb ... 2024-09-18T13:59:48.806 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-ceph-argparse (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T13:59:48.808 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../002-librados2_17.2.7-1645-g7061ea6c-1focal_amd64.deb ... 2024-09-18T13:59:48.955 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking librados2 (17.2.7-1645-g7061ea6c-1focal) over (15.2.17-0ubuntu0.20.04.6) ... 2024-09-18T13:59:48.996 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../001-librbd1_17.2.7-1645-g7061ea6c-1focal_amd64.deb ... 2024-09-18T13:59:49.008 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-cephfs. 2024-09-18T13:59:49.024 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../006-python3-cephfs_17.2.7-1645-g7061ea6c-1focal_amd64.deb ... 2024-09-18T13:59:49.058 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-cephfs (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T13:59:49.121 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking librbd1 (17.2.7-1645-g7061ea6c-1focal) over (15.2.17-0ubuntu0.20.04.6) ... 2024-09-18T13:59:49.377 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-ceph-common. 2024-09-18T13:59:49.393 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../007-python3-ceph-common_17.2.7-1645-g7061ea6c-1focal_all.deb ... 2024-09-18T13:59:49.443 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-ceph-common (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T13:59:49.635 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package libcephfs2. 2024-09-18T13:59:49.650 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../003-libcephfs2_17.2.7-1645-g7061ea6c-1focal_amd64.deb ... 2024-09-18T13:59:49.709 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking libcephfs2 (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T13:59:49.780 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-prettytable. 2024-09-18T13:59:49.783 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../002-librados2_17.2.7-1645-g7061ea6c-1focal_amd64.deb ... 2024-09-18T13:59:49.799 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../008-python3-prettytable_0.7.2-5_all.deb ... 2024-09-18T13:59:49.838 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-prettytable (0.7.2-5) ... 2024-09-18T13:59:49.884 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking librados2 (17.2.7-1645-g7061ea6c-1focal) over (15.2.17-0ubuntu0.20.04.6) ... 2024-09-18T13:59:50.079 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package python3-rados. 2024-09-18T13:59:50.094 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../004-python3-rados_17.2.7-1645-g7061ea6c-1focal_amd64.deb ... 2024-09-18T13:59:50.124 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-rbd. 2024-09-18T13:59:50.137 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking python3-rados (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T13:59:50.140 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../009-python3-rbd_17.2.7-1645-g7061ea6c-1focal_amd64.deb ... 2024-09-18T13:59:50.182 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-rbd (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T13:59:50.520 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package liblua5.3-0:amd64. 2024-09-18T13:59:50.532 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-09-18T13:59:50.534 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../010-liblua5.3-0_5.3.3-1.1ubuntu2_amd64.deb ... 2024-09-18T13:59:50.537 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package libcephfs2. 2024-09-18T13:59:50.549 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../005-python3-ceph-argparse_17.2.7-1645-g7061ea6c-1focal_all.deb ... 2024-09-18T13:59:50.557 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../003-libcephfs2_17.2.7-1645-g7061ea6c-1focal_amd64.deb ... 2024-09-18T13:59:50.568 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking liblua5.3-0:amd64 (5.3.3-1.1ubuntu2) ... 2024-09-18T13:59:50.590 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking python3-ceph-argparse (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T13:59:50.595 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking libcephfs2 (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T13:59:50.868 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package python3-cephfs. 2024-09-18T13:59:50.887 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../006-python3-cephfs_17.2.7-1645-g7061ea6c-1focal_amd64.deb ... 2024-09-18T13:59:50.904 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package librabbitmq4:amd64. 2024-09-18T13:59:50.923 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../011-librabbitmq4_0.10.0-1_amd64.deb ... 2024-09-18T13:59:50.940 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-rados. 2024-09-18T13:59:50.958 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../004-python3-rados_17.2.7-1645-g7061ea6c-1focal_amd64.deb ... 2024-09-18T13:59:50.959 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking python3-cephfs (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T13:59:50.962 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking librabbitmq4:amd64 (0.10.0-1) ... 2024-09-18T13:59:50.998 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-rados (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T13:59:51.320 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package python3-ceph-common. 2024-09-18T13:59:51.326 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-09-18T13:59:51.337 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../007-python3-ceph-common_17.2.7-1645-g7061ea6c-1focal_all.deb ... 2024-09-18T13:59:51.345 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../005-python3-ceph-argparse_17.2.7-1645-g7061ea6c-1focal_all.deb ... 2024-09-18T13:59:51.357 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-09-18T13:59:51.375 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../012-librdkafka1_1.2.1-1ubuntu1_amd64.deb ... 2024-09-18T13:59:51.375 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-ceph-argparse (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T13:59:51.378 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking python3-ceph-common (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T13:59:51.415 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking librdkafka1:amd64 (1.2.1-1ubuntu1) ... 2024-09-18T13:59:51.619 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-cephfs. 2024-09-18T13:59:51.637 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../006-python3-cephfs_17.2.7-1645-g7061ea6c-1focal_amd64.deb ... 2024-09-18T13:59:51.678 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-cephfs (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T13:59:51.749 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package python3-prettytable. 2024-09-18T13:59:51.765 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../008-python3-prettytable_0.7.2-5_all.deb ... 2024-09-18T13:59:51.807 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking python3-prettytable (0.7.2-5) ... 2024-09-18T13:59:51.818 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-09-18T13:59:51.834 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../013-libdouble-conversion3_3.1.5-4ubuntu1_amd64.deb ... 2024-09-18T13:59:51.876 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking libdouble-conversion3:amd64 (3.1.5-4ubuntu1) ... 2024-09-18T13:59:51.997 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-ceph-common. 2024-09-18T13:59:52.017 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../007-python3-ceph-common_17.2.7-1645-g7061ea6c-1focal_all.deb ... 2024-09-18T13:59:52.055 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-ceph-common (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T13:59:52.110 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package python3-rbd. 2024-09-18T13:59:52.126 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../009-python3-rbd_17.2.7-1645-g7061ea6c-1focal_amd64.deb ... 2024-09-18T13:59:52.201 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking python3-rbd (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T13:59:52.237 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-09-18T13:59:52.255 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../014-libpcre2-16-0_10.34-7ubuntu0.1_amd64.deb ... 2024-09-18T13:59:52.320 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking libpcre2-16-0:amd64 (10.34-7ubuntu0.1) ... 2024-09-18T13:59:52.392 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-prettytable. 2024-09-18T13:59:52.410 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../008-python3-prettytable_0.7.2-5_all.deb ... 2024-09-18T13:59:52.450 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-prettytable (0.7.2-5) ... 2024-09-18T13:59:52.579 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package liblua5.3-0:amd64. 2024-09-18T13:59:52.597 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../010-liblua5.3-0_5.3.3-1.1ubuntu2_amd64.deb ... 2024-09-18T13:59:52.637 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking liblua5.3-0:amd64 (5.3.3-1.1ubuntu2) ... 2024-09-18T13:59:52.727 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-rbd. 2024-09-18T13:59:52.743 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../009-python3-rbd_17.2.7-1645-g7061ea6c-1focal_amd64.deb ... 2024-09-18T13:59:52.777 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-rbd (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T13:59:52.999 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-09-18T13:59:53.018 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../015-libqt5core5a_5.12.8+dfsg-0ubuntu2.1_amd64.deb ... 2024-09-18T13:59:53.040 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package librabbitmq4:amd64. 2024-09-18T13:59:53.057 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../011-librabbitmq4_0.10.0-1_amd64.deb ... 2024-09-18T13:59:53.071 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package liblua5.3-0:amd64. 2024-09-18T13:59:53.089 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../010-liblua5.3-0_5.3.3-1.1ubuntu2_amd64.deb ... 2024-09-18T13:59:53.099 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking librabbitmq4:amd64 (0.10.0-1) ... 2024-09-18T13:59:53.109 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking libqt5core5a:amd64 (5.12.8+dfsg-0ubuntu2.1) ... 2024-09-18T13:59:53.121 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking liblua5.3-0:amd64 (5.3.3-1.1ubuntu2) ... 2024-09-18T13:59:53.494 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-09-18T13:59:53.510 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../012-librdkafka1_1.2.1-1ubuntu1_amd64.deb ... 2024-09-18T13:59:53.552 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking librdkafka1:amd64 (1.2.1-1ubuntu1) ... 2024-09-18T13:59:53.660 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-09-18T13:59:53.666 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package librabbitmq4:amd64. 2024-09-18T13:59:53.677 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../016-libqt5dbus5_5.12.8+dfsg-0ubuntu2.1_amd64.deb ... 2024-09-18T13:59:53.683 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../011-librabbitmq4_0.10.0-1_amd64.deb ... 2024-09-18T13:59:53.719 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking libqt5dbus5:amd64 (5.12.8+dfsg-0ubuntu2.1) ... 2024-09-18T13:59:53.724 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking librabbitmq4:amd64 (0.10.0-1) ... 2024-09-18T13:59:53.968 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-09-18T13:59:53.989 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../013-libdouble-conversion3_3.1.5-4ubuntu1_amd64.deb ... 2024-09-18T13:59:54.038 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking libdouble-conversion3:amd64 (3.1.5-4ubuntu1) ... 2024-09-18T13:59:54.061 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-09-18T13:59:54.076 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../012-librdkafka1_1.2.1-1ubuntu1_amd64.deb ... 2024-09-18T13:59:54.097 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-09-18T13:59:54.113 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../017-libqt5network5_5.12.8+dfsg-0ubuntu2.1_amd64.deb ... 2024-09-18T13:59:54.119 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking librdkafka1:amd64 (1.2.1-1ubuntu1) ... 2024-09-18T13:59:54.163 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking libqt5network5:amd64 (5.12.8+dfsg-0ubuntu2.1) ... 2024-09-18T13:59:54.408 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-09-18T13:59:54.425 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../014-libpcre2-16-0_10.34-7ubuntu0.1_amd64.deb ... 2024-09-18T13:59:54.471 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-09-18T13:59:54.489 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../013-libdouble-conversion3_3.1.5-4ubuntu1_amd64.deb ... 2024-09-18T13:59:54.491 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking libpcre2-16-0:amd64 (10.34-7ubuntu0.1) ... 2024-09-18T13:59:54.521 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking libdouble-conversion3:amd64 (3.1.5-4ubuntu1) ... 2024-09-18T13:59:54.560 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package libthrift-0.13.0. 2024-09-18T13:59:54.574 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../018-libthrift-0.13.0_0.13.0-2build2_amd64.deb ... 2024-09-18T13:59:54.633 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking libthrift-0.13.0 (0.13.0-2build2) ... 2024-09-18T13:59:54.849 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-09-18T13:59:54.866 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../014-libpcre2-16-0_10.34-7ubuntu0.1_amd64.deb ... 2024-09-18T13:59:54.907 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking libpcre2-16-0:amd64 (10.34-7ubuntu0.1) ... 2024-09-18T13:59:55.019 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package librgw2. 2024-09-18T13:59:55.036 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../019-librgw2_17.2.7-1645-g7061ea6c-1focal_amd64.deb ... 2024-09-18T13:59:55.077 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking librgw2 (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T13:59:55.187 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-09-18T13:59:55.203 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../015-libqt5core5a_5.12.8+dfsg-0ubuntu2.1_amd64.deb ... 2024-09-18T13:59:55.288 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking libqt5core5a:amd64 (5.12.8+dfsg-0ubuntu2.1) ... 2024-09-18T13:59:55.369 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-09-18T13:59:55.385 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../015-libqt5core5a_5.12.8+dfsg-0ubuntu2.1_amd64.deb ... 2024-09-18T13:59:55.438 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking libqt5core5a:amd64 (5.12.8+dfsg-0ubuntu2.1) ... 2024-09-18T13:59:55.832 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-09-18T13:59:55.848 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../016-libqt5dbus5_5.12.8+dfsg-0ubuntu2.1_amd64.deb ... 2024-09-18T13:59:55.890 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking libqt5dbus5:amd64 (5.12.8+dfsg-0ubuntu2.1) ... 2024-09-18T13:59:55.914 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-rgw. 2024-09-18T13:59:55.930 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-09-18T13:59:55.932 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../020-python3-rgw_17.2.7-1645-g7061ea6c-1focal_amd64.deb ... 2024-09-18T13:59:55.949 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../016-libqt5dbus5_5.12.8+dfsg-0ubuntu2.1_amd64.deb ... 2024-09-18T13:59:55.979 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-rgw (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T13:59:55.980 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking libqt5dbus5:amd64 (5.12.8+dfsg-0ubuntu2.1) ... 2024-09-18T13:59:56.318 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-09-18T13:59:56.324 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package liboath0. 2024-09-18T13:59:56.325 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-09-18T13:59:56.334 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../017-libqt5network5_5.12.8+dfsg-0ubuntu2.1_amd64.deb ... 2024-09-18T13:59:56.340 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../021-liboath0_2.6.1-1.3_amd64.deb ... 2024-09-18T13:59:56.341 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../017-libqt5network5_5.12.8+dfsg-0ubuntu2.1_amd64.deb ... 2024-09-18T13:59:56.376 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking libqt5network5:amd64 (5.12.8+dfsg-0ubuntu2.1) ... 2024-09-18T13:59:56.382 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking liboath0 (2.6.1-1.3) ... 2024-09-18T13:59:56.383 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking libqt5network5:amd64 (5.12.8+dfsg-0ubuntu2.1) ... 2024-09-18T13:59:56.718 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package libradosstriper1. 2024-09-18T13:59:56.734 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../022-libradosstriper1_17.2.7-1645-g7061ea6c-1focal_amd64.deb ... 2024-09-18T13:59:56.769 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package libthrift-0.13.0. 2024-09-18T13:59:56.776 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking libradosstriper1 (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T13:59:56.789 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../018-libthrift-0.13.0_0.13.0-2build2_amd64.deb ... 2024-09-18T13:59:56.828 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking libthrift-0.13.0 (0.13.0-2build2) ... 2024-09-18T13:59:56.829 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package libthrift-0.13.0. 2024-09-18T13:59:56.846 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../018-libthrift-0.13.0_0.13.0-2build2_amd64.deb ... 2024-09-18T13:59:56.888 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking libthrift-0.13.0 (0.13.0-2build2) ... 2024-09-18T13:59:57.172 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package librgw2. 2024-09-18T13:59:57.190 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../019-librgw2_17.2.7-1645-g7061ea6c-1focal_amd64.deb ... 2024-09-18T13:59:57.250 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking librgw2 (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T13:59:57.257 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package librgw2. 2024-09-18T13:59:57.273 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../019-librgw2_17.2.7-1645-g7061ea6c-1focal_amd64.deb ... 2024-09-18T13:59:57.279 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package ceph-common. 2024-09-18T13:59:57.298 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../023-ceph-common_17.2.7-1645-g7061ea6c-1focal_amd64.deb ... 2024-09-18T13:59:57.337 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking ceph-common (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T13:59:57.341 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking librgw2 (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T13:59:57.983 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-rgw. 2024-09-18T13:59:57.999 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../020-python3-rgw_17.2.7-1645-g7061ea6c-1focal_amd64.deb ... 2024-09-18T13:59:58.041 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-rgw (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T13:59:58.177 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package python3-rgw. 2024-09-18T13:59:58.246 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../020-python3-rgw_17.2.7-1645-g7061ea6c-1focal_amd64.deb ... 2024-09-18T13:59:58.246 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking python3-rgw (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T13:59:58.385 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package liboath0. 2024-09-18T13:59:58.402 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../021-liboath0_2.6.1-1.3_amd64.deb ... 2024-09-18T13:59:58.443 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking liboath0 (2.6.1-1.3) ... 2024-09-18T13:59:58.605 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package liboath0. 2024-09-18T13:59:58.621 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../021-liboath0_2.6.1-1.3_amd64.deb ... 2024-09-18T13:59:58.696 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking liboath0 (2.6.1-1.3) ... 2024-09-18T13:59:58.738 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package libradosstriper1. 2024-09-18T13:59:58.757 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../022-libradosstriper1_17.2.7-1645-g7061ea6c-1focal_amd64.deb ... 2024-09-18T13:59:58.821 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking libradosstriper1 (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T13:59:59.049 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package libradosstriper1. 2024-09-18T13:59:59.065 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../022-libradosstriper1_17.2.7-1645-g7061ea6c-1focal_amd64.deb ... 2024-09-18T13:59:59.107 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking libradosstriper1 (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T13:59:59.216 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package ceph-common. 2024-09-18T13:59:59.234 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../023-ceph-common_17.2.7-1645-g7061ea6c-1focal_amd64.deb ... 2024-09-18T13:59:59.265 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking ceph-common (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T13:59:59.578 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package ceph-common. 2024-09-18T13:59:59.594 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../023-ceph-common_17.2.7-1645-g7061ea6c-1focal_amd64.deb ... 2024-09-18T13:59:59.635 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking ceph-common (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T13:59:59.868 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package ceph-base. 2024-09-18T13:59:59.887 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../024-ceph-base_17.2.7-1645-g7061ea6c-1focal_amd64.deb ... 2024-09-18T13:59:59.936 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking ceph-base (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:00:00.831 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-cryptography. 2024-09-18T14:00:00.848 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../025-python3-cryptography_2.8-3ubuntu0.3_amd64.deb ... 2024-09-18T14:00:00.906 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-cryptography (2.8-3ubuntu0.3) ... 2024-09-18T14:00:01.326 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-openssl. 2024-09-18T14:00:01.346 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../026-python3-openssl_19.0.0-1build1_all.deb ... 2024-09-18T14:00:01.384 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-openssl (19.0.0-1build1) ... 2024-09-18T14:00:01.695 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-packaging. 2024-09-18T14:00:01.714 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../027-python3-packaging_20.3-1_all.deb ... 2024-09-18T14:00:01.720 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package ceph-base. 2024-09-18T14:00:01.736 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../024-ceph-base_17.2.7-1645-g7061ea6c-1focal_amd64.deb ... 2024-09-18T14:00:01.744 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-packaging (20.3-1) ... 2024-09-18T14:00:01.789 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking ceph-base (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:00:02.039 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-09-18T14:00:02.056 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../028-ceph-mgr-modules-core_17.2.7-1645-g7061ea6c-1focal_all.deb ... 2024-09-18T14:00:02.097 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking ceph-mgr-modules-core (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:00:02.226 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package ceph-base. 2024-09-18T14:00:02.242 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../024-ceph-base_17.2.7-1645-g7061ea6c-1focal_amd64.deb ... 2024-09-18T14:00:02.312 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking ceph-base (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:00:02.527 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-bcrypt. 2024-09-18T14:00:02.544 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../029-python3-bcrypt_3.1.7-2ubuntu1_amd64.deb ... 2024-09-18T14:00:02.585 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-bcrypt (3.1.7-2ubuntu1) ... 2024-09-18T14:00:02.650 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-cryptography. 2024-09-18T14:00:02.667 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../025-python3-cryptography_2.8-3ubuntu0.3_amd64.deb ... 2024-09-18T14:00:02.699 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-cryptography (2.8-3ubuntu0.3) ... 2024-09-18T14:00:02.897 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-cherrypy3. 2024-09-18T14:00:02.915 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../030-python3-cherrypy3_8.9.1-6_all.deb ... 2024-09-18T14:00:02.954 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-cherrypy3 (8.9.1-6) ... 2024-09-18T14:00:03.053 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-openssl. 2024-09-18T14:00:03.073 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../026-python3-openssl_19.0.0-1build1_all.deb ... 2024-09-18T14:00:03.111 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-openssl (19.0.0-1build1) ... 2024-09-18T14:00:03.273 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package python3-cryptography. 2024-09-18T14:00:03.288 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../025-python3-cryptography_2.8-3ubuntu0.3_amd64.deb ... 2024-09-18T14:00:03.331 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking python3-cryptography (2.8-3ubuntu0.3) ... 2024-09-18T14:00:03.341 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-natsort. 2024-09-18T14:00:03.359 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../031-python3-natsort_7.0.1-1_all.deb ... 2024-09-18T14:00:03.399 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-natsort (7.0.1-1) ... 2024-09-18T14:00:03.431 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-packaging. 2024-09-18T14:00:03.450 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../027-python3-packaging_20.3-1_all.deb ... 2024-09-18T14:00:03.497 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-packaging (20.3-1) ... 2024-09-18T14:00:03.691 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-09-18T14:00:03.710 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../028-ceph-mgr-modules-core_17.2.7-1645-g7061ea6c-1focal_all.deb ... 2024-09-18T14:00:03.749 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking ceph-mgr-modules-core (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:00:03.760 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-jwt. 2024-09-18T14:00:03.779 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package python3-openssl. 2024-09-18T14:00:03.779 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../032-python3-jwt_1.7.1-2ubuntu2.1_all.deb ... 2024-09-18T14:00:03.796 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../026-python3-openssl_19.0.0-1build1_all.deb ... 2024-09-18T14:00:03.819 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-jwt (1.7.1-2ubuntu2.1) ... 2024-09-18T14:00:03.834 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking python3-openssl (19.0.0-1build1) ... 2024-09-18T14:00:04.105 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-logutils. 2024-09-18T14:00:04.121 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-bcrypt. 2024-09-18T14:00:04.121 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../033-python3-logutils_0.3.3-7_all.deb ... 2024-09-18T14:00:04.137 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../029-python3-bcrypt_3.1.7-2ubuntu1_amd64.deb ... 2024-09-18T14:00:04.163 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-logutils (0.3.3-7) ... 2024-09-18T14:00:04.179 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-bcrypt (3.1.7-2ubuntu1) ... 2024-09-18T14:00:04.179 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package python3-packaging. 2024-09-18T14:00:04.195 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../027-python3-packaging_20.3-1_all.deb ... 2024-09-18T14:00:04.237 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking python3-packaging (20.3-1) ... 2024-09-18T14:00:04.490 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-cherrypy3. 2024-09-18T14:00:04.499 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-markupsafe. 2024-09-18T14:00:04.507 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../030-python3-cherrypy3_8.9.1-6_all.deb ... 2024-09-18T14:00:04.516 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../034-python3-markupsafe_1.1.0-1build2_amd64.deb ... 2024-09-18T14:00:04.540 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-09-18T14:00:04.548 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-cherrypy3 (8.9.1-6) ... 2024-09-18T14:00:04.558 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-markupsafe (1.1.0-1build2) ... 2024-09-18T14:00:04.560 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../028-ceph-mgr-modules-core_17.2.7-1645-g7061ea6c-1focal_all.deb ... 2024-09-18T14:00:04.598 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking ceph-mgr-modules-core (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:00:04.885 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-mako. 2024-09-18T14:00:04.893 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-natsort. 2024-09-18T14:00:04.901 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../035-python3-mako_1.1.0+ds1-1ubuntu2.1_all.deb ... 2024-09-18T14:00:04.911 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../031-python3-natsort_7.0.1-1_all.deb ... 2024-09-18T14:00:04.943 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-mako (1.1.0+ds1-1ubuntu2.1) ... 2024-09-18T14:00:04.968 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-natsort (7.0.1-1) ... 2024-09-18T14:00:04.995 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package python3-bcrypt. 2024-09-18T14:00:05.013 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../029-python3-bcrypt_3.1.7-2ubuntu1_amd64.deb ... 2024-09-18T14:00:05.062 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking python3-bcrypt (3.1.7-2ubuntu1) ... 2024-09-18T14:00:05.279 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-jwt. 2024-09-18T14:00:05.288 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-simplegeneric. 2024-09-18T14:00:05.297 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../032-python3-jwt_1.7.1-2ubuntu2.1_all.deb ... 2024-09-18T14:00:05.305 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../036-python3-simplegeneric_0.8.1-3_all.deb ... 2024-09-18T14:00:05.338 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-jwt (1.7.1-2ubuntu2.1) ... 2024-09-18T14:00:05.371 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-09-18T14:00:05.390 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package python3-cherrypy3. 2024-09-18T14:00:05.406 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../030-python3-cherrypy3_8.9.1-6_all.deb ... 2024-09-18T14:00:05.448 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking python3-cherrypy3 (8.9.1-6) ... 2024-09-18T14:00:05.649 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-logutils. 2024-09-18T14:00:05.667 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../033-python3-logutils_0.3.3-7_all.deb ... 2024-09-18T14:00:05.699 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-singledispatch. 2024-09-18T14:00:05.707 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-logutils (0.3.3-7) ... 2024-09-18T14:00:05.716 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../037-python3-singledispatch_3.4.0.3-2build1_all.deb ... 2024-09-18T14:00:05.757 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-singledispatch (3.4.0.3-2build1) ... 2024-09-18T14:00:05.852 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package python3-natsort. 2024-09-18T14:00:05.868 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../031-python3-natsort_7.0.1-1_all.deb ... 2024-09-18T14:00:05.910 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking python3-natsort (7.0.1-1) ... 2024-09-18T14:00:05.993 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-markupsafe. 2024-09-18T14:00:06.012 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../034-python3-markupsafe_1.1.0-1build2_amd64.deb ... 2024-09-18T14:00:06.035 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-webob. 2024-09-18T14:00:06.051 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-markupsafe (1.1.0-1build2) ... 2024-09-18T14:00:06.054 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../038-python3-webob_1%3a1.8.5-2ubuntu0.1_all.deb ... 2024-09-18T14:00:06.085 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-webob (1:1.8.5-2ubuntu0.1) ... 2024-09-18T14:00:06.246 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package python3-jwt. 2024-09-18T14:00:06.262 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../032-python3-jwt_1.7.1-2ubuntu2.1_all.deb ... 2024-09-18T14:00:06.329 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking python3-jwt (1.7.1-2ubuntu2.1) ... 2024-09-18T14:00:06.354 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-mako. 2024-09-18T14:00:06.371 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../035-python3-mako_1.1.0+ds1-1ubuntu2.1_all.deb ... 2024-09-18T14:00:06.396 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-soupsieve. 2024-09-18T14:00:06.412 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-mako (1.1.0+ds1-1ubuntu2.1) ... 2024-09-18T14:00:06.415 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../039-python3-soupsieve_1.9.5+dfsg-1_all.deb ... 2024-09-18T14:00:06.454 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-soupsieve (1.9.5+dfsg-1) ... 2024-09-18T14:00:06.674 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package python3-logutils. 2024-09-18T14:00:06.690 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../033-python3-logutils_0.3.3-7_all.deb ... 2024-09-18T14:00:06.732 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking python3-logutils (0.3.3-7) ... 2024-09-18T14:00:06.757 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-simplegeneric. 2024-09-18T14:00:06.769 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-bs4. 2024-09-18T14:00:06.774 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../036-python3-simplegeneric_0.8.1-3_all.deb ... 2024-09-18T14:00:06.787 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../040-python3-bs4_4.8.2-1_all.deb ... 2024-09-18T14:00:06.815 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-09-18T14:00:06.819 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-bs4 (4.8.2-1) ... 2024-09-18T14:00:07.085 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-singledispatch. 2024-09-18T14:00:07.085 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package python3-markupsafe. 2024-09-18T14:00:07.100 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../037-python3-singledispatch_3.4.0.3-2build1_all.deb ... 2024-09-18T14:00:07.104 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../034-python3-markupsafe_1.1.0-1build2_amd64.deb ... 2024-09-18T14:00:07.134 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-singledispatch (3.4.0.3-2build1) ... 2024-09-18T14:00:07.144 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking python3-markupsafe (1.1.0-1build2) ... 2024-09-18T14:00:07.165 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-waitress. 2024-09-18T14:00:07.183 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../041-python3-waitress_1.4.1-1ubuntu0.1_all.deb ... 2024-09-18T14:00:07.226 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-waitress (1.4.1-1ubuntu0.1) ... 2024-09-18T14:00:07.437 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-webob. 2024-09-18T14:00:07.454 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../038-python3-webob_1%3a1.8.5-2ubuntu0.1_all.deb ... 2024-09-18T14:00:07.480 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package python3-mako. 2024-09-18T14:00:07.495 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-webob (1:1.8.5-2ubuntu0.1) ... 2024-09-18T14:00:07.499 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../035-python3-mako_1.1.0+ds1-1ubuntu2.1_all.deb ... 2024-09-18T14:00:07.572 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking python3-mako (1.1.0+ds1-1ubuntu2.1) ... 2024-09-18T14:00:07.610 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-tempita. 2024-09-18T14:00:07.626 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../042-python3-tempita_0.5.2-6_all.deb ... 2024-09-18T14:00:07.668 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-tempita (0.5.2-6) ... 2024-09-18T14:00:07.832 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-soupsieve. 2024-09-18T14:00:07.848 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../039-python3-soupsieve_1.9.5+dfsg-1_all.deb ... 2024-09-18T14:00:07.890 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-soupsieve (1.9.5+dfsg-1) ... 2024-09-18T14:00:07.916 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package python3-simplegeneric. 2024-09-18T14:00:07.933 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../036-python3-simplegeneric_0.8.1-3_all.deb ... 2024-09-18T14:00:07.974 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-09-18T14:00:07.987 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-paste. 2024-09-18T14:00:08.004 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../043-python3-paste_3.4.0+dfsg1-1_all.deb ... 2024-09-18T14:00:08.037 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-paste (3.4.0+dfsg1-1) ... 2024-09-18T14:00:08.209 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-bs4. 2024-09-18T14:00:08.226 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../040-python3-bs4_4.8.2-1_all.deb ... 2024-09-18T14:00:08.267 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-bs4 (4.8.2-1) ... 2024-09-18T14:00:08.336 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package python3-singledispatch. 2024-09-18T14:00:08.356 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../037-python3-singledispatch_3.4.0.3-2build1_all.deb ... 2024-09-18T14:00:08.394 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking python3-singledispatch (3.4.0.3-2build1) ... 2024-09-18T14:00:08.620 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-waitress. 2024-09-18T14:00:08.638 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../041-python3-waitress_1.4.1-1ubuntu0.1_all.deb ... 2024-09-18T14:00:08.682 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-waitress (1.4.1-1ubuntu0.1) ... 2024-09-18T14:00:08.739 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package python3-webob. 2024-09-18T14:00:08.757 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../038-python3-webob_1%3a1.8.5-2ubuntu0.1_all.deb ... 2024-09-18T14:00:08.795 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking python3-webob (1:1.8.5-2ubuntu0.1) ... 2024-09-18T14:00:09.158 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package python3-soupsieve. 2024-09-18T14:00:09.176 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../039-python3-soupsieve_1.9.5+dfsg-1_all.deb ... 2024-09-18T14:00:09.216 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking python3-soupsieve (1.9.5+dfsg-1) ... 2024-09-18T14:00:09.224 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-09-18T14:00:09.243 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../044-python-pastedeploy-tpl_2.1.0-1_all.deb ... 2024-09-18T14:00:09.307 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python-pastedeploy-tpl (2.1.0-1) ... 2024-09-18T14:00:09.552 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package python3-bs4. 2024-09-18T14:00:09.572 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../040-python3-bs4_4.8.2-1_all.deb ... 2024-09-18T14:00:09.627 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-pastedeploy. 2024-09-18T14:00:09.635 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking python3-bs4 (4.8.2-1) ... 2024-09-18T14:00:09.644 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../045-python3-pastedeploy_2.1.0-1_all.deb ... 2024-09-18T14:00:09.710 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-pastedeploy (2.1.0-1) ... 2024-09-18T14:00:09.762 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-tempita. 2024-09-18T14:00:09.779 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../042-python3-tempita_0.5.2-6_all.deb ... 2024-09-18T14:00:09.820 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-tempita (0.5.2-6) ... 2024-09-18T14:00:10.005 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package python3-waitress. 2024-09-18T14:00:10.024 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../041-python3-waitress_1.4.1-1ubuntu0.1_all.deb ... 2024-09-18T14:00:10.038 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-webtest. 2024-09-18T14:00:10.054 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../046-python3-webtest_2.0.32-2_all.deb ... 2024-09-18T14:00:10.067 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking python3-waitress (1.4.1-1ubuntu0.1) ... 2024-09-18T14:00:10.096 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-webtest (2.0.32-2) ... 2024-09-18T14:00:10.123 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-paste. 2024-09-18T14:00:10.139 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../043-python3-paste_3.4.0+dfsg1-1_all.deb ... 2024-09-18T14:00:10.181 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-paste (3.4.0+dfsg1-1) ... 2024-09-18T14:00:10.449 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-pecan. 2024-09-18T14:00:10.467 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../047-python3-pecan_1.3.3-3ubuntu1_all.deb ... 2024-09-18T14:00:10.476 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-09-18T14:00:10.492 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../044-python-pastedeploy-tpl_2.1.0-1_all.deb ... 2024-09-18T14:00:10.507 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-pecan (1.3.3-3ubuntu1) ... 2024-09-18T14:00:10.526 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python-pastedeploy-tpl (2.1.0-1) ... 2024-09-18T14:00:10.828 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-pastedeploy. 2024-09-18T14:00:10.849 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../045-python3-pastedeploy_2.1.0-1_all.deb ... 2024-09-18T14:00:10.886 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-pastedeploy (2.1.0-1) ... 2024-09-18T14:00:10.891 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-werkzeug. 2024-09-18T14:00:10.907 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../048-python3-werkzeug_0.16.1+dfsg1-2ubuntu0.2_all.deb ... 2024-09-18T14:00:10.974 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-werkzeug (0.16.1+dfsg1-2ubuntu0.2) ... 2024-09-18T14:00:11.214 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-webtest. 2024-09-18T14:00:11.231 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../046-python3-webtest_2.0.32-2_all.deb ... 2024-09-18T14:00:11.273 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-webtest (2.0.32-2) ... 2024-09-18T14:00:11.336 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-09-18T14:00:11.355 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../049-libsqlite3-mod-ceph_17.2.7-1645-g7061ea6c-1focal_amd64.deb ... 2024-09-18T14:00:11.376 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package python3-tempita. 2024-09-18T14:00:11.396 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking libsqlite3-mod-ceph (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:00:11.397 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../042-python3-tempita_0.5.2-6_all.deb ... 2024-09-18T14:00:11.434 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking python3-tempita (0.5.2-6) ... 2024-09-18T14:00:11.584 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-pecan. 2024-09-18T14:00:11.600 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../047-python3-pecan_1.3.3-3ubuntu1_all.deb ... 2024-09-18T14:00:11.642 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-pecan (1.3.3-3ubuntu1) ... 2024-09-18T14:00:11.728 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package python3-paste. 2024-09-18T14:00:11.748 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../043-python3-paste_3.4.0+dfsg1-1_all.deb ... 2024-09-18T14:00:11.779 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package ceph-mgr. 2024-09-18T14:00:11.796 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../050-ceph-mgr_17.2.7-1645-g7061ea6c-1focal_amd64.deb ... 2024-09-18T14:00:11.813 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking python3-paste (3.4.0+dfsg1-1) ... 2024-09-18T14:00:11.837 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking ceph-mgr (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:00:11.989 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-werkzeug. 2024-09-18T14:00:12.005 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../048-python3-werkzeug_0.16.1+dfsg1-2ubuntu0.2_all.deb ... 2024-09-18T14:00:12.047 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-werkzeug (0.16.1+dfsg1-2ubuntu0.2) ... 2024-09-18T14:00:12.174 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-09-18T14:00:12.190 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../044-python-pastedeploy-tpl_2.1.0-1_all.deb ... 2024-09-18T14:00:12.223 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking python-pastedeploy-tpl (2.1.0-1) ... 2024-09-18T14:00:12.356 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package ceph-mon. 2024-09-18T14:00:12.373 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../051-ceph-mon_17.2.7-1645-g7061ea6c-1focal_amd64.deb ... 2024-09-18T14:00:12.412 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-09-18T14:00:12.414 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking ceph-mon (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:00:12.429 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../049-libsqlite3-mod-ceph_17.2.7-1645-g7061ea6c-1focal_amd64.deb ... 2024-09-18T14:00:12.470 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking libsqlite3-mod-ceph (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:00:12.585 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package python3-pastedeploy. 2024-09-18T14:00:12.602 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../045-python3-pastedeploy_2.1.0-1_all.deb ... 2024-09-18T14:00:12.643 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking python3-pastedeploy (2.1.0-1) ... 2024-09-18T14:00:12.848 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package ceph-mgr. 2024-09-18T14:00:12.866 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../050-ceph-mgr_17.2.7-1645-g7061ea6c-1focal_amd64.deb ... 2024-09-18T14:00:12.907 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking ceph-mgr (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:00:12.998 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package python3-webtest. 2024-09-18T14:00:13.014 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../046-python3-webtest_2.0.32-2_all.deb ... 2024-09-18T14:00:13.083 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking python3-webtest (2.0.32-2) ... 2024-09-18T14:00:13.260 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package ceph-osd. 2024-09-18T14:00:13.276 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../052-ceph-osd_17.2.7-1645-g7061ea6c-1focal_amd64.deb ... 2024-09-18T14:00:13.318 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking ceph-osd (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:00:13.393 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package ceph-mon. 2024-09-18T14:00:13.409 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../051-ceph-mon_17.2.7-1645-g7061ea6c-1focal_amd64.deb ... 2024-09-18T14:00:13.428 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package python3-pecan. 2024-09-18T14:00:13.445 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../047-python3-pecan_1.3.3-3ubuntu1_all.deb ... 2024-09-18T14:00:13.453 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking ceph-mon (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:00:13.486 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking python3-pecan (1.3.3-3ubuntu1) ... 2024-09-18T14:00:13.857 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package python3-werkzeug. 2024-09-18T14:00:13.876 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../048-python3-werkzeug_0.16.1+dfsg1-2ubuntu0.2_all.deb ... 2024-09-18T14:00:13.915 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking python3-werkzeug (0.16.1+dfsg1-2ubuntu0.2) ... 2024-09-18T14:00:14.245 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package ceph-osd. 2024-09-18T14:00:14.264 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../052-ceph-osd_17.2.7-1645-g7061ea6c-1focal_amd64.deb ... 2024-09-18T14:00:14.303 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking ceph-osd (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:00:14.319 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-09-18T14:00:14.334 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../049-libsqlite3-mod-ceph_17.2.7-1645-g7061ea6c-1focal_amd64.deb ... 2024-09-18T14:00:14.377 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking libsqlite3-mod-ceph (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:00:14.763 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package ceph-mgr. 2024-09-18T14:00:14.779 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../050-ceph-mgr_17.2.7-1645-g7061ea6c-1focal_amd64.deb ... 2024-09-18T14:00:14.838 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking ceph-mgr (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:00:15.400 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package ceph-mon. 2024-09-18T14:00:15.417 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../051-ceph-mon_17.2.7-1645-g7061ea6c-1focal_amd64.deb ... 2024-09-18T14:00:15.421 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package ceph. 2024-09-18T14:00:15.442 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../053-ceph_17.2.7-1645-g7061ea6c-1focal_amd64.deb ... 2024-09-18T14:00:15.458 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking ceph-mon (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:00:15.496 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking ceph (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:00:15.833 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package ceph-fuse. 2024-09-18T14:00:15.848 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../054-ceph-fuse_17.2.7-1645-g7061ea6c-1focal_amd64.deb ... 2024-09-18T14:00:15.890 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking ceph-fuse (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:00:16.304 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package ceph-osd. 2024-09-18T14:00:16.321 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../052-ceph-osd_17.2.7-1645-g7061ea6c-1focal_amd64.deb ... 2024-09-18T14:00:16.335 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package ceph-mds. 2024-09-18T14:00:16.352 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../055-ceph-mds_17.2.7-1645-g7061ea6c-1focal_amd64.deb ... 2024-09-18T14:00:16.387 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking ceph-osd (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:00:16.417 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking ceph-mds (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:00:16.422 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package ceph. 2024-09-18T14:00:16.439 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../053-ceph_17.2.7-1645-g7061ea6c-1focal_amd64.deb ... 2024-09-18T14:00:16.481 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking ceph (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:00:16.808 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package ceph-fuse. 2024-09-18T14:00:16.829 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../054-ceph-fuse_17.2.7-1645-g7061ea6c-1focal_amd64.deb ... 2024-09-18T14:00:16.867 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking ceph-fuse (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:00:16.955 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package cephadm. 2024-09-18T14:00:16.972 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../056-cephadm_17.2.7-1645-g7061ea6c-1focal_amd64.deb ... 2024-09-18T14:00:17.013 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking cephadm (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:00:17.245 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package ceph-mds. 2024-09-18T14:00:17.265 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../055-ceph-mds_17.2.7-1645-g7061ea6c-1focal_amd64.deb ... 2024-09-18T14:00:17.328 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking ceph-mds (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:00:17.349 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-jinja2. 2024-09-18T14:00:17.365 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../057-python3-jinja2_2.10.1-2ubuntu0.3_all.deb ... 2024-09-18T14:00:17.415 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-jinja2 (2.10.1-2ubuntu0.3) ... 2024-09-18T14:00:17.743 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-09-18T14:00:17.760 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../058-ceph-mgr-cephadm_17.2.7-1645-g7061ea6c-1focal_all.deb ... 2024-09-18T14:00:17.764 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package cephadm. 2024-09-18T14:00:17.782 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../056-cephadm_17.2.7-1645-g7061ea6c-1focal_amd64.deb ... 2024-09-18T14:00:17.793 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking ceph-mgr-cephadm (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:00:17.823 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking cephadm (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:00:18.146 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-repoze.lru. 2024-09-18T14:00:18.164 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../059-python3-repoze.lru_0.7-2_all.deb ... 2024-09-18T14:00:18.167 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-jinja2. 2024-09-18T14:00:18.184 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../057-python3-jinja2_2.10.1-2ubuntu0.3_all.deb ... 2024-09-18T14:00:18.195 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-09-18T14:00:18.225 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-jinja2 (2.10.1-2ubuntu0.3) ... 2024-09-18T14:00:18.465 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package libjs-underscore. 2024-09-18T14:00:18.481 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../060-libjs-underscore_1.9.1~dfsg-1ubuntu0.20.04.1_all.deb ... 2024-09-18T14:00:18.523 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking libjs-underscore (1.9.1~dfsg-1ubuntu0.20.04.1) ... 2024-09-18T14:00:18.547 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-09-18T14:00:18.561 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../058-ceph-mgr-cephadm_17.2.7-1645-g7061ea6c-1focal_all.deb ... 2024-09-18T14:00:18.603 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking ceph-mgr-cephadm (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:00:18.616 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package ceph. 2024-09-18T14:00:18.633 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../053-ceph_17.2.7-1645-g7061ea6c-1focal_amd64.deb ... 2024-09-18T14:00:18.691 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking ceph (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:00:18.834 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package libjs-sphinxdoc. 2024-09-18T14:00:18.850 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../061-libjs-sphinxdoc_1.8.5-7ubuntu3_all.deb ... 2024-09-18T14:00:18.892 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking libjs-sphinxdoc (1.8.5-7ubuntu3) ... 2024-09-18T14:00:18.964 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-repoze.lru. 2024-09-18T14:00:18.983 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../059-python3-repoze.lru_0.7-2_all.deb ... 2024-09-18T14:00:19.022 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-09-18T14:00:19.026 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package ceph-fuse. 2024-09-18T14:00:19.045 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../054-ceph-fuse_17.2.7-1645-g7061ea6c-1focal_amd64.deb ... 2024-09-18T14:00:19.084 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking ceph-fuse (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:00:19.244 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-routes. 2024-09-18T14:00:19.261 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../062-python3-routes_2.4.1-2_all.deb ... 2024-09-18T14:00:19.275 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package libjs-underscore. 2024-09-18T14:00:19.292 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../060-libjs-underscore_1.9.1~dfsg-1ubuntu0.20.04.1_all.deb ... 2024-09-18T14:00:19.328 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-routes (2.4.1-2) ... 2024-09-18T14:00:19.333 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking libjs-underscore (1.9.1~dfsg-1ubuntu0.20.04.1) ... 2024-09-18T14:00:19.538 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package ceph-mds. 2024-09-18T14:00:19.556 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../055-ceph-mds_17.2.7-1645-g7061ea6c-1focal_amd64.deb ... 2024-09-18T14:00:19.596 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking ceph-mds (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:00:19.611 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package libjs-sphinxdoc. 2024-09-18T14:00:19.627 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../061-libjs-sphinxdoc_1.8.5-7ubuntu3_all.deb ... 2024-09-18T14:00:19.669 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking libjs-sphinxdoc (1.8.5-7ubuntu3) ... 2024-09-18T14:00:19.731 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-09-18T14:00:19.748 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../063-ceph-mgr-dashboard_17.2.7-1645-g7061ea6c-1focal_all.deb ... 2024-09-18T14:00:19.789 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking ceph-mgr-dashboard (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:00:20.030 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-routes. 2024-09-18T14:00:20.046 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../062-python3-routes_2.4.1-2_all.deb ... 2024-09-18T14:00:20.088 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-routes (2.4.1-2) ... 2024-09-18T14:00:20.216 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package cephadm. 2024-09-18T14:00:20.234 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../056-cephadm_17.2.7-1645-g7061ea6c-1focal_amd64.deb ... 2024-09-18T14:00:20.274 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking cephadm (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:00:20.441 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-09-18T14:00:20.457 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../063-ceph-mgr-dashboard_17.2.7-1645-g7061ea6c-1focal_all.deb ... 2024-09-18T14:00:20.507 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking ceph-mgr-dashboard (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:00:20.627 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package python3-jinja2. 2024-09-18T14:00:20.643 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../057-python3-jinja2_2.10.1-2ubuntu0.3_all.deb ... 2024-09-18T14:00:20.710 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking python3-jinja2 (2.10.1-2ubuntu0.3) ... 2024-09-18T14:00:21.088 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-09-18T14:00:21.106 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../058-ceph-mgr-cephadm_17.2.7-1645-g7061ea6c-1focal_all.deb ... 2024-09-18T14:00:21.136 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-decorator. 2024-09-18T14:00:21.153 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../064-python3-decorator_4.4.2-0ubuntu1_all.deb ... 2024-09-18T14:00:21.171 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking ceph-mgr-cephadm (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:00:21.221 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-decorator (4.4.2-0ubuntu1) ... 2024-09-18T14:00:21.550 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package python3-repoze.lru. 2024-09-18T14:00:21.556 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package liblbfgsb0:amd64. 2024-09-18T14:00:21.568 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../059-python3-repoze.lru_0.7-2_all.deb ... 2024-09-18T14:00:21.575 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../065-liblbfgsb0_3.0+dfsg.3-7build1_amd64.deb ... 2024-09-18T14:00:21.614 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking liblbfgsb0:amd64 (3.0+dfsg.3-7build1) ... 2024-09-18T14:00:21.681 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-09-18T14:00:21.821 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-decorator. 2024-09-18T14:00:21.837 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../064-python3-decorator_4.4.2-0ubuntu1_all.deb ... 2024-09-18T14:00:21.879 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-decorator (4.4.2-0ubuntu1) ... 2024-09-18T14:00:21.967 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-scipy. 2024-09-18T14:00:21.969 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package libjs-underscore. 2024-09-18T14:00:21.984 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../066-python3-scipy_1.3.3-3build1_amd64.deb ... 2024-09-18T14:00:21.988 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../060-libjs-underscore_1.9.1~dfsg-1ubuntu0.20.04.1_all.deb ... 2024-09-18T14:00:22.025 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-scipy (1.3.3-3build1) ... 2024-09-18T14:00:22.027 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking libjs-underscore (1.9.1~dfsg-1ubuntu0.20.04.1) ... 2024-09-18T14:00:22.190 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package liblbfgsb0:amd64. 2024-09-18T14:00:22.209 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../065-liblbfgsb0_3.0+dfsg.3-7build1_amd64.deb ... 2024-09-18T14:00:22.248 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking liblbfgsb0:amd64 (3.0+dfsg.3-7build1) ... 2024-09-18T14:00:22.338 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package libjs-sphinxdoc. 2024-09-18T14:00:22.355 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../061-libjs-sphinxdoc_1.8.5-7ubuntu3_all.deb ... 2024-09-18T14:00:22.396 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking libjs-sphinxdoc (1.8.5-7ubuntu3) ... 2024-09-18T14:00:22.570 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-scipy. 2024-09-18T14:00:22.587 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../066-python3-scipy_1.3.3-3build1_amd64.deb ... 2024-09-18T14:00:22.629 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-scipy (1.3.3-3build1) ... 2024-09-18T14:00:22.766 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package python3-routes. 2024-09-18T14:00:22.784 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../062-python3-routes_2.4.1-2_all.deb ... 2024-09-18T14:00:22.824 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking python3-routes (2.4.1-2) ... 2024-09-18T14:00:23.169 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-09-18T14:00:23.188 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../063-ceph-mgr-dashboard_17.2.7-1645-g7061ea6c-1focal_all.deb ... 2024-09-18T14:00:23.252 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking ceph-mgr-dashboard (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:00:23.476 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-sklearn-lib. 2024-09-18T14:00:23.493 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../067-python3-sklearn-lib_0.22.2.post1+dfsg-5_amd64.deb ... 2024-09-18T14:00:23.534 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-sklearn-lib (0.22.2.post1+dfsg-5) ... 2024-09-18T14:00:23.913 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-sklearn-lib. 2024-09-18T14:00:23.929 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../067-python3-sklearn-lib_0.22.2.post1+dfsg-5_amd64.deb ... 2024-09-18T14:00:23.970 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-sklearn-lib (0.22.2.post1+dfsg-5) ... 2024-09-18T14:00:24.101 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-joblib. 2024-09-18T14:00:24.119 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../068-python3-joblib_0.14.0-3_all.deb ... 2024-09-18T14:00:24.162 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-joblib (0.14.0-3) ... 2024-09-18T14:00:24.499 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-joblib. 2024-09-18T14:00:24.515 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../068-python3-joblib_0.14.0-3_all.deb ... 2024-09-18T14:00:24.557 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-joblib (0.14.0-3) ... 2024-09-18T14:00:24.684 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package python3-decorator. 2024-09-18T14:00:24.701 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../064-python3-decorator_4.4.2-0ubuntu1_all.deb ... 2024-09-18T14:00:24.759 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking python3-decorator (4.4.2-0ubuntu1) ... 2024-09-18T14:00:24.898 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-sklearn. 2024-09-18T14:00:24.919 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../069-python3-sklearn_0.22.2.post1+dfsg-5_all.deb ... 2024-09-18T14:00:24.919 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-sklearn. 2024-09-18T14:00:24.935 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../069-python3-sklearn_0.22.2.post1+dfsg-5_all.deb ... 2024-09-18T14:00:24.965 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-sklearn (0.22.2.post1+dfsg-5) ... 2024-09-18T14:00:25.015 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-sklearn (0.22.2.post1+dfsg-5) ... 2024-09-18T14:00:25.095 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package liblbfgsb0:amd64. 2024-09-18T14:00:25.115 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../065-liblbfgsb0_3.0+dfsg.3-7build1_amd64.deb ... 2024-09-18T14:00:25.153 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking liblbfgsb0:amd64 (3.0+dfsg.3-7build1) ... 2024-09-18T14:00:25.531 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package python3-scipy. 2024-09-18T14:00:25.552 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../066-python3-scipy_1.3.3-3build1_amd64.deb ... 2024-09-18T14:00:25.589 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking python3-scipy (1.3.3-3build1) ... 2024-09-18T14:00:25.690 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-09-18T14:00:25.706 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../070-ceph-mgr-diskprediction-local_17.2.7-1645-g7061ea6c-1focal_all.deb ... 2024-09-18T14:00:25.748 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking ceph-mgr-diskprediction-local (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:00:25.994 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-09-18T14:00:26.011 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../070-ceph-mgr-diskprediction-local_17.2.7-1645-g7061ea6c-1focal_all.deb ... 2024-09-18T14:00:26.051 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking ceph-mgr-diskprediction-local (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:00:26.928 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-cachetools. 2024-09-18T14:00:26.945 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../071-python3-cachetools_4.0.0-1_all.deb ... 2024-09-18T14:00:26.986 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-cachetools (4.0.0-1) ... 2024-09-18T14:00:27.121 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-cachetools. 2024-09-18T14:00:27.141 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../071-python3-cachetools_4.0.0-1_all.deb ... 2024-09-18T14:00:27.179 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-cachetools (4.0.0-1) ... 2024-09-18T14:00:27.331 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-pyasn1. 2024-09-18T14:00:27.348 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../072-python3-pyasn1_0.4.2-3build1_all.deb ... 2024-09-18T14:00:27.389 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-pyasn1 (0.4.2-3build1) ... 2024-09-18T14:00:27.432 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package python3-sklearn-lib. 2024-09-18T14:00:27.448 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-pyasn1. 2024-09-18T14:00:27.453 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../067-python3-sklearn-lib_0.22.2.post1+dfsg-5_amd64.deb ... 2024-09-18T14:00:27.467 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../072-python3-pyasn1_0.4.2-3build1_all.deb ... 2024-09-18T14:00:27.506 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-pyasn1 (0.4.2-3build1) ... 2024-09-18T14:00:27.512 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking python3-sklearn-lib (0.22.2.post1+dfsg-5) ... 2024-09-18T14:00:27.742 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-09-18T14:00:27.758 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../073-python3-pyasn1-modules_0.2.1-0.2build1_all.deb ... 2024-09-18T14:00:27.825 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-pyasn1-modules (0.2.1-0.2build1) ... 2024-09-18T14:00:27.843 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-09-18T14:00:27.859 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../073-python3-pyasn1-modules_0.2.1-0.2build1_all.deb ... 2024-09-18T14:00:27.910 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-pyasn1-modules (0.2.1-0.2build1) ... 2024-09-18T14:00:28.111 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package python3-joblib. 2024-09-18T14:00:28.129 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../068-python3-joblib_0.14.0-3_all.deb ... 2024-09-18T14:00:28.153 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-rsa. 2024-09-18T14:00:28.169 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking python3-joblib (0.14.0-3) ... 2024-09-18T14:00:28.170 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../074-python3-rsa_4.0-3_all.deb ... 2024-09-18T14:00:28.211 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-rsa (4.0-3) ... 2024-09-18T14:00:28.237 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-rsa. 2024-09-18T14:00:28.255 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../074-python3-rsa_4.0-3_all.deb ... 2024-09-18T14:00:28.295 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-rsa (4.0-3) ... 2024-09-18T14:00:28.532 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-google-auth. 2024-09-18T14:00:28.549 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../075-python3-google-auth_1.5.1-2_all.deb ... 2024-09-18T14:00:28.590 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-google-auth (1.5.1-2) ... 2024-09-18T14:00:28.598 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-google-auth. 2024-09-18T14:00:28.620 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../075-python3-google-auth_1.5.1-2_all.deb ... 2024-09-18T14:00:28.631 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package python3-sklearn. 2024-09-18T14:00:28.650 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../069-python3-sklearn_0.22.2.post1+dfsg-5_all.deb ... 2024-09-18T14:00:28.657 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-google-auth (1.5.1-2) ... 2024-09-18T14:00:28.689 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking python3-sklearn (0.22.2.post1+dfsg-5) ... 2024-09-18T14:00:28.927 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-blinker. 2024-09-18T14:00:28.947 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../076-python3-blinker_1.4+dfsg1-0.3ubuntu1_all.deb ... 2024-09-18T14:00:28.976 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-blinker. 2024-09-18T14:00:28.985 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-blinker (1.4+dfsg1-0.3ubuntu1) ... 2024-09-18T14:00:28.992 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../076-python3-blinker_1.4+dfsg1-0.3ubuntu1_all.deb ... 2024-09-18T14:00:29.034 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-blinker (1.4+dfsg1-0.3ubuntu1) ... 2024-09-18T14:00:29.313 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-oauthlib. 2024-09-18T14:00:29.330 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../077-python3-oauthlib_3.1.0-1ubuntu2_all.deb ... 2024-09-18T14:00:29.330 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-oauthlib. 2024-09-18T14:00:29.349 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../077-python3-oauthlib_3.1.0-1ubuntu2_all.deb ... 2024-09-18T14:00:29.387 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-oauthlib (3.1.0-1ubuntu2) ... 2024-09-18T14:00:29.396 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-oauthlib (3.1.0-1ubuntu2) ... 2024-09-18T14:00:29.506 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-09-18T14:00:29.525 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../070-ceph-mgr-diskprediction-local_17.2.7-1645-g7061ea6c-1focal_all.deb ... 2024-09-18T14:00:29.589 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking ceph-mgr-diskprediction-local (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:00:29.749 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-09-18T14:00:29.758 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-09-18T14:00:29.767 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../078-python3-requests-oauthlib_1.0.0-1.1build1_all.deb ... 2024-09-18T14:00:29.774 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../078-python3-requests-oauthlib_1.0.0-1.1build1_all.deb ... 2024-09-18T14:00:29.807 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-requests-oauthlib (1.0.0-1.1build1) ... 2024-09-18T14:00:29.816 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-requests-oauthlib (1.0.0-1.1build1) ... 2024-09-18T14:00:30.102 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-websocket. 2024-09-18T14:00:30.119 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../079-python3-websocket_0.53.0-2ubuntu1_all.deb ... 2024-09-18T14:00:30.120 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-websocket. 2024-09-18T14:00:30.138 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../079-python3-websocket_0.53.0-2ubuntu1_all.deb ... 2024-09-18T14:00:30.160 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-websocket (0.53.0-2ubuntu1) ... 2024-09-18T14:00:30.178 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-websocket (0.53.0-2ubuntu1) ... 2024-09-18T14:00:30.471 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-kubernetes. 2024-09-18T14:00:30.487 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../080-python3-kubernetes_7.0.0~a1-2_all.deb ... 2024-09-18T14:00:30.515 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-kubernetes. 2024-09-18T14:00:30.529 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-kubernetes (7.0.0~a1-2) ... 2024-09-18T14:00:30.532 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../080-python3-kubernetes_7.0.0~a1-2_all.deb ... 2024-09-18T14:00:30.573 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-kubernetes (7.0.0~a1-2) ... 2024-09-18T14:00:30.842 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package python3-cachetools. 2024-09-18T14:00:30.859 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../071-python3-cachetools_4.0.0-1_all.deb ... 2024-09-18T14:00:30.930 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking python3-cachetools (4.0.0-1) ... 2024-09-18T14:00:31.204 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-09-18T14:00:31.220 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../081-ceph-mgr-k8sevents_17.2.7-1645-g7061ea6c-1focal_all.deb ... 2024-09-18T14:00:31.262 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking ceph-mgr-k8sevents (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:00:31.270 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package python3-pyasn1. 2024-09-18T14:00:31.287 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../072-python3-pyasn1_0.4.2-3build1_all.deb ... 2024-09-18T14:00:31.328 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking python3-pyasn1 (0.4.2-3build1) ... 2024-09-18T14:00:31.360 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-09-18T14:00:31.379 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../081-ceph-mgr-k8sevents_17.2.7-1645-g7061ea6c-1focal_all.deb ... 2024-09-18T14:00:31.418 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking ceph-mgr-k8sevents (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:00:31.584 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package libonig5:amd64. 2024-09-18T14:00:31.600 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../082-libonig5_6.9.4-1_amd64.deb ... 2024-09-18T14:00:31.642 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking libonig5:amd64 (6.9.4-1) ... 2024-09-18T14:00:31.724 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-09-18T14:00:31.742 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../073-python3-pyasn1-modules_0.2.1-0.2build1_all.deb ... 2024-09-18T14:00:31.779 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package libonig5:amd64. 2024-09-18T14:00:31.782 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking python3-pyasn1-modules (0.2.1-0.2build1) ... 2024-09-18T14:00:31.796 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../082-libonig5_6.9.4-1_amd64.deb ... 2024-09-18T14:00:31.837 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking libonig5:amd64 (6.9.4-1) ... 2024-09-18T14:00:31.979 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package libjq1:amd64. 2024-09-18T14:00:31.998 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../083-libjq1_1.6-1ubuntu0.20.04.1_amd64.deb ... 2024-09-18T14:00:32.037 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking libjq1:amd64 (1.6-1ubuntu0.20.04.1) ... 2024-09-18T14:00:32.127 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package python3-rsa. 2024-09-18T14:00:32.143 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../074-python3-rsa_4.0-3_all.deb ... 2024-09-18T14:00:32.199 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package libjq1:amd64. 2024-09-18T14:00:32.215 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../083-libjq1_1.6-1ubuntu0.20.04.1_amd64.deb ... 2024-09-18T14:00:32.218 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking python3-rsa (4.0-3) ... 2024-09-18T14:00:32.290 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking libjq1:amd64 (1.6-1ubuntu0.20.04.1) ... 2024-09-18T14:00:32.323 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package jq. 2024-09-18T14:00:32.340 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../084-jq_1.6-1ubuntu0.20.04.1_amd64.deb ... 2024-09-18T14:00:32.381 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking jq (1.6-1ubuntu0.20.04.1) ... 2024-09-18T14:00:32.572 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package python3-google-auth. 2024-09-18T14:00:32.588 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../075-python3-google-auth_1.5.1-2_all.deb ... 2024-09-18T14:00:32.602 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package jq. 2024-09-18T14:00:32.620 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../084-jq_1.6-1ubuntu0.20.04.1_amd64.deb ... 2024-09-18T14:00:32.630 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking python3-google-auth (1.5.1-2) ... 2024-09-18T14:00:32.634 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package socat. 2024-09-18T14:00:32.650 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../085-socat_1.7.3.3-2_amd64.deb ... 2024-09-18T14:00:32.660 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking jq (1.6-1ubuntu0.20.04.1) ... 2024-09-18T14:00:32.709 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking socat (1.7.3.3-2) ... 2024-09-18T14:00:32.955 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package socat. 2024-09-18T14:00:32.973 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../085-socat_1.7.3.3-2_amd64.deb ... 2024-09-18T14:00:33.013 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking socat (1.7.3.3-2) ... 2024-09-18T14:00:33.016 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package python3-blinker. 2024-09-18T14:00:33.034 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../076-python3-blinker_1.4+dfsg1-0.3ubuntu1_all.deb ... 2024-09-18T14:00:33.038 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package xmlstarlet. 2024-09-18T14:00:33.054 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../086-xmlstarlet_1.6.1-2build1_amd64.deb ... 2024-09-18T14:00:33.074 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking python3-blinker (1.4+dfsg1-0.3ubuntu1) ... 2024-09-18T14:00:33.096 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking xmlstarlet (1.6.1-2build1) ... 2024-09-18T14:00:33.343 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package xmlstarlet. 2024-09-18T14:00:33.360 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../086-xmlstarlet_1.6.1-2build1_amd64.deb ... 2024-09-18T14:00:33.400 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking xmlstarlet (1.6.1-2build1) ... 2024-09-18T14:00:33.403 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package python3-oauthlib. 2024-09-18T14:00:33.423 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../077-python3-oauthlib_3.1.0-1ubuntu2_all.deb ... 2024-09-18T14:00:33.434 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package ceph-test. 2024-09-18T14:00:33.454 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../087-ceph-test_17.2.7-1645-g7061ea6c-1focal_amd64.deb ... 2024-09-18T14:00:33.492 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking ceph-test (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:00:33.495 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking python3-oauthlib (3.1.0-1ubuntu2) ... 2024-09-18T14:00:33.777 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package ceph-test. 2024-09-18T14:00:33.794 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../087-ceph-test_17.2.7-1645-g7061ea6c-1focal_amd64.deb ... 2024-09-18T14:00:33.848 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-09-18T14:00:33.855 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking ceph-test (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:00:33.866 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../078-python3-requests-oauthlib_1.0.0-1.1build1_all.deb ... 2024-09-18T14:00:33.906 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking python3-requests-oauthlib (1.0.0-1.1build1) ... 2024-09-18T14:00:34.276 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package python3-websocket. 2024-09-18T14:00:34.294 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../079-python3-websocket_0.53.0-2ubuntu1_all.deb ... 2024-09-18T14:00:34.342 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking python3-websocket (0.53.0-2ubuntu1) ... 2024-09-18T14:00:34.683 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package python3-kubernetes. 2024-09-18T14:00:34.699 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../080-python3-kubernetes_7.0.0~a1-2_all.deb ... 2024-09-18T14:00:34.766 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking python3-kubernetes (7.0.0~a1-2) ... 2024-09-18T14:00:35.457 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-09-18T14:00:35.474 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../081-ceph-mgr-k8sevents_17.2.7-1645-g7061ea6c-1focal_all.deb ... 2024-09-18T14:00:35.540 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking ceph-mgr-k8sevents (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:00:35.901 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package libonig5:amd64. 2024-09-18T14:00:35.918 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../082-libonig5_6.9.4-1_amd64.deb ... 2024-09-18T14:00:35.959 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking libonig5:amd64 (6.9.4-1) ... 2024-09-18T14:00:36.381 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package libjq1:amd64. 2024-09-18T14:00:36.398 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../083-libjq1_1.6-1ubuntu0.20.04.1_amd64.deb ... 2024-09-18T14:00:36.438 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking libjq1:amd64 (1.6-1ubuntu0.20.04.1) ... 2024-09-18T14:00:36.725 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package jq. 2024-09-18T14:00:36.744 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../084-jq_1.6-1ubuntu0.20.04.1_amd64.deb ... 2024-09-18T14:00:36.816 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking jq (1.6-1ubuntu0.20.04.1) ... 2024-09-18T14:00:37.117 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package socat. 2024-09-18T14:00:37.134 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../085-socat_1.7.3.3-2_amd64.deb ... 2024-09-18T14:00:37.183 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking socat (1.7.3.3-2) ... 2024-09-18T14:00:37.521 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package xmlstarlet. 2024-09-18T14:00:37.540 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../086-xmlstarlet_1.6.1-2build1_amd64.deb ... 2024-09-18T14:00:37.595 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking xmlstarlet (1.6.1-2build1) ... 2024-09-18T14:00:37.983 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package ceph-test. 2024-09-18T14:00:38.001 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../087-ceph-test_17.2.7-1645-g7061ea6c-1focal_amd64.deb ... 2024-09-18T14:00:38.074 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking ceph-test (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:00:38.282 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package ceph-volume. 2024-09-18T14:00:38.299 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../088-ceph-volume_17.2.7-1645-g7061ea6c-1focal_all.deb ... 2024-09-18T14:00:38.340 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking ceph-volume (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:00:38.516 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package ceph-volume. 2024-09-18T14:00:38.535 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../088-ceph-volume_17.2.7-1645-g7061ea6c-1focal_all.deb ... 2024-09-18T14:00:38.573 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking ceph-volume (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:00:38.663 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package fonts-mathjax. 2024-09-18T14:00:38.682 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../089-fonts-mathjax_2.7.4+dfsg-1_all.deb ... 2024-09-18T14:00:38.721 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking fonts-mathjax (2.7.4+dfsg-1) ... 2024-09-18T14:00:38.930 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package fonts-mathjax. 2024-09-18T14:00:38.947 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../089-fonts-mathjax_2.7.4+dfsg-1_all.deb ... 2024-09-18T14:00:38.988 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking fonts-mathjax (2.7.4+dfsg-1) ... 2024-09-18T14:00:39.268 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package libcephfs-dev. 2024-09-18T14:00:39.284 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../090-libcephfs-dev_17.2.7-1645-g7061ea6c-1focal_amd64.deb ... 2024-09-18T14:00:39.326 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking libcephfs-dev (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:00:39.517 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package libcephfs-dev. 2024-09-18T14:00:39.536 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../090-libcephfs-dev_17.2.7-1645-g7061ea6c-1focal_amd64.deb ... 2024-09-18T14:00:39.575 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking libcephfs-dev (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:00:39.704 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package nvme-cli. 2024-09-18T14:00:39.722 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../091-nvme-cli_1.9-1ubuntu0.2_amd64.deb ... 2024-09-18T14:00:39.780 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking nvme-cli (1.9-1ubuntu0.2) ... 2024-09-18T14:00:39.954 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package nvme-cli. 2024-09-18T14:00:39.970 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../091-nvme-cli_1.9-1ubuntu0.2_amd64.deb ... 2024-09-18T14:00:40.028 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking nvme-cli (1.9-1ubuntu0.2) ... 2024-09-18T14:00:40.075 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package libjs-mathjax. 2024-09-18T14:00:40.092 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../092-libjs-mathjax_2.7.4+dfsg-1_all.deb ... 2024-09-18T14:00:40.124 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking libjs-mathjax (2.7.4+dfsg-1) ... 2024-09-18T14:00:40.392 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package libjs-mathjax. 2024-09-18T14:00:40.411 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../092-libjs-mathjax_2.7.4+dfsg-1_all.deb ... 2024-09-18T14:00:40.483 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking libjs-mathjax (2.7.4+dfsg-1) ... 2024-09-18T14:00:41.650 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python-natsort-doc. 2024-09-18T14:00:41.671 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../093-python-natsort-doc_7.0.1-1_all.deb ... 2024-09-18T14:00:41.699 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python-natsort-doc (7.0.1-1) ... 2024-09-18T14:00:42.010 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-atomicwrites. 2024-09-18T14:00:42.030 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../094-python3-atomicwrites_1.1.5-2build1_all.deb ... 2024-09-18T14:00:42.068 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-atomicwrites (1.1.5-2build1) ... 2024-09-18T14:00:42.190 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python-natsort-doc. 2024-09-18T14:00:42.208 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../093-python-natsort-doc_7.0.1-1_all.deb ... 2024-09-18T14:00:42.248 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python-natsort-doc (7.0.1-1) ... 2024-09-18T14:00:42.371 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-attr. 2024-09-18T14:00:42.388 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../095-python3-attr_19.3.0-2_all.deb ... 2024-09-18T14:00:42.429 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-attr (19.3.0-2) ... 2024-09-18T14:00:42.610 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-atomicwrites. 2024-09-18T14:00:42.626 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../094-python3-atomicwrites_1.1.5-2build1_all.deb ... 2024-09-18T14:00:42.668 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-atomicwrites (1.1.5-2build1) ... 2024-09-18T14:00:42.757 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-webencodings. 2024-09-18T14:00:42.773 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../096-python3-webencodings_0.5.1-1ubuntu1_all.deb ... 2024-09-18T14:00:42.815 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-webencodings (0.5.1-1ubuntu1) ... 2024-09-18T14:00:42.847 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package ceph-volume. 2024-09-18T14:00:42.863 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../088-ceph-volume_17.2.7-1645-g7061ea6c-1focal_all.deb ... 2024-09-18T14:00:42.905 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking ceph-volume (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:00:42.971 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-attr. 2024-09-18T14:00:42.991 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../095-python3-attr_19.3.0-2_all.deb ... 2024-09-18T14:00:43.021 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-attr (19.3.0-2) ... 2024-09-18T14:00:43.117 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-html5lib. 2024-09-18T14:00:43.136 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../097-python3-html5lib_1.0.1-2_all.deb ... 2024-09-18T14:00:43.175 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-html5lib (1.0.1-2) ... 2024-09-18T14:00:43.317 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package fonts-mathjax. 2024-09-18T14:00:43.337 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../089-fonts-mathjax_2.7.4+dfsg-1_all.deb ... 2024-09-18T14:00:43.365 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-webencodings. 2024-09-18T14:00:43.382 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../096-python3-webencodings_0.5.1-1ubuntu1_all.deb ... 2024-09-18T14:00:43.385 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking fonts-mathjax (2.7.4+dfsg-1) ... 2024-09-18T14:00:43.457 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-webencodings (0.5.1-1ubuntu1) ... 2024-09-18T14:00:43.537 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-lxml:amd64. 2024-09-18T14:00:43.558 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../098-python3-lxml_4.5.0-1ubuntu0.5_amd64.deb ... 2024-09-18T14:00:43.595 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-lxml:amd64 (4.5.0-1ubuntu0.5) ... 2024-09-18T14:00:43.768 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-html5lib. 2024-09-18T14:00:43.788 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../097-python3-html5lib_1.0.1-2_all.deb ... 2024-09-18T14:00:43.826 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-html5lib (1.0.1-2) ... 2024-09-18T14:00:43.930 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package libcephfs-dev. 2024-09-18T14:00:43.947 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../090-libcephfs-dev_17.2.7-1645-g7061ea6c-1focal_amd64.deb ... 2024-09-18T14:00:43.988 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking libcephfs-dev (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:00:44.049 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-pastescript. 2024-09-18T14:00:44.065 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../099-python3-pastescript_2.0.2-4_all.deb ... 2024-09-18T14:00:44.106 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-09-18T14:00:44.204 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-lxml:amd64. 2024-09-18T14:00:44.221 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../098-python3-lxml_4.5.0-1ubuntu0.5_amd64.deb ... 2024-09-18T14:00:44.262 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-lxml:amd64 (4.5.0-1ubuntu0.5) ... 2024-09-18T14:00:44.435 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-pluggy. 2024-09-18T14:00:44.441 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package nvme-cli. 2024-09-18T14:00:44.452 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../100-python3-pluggy_0.13.0-2_all.deb ... 2024-09-18T14:00:44.462 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../091-nvme-cli_1.9-1ubuntu0.2_amd64.deb ... 2024-09-18T14:00:44.485 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-pluggy (0.13.0-2) ... 2024-09-18T14:00:44.517 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking nvme-cli (1.9-1ubuntu0.2) ... 2024-09-18T14:00:44.774 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-pastescript. 2024-09-18T14:00:44.787 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-psutil. 2024-09-18T14:00:44.791 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../099-python3-pastescript_2.0.2-4_all.deb ... 2024-09-18T14:00:44.806 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../101-python3-psutil_5.5.1-1ubuntu4_amd64.deb ... 2024-09-18T14:00:44.832 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-09-18T14:00:44.845 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-psutil (5.5.1-1ubuntu4) ... 2024-09-18T14:00:44.904 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package libjs-mathjax. 2024-09-18T14:00:44.922 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../092-libjs-mathjax_2.7.4+dfsg-1_all.deb ... 2024-09-18T14:00:44.962 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking libjs-mathjax (2.7.4+dfsg-1) ... 2024-09-18T14:00:45.177 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-pluggy. 2024-09-18T14:00:45.181 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-py. 2024-09-18T14:00:45.194 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../100-python3-pluggy_0.13.0-2_all.deb ... 2024-09-18T14:00:45.202 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../102-python3-py_1.8.1-1ubuntu0.1_all.deb ... 2024-09-18T14:00:45.236 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-pluggy (0.13.0-2) ... 2024-09-18T14:00:45.239 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-py (1.8.1-1ubuntu0.1) ... 2024-09-18T14:00:45.559 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-pyinotify. 2024-09-18T14:00:45.572 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-psutil. 2024-09-18T14:00:45.579 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../103-python3-pyinotify_0.9.6-1.2ubuntu1_all.deb ... 2024-09-18T14:00:45.589 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../101-python3-psutil_5.5.1-1ubuntu4_amd64.deb ... 2024-09-18T14:00:45.617 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-pyinotify (0.9.6-1.2ubuntu1) ... 2024-09-18T14:00:45.664 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-psutil (5.5.1-1ubuntu4) ... 2024-09-18T14:00:45.928 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-wcwidth. 2024-09-18T14:00:45.949 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../104-python3-wcwidth_0.1.8+dfsg1-3_all.deb ... 2024-09-18T14:00:45.986 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-wcwidth (0.1.8+dfsg1-3) ... 2024-09-18T14:00:46.017 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-py. 2024-09-18T14:00:46.034 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../102-python3-py_1.8.1-1ubuntu0.1_all.deb ... 2024-09-18T14:00:46.067 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-py (1.8.1-1ubuntu0.1) ... 2024-09-18T14:00:46.289 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-pytest. 2024-09-18T14:00:46.308 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../105-python3-pytest_4.6.9-1_all.deb ... 2024-09-18T14:00:46.347 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-pytest (4.6.9-1) ... 2024-09-18T14:00:46.386 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-pyinotify. 2024-09-18T14:00:46.403 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../103-python3-pyinotify_0.9.6-1.2ubuntu1_all.deb ... 2024-09-18T14:00:46.445 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-pyinotify (0.9.6-1.2ubuntu1) ... 2024-09-18T14:00:46.709 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-simplejson. 2024-09-18T14:00:46.728 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package python-natsort-doc. 2024-09-18T14:00:46.730 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../106-python3-simplejson_3.16.0-2ubuntu2_amd64.deb ... 2024-09-18T14:00:46.747 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../093-python-natsort-doc_7.0.1-1_all.deb ... 2024-09-18T14:00:46.767 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-simplejson (3.16.0-2ubuntu2) ... 2024-09-18T14:00:46.798 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-wcwidth. 2024-09-18T14:00:46.811 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking python-natsort-doc (7.0.1-1) ... 2024-09-18T14:00:46.816 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../104-python3-wcwidth_0.1.8+dfsg1-3_all.deb ... 2024-09-18T14:00:46.856 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-wcwidth (0.1.8+dfsg1-3) ... 2024-09-18T14:00:47.045 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-09-18T14:00:47.065 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../107-qttranslations5-l10n_5.12.8-0ubuntu1_all.deb ... 2024-09-18T14:00:47.103 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking qttranslations5-l10n (5.12.8-0ubuntu1) ... 2024-09-18T14:00:47.164 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package python3-atomicwrites. 2024-09-18T14:00:47.167 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-pytest. 2024-09-18T14:00:47.182 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../094-python3-atomicwrites_1.1.5-2build1_all.deb ... 2024-09-18T14:00:47.184 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../105-python3-pytest_4.6.9-1_all.deb ... 2024-09-18T14:00:47.222 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking python3-atomicwrites (1.1.5-2build1) ... 2024-09-18T14:00:47.250 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-pytest (4.6.9-1) ... 2024-09-18T14:00:47.575 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package python3-attr. 2024-09-18T14:00:47.592 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../095-python3-attr_19.3.0-2_all.deb ... 2024-09-18T14:00:47.595 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-simplejson. 2024-09-18T14:00:47.615 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../106-python3-simplejson_3.16.0-2ubuntu2_amd64.deb ... 2024-09-18T14:00:47.633 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking python3-attr (19.3.0-2) ... 2024-09-18T14:00:47.656 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-simplejson (3.16.0-2ubuntu2) ... 2024-09-18T14:00:47.824 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package radosgw. 2024-09-18T14:00:47.841 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../108-radosgw_17.2.7-1645-g7061ea6c-1focal_amd64.deb ... 2024-09-18T14:00:47.881 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking radosgw (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:00:47.959 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-09-18T14:00:47.976 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../107-qttranslations5-l10n_5.12.8-0ubuntu1_all.deb ... 2024-09-18T14:00:47.977 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package python3-webencodings. 2024-09-18T14:00:47.997 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../096-python3-webencodings_0.5.1-1ubuntu1_all.deb ... 2024-09-18T14:00:48.009 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking qttranslations5-l10n (5.12.8-0ubuntu1) ... 2024-09-18T14:00:48.069 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking python3-webencodings (0.5.1-1ubuntu1) ... 2024-09-18T14:00:48.405 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package python3-html5lib. 2024-09-18T14:00:48.422 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../097-python3-html5lib_1.0.1-2_all.deb ... 2024-09-18T14:00:48.463 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking python3-html5lib (1.0.1-2) ... 2024-09-18T14:00:48.722 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package radosgw. 2024-09-18T14:00:48.741 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../108-radosgw_17.2.7-1645-g7061ea6c-1focal_amd64.deb ... 2024-09-18T14:00:48.780 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking radosgw (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:00:48.849 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package python3-lxml:amd64. 2024-09-18T14:00:48.867 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../098-python3-lxml_4.5.0-1ubuntu0.5_amd64.deb ... 2024-09-18T14:00:48.907 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking python3-lxml:amd64 (4.5.0-1ubuntu0.5) ... 2024-09-18T14:00:49.436 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package python3-pastescript. 2024-09-18T14:00:49.453 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../099-python3-pastescript_2.0.2-4_all.deb ... 2024-09-18T14:00:49.494 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-09-18T14:00:49.621 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package rbd-fuse. 2024-09-18T14:00:49.642 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../109-rbd-fuse_17.2.7-1645-g7061ea6c-1focal_amd64.deb ... 2024-09-18T14:00:49.679 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking rbd-fuse (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:00:49.864 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package python3-pluggy. 2024-09-18T14:00:49.880 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../100-python3-pluggy_0.13.0-2_all.deb ... 2024-09-18T14:00:49.922 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking python3-pluggy (0.13.0-2) ... 2024-09-18T14:00:49.984 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-attr (19.3.0-2) ... 2024-09-18T14:00:50.258 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package python3-psutil. 2024-09-18T14:00:50.275 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../101-python3-psutil_5.5.1-1ubuntu4_amd64.deb ... 2024-09-18T14:00:50.277 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up librabbitmq4:amd64 (0.10.0-1) ... 2024-09-18T14:00:50.341 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking python3-psutil (5.5.1-1ubuntu4) ... 2024-09-18T14:00:50.403 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up libdouble-conversion3:amd64 (3.1.5-4ubuntu1) ... 2024-09-18T14:00:50.512 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up nvme-cli (1.9-1ubuntu0.2) ... 2024-09-18T14:00:50.567 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package rbd-fuse. 2024-09-18T14:00:50.585 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../109-rbd-fuse_17.2.7-1645-g7061ea6c-1focal_amd64.deb ... 2024-09-18T14:00:50.617 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking rbd-fuse (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:00:50.702 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package python3-py. 2024-09-18T14:00:50.719 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../102-python3-py_1.8.1-1ubuntu0.1_all.deb ... 2024-09-18T14:00:50.722 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up cephadm (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:00:50.760 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking python3-py (1.8.1-1ubuntu0.1) ... 2024-09-18T14:00:50.946 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-attr (19.3.0-2) ... 2024-09-18T14:00:51.130 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package python3-pyinotify. 2024-09-18T14:00:51.147 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../103-python3-pyinotify_0.9.6-1.2ubuntu1_all.deb ... 2024-09-18T14:00:51.188 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking python3-pyinotify (0.9.6-1.2ubuntu1) ... 2024-09-18T14:00:51.239 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up librabbitmq4:amd64 (0.10.0-1) ... 2024-09-18T14:00:51.318 INFO:teuthology.orchestra.run.smithi161.stdout:Adding system user cephadm....done 2024-09-18T14:00:51.366 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up libdouble-conversion3:amd64 (3.1.5-4ubuntu1) ... 2024-09-18T14:00:51.472 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up fonts-mathjax (2.7.4+dfsg-1) ... 2024-09-18T14:00:51.516 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package python3-wcwidth. 2024-09-18T14:00:51.527 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up nvme-cli (1.9-1ubuntu0.2) ... 2024-09-18T14:00:51.533 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../104-python3-wcwidth_0.1.8+dfsg1-3_all.deb ... 2024-09-18T14:00:51.574 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking python3-wcwidth (0.1.8+dfsg1-3) ... 2024-09-18T14:00:51.607 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-waitress (1.4.1-1ubuntu0.1) ... 2024-09-18T14:00:51.745 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up cephadm (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:00:51.930 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package python3-pytest. 2024-09-18T14:00:51.947 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../105-python3-pytest_4.6.9-1_all.deb ... 2024-09-18T14:00:51.950 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-09-18T14:00:51.988 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking python3-pytest (4.6.9-1) ... 2024-09-18T14:00:52.243 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up libjs-mathjax (2.7.4+dfsg-1) ... 2024-09-18T14:00:52.315 INFO:teuthology.orchestra.run.smithi192.stdout:Adding system user cephadm....done 2024-09-18T14:00:52.369 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up liboath0 (2.6.1-1.3) ... 2024-09-18T14:00:52.400 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package python3-simplejson. 2024-09-18T14:00:52.420 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../106-python3-simplejson_3.16.0-2ubuntu2_amd64.deb ... 2024-09-18T14:00:52.457 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking python3-simplejson (3.16.0-2ubuntu2) ... 2024-09-18T14:00:52.495 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-py (1.8.1-1ubuntu0.1) ... 2024-09-18T14:00:52.502 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up fonts-mathjax (2.7.4+dfsg-1) ... 2024-09-18T14:00:52.628 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-waitress (1.4.1-1ubuntu0.1) ... 2024-09-18T14:00:52.777 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-09-18T14:00:52.795 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../107-qttranslations5-l10n_5.12.8-0ubuntu1_all.deb ... 2024-09-18T14:00:52.821 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-joblib (0.14.0-3) ... 2024-09-18T14:00:52.857 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking qttranslations5-l10n (5.12.8-0ubuntu1) ... 2024-09-18T14:00:53.021 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-09-18T14:00:53.223 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-jwt (1.7.1-2ubuntu2.1) ... 2024-09-18T14:00:53.349 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up libjs-mathjax (2.7.4+dfsg-1) ... 2024-09-18T14:00:53.475 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up liboath0 (2.6.1-1.3) ... 2024-09-18T14:00:53.517 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-cachetools (4.0.0-1) ... 2024-09-18T14:00:53.651 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-py (1.8.1-1ubuntu0.1) ... 2024-09-18T14:00:53.689 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package radosgw. 2024-09-18T14:00:53.707 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../108-radosgw_17.2.7-1645-g7061ea6c-1focal_amd64.deb ... 2024-09-18T14:00:53.780 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking radosgw (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:00:53.812 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-bcrypt (3.1.7-2ubuntu1) ... 2024-09-18T14:00:54.003 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-joblib (0.14.0-3) ... 2024-09-18T14:00:54.086 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-pyinotify (0.9.6-1.2ubuntu1) ... 2024-09-18T14:00:54.379 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-ceph-argparse (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:00:54.399 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-jwt (1.7.1-2ubuntu2.1) ... 2024-09-18T14:00:54.663 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-sklearn-lib (0.22.2.post1+dfsg-5) ... 2024-09-18T14:00:54.700 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-cachetools (4.0.0-1) ... 2024-09-18T14:00:54.780 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-markupsafe (1.1.0-1build2) ... 2024-09-18T14:00:54.993 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-bcrypt (3.1.7-2ubuntu1) ... 2024-09-18T14:00:55.082 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-webencodings (0.5.1-1ubuntu1) ... 2024-09-18T14:00:55.277 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-pyinotify (0.9.6-1.2ubuntu1) ... 2024-09-18T14:00:55.357 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up libpcre2-16-0:amd64 (10.34-7ubuntu0.1) ... 2024-09-18T14:00:55.483 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-psutil (5.5.1-1ubuntu4) ... 2024-09-18T14:00:55.576 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package rbd-fuse. 2024-09-18T14:00:55.597 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../109-rbd-fuse_17.2.7-1645-g7061ea6c-1focal_amd64.deb ... 2024-09-18T14:00:55.659 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking rbd-fuse (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:00:55.795 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-ceph-argparse (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:00:55.990 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up python3-attr (19.3.0-2) ... 2024-09-18T14:00:56.093 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-natsort (7.0.1-1) ... 2024-09-18T14:00:56.104 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-sklearn-lib (0.22.2.post1+dfsg-5) ... 2024-09-18T14:00:56.271 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-markupsafe (1.1.0-1build2) ... 2024-09-18T14:00:56.290 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up librabbitmq4:amd64 (0.10.0-1) ... 2024-09-18T14:00:56.377 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-atomicwrites (1.1.5-2build1) ... 2024-09-18T14:00:56.458 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up libdouble-conversion3:amd64 (3.1.5-4ubuntu1) ... 2024-09-18T14:00:56.556 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-webencodings (0.5.1-1ubuntu1) ... 2024-09-18T14:00:56.584 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up nvme-cli (1.9-1ubuntu0.2) ... 2024-09-18T14:00:56.653 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-simplejson (3.16.0-2ubuntu2) ... 2024-09-18T14:00:56.802 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up cephadm (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:00:56.885 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up libpcre2-16-0:amd64 (10.34-7ubuntu0.1) ... 2024-09-18T14:00:56.979 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-decorator (4.4.2-0ubuntu1) ... 2024-09-18T14:00:57.008 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-psutil (5.5.1-1ubuntu4) ... 2024-09-18T14:00:57.305 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-jinja2 (2.10.1-2ubuntu0.3) ... 2024-09-18T14:00:57.384 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-natsort (7.0.1-1) ... 2024-09-18T14:00:57.464 INFO:teuthology.orchestra.run.smithi135.stdout:Adding system user cephadm....done 2024-09-18T14:00:57.640 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-tempita (0.5.2-6) ... 2024-09-18T14:00:57.659 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up fonts-mathjax (2.7.4+dfsg-1) ... 2024-09-18T14:00:57.702 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-atomicwrites (1.1.5-2build1) ... 2024-09-18T14:00:57.932 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-packaging (20.3-1) ... 2024-09-18T14:00:57.995 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-simplejson (3.16.0-2ubuntu2) ... 2024-09-18T14:00:58.242 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python-pastedeploy-tpl (2.1.0-1) ... 2024-09-18T14:00:58.346 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-decorator (4.4.2-0ubuntu1) ... 2024-09-18T14:00:58.367 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up qttranslations5-l10n (5.12.8-0ubuntu1) ... 2024-09-18T14:00:58.385 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up python3-waitress (1.4.1-1ubuntu0.1) ... 2024-09-18T14:00:58.494 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-wcwidth (0.1.8+dfsg1-3) ... 2024-09-18T14:00:58.647 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-jinja2 (2.10.1-2ubuntu0.3) ... 2024-09-18T14:00:58.761 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-paste (3.4.0+dfsg1-1) ... 2024-09-18T14:00:58.779 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-09-18T14:00:59.007 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-tempita (0.5.2-6) ... 2024-09-18T14:00:59.046 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up libjs-mathjax (2.7.4+dfsg-1) ... 2024-09-18T14:00:59.168 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up liboath0 (2.6.1-1.3) ... 2024-09-18T14:00:59.179 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-werkzeug (0.16.1+dfsg1-2ubuntu0.2) ... 2024-09-18T14:00:59.307 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up python3-py (1.8.1-1ubuntu0.1) ... 2024-09-18T14:00:59.324 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-packaging (20.3-1) ... 2024-09-18T14:00:59.539 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-cryptography (2.8-3ubuntu0.3) ... 2024-09-18T14:00:59.650 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python-pastedeploy-tpl (2.1.0-1) ... 2024-09-18T14:00:59.674 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up python3-joblib (0.14.0-3) ... 2024-09-18T14:00:59.801 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up qttranslations5-l10n (5.12.8-0ubuntu1) ... 2024-09-18T14:00:59.916 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up socat (1.7.3.3-2) ... 2024-09-18T14:00:59.927 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-wcwidth (0.1.8+dfsg1-3) ... 2024-09-18T14:01:00.043 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-ceph-common (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:01:00.215 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-paste (3.4.0+dfsg1-1) ... 2024-09-18T14:01:00.216 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up python3-jwt (1.7.1-2ubuntu2.1) ... 2024-09-18T14:01:00.385 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up libqt5core5a:amd64 (5.12.8+dfsg-0ubuntu2.1) ... 2024-09-18T14:01:00.453 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up python3-cachetools (4.0.0-1) ... 2024-09-18T14:01:00.519 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-html5lib (1.0.1-2) ... 2024-09-18T14:01:00.738 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-werkzeug (0.16.1+dfsg1-2ubuntu0.2) ... 2024-09-18T14:01:00.754 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up python3-bcrypt (3.1.7-2ubuntu1) ... 2024-09-18T14:01:00.995 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up librdkafka1:amd64 (1.2.1-1ubuntu1) ... 2024-09-18T14:01:01.038 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up python3-pyinotify (0.9.6-1.2ubuntu1) ... 2024-09-18T14:01:01.107 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-cryptography (2.8-3ubuntu0.3) ... 2024-09-18T14:01:01.121 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up xmlstarlet (1.6.1-2build1) ... 2024-09-18T14:01:01.247 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-pluggy (0.13.0-2) ... 2024-09-18T14:01:01.348 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up python3-ceph-argparse (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:01:01.475 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up socat (1.7.3.3-2) ... 2024-09-18T14:01:01.523 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-lxml:amd64 (4.5.0-1ubuntu0.5) ... 2024-09-18T14:01:01.601 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-ceph-common (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:01:01.715 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up python3-sklearn-lib (0.22.2.post1+dfsg-5) ... 2024-09-18T14:01:01.841 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up libqt5dbus5:amd64 (5.12.8+dfsg-0ubuntu2.1) ... 2024-09-18T14:01:01.850 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up python3-markupsafe (1.1.0-1build2) ... 2024-09-18T14:01:01.961 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up libqt5core5a:amd64 (5.12.8+dfsg-0ubuntu2.1) ... 2024-09-18T14:01:01.984 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up liblua5.3-0:amd64 (5.3.3-1.1ubuntu2) ... 2024-09-18T14:01:02.101 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-pyasn1 (0.4.2-3build1) ... 2024-09-18T14:01:02.103 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-html5lib (1.0.1-2) ... 2024-09-18T14:01:02.209 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up python3-webencodings (0.5.1-1ubuntu1) ... 2024-09-18T14:01:02.428 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-singledispatch (3.4.0.3-2build1) ... 2024-09-18T14:01:02.438 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up librdkafka1:amd64 (1.2.1-1ubuntu1) ... 2024-09-18T14:01:02.502 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up libpcre2-16-0:amd64 (10.34-7ubuntu0.1) ... 2024-09-18T14:01:02.564 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up xmlstarlet (1.6.1-2build1) ... 2024-09-18T14:01:02.628 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up python3-psutil (5.5.1-1ubuntu4) ... 2024-09-18T14:01:02.695 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-logutils (0.3.3-7) ... 2024-09-18T14:01:02.715 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-pluggy (0.13.0-2) ... 2024-09-18T14:01:02.980 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up liblttng-ust0:amd64 (2.11.0-1) ... 2024-09-18T14:01:03.008 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-lxml:amd64 (4.5.0-1ubuntu0.5) ... 2024-09-18T14:01:03.037 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up python3-natsort (7.0.1-1) ... 2024-09-18T14:01:03.105 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-09-18T14:01:03.309 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up libqt5dbus5:amd64 (5.12.8+dfsg-0ubuntu2.1) ... 2024-09-18T14:01:03.338 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up python3-atomicwrites (1.1.5-2build1) ... 2024-09-18T14:01:03.390 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-prettytable (0.7.2-5) ... 2024-09-18T14:01:03.435 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up liblua5.3-0:amd64 (5.3.3-1.1ubuntu2) ... 2024-09-18T14:01:03.561 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-pyasn1 (0.4.2-3build1) ... 2024-09-18T14:01:03.631 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up python3-simplejson (3.16.0-2ubuntu2) ... 2024-09-18T14:01:03.708 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-soupsieve (1.9.5+dfsg-1) ... 2024-09-18T14:01:03.909 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-singledispatch (3.4.0.3-2build1) ... 2024-09-18T14:01:04.009 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-websocket (0.53.0-2ubuntu1) ... 2024-09-18T14:01:04.041 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up python3-decorator (4.4.2-0ubuntu1) ... 2024-09-18T14:01:04.189 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-logutils (0.3.3-7) ... 2024-09-18T14:01:04.325 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up python3-jinja2 (2.10.1-2ubuntu0.3) ... 2024-09-18T14:01:04.402 INFO:teuthology.orchestra.run.smithi161.stdout:update-alternatives: using /usr/bin/python3-wsdump to provide /usr/bin/wsdump (wsdump) in auto mode 2024-09-18T14:01:04.549 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up liblttng-ust0:amd64 (2.11.0-1) ... 2024-09-18T14:01:04.651 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up python3-tempita (0.5.2-6) ... 2024-09-18T14:01:04.653 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up libonig5:amd64 (6.9.4-1) ... 2024-09-18T14:01:04.683 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-09-18T14:01:04.779 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-mako (1.1.0+ds1-1ubuntu2.1) ... 2024-09-18T14:01:04.967 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-prettytable (0.7.2-5) ... 2024-09-18T14:01:05.002 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up python3-packaging (20.3-1) ... 2024-09-18T14:01:05.080 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-cherrypy3 (8.9.1-6) ... 2024-09-18T14:01:05.251 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-soupsieve (1.9.5+dfsg-1) ... 2024-09-18T14:01:05.303 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up python-pastedeploy-tpl (2.1.0-1) ... 2024-09-18T14:01:05.431 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up libjs-underscore (1.9.1~dfsg-1ubuntu0.20.04.1) ... 2024-09-18T14:01:05.466 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up qttranslations5-l10n (5.12.8-0ubuntu1) ... 2024-09-18T14:01:05.552 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-websocket (0.53.0-2ubuntu1) ... 2024-09-18T14:01:05.557 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up liblbfgsb0:amd64 (3.0+dfsg.3-7build1) ... 2024-09-18T14:01:05.597 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up python3-wcwidth (0.1.8+dfsg1-3) ... 2024-09-18T14:01:05.683 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-webob (1:1.8.5-2ubuntu0.1) ... 2024-09-18T14:01:05.898 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up python3-paste (3.4.0+dfsg1-1) ... 2024-09-18T14:01:05.943 INFO:teuthology.orchestra.run.smithi192.stdout:update-alternatives: using /usr/bin/python3-wsdump to provide /usr/bin/wsdump (wsdump) in auto mode 2024-09-18T14:01:05.992 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-blinker (1.4+dfsg1-0.3ubuntu1) ... 2024-09-18T14:01:06.230 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up libonig5:amd64 (6.9.4-1) ... 2024-09-18T14:01:06.268 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up librados2 (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:01:06.324 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up python3-werkzeug (0.16.1+dfsg1-2ubuntu0.2) ... 2024-09-18T14:01:06.364 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-mako (1.1.0+ds1-1ubuntu2.1) ... 2024-09-18T14:01:06.394 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-scipy (1.3.3-3build1) ... 2024-09-18T14:01:06.699 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-cherrypy3 (8.9.1-6) ... 2024-09-18T14:01:06.734 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up python3-cryptography (2.8-3ubuntu0.3) ... 2024-09-18T14:01:07.067 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up libjs-underscore (1.9.1~dfsg-1ubuntu0.20.04.1) ... 2024-09-18T14:01:07.102 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up socat (1.7.3.3-2) ... 2024-09-18T14:01:07.234 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up liblbfgsb0:amd64 (3.0+dfsg.3-7build1) ... 2024-09-18T14:01:07.253 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up python3-ceph-common (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:01:07.360 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-webob (1:1.8.5-2ubuntu0.1) ... 2024-09-18T14:01:07.580 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up libqt5core5a:amd64 (5.12.8+dfsg-0ubuntu2.1) ... 2024-09-18T14:01:07.695 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-blinker (1.4+dfsg1-0.3ubuntu1) ... 2024-09-18T14:01:07.747 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up python3-html5lib (1.0.1-2) ... 2024-09-18T14:01:07.858 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up libsqlite3-mod-ceph (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:01:07.984 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up libjq1:amd64 (1.6-1ubuntu0.20.04.1) ... 2024-09-18T14:01:07.996 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up librados2 (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:01:08.090 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up librdkafka1:amd64 (1.2.1-1ubuntu1) ... 2024-09-18T14:01:08.127 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-pytest (4.6.9-1) ... 2024-09-18T14:01:08.147 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-scipy (1.3.3-3build1) ... 2024-09-18T14:01:08.250 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up xmlstarlet (1.6.1-2build1) ... 2024-09-18T14:01:08.376 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up python3-pluggy (0.13.0-2) ... 2024-09-18T14:01:08.494 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-openssl (19.0.0-1build1) ... 2024-09-18T14:01:08.702 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up python3-lxml:amd64 (4.5.0-1ubuntu0.5) ... 2024-09-18T14:01:08.812 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-pastedeploy (2.1.0-1) ... 2024-09-18T14:01:09.045 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up libqt5dbus5:amd64 (5.12.8+dfsg-0ubuntu2.1) ... 2024-09-18T14:01:09.113 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up libqt5network5:amd64 (5.12.8+dfsg-0ubuntu2.1) ... 2024-09-18T14:01:09.187 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up liblua5.3-0:amd64 (5.3.3-1.1ubuntu2) ... 2024-09-18T14:01:09.239 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-bs4 (4.8.2-1) ... 2024-09-18T14:01:09.346 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up python3-pyasn1 (0.4.2-3build1) ... 2024-09-18T14:01:09.603 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up libsqlite3-mod-ceph (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:01:09.607 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up libcephfs2 (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:01:09.664 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up python3-singledispatch (3.4.0.3-2build1) ... 2024-09-18T14:01:09.716 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-oauthlib (3.1.0-1ubuntu2) ... 2024-09-18T14:01:09.737 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up libjq1:amd64 (1.6-1ubuntu0.20.04.1) ... 2024-09-18T14:01:09.863 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-pytest (4.6.9-1) ... 2024-09-18T14:01:10.016 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up python3-logutils (0.3.3-7) ... 2024-09-18T14:01:10.026 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up libradosstriper1 (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:01:10.152 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-pyasn1-modules (0.2.1-0.2build1) ... 2024-09-18T14:01:10.248 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-openssl (19.0.0-1build1) ... 2024-09-18T14:01:10.308 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up liblttng-ust0:amd64 (2.11.0-1) ... 2024-09-18T14:01:10.434 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-09-18T14:01:10.487 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-sklearn (0.22.2.post1+dfsg-5) ... 2024-09-18T14:01:10.574 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-pastedeploy (2.1.0-1) ... 2024-09-18T14:01:10.769 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up python3-prettytable (0.7.2-5) ... 2024-09-18T14:01:10.883 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up libqt5network5:amd64 (5.12.8+dfsg-0ubuntu2.1) ... 2024-09-18T14:01:11.034 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-bs4 (4.8.2-1) ... 2024-09-18T14:01:11.036 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up python3-soupsieve (1.9.5+dfsg-1) ... 2024-09-18T14:01:11.304 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up python3-websocket (0.53.0-2ubuntu1) ... 2024-09-18T14:01:11.377 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up libcephfs2 (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:01:11.503 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-oauthlib (3.1.0-1ubuntu2) ... 2024-09-18T14:01:11.517 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up librbd1 (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:01:11.643 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up libjs-sphinxdoc (1.8.5-7ubuntu3) ... 2024-09-18T14:01:11.670 INFO:teuthology.orchestra.run.smithi135.stdout:update-alternatives: using /usr/bin/python3-wsdump to provide /usr/bin/wsdump (wsdump) in auto mode 2024-09-18T14:01:11.769 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python-natsort-doc (7.0.1-1) ... 2024-09-18T14:01:11.838 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up libradosstriper1 (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:01:11.895 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up jq (1.6-1ubuntu0.20.04.1) ... 2024-09-18T14:01:11.940 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up libonig5:amd64 (6.9.4-1) ... 2024-09-18T14:01:11.990 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-pyasn1-modules (0.2.1-0.2build1) ... 2024-09-18T14:01:12.020 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-rsa (4.0-3) ... 2024-09-18T14:01:12.091 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up python3-mako (1.1.0+ds1-1ubuntu2.1) ... 2024-09-18T14:01:12.313 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up libthrift-0.13.0 (0.13.0-2build2) ... 2024-09-18T14:01:12.315 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-sklearn (0.22.2.post1+dfsg-5) ... 2024-09-18T14:01:12.409 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up python3-cherrypy3 (8.9.1-6) ... 2024-09-18T14:01:12.448 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-webtest (2.0.32-2) ... 2024-09-18T14:01:12.740 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up ceph-mgr-modules-core (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:01:12.810 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up libjs-underscore (1.9.1~dfsg-1ubuntu0.20.04.1) ... 2024-09-18T14:01:12.850 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up ceph-fuse (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:01:12.920 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up liblbfgsb0:amd64 (3.0+dfsg.3-7build1) ... 2024-09-18T14:01:13.078 INFO:teuthology.orchestra.run.smithi161.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-09-18T14:01:13.078 INFO:teuthology.orchestra.run.smithi161.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-09-18T14:01:13.079 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up python3-webob (1:1.8.5-2ubuntu0.1) ... 2024-09-18T14:01:13.337 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up librbd1 (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:01:13.397 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up python3-blinker (1.4+dfsg1-0.3ubuntu1) ... 2024-09-18T14:01:13.463 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up libjs-sphinxdoc (1.8.5-7ubuntu3) ... 2024-09-18T14:01:13.509 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up libcephfs-dev (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:01:13.623 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python-natsort-doc (7.0.1-1) ... 2024-09-18T14:01:13.665 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up librados2 (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:01:13.720 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-requests-oauthlib (1.0.0-1.1build1) ... 2024-09-18T14:01:13.749 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up jq (1.6-1ubuntu0.20.04.1) ... 2024-09-18T14:01:13.824 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up python3-scipy (1.3.3-3build1) ... 2024-09-18T14:01:13.908 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-rsa (4.0-3) ... 2024-09-18T14:01:14.013 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-09-18T14:01:14.209 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up libthrift-0.13.0 (0.13.0-2build2) ... 2024-09-18T14:01:14.332 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-pecan (1.3.3-3ubuntu1) ... 2024-09-18T14:01:14.335 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-webtest (2.0.32-2) ... 2024-09-18T14:01:14.628 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up ceph-mgr-modules-core (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:01:14.676 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-rados (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:01:14.754 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up ceph-fuse (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:01:14.802 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up librgw2 (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:01:14.928 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-rbd (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:01:15.003 INFO:teuthology.orchestra.run.smithi192.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-09-18T14:01:15.003 INFO:teuthology.orchestra.run.smithi192.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-09-18T14:01:15.053 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up rbd-fuse (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:01:15.179 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-routes (2.4.1-2) ... 2024-09-18T14:01:15.296 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up libsqlite3-mod-ceph (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:01:15.406 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up libjq1:amd64 (1.6-1ubuntu0.20.04.1) ... 2024-09-18T14:01:15.464 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up libcephfs-dev (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:01:15.473 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-google-auth (1.5.1-2) ... 2024-09-18T14:01:15.565 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up python3-pytest (4.6.9-1) ... 2024-09-18T14:01:15.667 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-requests-oauthlib (1.0.0-1.1build1) ... 2024-09-18T14:01:15.766 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-rgw (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:01:15.875 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-cephfs (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:01:15.942 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up python3-openssl (19.0.0-1build1) ... 2024-09-18T14:01:15.985 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-09-18T14:01:16.001 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-kubernetes (7.0.0~a1-2) ... 2024-09-18T14:01:16.318 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up python3-pastedeploy (2.1.0-1) ... 2024-09-18T14:01:16.320 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-pecan (1.3.3-3ubuntu1) ... 2024-09-18T14:01:16.610 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up libqt5network5:amd64 (5.12.8+dfsg-0ubuntu2.1) ... 2024-09-18T14:01:16.731 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-rados (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:01:16.736 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up python3-bs4 (4.8.2-1) ... 2024-09-18T14:01:16.857 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up librgw2 (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:01:16.896 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up ceph-common (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:01:16.983 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-rbd (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:01:17.096 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up libcephfs2 (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:01:17.134 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up rbd-fuse (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:01:17.197 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up python3-oauthlib (3.1.0-1ubuntu2) ... 2024-09-18T14:01:17.260 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-routes (2.4.1-2) ... 2024-09-18T14:01:17.473 INFO:teuthology.orchestra.run.smithi161.stdout:Adding group ceph....done 2024-09-18T14:01:17.565 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up libradosstriper1 (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:01:17.603 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-google-auth (1.5.1-2) ... 2024-09-18T14:01:17.694 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up python3-pyasn1-modules (0.2.1-0.2build1) ... 2024-09-18T14:01:17.849 INFO:teuthology.orchestra.run.smithi161.stdout:Adding system user ceph....done 2024-09-18T14:01:17.929 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-rgw (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:01:18.009 INFO:teuthology.orchestra.run.smithi161.stdout:Setting system user ceph properties....done 2024-09-18T14:01:18.033 INFO:teuthology.orchestra.run.smithi161.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-09-18T14:01:18.070 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up python3-sklearn (0.22.2.post1+dfsg-5) ... 2024-09-18T14:01:18.080 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-cephfs (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:01:18.185 INFO:teuthology.orchestra.run.smithi161.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-09-18T14:01:18.215 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-kubernetes (7.0.0~a1-2) ... 2024-09-18T14:01:18.507 INFO:teuthology.orchestra.run.smithi161.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-09-18T14:01:18.947 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up ceph-test (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:01:19.081 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up radosgw (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:01:19.102 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up librbd1 (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:01:19.135 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up ceph-common (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:01:19.220 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up libjs-sphinxdoc (1.8.5-7ubuntu3) ... 2024-09-18T14:01:19.355 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up python-natsort-doc (7.0.1-1) ... 2024-09-18T14:01:19.356 INFO:teuthology.orchestra.run.smithi161.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-09-18T14:01:19.356 INFO:teuthology.orchestra.run.smithi161.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-09-18T14:01:19.464 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up jq (1.6-1ubuntu0.20.04.1) ... 2024-09-18T14:01:19.624 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up python3-rsa (4.0-3) ... 2024-09-18T14:01:19.679 INFO:teuthology.orchestra.run.smithi192.stdout:Adding group ceph....done 2024-09-18T14:01:19.926 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up libthrift-0.13.0 (0.13.0-2build2) ... 2024-09-18T14:01:20.008 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up ceph-base (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:01:20.086 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up python3-webtest (2.0.32-2) ... 2024-09-18T14:01:20.097 INFO:teuthology.orchestra.run.smithi192.stdout:Adding system user ceph....done 2024-09-18T14:01:20.299 INFO:teuthology.orchestra.run.smithi192.stdout:Setting system user ceph properties....done 2024-09-18T14:01:20.323 INFO:teuthology.orchestra.run.smithi192.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-09-18T14:01:20.352 INFO:teuthology.orchestra.run.smithi161.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-09-18T14:01:20.387 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up ceph-mgr-modules-core (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:01:20.474 INFO:teuthology.orchestra.run.smithi192.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-09-18T14:01:20.489 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up ceph-fuse (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:01:20.729 INFO:teuthology.orchestra.run.smithi135.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-09-18T14:01:20.730 INFO:teuthology.orchestra.run.smithi135.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-09-18T14:01:20.801 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up ceph-mds (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:01:20.809 INFO:teuthology.orchestra.run.smithi192.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-09-18T14:01:21.029 INFO:teuthology.orchestra.run.smithi161.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-09-18T14:01:21.029 INFO:teuthology.orchestra.run.smithi161.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-09-18T14:01:21.207 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up libcephfs-dev (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:01:21.262 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up ceph-test (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:01:21.362 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up radosgw (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:01:21.453 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up python3-requests-oauthlib (1.0.0-1.1build1) ... 2024-09-18T14:01:21.461 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up ceph-mgr (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:01:21.624 INFO:teuthology.orchestra.run.smithi192.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-09-18T14:01:21.625 INFO:teuthology.orchestra.run.smithi192.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-09-18T14:01:21.688 INFO:teuthology.orchestra.run.smithi161.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-09-18T14:01:21.688 INFO:teuthology.orchestra.run.smithi161.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-09-18T14:01:21.738 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-09-18T14:01:22.114 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up python3-pecan (1.3.3-3ubuntu1) ... 2024-09-18T14:01:22.137 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up ceph-osd (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:01:22.240 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up ceph-base (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:01:22.467 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up python3-rados (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:01:22.600 INFO:teuthology.orchestra.run.smithi161.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-09-18T14:01:22.601 INFO:teuthology.orchestra.run.smithi161.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-09-18T14:01:22.618 INFO:teuthology.orchestra.run.smithi192.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-09-18T14:01:22.636 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up librgw2 (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:01:22.762 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up python3-rbd (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:01:22.905 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up rbd-fuse (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:01:23.006 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up python3-routes (2.4.1-2) ... 2024-09-18T14:01:23.031 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up ceph-mgr-k8sevents (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:01:23.075 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up ceph-mds (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:01:23.165 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up ceph-mgr-diskprediction-local (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:01:23.299 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up ceph-mon (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:01:23.345 INFO:teuthology.orchestra.run.smithi192.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-09-18T14:01:23.346 INFO:teuthology.orchestra.run.smithi192.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-09-18T14:01:23.374 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up python3-google-auth (1.5.1-2) ... 2024-09-18T14:01:23.537 INFO:teuthology.orchestra.run.smithi161.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-09-18T14:01:23.537 INFO:teuthology.orchestra.run.smithi161.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-09-18T14:01:23.676 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up python3-rgw (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:01:23.801 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up ceph-mgr (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:01:23.822 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up python3-cephfs (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:01:23.959 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up ceph-mgr-cephadm (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:01:23.979 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up python3-kubernetes (7.0.0~a1-2) ... 2024-09-18T14:01:24.028 INFO:teuthology.orchestra.run.smithi192.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-09-18T14:01:24.029 INFO:teuthology.orchestra.run.smithi192.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-09-18T14:01:24.101 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up ceph (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:01:24.227 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up ceph-mgr-dashboard (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:01:24.353 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up ceph-volume (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:01:24.480 INFO:teuthology.orchestra.run.smithi161.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.9) ... 2024-09-18T14:01:24.486 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up ceph-osd (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:01:24.640 INFO:teuthology.orchestra.run.smithi161.stdout:Processing triggers for systemd (245.4-4ubuntu3.17) ... 2024-09-18T14:01:24.900 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up ceph-common (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:01:24.908 INFO:teuthology.orchestra.run.smithi161.stdout:Processing triggers for man-db (2.9.1-1) ... 2024-09-18T14:01:24.961 INFO:teuthology.orchestra.run.smithi192.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-09-18T14:01:24.961 INFO:teuthology.orchestra.run.smithi192.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-09-18T14:01:25.413 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up ceph-mgr-k8sevents (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:01:25.488 INFO:teuthology.orchestra.run.smithi135.stdout:Adding group ceph....done 2024-09-18T14:01:25.538 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up ceph-mgr-diskprediction-local (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:01:25.706 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up ceph-mon (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:01:25.915 INFO:teuthology.orchestra.run.smithi135.stdout:Adding system user ceph....done 2024-09-18T14:01:25.932 INFO:teuthology.orchestra.run.smithi192.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-09-18T14:01:25.932 INFO:teuthology.orchestra.run.smithi192.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-09-18T14:01:26.092 INFO:teuthology.orchestra.run.smithi135.stdout:Setting system user ceph properties....done 2024-09-18T14:01:26.120 INFO:teuthology.orchestra.run.smithi135.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-09-18T14:01:26.264 INFO:teuthology.orchestra.run.smithi135.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-09-18T14:01:26.534 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up ceph-mgr-cephadm (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:01:26.586 INFO:teuthology.orchestra.run.smithi135.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-09-18T14:01:26.701 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up ceph (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:01:26.827 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up ceph-mgr-dashboard (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:01:26.995 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up ceph-volume (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:01:27.030 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up ceph-test (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:01:27.113 INFO:teuthology.orchestra.run.smithi192.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.9) ... 2024-09-18T14:01:27.173 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up radosgw (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:01:27.299 INFO:teuthology.orchestra.run.smithi192.stdout:Processing triggers for systemd (245.4-4ubuntu3.17) ... 2024-09-18T14:01:27.425 INFO:teuthology.orchestra.run.smithi135.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-09-18T14:01:27.425 INFO:teuthology.orchestra.run.smithi135.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-09-18T14:01:27.608 INFO:teuthology.orchestra.run.smithi192.stdout:Processing triggers for man-db (2.9.1-1) ... 2024-09-18T14:01:27.830 INFO:teuthology.orchestra.run.smithi161.stdout:Processing triggers for fontconfig (2.13.1-2ubuntu3) ... 2024-09-18T14:01:28.067 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up ceph-base (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:01:28.452 INFO:teuthology.orchestra.run.smithi161.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-09-18T14:01:28.457 DEBUG:teuthology.parallel:result is None 2024-09-18T14:01:28.484 INFO:teuthology.orchestra.run.smithi135.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-09-18T14:01:29.077 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up ceph-mds (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:01:29.655 INFO:teuthology.orchestra.run.smithi135.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-09-18T14:01:29.655 INFO:teuthology.orchestra.run.smithi135.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-09-18T14:01:30.123 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up ceph-mgr (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:01:30.353 INFO:teuthology.orchestra.run.smithi135.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-09-18T14:01:30.353 INFO:teuthology.orchestra.run.smithi135.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-09-18T14:01:30.536 INFO:teuthology.orchestra.run.smithi192.stdout:Processing triggers for fontconfig (2.13.1-2ubuntu3) ... 2024-09-18T14:01:30.840 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up ceph-osd (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:01:31.138 INFO:teuthology.orchestra.run.smithi192.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-09-18T14:01:31.142 DEBUG:teuthology.parallel:result is None 2024-09-18T14:01:31.322 INFO:teuthology.orchestra.run.smithi135.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-09-18T14:01:31.322 INFO:teuthology.orchestra.run.smithi135.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-09-18T14:01:31.784 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up ceph-mgr-k8sevents (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:01:31.936 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up ceph-mgr-diskprediction-local (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:01:32.120 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up ceph-mon (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:01:32.352 INFO:teuthology.orchestra.run.smithi135.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-09-18T14:01:32.352 INFO:teuthology.orchestra.run.smithi135.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-09-18T14:01:32.832 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up ceph-mgr-cephadm (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:01:32.982 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up ceph (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:01:33.133 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up ceph-mgr-dashboard (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:01:33.276 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up ceph-volume (17.2.7-1645-g7061ea6c-1focal) ... 2024-09-18T14:01:33.428 INFO:teuthology.orchestra.run.smithi135.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.9) ... 2024-09-18T14:01:33.613 INFO:teuthology.orchestra.run.smithi135.stdout:Processing triggers for systemd (245.4-4ubuntu3.17) ... 2024-09-18T14:01:33.898 INFO:teuthology.orchestra.run.smithi135.stdout:Processing triggers for man-db (2.9.1-1) ... 2024-09-18T14:01:36.695 INFO:teuthology.orchestra.run.smithi135.stdout:Processing triggers for fontconfig (2.13.1-2ubuntu3) ... 2024-09-18T14:01:37.338 INFO:teuthology.orchestra.run.smithi135.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-09-18T14:01:37.344 DEBUG:teuthology.parallel:result is None 2024-09-18T14:01:37.345 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F20.04%2Fx86_64&sha1=7061ea6ca50908d104e9f3979dc615e118d9e153 2024-09-18T14:01:37.502 DEBUG:teuthology.orchestra.run.smithi135:> dpkg-query -W -f '${Version}' ceph 2024-09-18T14:01:37.527 INFO:teuthology.orchestra.run.smithi135.stdout:17.2.7-1645-g7061ea6c-1focal 2024-09-18T14:01:37.528 INFO:teuthology.packaging:The installed version of ceph is 17.2.7-1645-g7061ea6c-1focal 2024-09-18T14:01:37.528 INFO:teuthology.task.install:The correct ceph version 17.2.7-1645-g7061ea6c-1focal is installed. 2024-09-18T14:01:37.530 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F20.04%2Fx86_64&sha1=7061ea6ca50908d104e9f3979dc615e118d9e153 2024-09-18T14:01:37.671 DEBUG:teuthology.orchestra.run.smithi161:> dpkg-query -W -f '${Version}' ceph 2024-09-18T14:01:37.693 INFO:teuthology.orchestra.run.smithi161.stdout:17.2.7-1645-g7061ea6c-1focal 2024-09-18T14:01:37.694 INFO:teuthology.packaging:The installed version of ceph is 17.2.7-1645-g7061ea6c-1focal 2024-09-18T14:01:37.694 INFO:teuthology.task.install:The correct ceph version 17.2.7-1645-g7061ea6c-1focal is installed. 2024-09-18T14:01:37.695 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F20.04%2Fx86_64&sha1=7061ea6ca50908d104e9f3979dc615e118d9e153 2024-09-18T14:01:37.835 DEBUG:teuthology.orchestra.run.smithi192:> dpkg-query -W -f '${Version}' ceph 2024-09-18T14:01:37.858 INFO:teuthology.orchestra.run.smithi192.stdout:17.2.7-1645-g7061ea6c-1focal 2024-09-18T14:01:37.858 INFO:teuthology.packaging:The installed version of ceph is 17.2.7-1645-g7061ea6c-1focal 2024-09-18T14:01:37.858 INFO:teuthology.task.install:The correct ceph version 17.2.7-1645-g7061ea6c-1focal is installed. 2024-09-18T14:01:37.860 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-09-18T14:01:37.860 DEBUG:teuthology.orchestra.run.smithi135:> set -ex 2024-09-18T14:01:37.860 DEBUG:teuthology.orchestra.run.smithi135:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-09-18T14:01:37.877 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2024-09-18T14:01:37.877 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-09-18T14:01:37.894 DEBUG:teuthology.orchestra.run.smithi192:> set -ex 2024-09-18T14:01:37.894 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-09-18T14:01:37.911 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-09-18T14:01:37.911 DEBUG:teuthology.orchestra.run.smithi135:> set -ex 2024-09-18T14:01:37.912 DEBUG:teuthology.orchestra.run.smithi135:> sudo dd of=/usr/bin/daemon-helper 2024-09-18T14:01:37.934 DEBUG:teuthology.orchestra.run.smithi135:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-09-18T14:01:37.943 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2024-09-18T14:01:37.943 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd of=/usr/bin/daemon-helper 2024-09-18T14:01:37.957 DEBUG:teuthology.orchestra.run.smithi161:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-09-18T14:01:38.015 DEBUG:teuthology.orchestra.run.smithi192:> set -ex 2024-09-18T14:01:38.015 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd of=/usr/bin/daemon-helper 2024-09-18T14:01:38.031 DEBUG:teuthology.orchestra.run.smithi192:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-09-18T14:01:38.045 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-09-18T14:01:38.046 DEBUG:teuthology.orchestra.run.smithi135:> set -ex 2024-09-18T14:01:38.046 DEBUG:teuthology.orchestra.run.smithi135:> sudo dd of=/usr/bin/adjust-ulimits 2024-09-18T14:01:38.064 DEBUG:teuthology.orchestra.run.smithi135:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-09-18T14:01:38.117 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2024-09-18T14:01:38.117 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd of=/usr/bin/adjust-ulimits 2024-09-18T14:01:38.133 DEBUG:teuthology.orchestra.run.smithi161:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-09-18T14:01:38.148 DEBUG:teuthology.orchestra.run.smithi192:> set -ex 2024-09-18T14:01:38.148 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd of=/usr/bin/adjust-ulimits 2024-09-18T14:01:38.164 DEBUG:teuthology.orchestra.run.smithi192:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-09-18T14:01:38.174 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-09-18T14:01:38.175 DEBUG:teuthology.orchestra.run.smithi135:> set -ex 2024-09-18T14:01:38.175 DEBUG:teuthology.orchestra.run.smithi135:> sudo dd of=/usr/bin/stdin-killer 2024-09-18T14:01:38.190 DEBUG:teuthology.orchestra.run.smithi135:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-09-18T14:01:38.200 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2024-09-18T14:01:38.200 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd of=/usr/bin/stdin-killer 2024-09-18T14:01:38.215 DEBUG:teuthology.orchestra.run.smithi161:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-09-18T14:01:38.275 DEBUG:teuthology.orchestra.run.smithi192:> set -ex 2024-09-18T14:01:38.275 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd of=/usr/bin/stdin-killer 2024-09-18T14:01:38.291 DEBUG:teuthology.orchestra.run.smithi192:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-09-18T14:01:38.301 INFO:teuthology.run_tasks:Running task cephadm... 2024-09-18T14:01:38.394 INFO:tasks.cephadm:Config: {'conf': {'global': {'mon election default strategy': 1}, 'mgr': {'debug mgr': 20, 'debug ms': 1, 'mgr/cephadm/use_agent': True}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)', 'MON_DOWN', 'POOL_APP_NOT_ENABLED', 'mon down', 'mons down', 'out of quorum'], 'sha1': '7061ea6ca50908d104e9f3979dc615e118d9e153'} 2024-09-18T14:01:38.394 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7061ea6ca50908d104e9f3979dc615e118d9e153 2024-09-18T14:01:38.395 INFO:tasks.cephadm:Cluster fsid is 8600d7e2-75c6-11ef-bceb-c7b262605968 2024-09-18T14:01:38.395 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-09-18T14:01:38.395 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.135', 'mon.b': '172.21.15.161', 'mon.c': '172.21.15.192'} 2024-09-18T14:01:38.395 INFO:tasks.cephadm:First mon is mon.a on smithi135 2024-09-18T14:01:38.396 INFO:tasks.cephadm:First mgr is a 2024-09-18T14:01:38.396 INFO:tasks.cephadm:Normalizing hostnames... 2024-09-18T14:01:38.396 DEBUG:teuthology.orchestra.run.smithi135:> sudo hostname $(hostname -s) 2024-09-18T14:01:38.413 DEBUG:teuthology.orchestra.run.smithi161:> sudo hostname $(hostname -s) 2024-09-18T14:01:38.430 DEBUG:teuthology.orchestra.run.smithi192:> sudo hostname $(hostname -s) 2024-09-18T14:01:38.447 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph-ci.git ref 7061ea6ca50908d104e9f3979dc615e118d9e153)... 2024-09-18T14:01:38.448 DEBUG:teuthology.orchestra.run.smithi135:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/7061ea6ca50908d104e9f3979dc615e118d9e153/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-18T14:01:38.653 INFO:teuthology.orchestra.run.smithi135.stdout:-rw-rw-r-- 1 ubuntu ubuntu 378585 Sep 18 14:01 /home/ubuntu/cephtest/cephadm 2024-09-18T14:01:38.653 DEBUG:teuthology.orchestra.run.smithi161:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/7061ea6ca50908d104e9f3979dc615e118d9e153/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-18T14:01:38.784 INFO:teuthology.orchestra.run.smithi161.stdout:-rw-rw-r-- 1 ubuntu ubuntu 378585 Sep 18 14:01 /home/ubuntu/cephtest/cephadm 2024-09-18T14:01:38.785 DEBUG:teuthology.orchestra.run.smithi192:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/7061ea6ca50908d104e9f3979dc615e118d9e153/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-18T14:01:38.921 INFO:teuthology.orchestra.run.smithi192.stdout:-rw-rw-r-- 1 ubuntu ubuntu 378585 Sep 18 14:01 /home/ubuntu/cephtest/cephadm 2024-09-18T14:01:38.921 DEBUG:teuthology.orchestra.run.smithi135:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-18T14:01:38.930 DEBUG:teuthology.orchestra.run.smithi161:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-18T14:01:38.939 DEBUG:teuthology.orchestra.run.smithi192:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-18T14:01:38.956 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7061ea6ca50908d104e9f3979dc615e118d9e153 on all hosts... 2024-09-18T14:01:38.956 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7061ea6ca50908d104e9f3979dc615e118d9e153 pull 2024-09-18T14:01:38.959 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7061ea6ca50908d104e9f3979dc615e118d9e153 pull 2024-09-18T14:01:38.981 DEBUG:teuthology.orchestra.run.smithi192:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7061ea6ca50908d104e9f3979dc615e118d9e153 pull 2024-09-18T14:01:39.254 INFO:teuthology.orchestra.run.smithi135.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7061ea6ca50908d104e9f3979dc615e118d9e153... 2024-09-18T14:01:39.263 INFO:teuthology.orchestra.run.smithi161.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7061ea6ca50908d104e9f3979dc615e118d9e153... 2024-09-18T14:01:39.288 INFO:teuthology.orchestra.run.smithi192.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7061ea6ca50908d104e9f3979dc615e118d9e153... 2024-09-18T14:02:33.766 INFO:teuthology.orchestra.run.smithi135.stdout:{ 2024-09-18T14:02:33.766 INFO:teuthology.orchestra.run.smithi135.stdout: "ceph_version": "ceph version 17.2.7-1645-g7061ea6c (7061ea6ca50908d104e9f3979dc615e118d9e153) quincy (stable)", 2024-09-18T14:02:33.766 INFO:teuthology.orchestra.run.smithi135.stdout: "image_id": "f2dfd3bedcfd8a352dfcb2d35150edfb80cae3a6389830dbb2d080962a731a96", 2024-09-18T14:02:33.766 INFO:teuthology.orchestra.run.smithi135.stdout: "repo_digests": [ 2024-09-18T14:02:33.767 INFO:teuthology.orchestra.run.smithi135.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:cb120a6b46da6dc9ef8e5823ee6ffcecedd484583d1744ffc3f0e661425145e9" 2024-09-18T14:02:33.767 INFO:teuthology.orchestra.run.smithi135.stdout: ] 2024-09-18T14:02:33.767 INFO:teuthology.orchestra.run.smithi135.stdout:} 2024-09-18T14:02:46.100 INFO:teuthology.orchestra.run.smithi161.stdout:{ 2024-09-18T14:02:46.101 INFO:teuthology.orchestra.run.smithi161.stdout: "ceph_version": "ceph version 17.2.7-1645-g7061ea6c (7061ea6ca50908d104e9f3979dc615e118d9e153) quincy (stable)", 2024-09-18T14:02:46.101 INFO:teuthology.orchestra.run.smithi161.stdout: "image_id": "f2dfd3bedcfd8a352dfcb2d35150edfb80cae3a6389830dbb2d080962a731a96", 2024-09-18T14:02:46.101 INFO:teuthology.orchestra.run.smithi161.stdout: "repo_digests": [ 2024-09-18T14:02:46.101 INFO:teuthology.orchestra.run.smithi161.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:cb120a6b46da6dc9ef8e5823ee6ffcecedd484583d1744ffc3f0e661425145e9" 2024-09-18T14:02:46.101 INFO:teuthology.orchestra.run.smithi161.stdout: ] 2024-09-18T14:02:46.101 INFO:teuthology.orchestra.run.smithi161.stdout:} 2024-09-18T14:02:47.228 INFO:teuthology.orchestra.run.smithi192.stdout:{ 2024-09-18T14:02:47.228 INFO:teuthology.orchestra.run.smithi192.stdout: "ceph_version": "ceph version 17.2.7-1645-g7061ea6c (7061ea6ca50908d104e9f3979dc615e118d9e153) quincy (stable)", 2024-09-18T14:02:47.228 INFO:teuthology.orchestra.run.smithi192.stdout: "image_id": "f2dfd3bedcfd8a352dfcb2d35150edfb80cae3a6389830dbb2d080962a731a96", 2024-09-18T14:02:47.228 INFO:teuthology.orchestra.run.smithi192.stdout: "repo_digests": [ 2024-09-18T14:02:47.228 INFO:teuthology.orchestra.run.smithi192.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:cb120a6b46da6dc9ef8e5823ee6ffcecedd484583d1744ffc3f0e661425145e9" 2024-09-18T14:02:47.228 INFO:teuthology.orchestra.run.smithi192.stdout: ] 2024-09-18T14:02:47.229 INFO:teuthology.orchestra.run.smithi192.stdout:} 2024-09-18T14:02:47.253 DEBUG:teuthology.orchestra.run.smithi135:> sudo mkdir -p /etc/ceph 2024-09-18T14:02:47.270 DEBUG:teuthology.orchestra.run.smithi161:> sudo mkdir -p /etc/ceph 2024-09-18T14:02:47.287 DEBUG:teuthology.orchestra.run.smithi192:> sudo mkdir -p /etc/ceph 2024-09-18T14:02:47.307 DEBUG:teuthology.orchestra.run.smithi135:> sudo chmod 777 /etc/ceph 2024-09-18T14:02:47.326 DEBUG:teuthology.orchestra.run.smithi161:> sudo chmod 777 /etc/ceph 2024-09-18T14:02:47.342 DEBUG:teuthology.orchestra.run.smithi192:> sudo chmod 777 /etc/ceph 2024-09-18T14:02:47.356 INFO:tasks.cephadm:Writing seed config... 2024-09-18T14:02:47.357 INFO:tasks.cephadm: override: [global] mon election default strategy = 1 2024-09-18T14:02:47.357 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-09-18T14:02:47.358 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-09-18T14:02:47.358 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = True 2024-09-18T14:02:47.358 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-09-18T14:02:47.358 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-09-18T14:02:47.358 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-09-18T14:02:47.358 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-09-18T14:02:47.358 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-09-18T14:02:47.359 DEBUG:teuthology.orchestra.run.smithi135:> set -ex 2024-09-18T14:02:47.359 DEBUG:teuthology.orchestra.run.smithi135:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-09-18T14:02:47.366 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 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 = 8600d7e2-75c6-11ef-bceb-c7b262605968 mon election default strategy = 1 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = true bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 mgr/cephadm/use_agent = True [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-09-18T14:02:47.366 DEBUG:teuthology.orchestra.run.smithi135:mon.a> sudo journalctl -f -n 0 -u ceph-8600d7e2-75c6-11ef-bceb-c7b262605968@mon.a.service 2024-09-18T14:02:47.369 DEBUG:teuthology.orchestra.run.smithi135:mgr.a> sudo journalctl -f -n 0 -u ceph-8600d7e2-75c6-11ef-bceb-c7b262605968@mgr.a.service 2024-09-18T14:02:47.411 INFO:tasks.cephadm:Bootstrapping... 2024-09-18T14:02:47.412 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7061ea6ca50908d104e9f3979dc615e118d9e153 -v bootstrap --fsid 8600d7e2-75c6-11ef-bceb-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.135 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-09-18T14:02:47.579 INFO:teuthology.orchestra.run.smithi135.stdout:-------------------------------------------------------------------------------- 2024-09-18T14:02:47.580 INFO:teuthology.orchestra.run.smithi135.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7061ea6ca50908d104e9f3979dc615e118d9e153', '-v', 'bootstrap', '--fsid', '8600d7e2-75c6-11ef-bceb-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.135', '--skip-admin-label'] 2024-09-18T14:02:47.580 INFO:teuthology.orchestra.run.smithi135.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-09-18T14:02:47.581 INFO:teuthology.orchestra.run.smithi135.stdout:Verifying podman|docker is present... 2024-09-18T14:02:47.581 INFO:teuthology.orchestra.run.smithi135.stdout:Verifying lvm2 is present... 2024-09-18T14:02:47.581 INFO:teuthology.orchestra.run.smithi135.stdout:Verifying time synchronization is in place... 2024-09-18T14:02:47.586 INFO:teuthology.orchestra.run.smithi135.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-09-18T14:02:47.586 INFO:teuthology.orchestra.run.smithi135.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-09-18T14:02:47.594 INFO:teuthology.orchestra.run.smithi135.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-09-18T14:02:47.594 INFO:teuthology.orchestra.run.smithi135.stdout:systemctl: stdout inactive 2024-09-18T14:02:47.600 INFO:teuthology.orchestra.run.smithi135.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-09-18T14:02:47.600 INFO:teuthology.orchestra.run.smithi135.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-09-18T14:02:47.605 INFO:teuthology.orchestra.run.smithi135.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-09-18T14:02:47.606 INFO:teuthology.orchestra.run.smithi135.stdout:systemctl: stdout inactive 2024-09-18T14:02:47.610 INFO:teuthology.orchestra.run.smithi135.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-09-18T14:02:47.611 INFO:teuthology.orchestra.run.smithi135.stdout:systemctl: stdout masked 2024-09-18T14:02:47.616 INFO:teuthology.orchestra.run.smithi135.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-09-18T14:02:47.616 INFO:teuthology.orchestra.run.smithi135.stdout:systemctl: stdout inactive 2024-09-18T14:02:47.622 INFO:teuthology.orchestra.run.smithi135.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-09-18T14:02:47.622 INFO:teuthology.orchestra.run.smithi135.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-09-18T14:02:47.628 INFO:teuthology.orchestra.run.smithi135.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-09-18T14:02:47.628 INFO:teuthology.orchestra.run.smithi135.stdout:systemctl: stdout inactive 2024-09-18T14:02:47.635 INFO:teuthology.orchestra.run.smithi135.stdout:systemctl: stdout enabled 2024-09-18T14:02:47.641 INFO:teuthology.orchestra.run.smithi135.stdout:systemctl: stdout active 2024-09-18T14:02:47.641 INFO:teuthology.orchestra.run.smithi135.stdout:Unit ntp.service is enabled and running 2024-09-18T14:02:47.641 INFO:teuthology.orchestra.run.smithi135.stdout:Repeating the final host check... 2024-09-18T14:02:47.641 INFO:teuthology.orchestra.run.smithi135.stdout:docker (/usr/bin/docker) is present 2024-09-18T14:02:47.642 INFO:teuthology.orchestra.run.smithi135.stdout:systemctl is present 2024-09-18T14:02:47.642 INFO:teuthology.orchestra.run.smithi135.stdout:lvcreate is present 2024-09-18T14:02:47.647 INFO:teuthology.orchestra.run.smithi135.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-09-18T14:02:47.647 INFO:teuthology.orchestra.run.smithi135.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-09-18T14:02:47.653 INFO:teuthology.orchestra.run.smithi135.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-09-18T14:02:47.653 INFO:teuthology.orchestra.run.smithi135.stdout:systemctl: stdout inactive 2024-09-18T14:02:47.659 INFO:teuthology.orchestra.run.smithi135.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-09-18T14:02:47.659 INFO:teuthology.orchestra.run.smithi135.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-09-18T14:02:47.665 INFO:teuthology.orchestra.run.smithi135.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-09-18T14:02:47.665 INFO:teuthology.orchestra.run.smithi135.stdout:systemctl: stdout inactive 2024-09-18T14:02:47.671 INFO:teuthology.orchestra.run.smithi135.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-09-18T14:02:47.671 INFO:teuthology.orchestra.run.smithi135.stdout:systemctl: stdout masked 2024-09-18T14:02:47.676 INFO:teuthology.orchestra.run.smithi135.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-09-18T14:02:47.677 INFO:teuthology.orchestra.run.smithi135.stdout:systemctl: stdout inactive 2024-09-18T14:02:47.683 INFO:teuthology.orchestra.run.smithi135.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-09-18T14:02:47.683 INFO:teuthology.orchestra.run.smithi135.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-09-18T14:02:47.689 INFO:teuthology.orchestra.run.smithi135.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-09-18T14:02:47.689 INFO:teuthology.orchestra.run.smithi135.stdout:systemctl: stdout inactive 2024-09-18T14:02:47.696 INFO:teuthology.orchestra.run.smithi135.stdout:systemctl: stdout enabled 2024-09-18T14:02:47.703 INFO:teuthology.orchestra.run.smithi135.stdout:systemctl: stdout active 2024-09-18T14:02:47.704 INFO:teuthology.orchestra.run.smithi135.stdout:Unit ntp.service is enabled and running 2024-09-18T14:02:47.704 INFO:teuthology.orchestra.run.smithi135.stdout:Host looks OK 2024-09-18T14:02:47.704 INFO:teuthology.orchestra.run.smithi135.stdout:Cluster fsid: 8600d7e2-75c6-11ef-bceb-c7b262605968 2024-09-18T14:02:47.704 INFO:teuthology.orchestra.run.smithi135.stdout:Acquiring lock 139734073166432 on /run/cephadm/8600d7e2-75c6-11ef-bceb-c7b262605968.lock 2024-09-18T14:02:47.704 INFO:teuthology.orchestra.run.smithi135.stdout:Lock 139734073166432 acquired on /run/cephadm/8600d7e2-75c6-11ef-bceb-c7b262605968.lock 2024-09-18T14:02:47.705 INFO:teuthology.orchestra.run.smithi135.stdout:Verifying IP 172.21.15.135 port 3300 ... 2024-09-18T14:02:47.705 INFO:teuthology.orchestra.run.smithi135.stdout:Verifying IP 172.21.15.135 port 6789 ... 2024-09-18T14:02:47.705 INFO:teuthology.orchestra.run.smithi135.stdout:Base mon IP(s) is [172.21.15.135:3300, 172.21.15.135:6789], mon addrv is [v2:172.21.15.135:3300,v1:172.21.15.135:6789] 2024-09-18T14:02:47.711 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 2024-09-18T14:02:47.711 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.135 metric 100 2024-09-18T14:02:47.711 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/sbin/ip: stdout 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-09-18T14:02:47.711 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/sbin/ip: stdout 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.135 2024-09-18T14:02:47.711 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/sbin/ip: stdout 172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.135 metric 100 2024-09-18T14:02:47.719 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-09-18T14:02:47.719 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/sbin/ip: stdout fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2024-09-18T14:02:47.719 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 100 expires 1798sec pref medium 2024-09-18T14:02:47.719 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-09-18T14:02:47.719 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/sbin/ip: stdout inet6 ::1/128 scope host 2024-09-18T14:02:47.719 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-09-18T14:02:47.720 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/sbin/ip: stdout 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-09-18T14:02:47.720 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/sbin/ip: stdout inet6 fe80::ec4:7aff:fe88:8083/64 scope link 2024-09-18T14:02:47.720 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-09-18T14:02:47.720 INFO:teuthology.orchestra.run.smithi135.stdout:Mon IP `172.21.15.135` is in CIDR network `172.21.0.0/20` 2024-09-18T14:02:47.721 INFO:teuthology.orchestra.run.smithi135.stdout:Mon IP `172.21.15.135` is in CIDR network `172.21.0.0/20` 2024-09-18T14:02:47.721 INFO:teuthology.orchestra.run.smithi135.stdout:Mon IP `172.21.15.135` is in CIDR network `172.21.15.254/32` 2024-09-18T14:02:47.721 INFO:teuthology.orchestra.run.smithi135.stdout:Mon IP `172.21.15.135` is in CIDR network `172.21.15.254/32` 2024-09-18T14:02:47.721 INFO:teuthology.orchestra.run.smithi135.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20', '172.21.15.254/32', '172.21.15.254/32'] 2024-09-18T14:02:47.721 INFO:teuthology.orchestra.run.smithi135.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-09-18T14:02:47.722 INFO:teuthology.orchestra.run.smithi135.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7061ea6ca50908d104e9f3979dc615e118d9e153... 2024-09-18T14:02:47.729 INFO:journalctl@ceph.mon.a.smithi135.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-09-18T14:02:48.062 INFO:journalctl@ceph.mgr.a.smithi135.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-09-18T14:02:48.075 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/docker: stdout 7061ea6ca50908d104e9f3979dc615e118d9e153: Pulling from ceph-ci/ceph 2024-09-18T14:02:48.075 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/docker: stdout Digest: sha256:cb120a6b46da6dc9ef8e5823ee6ffcecedd484583d1744ffc3f0e661425145e9 2024-09-18T14:02:48.075 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/docker: stdout Status: Image is up to date for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7061ea6ca50908d104e9f3979dc615e118d9e153 2024-09-18T14:02:48.075 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/docker: stdout quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7061ea6ca50908d104e9f3979dc615e118d9e153 2024-09-18T14:02:49.936 INFO:teuthology.orchestra.run.smithi135.stdout:ceph: stdout ceph version 17.2.7-1645-g7061ea6c (7061ea6ca50908d104e9f3979dc615e118d9e153) quincy (stable) 2024-09-18T14:02:49.936 INFO:teuthology.orchestra.run.smithi135.stdout:Ceph version: ceph version 17.2.7-1645-g7061ea6c (7061ea6ca50908d104e9f3979dc615e118d9e153) quincy (stable) 2024-09-18T14:02:49.937 INFO:teuthology.orchestra.run.smithi135.stdout:Extracting ceph user uid/gid from container image... 2024-09-18T14:02:51.585 INFO:teuthology.orchestra.run.smithi135.stdout:stat: stdout 167 167 2024-09-18T14:02:51.585 INFO:teuthology.orchestra.run.smithi135.stdout:Creating initial keys... 2024-09-18T14:02:53.359 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-authtool: stdout AQCM3epm/kOkKRAAXezzvLLfLEC0kfuSRDPPIw== 2024-09-18T14:02:55.191 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-authtool: stdout AQCO3epm65PNGxAAe58f+KpbJJibOaO8hyMAkw== 2024-09-18T14:02:56.841 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-authtool: stdout AQCQ3epm+xKgCxAAcoBcsbRlmNnzAz4Wy/JU/w== 2024-09-18T14:02:56.842 INFO:teuthology.orchestra.run.smithi135.stdout:Creating initial monmap... 2024-09-18T14:02:58.657 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-09-18T14:02:58.657 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = octopus 2024-09-18T14:02:58.657 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 8600d7e2-75c6-11ef-bceb-c7b262605968 2024-09-18T14:02:58.658 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-09-18T14:02:58.658 INFO:teuthology.orchestra.run.smithi135.stdout:monmaptool for a [v2:172.21.15.135:3300,v1:172.21.15.135:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-09-18T14:02:58.658 INFO:teuthology.orchestra.run.smithi135.stdout:setting min_mon_release = octopus 2024-09-18T14:02:58.658 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/monmaptool: set fsid to 8600d7e2-75c6-11ef-bceb-c7b262605968 2024-09-18T14:02:58.658 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-09-18T14:02:58.658 INFO:teuthology.orchestra.run.smithi135.stdout: 2024-09-18T14:02:58.658 INFO:teuthology.orchestra.run.smithi135.stdout:Creating mon... 2024-09-18T14:03:00.500 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.845+0000 7f27ef432900 0 set uid:gid to 167:167 (ceph:ceph) 2024-09-18T14:03:00.500 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.845+0000 7f27ef432900 1 imported monmap: 2024-09-18T14:03:00.500 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr epoch 0 2024-09-18T14:03:00.500 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr fsid 8600d7e2-75c6-11ef-bceb-c7b262605968 2024-09-18T14:03:00.500 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr last_changed 2024-09-18T14:02:58.001548+0000 2024-09-18T14:03:00.500 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr created 2024-09-18T14:02:58.001548+0000 2024-09-18T14:03:00.501 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr min_mon_release 15 (octopus) 2024-09-18T14:03:00.501 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr election_strategy: 1 2024-09-18T14:03:00.501 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr 0: [v2:172.21.15.135:3300/0,v1:172.21.15.135:6789/0] mon.a 2024-09-18T14:03:00.501 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr 2024-09-18T14:03:00.501 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.845+0000 7f27ef432900 0 /usr/bin/ceph-mon: set fsid to 8600d7e2-75c6-11ef-bceb-c7b262605968 2024-09-18T14:03:00.501 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: RocksDB version: 6.15.5 2024-09-18T14:03:00.501 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr 2024-09-18T14:03:00.501 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-09-18T14:03:00.501 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Compile date Sep 18 2024 2024-09-18T14:03:00.529 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: DB SUMMARY 2024-09-18T14:03:00.529 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr 2024-09-18T14:03:00.529 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: DB Session ID: V30FHVTCUAOFHW5PPQ4G 2024-09-18T14:03:00.529 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr 2024-09-18T14:03:00.529 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 0, files: 2024-09-18T14:03:00.529 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr 2024-09-18T14:03:00.529 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 2024-09-18T14:03:00.529 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr 2024-09-18T14:03:00.529 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.error_if_exists: 0 2024-09-18T14:03:00.530 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.create_if_missing: 1 2024-09-18T14:03:00.530 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.paranoid_checks: 1 2024-09-18T14:03:00.530 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-18T14:03:00.530 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.env: 0x559e98e8a4c0 2024-09-18T14:03:00.530 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.fs: Posix File System 2024-09-18T14:03:00.530 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.info_log: 0x559e9a286660 2024-09-18T14:03:00.530 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.max_file_opening_threads: 16 2024-09-18T14:03:00.530 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.statistics: (nil) 2024-09-18T14:03:00.530 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.use_fsync: 0 2024-09-18T14:03:00.530 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.max_log_file_size: 0 2024-09-18T14:03:00.530 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-18T14:03:00.531 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.log_file_time_to_roll: 0 2024-09-18T14:03:00.531 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.keep_log_file_num: 1000 2024-09-18T14:03:00.531 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.recycle_log_file_num: 0 2024-09-18T14:03:00.531 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.allow_fallocate: 1 2024-09-18T14:03:00.531 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.allow_mmap_reads: 0 2024-09-18T14:03:00.531 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.allow_mmap_writes: 0 2024-09-18T14:03:00.531 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.use_direct_reads: 0 2024-09-18T14:03:00.531 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-18T14:03:00.531 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.create_missing_column_families: 0 2024-09-18T14:03:00.531 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.db_log_dir: 2024-09-18T14:03:00.531 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-a/store.db 2024-09-18T14:03:00.531 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.table_cache_numshardbits: 6 2024-09-18T14:03:00.532 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-09-18T14:03:00.532 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-09-18T14:03:00.532 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-18T14:03:00.532 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-18T14:03:00.532 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-09-18T14:03:00.532 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.advise_random_on_open: 1 2024-09-18T14:03:00.532 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.db_write_buffer_size: 0 2024-09-18T14:03:00.532 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.write_buffer_manager: 0x559e9a2cfe90 2024-09-18T14:03:00.532 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-18T14:03:00.532 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-09-18T14:03:00.532 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-18T14:03:00.532 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.use_adaptive_mutex: 0 2024-09-18T14:03:00.533 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.rate_limiter: (nil) 2024-09-18T14:03:00.533 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-18T14:03:00.533 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.wal_recovery_mode: 2 2024-09-18T14:03:00.533 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.enable_thread_tracking: 0 2024-09-18T14:03:00.533 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.enable_pipelined_write: 0 2024-09-18T14:03:00.533 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.unordered_write: 0 2024-09-18T14:03:00.534 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-18T14:03:00.534 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-18T14:03:00.534 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-18T14:03:00.534 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-18T14:03:00.534 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.row_cache: None 2024-09-18T14:03:00.534 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.wal_filter: None 2024-09-18T14:03:00.534 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-18T14:03:00.534 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.allow_ingest_behind: 0 2024-09-18T14:03:00.534 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.preserve_deletes: 0 2024-09-18T14:03:00.534 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.two_write_queues: 0 2024-09-18T14:03:00.535 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.manual_wal_flush: 0 2024-09-18T14:03:00.535 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.atomic_flush: 0 2024-09-18T14:03:00.535 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-18T14:03:00.535 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.persist_stats_to_disk: 0 2024-09-18T14:03:00.535 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-09-18T14:03:00.535 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.log_readahead_size: 0 2024-09-18T14:03:00.535 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-18T14:03:00.535 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.best_efforts_recovery: 0 2024-09-18T14:03:00.535 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-18T14:03:00.535 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-18T14:03:00.535 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.allow_data_in_errors: 0 2024-09-18T14:03:00.535 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.db_host_id: __hostname__ 2024-09-18T14:03:00.536 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.max_background_jobs: 2 2024-09-18T14:03:00.536 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.max_background_compactions: -1 2024-09-18T14:03:00.536 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.max_subcompactions: 1 2024-09-18T14:03:00.536 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-18T14:03:00.536 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-18T14:03:00.536 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.delayed_write_rate : 16777216 2024-09-18T14:03:00.536 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.max_total_wal_size: 0 2024-09-18T14:03:00.536 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-18T14:03:00.536 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.stats_dump_period_sec: 600 2024-09-18T14:03:00.536 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.stats_persist_period_sec: 600 2024-09-18T14:03:00.536 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-18T14:03:00.536 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.max_open_files: -1 2024-09-18T14:03:00.536 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.bytes_per_sync: 0 2024-09-18T14:03:00.537 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-09-18T14:03:00.537 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-09-18T14:03:00.537 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.compaction_readahead_size: 0 2024-09-18T14:03:00.537 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.max_background_flushes: -1 2024-09-18T14:03:00.537 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Compression algorithms supported: 2024-09-18T14:03:00.537 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: kZSTD supported: 0 2024-09-18T14:03:00.537 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: kXpressCompression supported: 0 2024-09-18T14:03:00.537 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: kBZip2Compression supported: 0 2024-09-18T14:03:00.537 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-18T14:03:00.537 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: kLZ4Compression supported: 1 2024-09-18T14:03:00.537 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: kZlibCompression supported: 1 2024-09-18T14:03:00.537 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: kLZ4HCCompression supported: 1 2024-09-18T14:03:00.538 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: kSnappyCompression supported: 1 2024-09-18T14:03:00.538 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-09-18T14:03:00.538 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: [db/db_impl/db_impl_open.cc:281] Creating manifest 1 2024-09-18T14:03:00.538 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr 2024-09-18T14:03:00.538 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: [db/version_set.cc:4724] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 2024-09-18T14:03:00.538 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr 2024-09-18T14:03:00.538 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: [db/column_family.cc:595] --------------- Options for column family [default]: 2024-09-18T14:03:00.538 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr 2024-09-18T14:03:00.538 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-18T14:03:00.538 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.merge_operator: 2024-09-18T14:03:00.538 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.compaction_filter: None 2024-09-18T14:03:00.538 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.compaction_filter_factory: None 2024-09-18T14:03:00.538 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.sst_partitioner_factory: None 2024-09-18T14:03:00.539 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-09-18T14:03:00.539 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.table_factory: BlockBasedTable 2024-09-18T14:03:00.539 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x559e9a226ee0) 2024-09-18T14:03:00.539 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks: 1 2024-09-18T14:03:00.539 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks_with_high_priority: 0 2024-09-18T14:03:00.539 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-18T14:03:00.539 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr pin_top_level_index_and_filter: 1 2024-09-18T14:03:00.539 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr index_type: 0 2024-09-18T14:03:00.539 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr data_block_index_type: 0 2024-09-18T14:03:00.539 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr index_shortening: 1 2024-09-18T14:03:00.539 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr data_block_hash_table_util_ratio: 0.750000 2024-09-18T14:03:00.539 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr hash_index_allow_collision: 1 2024-09-18T14:03:00.539 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr checksum: 1 2024-09-18T14:03:00.540 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr no_block_cache: 0 2024-09-18T14:03:00.540 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr block_cache: 0x559e9a25f1f0 2024-09-18T14:03:00.540 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr block_cache_name: BinnedLRUCache 2024-09-18T14:03:00.540 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr block_cache_options: 2024-09-18T14:03:00.540 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr capacity : 536870912 2024-09-18T14:03:00.540 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr num_shard_bits : 4 2024-09-18T14:03:00.540 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr strict_capacity_limit : 0 2024-09-18T14:03:00.540 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr high_pri_pool_ratio: 0.000 2024-09-18T14:03:00.540 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr block_cache_compressed: (nil) 2024-09-18T14:03:00.540 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr persistent_cache: (nil) 2024-09-18T14:03:00.540 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr block_size: 4096 2024-09-18T14:03:00.540 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr block_size_deviation: 10 2024-09-18T14:03:00.540 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr block_restart_interval: 16 2024-09-18T14:03:00.541 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr index_block_restart_interval: 1 2024-09-18T14:03:00.541 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr metadata_block_size: 4096 2024-09-18T14:03:00.541 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr partition_filters: 0 2024-09-18T14:03:00.541 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr use_delta_encoding: 1 2024-09-18T14:03:00.541 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr filter_policy: rocksdb.BuiltinBloomFilter 2024-09-18T14:03:00.541 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr whole_key_filtering: 1 2024-09-18T14:03:00.541 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr verify_compression: 0 2024-09-18T14:03:00.541 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr read_amp_bytes_per_bit: 0 2024-09-18T14:03:00.541 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr format_version: 4 2024-09-18T14:03:00.541 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr enable_index_compression: 1 2024-09-18T14:03:00.541 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr block_align: 0 2024-09-18T14:03:00.541 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr 2024-09-18T14:03:00.542 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.write_buffer_size: 33554432 2024-09-18T14:03:00.542 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.max_write_buffer_number: 2 2024-09-18T14:03:00.542 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.compression: NoCompression 2024-09-18T14:03:00.542 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.bottommost_compression: Disabled 2024-09-18T14:03:00.542 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.prefix_extractor: nullptr 2024-09-18T14:03:00.542 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-18T14:03:00.542 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.num_levels: 7 2024-09-18T14:03:00.542 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-18T14:03:00.542 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-18T14:03:00.542 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-18T14:03:00.543 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-18T14:03:00.543 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-18T14:03:00.543 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-18T14:03:00.543 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-18T14:03:00.543 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-18T14:03:00.543 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-18T14:03:00.543 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-18T14:03:00.543 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.compression_opts.window_bits: -14 2024-09-18T14:03:00.543 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.compression_opts.level: 32767 2024-09-18T14:03:00.543 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.compression_opts.strategy: 0 2024-09-18T14:03:00.543 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-18T14:03:00.543 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-18T14:03:00.543 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-18T14:03:00.544 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.compression_opts.enabled: false 2024-09-18T14:03:00.544 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-18T14:03:00.544 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-18T14:03:00.544 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-18T14:03:00.544 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.target_file_size_base: 67108864 2024-09-18T14:03:00.544 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.target_file_size_multiplier: 1 2024-09-18T14:03:00.544 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-18T14:03:00.544 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-18T14:03:00.544 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-18T14:03:00.544 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-18T14:03:00.544 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-18T14:03:00.544 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-18T14:03:00.544 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-18T14:03:00.545 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-18T14:03:00.545 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-18T14:03:00.545 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-18T14:03:00.545 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-18T14:03:00.545 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-18T14:03:00.545 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.arena_block_size: 4194304 2024-09-18T14:03:00.545 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-18T14:03:00.545 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-18T14:03:00.545 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-09-18T14:03:00.545 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.disable_auto_compactions: 0 2024-09-18T14:03:00.545 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-18T14:03:00.545 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-18T14:03:00.546 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-18T14:03:00.546 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-18T14:03:00.546 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-18T14:03:00.546 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-18T14:03:00.546 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-18T14:03:00.546 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-18T14:03:00.546 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-18T14:03:00.546 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-18T14:03:00.546 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-18T14:03:00.546 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.inplace_update_support: 0 2024-09-18T14:03:00.547 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-09-18T14:03:00.547 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-18T14:03:00.547 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-18T14:03:00.547 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.memtable_huge_page_size: 0 2024-09-18T14:03:00.547 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.bloom_locality: 0 2024-09-18T14:03:00.547 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.max_successive_merges: 0 2024-09-18T14:03:00.547 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-09-18T14:03:00.547 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.paranoid_file_checks: 0 2024-09-18T14:03:00.547 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.force_consistency_checks: 1 2024-09-18T14:03:00.547 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.report_bg_io_stats: 0 2024-09-18T14:03:00.547 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.ttl: 2592000 2024-09-18T14:03:00.547 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-09-18T14:03:00.547 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.enable_blob_files: false 2024-09-18T14:03:00.548 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.min_blob_size: 0 2024-09-18T14:03:00.548 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.blob_file_size: 268435456 2024-09-18T14:03:00.548 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.blob_compression_type: NoCompression 2024-09-18T14:03:00.548 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-09-18T14:03:00.548 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.849+0000 7f27ef432900 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-18T14:03:00.548 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.853+0000 7f27ef432900 4 rocksdb: [db/version_set.cc:4764] 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-09-18T14:03:00.548 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr 2024-09-18T14:03:00.548 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.853+0000 7f27ef432900 4 rocksdb: [db/version_set.cc:4779] Column family [default] (ID 0), log number is 0 2024-09-18T14:03:00.548 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr 2024-09-18T14:03:00.548 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.853+0000 7f27ef432900 4 rocksdb: [db/version_set.cc:4082] Creating manifest 3 2024-09-18T14:03:00.548 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr 2024-09-18T14:03:00.548 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.853+0000 7f27ef432900 4 rocksdb: [db/db_impl/db_impl_open.cc:1700] SstFileManager instance 0x559e9a290700 2024-09-18T14:03:00.549 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.853+0000 7f27ef432900 4 rocksdb: DB pointer 0x559e9a262000 2024-09-18T14:03:00.549 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.857+0000 7f27e6bc0640 4 rocksdb: [db/db_impl/db_impl.cc:901] ------- DUMPING STATS ------- 2024-09-18T14:03:00.549 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.857+0000 7f27e6bc0640 4 rocksdb: [db/db_impl/db_impl.cc:903] 2024-09-18T14:03:00.549 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr ** DB Stats ** 2024-09-18T14:03:00.549 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-09-18T14:03:00.549 INFO:teuthology.orchestra.run.smithi135.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-09-18T14:03:00.549 INFO:teuthology.orchestra.run.smithi135.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-09-18T14:03:00.549 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-18T14:03:00.549 INFO:teuthology.orchestra.run.smithi135.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-09-18T14:03:00.549 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-09-18T14:03:00.549 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-18T14:03:00.549 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr 2024-09-18T14:03:00.549 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-09-18T14:03:00.550 INFO:teuthology.orchestra.run.smithi135.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 2024-09-18T14:03:00.550 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-18T14:03:00.550 INFO:teuthology.orchestra.run.smithi135.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 2024-09-18T14:03:00.550 INFO:teuthology.orchestra.run.smithi135.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 2024-09-18T14:03:00.550 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr 2024-09-18T14:03:00.551 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-09-18T14:03:00.551 INFO:teuthology.orchestra.run.smithi135.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 2024-09-18T14:03:00.551 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-18T14:03:00.551 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-09-18T14:03:00.551 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2024-09-18T14:03:00.552 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-09-18T14:03:00.552 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2024-09-18T14:03:00.552 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2024-09-18T14:03:00.552 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2024-09-18T14:03:00.552 INFO:teuthology.orchestra.run.smithi135.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-09-18T14:03:00.552 INFO:teuthology.orchestra.run.smithi135.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-09-18T14:03:00.552 INFO:teuthology.orchestra.run.smithi135.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-09-18T14:03:00.552 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr 2024-09-18T14:03:00.552 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2024-09-18T14:03:00.552 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr 2024-09-18T14:03:00.552 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-09-18T14:03:00.552 INFO:teuthology.orchestra.run.smithi135.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 2024-09-18T14:03:00.553 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-18T14:03:00.553 INFO:teuthology.orchestra.run.smithi135.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 2024-09-18T14:03:00.553 INFO:teuthology.orchestra.run.smithi135.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 2024-09-18T14:03:00.553 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr 2024-09-18T14:03:00.553 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-09-18T14:03:00.553 INFO:teuthology.orchestra.run.smithi135.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 2024-09-18T14:03:00.553 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-18T14:03:00.553 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-09-18T14:03:00.553 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2024-09-18T14:03:00.553 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-09-18T14:03:00.553 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2024-09-18T14:03:00.554 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2024-09-18T14:03:00.554 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2024-09-18T14:03:00.554 INFO:teuthology.orchestra.run.smithi135.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-09-18T14:03:00.554 INFO:teuthology.orchestra.run.smithi135.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-09-18T14:03:00.554 INFO:teuthology.orchestra.run.smithi135.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-09-18T14:03:00.554 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr 2024-09-18T14:03:00.554 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2024-09-18T14:03:00.554 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr 2024-09-18T14:03:00.554 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.857+0000 7f27ef432900 4 rocksdb: [db/db_impl/db_impl.cc:446] Shutdown: canceling all background work 2024-09-18T14:03:00.554 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.857+0000 7f27ef432900 4 rocksdb: [db/db_impl/db_impl.cc:625] Shutdown complete 2024-09-18T14:03:00.554 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-18T14:02:59.857+0000 7f27ef432900 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-a for mon.a 2024-09-18T14:03:00.554 INFO:teuthology.orchestra.run.smithi135.stdout:create mon.a on 2024-09-18T14:03:00.724 INFO:teuthology.orchestra.run.smithi135.stdout:systemctl: stderr Removed /etc/systemd/system/multi-user.target.wants/ceph.target. 2024-09-18T14:03:00.919 INFO:teuthology.orchestra.run.smithi135.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2024-09-18T14:03:01.139 INFO:teuthology.orchestra.run.smithi135.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-8600d7e2-75c6-11ef-bceb-c7b262605968.target -> /etc/systemd/system/ceph-8600d7e2-75c6-11ef-bceb-c7b262605968.target. 2024-09-18T14:03:01.139 INFO:teuthology.orchestra.run.smithi135.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-8600d7e2-75c6-11ef-bceb-c7b262605968.target -> /etc/systemd/system/ceph-8600d7e2-75c6-11ef-bceb-c7b262605968.target. 2024-09-18T14:03:01.361 INFO:teuthology.orchestra.run.smithi135.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-8600d7e2-75c6-11ef-bceb-c7b262605968@mon.a 2024-09-18T14:03:01.362 INFO:teuthology.orchestra.run.smithi135.stdout:systemctl: stderr Failed to reset failed state of unit ceph-8600d7e2-75c6-11ef-bceb-c7b262605968@mon.a.service: Unit ceph-8600d7e2-75c6-11ef-bceb-c7b262605968@mon.a.service not loaded. 2024-09-18T14:03:01.556 INFO:teuthology.orchestra.run.smithi135.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-8600d7e2-75c6-11ef-bceb-c7b262605968.target.wants/ceph-8600d7e2-75c6-11ef-bceb-c7b262605968@mon.a.service -> /etc/systemd/system/ceph-8600d7e2-75c6-11ef-bceb-c7b262605968@.service. 2024-09-18T14:03:01.570 INFO:teuthology.orchestra.run.smithi135.stdout:firewalld does not appear to be present 2024-09-18T14:03:01.570 INFO:teuthology.orchestra.run.smithi135.stdout:Not possible to enable service . firewalld.service is not available 2024-09-18T14:03:01.570 INFO:teuthology.orchestra.run.smithi135.stdout:Waiting for mon to start... 2024-09-18T14:03:01.571 INFO:teuthology.orchestra.run.smithi135.stdout:Waiting for mon... 2024-09-18T14:03:01.705 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:01 smithi135 systemd[1]: Started Ceph mon.a for 8600d7e2-75c6-11ef-bceb-c7b262605968. 2024-09-18T14:03:03.454 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:03 smithi135 bash[18150]: cluster 2024-09-18T14:03:03.265344+0000 mon.a (mon.0) 0 : cluster [INF] mkfs 8600d7e2-75c6-11ef-bceb-c7b262605968 2024-09-18T14:03:03.455 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:03 smithi135 bash[18150]: cluster 2024-09-18T14:03:03.257148+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-09-18T14:03:04.090 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout cluster: 2024-09-18T14:03:04.090 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout id: 8600d7e2-75c6-11ef-bceb-c7b262605968 2024-09-18T14:03:04.090 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-09-18T14:03:04.090 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout 2024-09-18T14:03:04.090 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout services: 2024-09-18T14:03:04.090 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.188458s) 2024-09-18T14:03:04.090 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-09-18T14:03:04.090 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-09-18T14:03:04.090 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout 2024-09-18T14:03:04.090 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout data: 2024-09-18T14:03:04.090 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-09-18T14:03:04.091 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-09-18T14:03:04.091 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-09-18T14:03:04.091 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout pgs: 2024-09-18T14:03:04.091 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout 2024-09-18T14:03:04.091 INFO:teuthology.orchestra.run.smithi135.stdout:mon is available 2024-09-18T14:03:04.091 INFO:teuthology.orchestra.run.smithi135.stdout:Assimilating anything we can from ceph.conf... 2024-09-18T14:03:04.455 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:04 smithi135 bash[18150]: cluster 2024-09-18T14:03:03.263649+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-09-18T14:03:04.455 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:04 smithi135 bash[18150]: cluster 2024-09-18T14:03:03.263902+0000 mon.a (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {a=[v2:172.21.15.135:3300/0,v1:172.21.15.135:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-18T14:03:04.455 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:04 smithi135 bash[18150]: cluster 2024-09-18T14:03:03.267405+0000 mon.a (mon.0) 4 : cluster [DBG] fsmap 2024-09-18T14:03:04.455 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:04 smithi135 bash[18150]: cluster 2024-09-18T14:03:03.270156+0000 mon.a (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-09-18T14:03:04.455 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:04 smithi135 bash[18150]: cluster 2024-09-18T14:03:03.270643+0000 mon.a (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2024-09-18T14:03:04.455 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:04 smithi135 bash[18150]: audit 2024-09-18T14:03:03.452058+0000 mon.a (mon.0) 7 : audit [DBG] from='client.? 172.21.15.135:0/1952416281' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-18T14:03:05.955 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:05 smithi135 bash[18150]: audit 2024-09-18T14:03:05.485747+0000 mon.a (mon.0) 8 : audit [INF] from='client.? 172.21.15.135:0/3528762241' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-09-18T14:03:05.955 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:05 smithi135 bash[18150]: audit 2024-09-18T14:03:05.491904+0000 mon.a (mon.0) 9 : audit [INF] from='client.? 172.21.15.135:0/3528762241' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-09-18T14:03:06.090 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout 2024-09-18T14:03:06.090 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout [global] 2024-09-18T14:03:06.090 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout fsid = 8600d7e2-75c6-11ef-bceb-c7b262605968 2024-09-18T14:03:06.090 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-09-18T14:03:06.090 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.135:3300,v1:172.21.15.135:6789] 2024-09-18T14:03:06.091 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-09-18T14:03:06.091 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-09-18T14:03:06.091 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-09-18T14:03:06.091 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-09-18T14:03:06.091 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout 2024-09-18T14:03:06.091 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout [mgr] 2024-09-18T14:03:06.091 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = True 2024-09-18T14:03:06.091 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-09-18T14:03:06.091 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout 2024-09-18T14:03:06.091 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout [osd] 2024-09-18T14:03:06.091 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-09-18T14:03:06.091 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-09-18T14:03:06.091 INFO:teuthology.orchestra.run.smithi135.stdout:Generating new minimal ceph.conf... 2024-09-18T14:03:07.705 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:07 smithi135 bash[18150]: audit 2024-09-18T14:03:07.371209+0000 mon.a (mon.0) 10 : audit [DBG] from='client.? 172.21.15.135:0/522939613' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:03:08.014 INFO:teuthology.orchestra.run.smithi135.stdout:Restarting the monitor... 2024-09-18T14:03:08.308 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:08 smithi135 systemd[1]: Stopping Ceph mon.a for 8600d7e2-75c6-11ef-bceb-c7b262605968... 2024-09-18T14:03:08.332 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:08 smithi135 bash[18150]: debug 2024-09-18T14:03:08.176+0000 7ff08a56d640 -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-09-18T14:03:08.332 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:08 smithi135 bash[18150]: debug 2024-09-18T14:03:08.176+0000 7ff08a56d640 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-09-18T14:03:08.905 INFO:teuthology.orchestra.run.smithi135.stdout:Setting public_network to 172.21.15.254/32,172.21.0.0/20 in mon config section 2024-09-18T14:03:08.955 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:08 smithi135 bash[18559]: ceph-8600d7e2-75c6-11ef-bceb-c7b262605968-mon-a 2024-09-18T14:03:08.955 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:08 smithi135 bash[18622]: Error response from daemon: No such container: ceph-8600d7e2-75c6-11ef-bceb-c7b262605968-mon-a 2024-09-18T14:03:08.955 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:08 smithi135 systemd[1]: ceph-8600d7e2-75c6-11ef-bceb-c7b262605968@mon.a.service: Succeeded. 2024-09-18T14:03:08.955 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:08 smithi135 systemd[1]: Stopped Ceph mon.a for 8600d7e2-75c6-11ef-bceb-c7b262605968. 2024-09-18T14:03:08.955 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:08 smithi135 systemd[1]: Started Ceph mon.a for 8600d7e2-75c6-11ef-bceb-c7b262605968. 2024-09-18T14:03:10.635 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.376+0000 7fc091d19900 0 set uid:gid to 167:167 (ceph:ceph) 2024-09-18T14:03:10.635 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.376+0000 7fc091d19900 0 ceph version 17.2.7-1645-g7061ea6c (7061ea6ca50908d104e9f3979dc615e118d9e153) quincy (stable), process ceph-mon, pid 7 2024-09-18T14:03:10.635 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.376+0000 7fc091d19900 0 pidfile_write: ignore empty --pid-file 2024-09-18T14:03:10.635 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 0 load: jerasure load: lrc 2024-09-18T14:03:10.635 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: RocksDB version: 6.15.5 2024-09-18T14:03:10.635 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-09-18T14:03:10.636 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Compile date Sep 18 2024 2024-09-18T14:03:10.636 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: DB SUMMARY 2024-09-18T14:03:10.636 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: DB Session ID: 7S4BOYJ6K4HDR09EMXF1 2024-09-18T14:03:10.636 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: CURRENT file: CURRENT 2024-09-18T14:03:10.636 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: IDENTITY file: IDENTITY 2024-09-18T14:03:10.636 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: MANIFEST file: MANIFEST-000009 size: 131 Bytes 2024-09-18T14:03:10.636 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-09-18T14:03:10.636 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000010.log size: 82876 ; 2024-09-18T14:03:10.636 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.error_if_exists: 0 2024-09-18T14:03:10.636 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.create_if_missing: 0 2024-09-18T14:03:10.636 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.paranoid_checks: 1 2024-09-18T14:03:10.636 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-18T14:03:10.637 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.env: 0x559a4d5084c0 2024-09-18T14:03:10.637 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.fs: Posix File System 2024-09-18T14:03:10.637 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.info_log: 0x559a4fa2cee0 2024-09-18T14:03:10.637 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.max_file_opening_threads: 16 2024-09-18T14:03:10.637 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.statistics: (nil) 2024-09-18T14:03:10.637 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.use_fsync: 0 2024-09-18T14:03:10.637 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.max_log_file_size: 0 2024-09-18T14:03:10.637 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-18T14:03:10.637 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.log_file_time_to_roll: 0 2024-09-18T14:03:10.638 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.keep_log_file_num: 1000 2024-09-18T14:03:10.638 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.recycle_log_file_num: 0 2024-09-18T14:03:10.638 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.allow_fallocate: 1 2024-09-18T14:03:10.638 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.allow_mmap_reads: 0 2024-09-18T14:03:10.638 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.allow_mmap_writes: 0 2024-09-18T14:03:10.638 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.use_direct_reads: 0 2024-09-18T14:03:10.638 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-18T14:03:10.639 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.create_missing_column_families: 0 2024-09-18T14:03:10.639 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.db_log_dir: 2024-09-18T14:03:10.639 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-a/store.db 2024-09-18T14:03:10.639 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.table_cache_numshardbits: 6 2024-09-18T14:03:10.639 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-09-18T14:03:10.639 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-09-18T14:03:10.639 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-18T14:03:10.639 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-18T14:03:10.639 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-09-18T14:03:10.639 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.advise_random_on_open: 1 2024-09-18T14:03:10.639 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.db_write_buffer_size: 0 2024-09-18T14:03:10.639 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.write_buffer_manager: 0x559a4faea780 2024-09-18T14:03:10.639 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-18T14:03:10.640 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-09-18T14:03:10.640 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-18T14:03:10.640 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.use_adaptive_mutex: 0 2024-09-18T14:03:10.640 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.rate_limiter: (nil) 2024-09-18T14:03:10.640 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-18T14:03:10.640 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.wal_recovery_mode: 2 2024-09-18T14:03:10.640 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.enable_thread_tracking: 0 2024-09-18T14:03:10.640 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.enable_pipelined_write: 0 2024-09-18T14:03:10.640 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.unordered_write: 0 2024-09-18T14:03:10.640 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-18T14:03:10.640 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-18T14:03:10.640 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-18T14:03:10.640 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-18T14:03:10.641 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.row_cache: None 2024-09-18T14:03:10.641 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.wal_filter: None 2024-09-18T14:03:10.641 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-18T14:03:10.641 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.allow_ingest_behind: 0 2024-09-18T14:03:10.641 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.preserve_deletes: 0 2024-09-18T14:03:10.641 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.two_write_queues: 0 2024-09-18T14:03:10.641 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.manual_wal_flush: 0 2024-09-18T14:03:10.641 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.atomic_flush: 0 2024-09-18T14:03:10.641 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-18T14:03:10.641 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.persist_stats_to_disk: 0 2024-09-18T14:03:10.641 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-09-18T14:03:10.641 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.log_readahead_size: 0 2024-09-18T14:03:10.641 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-18T14:03:10.641 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.best_efforts_recovery: 0 2024-09-18T14:03:10.642 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-18T14:03:10.642 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-18T14:03:10.642 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.allow_data_in_errors: 0 2024-09-18T14:03:10.642 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.db_host_id: __hostname__ 2024-09-18T14:03:10.642 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.max_background_jobs: 2 2024-09-18T14:03:10.642 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.max_background_compactions: -1 2024-09-18T14:03:10.642 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.max_subcompactions: 1 2024-09-18T14:03:10.642 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-18T14:03:10.642 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-18T14:03:10.642 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.delayed_write_rate : 16777216 2024-09-18T14:03:10.643 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.max_total_wal_size: 0 2024-09-18T14:03:10.643 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-18T14:03:10.643 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.stats_dump_period_sec: 600 2024-09-18T14:03:10.643 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.stats_persist_period_sec: 600 2024-09-18T14:03:10.643 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-18T14:03:10.643 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.max_open_files: -1 2024-09-18T14:03:10.643 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.bytes_per_sync: 0 2024-09-18T14:03:10.643 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-09-18T14:03:10.643 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-09-18T14:03:10.643 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.compaction_readahead_size: 0 2024-09-18T14:03:10.643 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.max_background_flushes: -1 2024-09-18T14:03:10.643 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Compression algorithms supported: 2024-09-18T14:03:10.643 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: kZSTD supported: 0 2024-09-18T14:03:10.643 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: kXpressCompression supported: 0 2024-09-18T14:03:10.644 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: kBZip2Compression supported: 0 2024-09-18T14:03:10.644 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-18T14:03:10.644 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: kLZ4Compression supported: 1 2024-09-18T14:03:10.644 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: kZlibCompression supported: 1 2024-09-18T14:03:10.644 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: kLZ4HCCompression supported: 1 2024-09-18T14:03:10.644 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: kSnappyCompression supported: 1 2024-09-18T14:03:10.644 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-09-18T14:03:10.644 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: [db/version_set.cc:4724] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000009 2024-09-18T14:03:10.644 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: [db/column_family.cc:595] --------------- Options for column family [default]: 2024-09-18T14:03:10.644 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-18T14:03:10.644 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.merge_operator: 2024-09-18T14:03:10.644 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.compaction_filter: None 2024-09-18T14:03:10.644 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.compaction_filter_factory: None 2024-09-18T14:03:10.645 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.sst_partitioner_factory: None 2024-09-18T14:03:10.645 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-09-18T14:03:10.645 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.table_factory: BlockBasedTable 2024-09-18T14:03:10.645 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x559a4f9d5a38) 2024-09-18T14:03:10.645 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: cache_index_and_filter_blocks: 1 2024-09-18T14:03:10.645 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-18T14:03:10.645 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-18T14:03:10.645 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: pin_top_level_index_and_filter: 1 2024-09-18T14:03:10.645 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: index_type: 0 2024-09-18T14:03:10.645 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: data_block_index_type: 0 2024-09-18T14:03:10.645 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: index_shortening: 1 2024-09-18T14:03:10.645 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: data_block_hash_table_util_ratio: 0.750000 2024-09-18T14:03:10.645 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: hash_index_allow_collision: 1 2024-09-18T14:03:10.645 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: checksum: 1 2024-09-18T14:03:10.646 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: no_block_cache: 0 2024-09-18T14:03:10.646 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: block_cache: 0x559a4fa09350 2024-09-18T14:03:10.646 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: block_cache_name: BinnedLRUCache 2024-09-18T14:03:10.646 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: block_cache_options: 2024-09-18T14:03:10.646 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: capacity : 536870912 2024-09-18T14:03:10.646 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: num_shard_bits : 4 2024-09-18T14:03:10.646 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: strict_capacity_limit : 0 2024-09-18T14:03:10.646 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: high_pri_pool_ratio: 0.000 2024-09-18T14:03:10.646 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: block_cache_compressed: (nil) 2024-09-18T14:03:10.646 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: persistent_cache: (nil) 2024-09-18T14:03:10.646 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: block_size: 4096 2024-09-18T14:03:10.646 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: block_size_deviation: 10 2024-09-18T14:03:10.646 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: block_restart_interval: 16 2024-09-18T14:03:10.646 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: index_block_restart_interval: 1 2024-09-18T14:03:10.647 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: metadata_block_size: 4096 2024-09-18T14:03:10.647 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: partition_filters: 0 2024-09-18T14:03:10.647 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: use_delta_encoding: 1 2024-09-18T14:03:10.647 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: filter_policy: rocksdb.BuiltinBloomFilter 2024-09-18T14:03:10.647 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: whole_key_filtering: 1 2024-09-18T14:03:10.647 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: verify_compression: 0 2024-09-18T14:03:10.647 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: read_amp_bytes_per_bit: 0 2024-09-18T14:03:10.647 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: format_version: 4 2024-09-18T14:03:10.647 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: enable_index_compression: 1 2024-09-18T14:03:10.647 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: block_align: 0 2024-09-18T14:03:10.647 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.write_buffer_size: 33554432 2024-09-18T14:03:10.647 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.max_write_buffer_number: 2 2024-09-18T14:03:10.647 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.compression: NoCompression 2024-09-18T14:03:10.647 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.bottommost_compression: Disabled 2024-09-18T14:03:10.648 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.prefix_extractor: nullptr 2024-09-18T14:03:10.648 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-18T14:03:10.648 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.num_levels: 7 2024-09-18T14:03:10.648 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-18T14:03:10.648 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-18T14:03:10.648 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-18T14:03:10.648 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-18T14:03:10.648 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-18T14:03:10.648 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-18T14:03:10.648 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-18T14:03:10.648 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-18T14:03:10.648 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-18T14:03:10.648 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-18T14:03:10.649 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.compression_opts.window_bits: -14 2024-09-18T14:03:10.649 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.compression_opts.level: 32767 2024-09-18T14:03:10.649 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.compression_opts.strategy: 0 2024-09-18T14:03:10.649 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-18T14:03:10.649 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-18T14:03:10.649 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-18T14:03:10.649 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.compression_opts.enabled: false 2024-09-18T14:03:10.649 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-18T14:03:10.649 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-18T14:03:10.649 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-18T14:03:10.649 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.target_file_size_base: 67108864 2024-09-18T14:03:10.649 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.target_file_size_multiplier: 1 2024-09-18T14:03:10.649 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-18T14:03:10.649 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-18T14:03:10.650 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-18T14:03:10.650 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-18T14:03:10.651 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-18T14:03:10.651 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-18T14:03:10.651 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-18T14:03:10.651 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-18T14:03:10.651 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-18T14:03:10.651 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-18T14:03:10.651 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-18T14:03:10.651 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-18T14:03:10.651 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.arena_block_size: 4194304 2024-09-18T14:03:10.651 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-18T14:03:10.652 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-18T14:03:10.652 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-09-18T14:03:10.652 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.disable_auto_compactions: 0 2024-09-18T14:03:10.652 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-18T14:03:10.652 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-18T14:03:10.652 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-18T14:03:10.652 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-18T14:03:10.652 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-18T14:03:10.652 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-18T14:03:10.652 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-18T14:03:10.652 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-18T14:03:10.653 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-18T14:03:10.653 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-18T14:03:10.653 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-18T14:03:10.653 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.inplace_update_support: 0 2024-09-18T14:03:10.653 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-09-18T14:03:10.653 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-18T14:03:10.653 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-18T14:03:10.653 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.memtable_huge_page_size: 0 2024-09-18T14:03:10.653 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.bloom_locality: 0 2024-09-18T14:03:10.653 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.max_successive_merges: 0 2024-09-18T14:03:10.654 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-09-18T14:03:10.654 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.paranoid_file_checks: 0 2024-09-18T14:03:10.654 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.force_consistency_checks: 1 2024-09-18T14:03:10.654 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.report_bg_io_stats: 0 2024-09-18T14:03:10.654 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.ttl: 2592000 2024-09-18T14:03:10.654 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-09-18T14:03:10.654 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.enable_blob_files: false 2024-09-18T14:03:10.654 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.min_blob_size: 0 2024-09-18T14:03:10.654 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.blob_file_size: 268435456 2024-09-18T14:03:10.654 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.blob_compression_type: NoCompression 2024-09-18T14:03:10.654 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-09-18T14:03:10.654 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-18T14:03:10.655 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: [db/version_set.cc:4764] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000009 succeeded,manifest_file_number is 9, next_file_number is 11, last_sequence is 5, log_number is 5,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-09-18T14:03:10.655 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: [db/version_set.cc:4779] Column family [default] (ID 0), log number is 5 2024-09-18T14:03:10.655 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: [db/version_set.cc:4082] Creating manifest 13 2024-09-18T14:03:10.655 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726668190384911, "job": 1, "event": "recovery_started", "wal_files": [10]} 2024-09-18T14:03:10.655 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.380+0000 7fc091d19900 4 rocksdb: [db/db_impl/db_impl_open.cc:845] Recovering log #10 mode 2 2024-09-18T14:03:10.655 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.384+0000 7fc091d19900 3 rocksdb: [table/block_based/filter_policy.cc:991] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2024-09-18T14:03:10.655 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.384+0000 7fc091d19900 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726668190385830, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 14, "file_size": 79606, "file_checksum": "", "file_checksum_func_name": "Unknown", "table_properties": {"data_size": 77838, "index_size": 230, "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": 9759, "raw_average_key_size": 47, "raw_value_size": 72245, "raw_average_value_size": 349, "num_data_blocks": 10, "num_entries": 207, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "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; ", "creation_time": 1726668190, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "d097262e-9f70-4bca-a391-8d54c9ae0d42", "db_session_id": "7S4BOYJ6K4HDR09EMXF1"}} 2024-09-18T14:03:10.655 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.384+0000 7fc091d19900 4 rocksdb: [db/version_set.cc:4082] Creating manifest 15 2024-09-18T14:03:10.655 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.384+0000 7fc091d19900 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726668190386369, "job": 1, "event": "recovery_finished"} 2024-09-18T14:03:10.655 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.384+0000 7fc091d19900 4 rocksdb: [file/delete_scheduler.cc:69] Deleted file /var/lib/ceph/mon/ceph-a/store.db/000010.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-09-18T14:03:10.656 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.384+0000 7fc091d19900 4 rocksdb: [db/db_impl/db_impl_open.cc:1700] SstFileManager instance 0x559a4fa3e700 2024-09-18T14:03:10.656 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.384+0000 7fc091d19900 4 rocksdb: DB pointer 0x559a4fa0c000 2024-09-18T14:03:10.656 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.384+0000 7fc087ae5640 4 rocksdb: [db/db_impl/db_impl.cc:901] ------- DUMPING STATS ------- 2024-09-18T14:03:10.656 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.384+0000 7fc087ae5640 4 rocksdb: [db/db_impl/db_impl.cc:903] 2024-09-18T14:03:10.656 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: ** DB Stats ** 2024-09-18T14:03:10.656 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-18T14:03:10.656 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-09-18T14:03:10.656 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-18T14:03:10.656 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-18T14:03:10.656 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-09-18T14:03:10.656 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-09-18T14:03:10.656 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-18T14:03:10.656 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: ** Compaction Stats [default] ** 2024-09-18T14:03:10.657 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: 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 2024-09-18T14:03:10.657 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-18T14:03:10.657 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: L0 2/0 79.53 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 133.2 0.00 0.00 1 0.001 0 0 2024-09-18T14:03:10.657 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: Sum 2/0 79.53 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 133.2 0.00 0.00 1 0.001 0 0 2024-09-18T14:03:10.657 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 133.2 0.00 0.00 1 0.001 0 0 2024-09-18T14:03:10.657 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: ** Compaction Stats [default] ** 2024-09-18T14:03:10.657 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: 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 2024-09-18T14:03:10.657 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-18T14:03:10.657 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 133.2 0.00 0.00 1 0.001 0 0 2024-09-18T14:03:10.657 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-18T14:03:10.657 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: Flush(GB): cumulative 0.000, interval 0.000 2024-09-18T14:03:10.657 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-18T14:03:10.657 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: AddFile(Total Files): cumulative 0, interval 0 2024-09-18T14:03:10.658 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-18T14:03:10.658 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: AddFile(Keys): cumulative 0, interval 0 2024-09-18T14:03:10.658 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: Cumulative compaction: 0.00 GB write, 17.88 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-18T14:03:10.658 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: Interval compaction: 0.00 GB write, 17.88 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-18T14:03:10.658 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: 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-09-18T14:03:10.658 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: ** File Read Latency Histogram By Level [default] ** 2024-09-18T14:03:10.658 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: ** Compaction Stats [default] ** 2024-09-18T14:03:10.658 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: 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 2024-09-18T14:03:10.658 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-18T14:03:10.658 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: L0 2/0 79.53 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 133.2 0.00 0.00 1 0.001 0 0 2024-09-18T14:03:10.658 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: Sum 2/0 79.53 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 133.2 0.00 0.00 1 0.001 0 0 2024-09-18T14:03:10.658 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: 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 2024-09-18T14:03:10.658 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: ** Compaction Stats [default] ** 2024-09-18T14:03:10.658 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: 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 2024-09-18T14:03:10.659 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-18T14:03:10.659 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 133.2 0.00 0.00 1 0.001 0 0 2024-09-18T14:03:10.659 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-18T14:03:10.659 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: Flush(GB): cumulative 0.000, interval 0.000 2024-09-18T14:03:10.659 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-18T14:03:10.659 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: AddFile(Total Files): cumulative 0, interval 0 2024-09-18T14:03:10.659 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-18T14:03:10.659 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: AddFile(Keys): cumulative 0, interval 0 2024-09-18T14:03:10.659 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: Cumulative compaction: 0.00 GB write, 17.61 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-18T14:03:10.659 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-18T14:03:10.659 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: 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-09-18T14:03:10.659 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: ** File Read Latency Histogram By Level [default] ** 2024-09-18T14:03:10.659 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.384+0000 7fc091d19900 0 starting mon.a rank 0 at public addrs [v2:172.21.15.135:3300/0,v1:172.21.15.135:6789/0] at bind addrs [v2:172.21.15.135:3300/0,v1:172.21.15.135:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 8600d7e2-75c6-11ef-bceb-c7b262605968 2024-09-18T14:03:10.660 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.388+0000 7fc091d19900 1 mon.a@-1(???) e1 preinit fsid 8600d7e2-75c6-11ef-bceb-c7b262605968 2024-09-18T14:03:10.660 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.388+0000 7fc091d19900 0 mon.a@-1(???).mds e1 new map 2024-09-18T14:03:10.660 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.388+0000 7fc091d19900 0 mon.a@-1(???).mds e1 print_map 2024-09-18T14:03:10.660 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: e1 2024-09-18T14:03:10.660 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: enable_multiple, ever_enabled_multiple: 1,1 2024-09-18T14:03:10.660 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: 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} 2024-09-18T14:03:10.660 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: legacy client fscid: -1 2024-09-18T14:03:10.660 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: 2024-09-18T14:03:10.660 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: No filesystems configured 2024-09-18T14:03:10.660 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.388+0000 7fc091d19900 0 mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-09-18T14:03:10.660 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.388+0000 7fc091d19900 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-18T14:03:10.660 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.388+0000 7fc091d19900 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-18T14:03:10.660 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.388+0000 7fc091d19900 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-18T14:03:10.661 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: debug 2024-09-18T14:03:10.388+0000 7fc091d19900 1 mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-09-18T14:03:10.661 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: cluster 2024-09-18T14:03:10.393804+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-09-18T14:03:10.661 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: cluster 2024-09-18T14:03:10.393875+0000 mon.a (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {a=[v2:172.21.15.135:3300/0,v1:172.21.15.135:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-18T14:03:10.661 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: cluster 2024-09-18T14:03:10.394333+0000 mon.a (mon.0) 3 : cluster [DBG] fsmap 2024-09-18T14:03:10.661 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: cluster 2024-09-18T14:03:10.394383+0000 mon.a (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-09-18T14:03:10.661 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:10 smithi135 bash[18657]: cluster 2024-09-18T14:03:10.394878+0000 mon.a (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2024-09-18T14:03:11.304 INFO:teuthology.orchestra.run.smithi135.stdout:Wrote config to /etc/ceph/ceph.conf 2024-09-18T14:03:11.304 INFO:teuthology.orchestra.run.smithi135.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-09-18T14:03:11.305 INFO:teuthology.orchestra.run.smithi135.stdout:Creating mgr... 2024-09-18T14:03:11.305 INFO:teuthology.orchestra.run.smithi135.stdout:Verifying port 0.0.0.0:9283 ... 2024-09-18T14:03:11.305 INFO:teuthology.orchestra.run.smithi135.stdout:Verifying port 0.0.0.0:8765 ... 2024-09-18T14:03:11.527 INFO:teuthology.orchestra.run.smithi135.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-8600d7e2-75c6-11ef-bceb-c7b262605968@mgr.a 2024-09-18T14:03:11.527 INFO:teuthology.orchestra.run.smithi135.stdout:systemctl: stderr Failed to reset failed state of unit ceph-8600d7e2-75c6-11ef-bceb-c7b262605968@mgr.a.service: Unit ceph-8600d7e2-75c6-11ef-bceb-c7b262605968@mgr.a.service not loaded. 2024-09-18T14:03:11.702 INFO:teuthology.orchestra.run.smithi135.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-8600d7e2-75c6-11ef-bceb-c7b262605968.target.wants/ceph-8600d7e2-75c6-11ef-bceb-c7b262605968@mgr.a.service -> /etc/systemd/system/ceph-8600d7e2-75c6-11ef-bceb-c7b262605968@.service. 2024-09-18T14:03:11.713 INFO:teuthology.orchestra.run.smithi135.stdout:firewalld does not appear to be present 2024-09-18T14:03:11.713 INFO:teuthology.orchestra.run.smithi135.stdout:Not possible to enable service . firewalld.service is not available 2024-09-18T14:03:11.714 INFO:teuthology.orchestra.run.smithi135.stdout:firewalld does not appear to be present 2024-09-18T14:03:11.714 INFO:teuthology.orchestra.run.smithi135.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-09-18T14:03:11.714 INFO:teuthology.orchestra.run.smithi135.stdout:Waiting for mgr to start... 2024-09-18T14:03:11.714 INFO:teuthology.orchestra.run.smithi135.stdout:Waiting for mgr... 2024-09-18T14:03:11.904 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:11 smithi135 bash[18657]: audit 2024-09-18T14:03:10.610380+0000 mon.a (mon.0) 6 : audit [INF] from='client.? 172.21.15.135:0/2487546129' entity='client.admin' 2024-09-18T14:03:13.951 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:13 smithi135 bash[18657]: audit 2024-09-18T14:03:13.714819+0000 mon.a (mon.0) 7 : audit [DBG] from='client.? 172.21.15.135:0/2684048237' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-09-18T14:03:13.951 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:03:13 smithi135 bash[18928]: debug 2024-09-18T14:03:13.648+0000 7f9e3174bec0 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-18T14:03:14.404 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout 2024-09-18T14:03:14.404 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout { 2024-09-18T14:03:14.404 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "fsid": "8600d7e2-75c6-11ef-bceb-c7b262605968", 2024-09-18T14:03:14.404 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "health": { 2024-09-18T14:03:14.404 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-18T14:03:14.404 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-18T14:03:14.404 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-18T14:03:14.404 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout }, 2024-09-18T14:03:14.404 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-18T14:03:14.404 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-18T14:03:14.404 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout 0 2024-09-18T14:03:14.405 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout ], 2024-09-18T14:03:14.405 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-18T14:03:14.405 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "a" 2024-09-18T14:03:14.405 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout ], 2024-09-18T14:03:14.405 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "quorum_age": 3, 2024-09-18T14:03:14.405 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-18T14:03:14.405 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-18T14:03:14.405 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "quincy", 2024-09-18T14:03:14.405 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-18T14:03:14.405 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout }, 2024-09-18T14:03:14.405 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-18T14:03:14.405 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-18T14:03:14.405 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-18T14:03:14.405 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-18T14:03:14.406 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-18T14:03:14.409 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-18T14:03:14.409 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-18T14:03:14.409 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-18T14:03:14.409 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout }, 2024-09-18T14:03:14.409 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-18T14:03:14.409 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-18T14:03:14.409 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-18T14:03:14.409 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-18T14:03:14.409 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-18T14:03:14.410 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-18T14:03:14.410 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-18T14:03:14.410 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-18T14:03:14.410 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-18T14:03:14.410 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout }, 2024-09-18T14:03:14.410 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-18T14:03:14.410 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-18T14:03:14.410 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-18T14:03:14.410 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-18T14:03:14.410 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout }, 2024-09-18T14:03:14.410 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-18T14:03:14.410 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "available": false, 2024-09-18T14:03:14.410 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-18T14:03:14.411 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-18T14:03:14.411 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-18T14:03:14.411 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-18T14:03:14.411 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "restful" 2024-09-18T14:03:14.411 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout ], 2024-09-18T14:03:14.411 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-18T14:03:14.411 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout }, 2024-09-18T14:03:14.411 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-18T14:03:14.411 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-18T14:03:14.411 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "modified": "2024-09-18T14:03:03.266143+0000", 2024-09-18T14:03:14.411 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-18T14:03:14.411 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout }, 2024-09-18T14:03:14.411 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-18T14:03:14.411 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout } 2024-09-18T14:03:14.412 INFO:teuthology.orchestra.run.smithi135.stdout:mgr not available, waiting (1/15)... 2024-09-18T14:03:14.698 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:03:14 smithi135 bash[18928]: debug 2024-09-18T14:03:14.412+0000 7f9e3174bec0 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-18T14:03:14.698 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:03:14 smithi135 bash[18928]: debug 2024-09-18T14:03:14.480+0000 7f9e3174bec0 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-18T14:03:14.698 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:03:14 smithi135 bash[18928]: debug 2024-09-18T14:03:14.544+0000 7f9e3174bec0 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-18T14:03:14.955 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:03:14 smithi135 bash[18928]: debug 2024-09-18T14:03:14.696+0000 7f9e3174bec0 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-18T14:03:14.955 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:03:14 smithi135 bash[18928]: debug 2024-09-18T14:03:14.940+0000 7f9e3174bec0 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-18T14:03:15.455 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:03:15 smithi135 bash[18928]: debug 2024-09-18T14:03:15.004+0000 7f9e3174bec0 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-18T14:03:15.455 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:03:15 smithi135 bash[18928]: debug 2024-09-18T14:03:15.136+0000 7f9e3174bec0 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-18T14:03:16.188 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:03:15 smithi135 bash[18928]: debug 2024-09-18T14:03:15.764+0000 7f9e3174bec0 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-18T14:03:16.188 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:03:15 smithi135 bash[18928]: debug 2024-09-18T14:03:15.836+0000 7f9e3174bec0 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-18T14:03:16.188 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:03:15 smithi135 bash[18928]: debug 2024-09-18T14:03:15.908+0000 7f9e3174bec0 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-18T14:03:16.455 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:03:16 smithi135 bash[18928]: debug 2024-09-18T14:03:16.184+0000 7f9e3174bec0 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-18T14:03:16.455 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:03:16 smithi135 bash[18928]: debug 2024-09-18T14:03:16.320+0000 7f9e3174bec0 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-18T14:03:16.852 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:03:16 smithi135 bash[18928]: debug 2024-09-18T14:03:16.632+0000 7f9e3174bec0 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-18T14:03:17.205 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:03:16 smithi135 bash[18928]: debug 2024-09-18T14:03:16.848+0000 7f9e3174bec0 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-18T14:03:17.528 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:03:17 smithi135 bash[18928]: debug 2024-09-18T14:03:17.268+0000 7f9e3174bec0 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-18T14:03:17.528 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:03:17 smithi135 bash[18928]: debug 2024-09-18T14:03:17.331+0000 7f9e3174bec0 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-18T14:03:17.529 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:03:17 smithi135 bash[18928]: debug 2024-09-18T14:03:17.395+0000 7f9e3174bec0 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-18T14:03:17.529 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:03:17 smithi135 bash[18928]: debug 2024-09-18T14:03:17.487+0000 7f9e3174bec0 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-18T14:03:17.798 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:03:17 smithi135 bash[18928]: debug 2024-09-18T14:03:17.559+0000 7f9e3174bec0 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-18T14:03:17.798 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:03:17 smithi135 bash[18928]: debug 2024-09-18T14:03:17.643+0000 7f9e3174bec0 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-18T14:03:18.050 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:03:17 smithi135 bash[18928]: debug 2024-09-18T14:03:17.795+0000 7f9e3174bec0 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-18T14:03:18.050 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:03:17 smithi135 bash[18928]: debug 2024-09-18T14:03:17.871+0000 7f9e3174bec0 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-18T14:03:18.050 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:17 smithi135 bash[18657]: audit 2024-09-18T14:03:17.862246+0000 mon.a (mon.0) 8 : audit [DBG] from='client.? 172.21.15.135:0/3548010789' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-09-18T14:03:18.470 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout 2024-09-18T14:03:18.470 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout { 2024-09-18T14:03:18.470 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "fsid": "8600d7e2-75c6-11ef-bceb-c7b262605968", 2024-09-18T14:03:18.470 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "health": { 2024-09-18T14:03:18.471 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-18T14:03:18.471 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-18T14:03:18.471 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-18T14:03:18.471 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout }, 2024-09-18T14:03:18.473 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-18T14:03:18.473 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-18T14:03:18.473 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout 0 2024-09-18T14:03:18.473 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout ], 2024-09-18T14:03:18.473 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-18T14:03:18.473 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "a" 2024-09-18T14:03:18.473 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout ], 2024-09-18T14:03:18.473 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "quorum_age": 7, 2024-09-18T14:03:18.473 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-18T14:03:18.473 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-18T14:03:18.473 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "quincy", 2024-09-18T14:03:18.474 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-18T14:03:18.474 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout }, 2024-09-18T14:03:18.474 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-18T14:03:18.474 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-18T14:03:18.474 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-18T14:03:18.474 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-18T14:03:18.474 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-18T14:03:18.478 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-18T14:03:18.478 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-18T14:03:18.478 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-18T14:03:18.478 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout }, 2024-09-18T14:03:18.478 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-18T14:03:18.478 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-18T14:03:18.478 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-18T14:03:18.478 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-18T14:03:18.478 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-18T14:03:18.478 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-18T14:03:18.478 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-18T14:03:18.479 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-18T14:03:18.479 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-18T14:03:18.479 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout }, 2024-09-18T14:03:18.479 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-18T14:03:18.479 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-18T14:03:18.479 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-18T14:03:18.479 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-18T14:03:18.479 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout }, 2024-09-18T14:03:18.479 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-18T14:03:18.479 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "available": false, 2024-09-18T14:03:18.479 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-18T14:03:18.479 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-18T14:03:18.479 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-18T14:03:18.479 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-18T14:03:18.480 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "restful" 2024-09-18T14:03:18.480 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout ], 2024-09-18T14:03:18.480 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-18T14:03:18.480 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout }, 2024-09-18T14:03:18.480 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-18T14:03:18.480 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-18T14:03:18.480 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "modified": "2024-09-18T14:03:03.266143+0000", 2024-09-18T14:03:18.480 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-18T14:03:18.480 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout }, 2024-09-18T14:03:18.480 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-18T14:03:18.480 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout } 2024-09-18T14:03:18.480 INFO:teuthology.orchestra.run.smithi135.stdout:mgr not available, waiting (2/15)... 2024-09-18T14:03:19.205 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:03:18 smithi135 bash[18928]: debug 2024-09-18T14:03:18.807+0000 7f9e3174bec0 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-18T14:03:19.206 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:18 smithi135 bash[18657]: cluster 2024-09-18T14:03:18.812439+0000 mon.a (mon.0) 9 : cluster [INF] Activating manager daemon a 2024-09-18T14:03:19.206 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:18 smithi135 bash[18657]: cluster 2024-09-18T14:03:18.819276+0000 mon.a (mon.0) 10 : cluster [DBG] mgrmap e2: a(active, starting, since 0.0070863s) 2024-09-18T14:03:19.206 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:18 smithi135 bash[18657]: audit 2024-09-18T14:03:18.821265+0000 mon.a (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.135:0/4272505580' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-18T14:03:19.206 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:18 smithi135 bash[18657]: audit 2024-09-18T14:03:18.821522+0000 mon.a (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.135:0/4272505580' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-18T14:03:19.206 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:18 smithi135 bash[18657]: audit 2024-09-18T14:03:18.821710+0000 mon.a (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.135:0/4272505580' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-18T14:03:19.206 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:18 smithi135 bash[18657]: audit 2024-09-18T14:03:18.821878+0000 mon.a (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.135:0/4272505580' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-18T14:03:19.206 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:18 smithi135 bash[18657]: audit 2024-09-18T14:03:18.823416+0000 mon.a (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.135:0/4272505580' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-09-18T14:03:19.206 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:18 smithi135 bash[18657]: cluster 2024-09-18T14:03:18.834190+0000 mon.a (mon.0) 16 : cluster [INF] Manager daemon a is now available 2024-09-18T14:03:19.206 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:18 smithi135 bash[18657]: audit 2024-09-18T14:03:18.853968+0000 mon.a (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.135:0/4272505580' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-09-18T14:03:19.206 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:18 smithi135 bash[18657]: audit 2024-09-18T14:03:18.857111+0000 mon.a (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.135:0/4272505580' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-09-18T14:03:19.206 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:18 smithi135 bash[18657]: audit 2024-09-18T14:03:18.862759+0000 mon.a (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.135:0/4272505580' entity='mgr.a' 2024-09-18T14:03:19.207 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:18 smithi135 bash[18657]: audit 2024-09-18T14:03:18.866504+0000 mon.a (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.135:0/4272505580' entity='mgr.a' 2024-09-18T14:03:19.207 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:18 smithi135 bash[18657]: audit 2024-09-18T14:03:18.869147+0000 mon.a (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.135:0/4272505580' entity='mgr.a' 2024-09-18T14:03:20.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:20 smithi135 bash[18657]: cluster 2024-09-18T14:03:19.826029+0000 mon.a (mon.0) 22 : cluster [DBG] mgrmap e3: a(active, since 1.01384s) 2024-09-18T14:03:22.849 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout 2024-09-18T14:03:22.849 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout { 2024-09-18T14:03:22.849 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "fsid": "8600d7e2-75c6-11ef-bceb-c7b262605968", 2024-09-18T14:03:22.849 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "health": { 2024-09-18T14:03:22.850 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-18T14:03:22.850 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-18T14:03:22.850 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-18T14:03:22.850 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout }, 2024-09-18T14:03:22.850 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-18T14:03:22.850 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-18T14:03:22.850 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout 0 2024-09-18T14:03:22.850 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout ], 2024-09-18T14:03:22.850 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-18T14:03:22.850 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "a" 2024-09-18T14:03:22.850 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout ], 2024-09-18T14:03:22.850 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "quorum_age": 11, 2024-09-18T14:03:22.850 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-18T14:03:22.851 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-18T14:03:22.851 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "quincy", 2024-09-18T14:03:22.851 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-18T14:03:22.851 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout }, 2024-09-18T14:03:22.851 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-18T14:03:22.851 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-18T14:03:22.851 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-18T14:03:22.851 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-18T14:03:22.851 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-18T14:03:22.851 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-18T14:03:22.851 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-18T14:03:22.851 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-18T14:03:22.851 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout }, 2024-09-18T14:03:22.852 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-18T14:03:22.852 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-18T14:03:22.852 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-18T14:03:22.852 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-18T14:03:22.855 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-18T14:03:22.855 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-18T14:03:22.855 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-18T14:03:22.855 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-18T14:03:22.855 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-18T14:03:22.855 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout }, 2024-09-18T14:03:22.856 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-18T14:03:22.856 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-18T14:03:22.856 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-18T14:03:22.856 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-18T14:03:22.856 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout }, 2024-09-18T14:03:22.856 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-18T14:03:22.856 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-18T14:03:22.856 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-18T14:03:22.856 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-18T14:03:22.856 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-18T14:03:22.856 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-18T14:03:22.856 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "restful" 2024-09-18T14:03:22.857 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout ], 2024-09-18T14:03:22.857 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-18T14:03:22.857 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout }, 2024-09-18T14:03:22.857 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-18T14:03:22.857 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-18T14:03:22.857 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "modified": "2024-09-18T14:03:03.266143+0000", 2024-09-18T14:03:22.857 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-18T14:03:22.857 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout }, 2024-09-18T14:03:22.857 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-18T14:03:22.857 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout } 2024-09-18T14:03:22.857 INFO:teuthology.orchestra.run.smithi135.stdout:mgr is available 2024-09-18T14:03:23.205 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:22 smithi135 bash[18657]: cluster 2024-09-18T14:03:21.825040+0000 mon.a (mon.0) 23 : cluster [DBG] mgrmap e4: a(active, since 3s) 2024-09-18T14:03:23.206 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:22 smithi135 bash[18657]: audit 2024-09-18T14:03:22.241511+0000 mon.a (mon.0) 24 : audit [DBG] from='client.? 172.21.15.135:0/2173184443' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-09-18T14:03:24.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:24 smithi135 bash[18657]: audit 2024-09-18T14:03:24.499646+0000 mon.a (mon.0) 25 : audit [INF] from='client.? 172.21.15.135:0/168526472' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-09-18T14:03:24.957 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:24 smithi135 bash[18657]: audit 2024-09-18T14:03:24.505557+0000 mon.a (mon.0) 26 : audit [INF] from='client.? 172.21.15.135:0/168526472' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-09-18T14:03:25.097 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout 2024-09-18T14:03:25.097 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout [global] 2024-09-18T14:03:25.097 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout fsid = 8600d7e2-75c6-11ef-bceb-c7b262605968 2024-09-18T14:03:25.098 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-09-18T14:03:25.098 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-09-18T14:03:25.098 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-09-18T14:03:25.098 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-09-18T14:03:25.099 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-09-18T14:03:25.099 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout 2024-09-18T14:03:25.099 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout [mgr] 2024-09-18T14:03:25.099 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-09-18T14:03:25.099 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout 2024-09-18T14:03:25.100 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout [osd] 2024-09-18T14:03:25.100 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-09-18T14:03:25.100 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-09-18T14:03:25.100 INFO:teuthology.orchestra.run.smithi135.stdout:Enabling cephadm module... 2024-09-18T14:03:27.209 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:26 smithi135 bash[18657]: audit 2024-09-18T14:03:26.675441+0000 mon.a (mon.0) 27 : audit [INF] from='client.? 172.21.15.135:0/830916524' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-09-18T14:03:27.210 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:03:26 smithi135 bash[18928]: ignoring --setuser ceph since I am not root 2024-09-18T14:03:27.210 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:03:26 smithi135 bash[18928]: ignoring --setgroup ceph since I am not root 2024-09-18T14:03:27.210 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:03:26 smithi135 bash[18928]: debug 2024-09-18T14:03:26.891+0000 7fdcfe45fec0 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-18T14:03:27.766 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:27 smithi135 bash[18657]: audit 2024-09-18T14:03:26.729986+0000 mon.a (mon.0) 28 : audit [INF] from='client.? 172.21.15.135:0/830916524' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-09-18T14:03:27.766 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:27 smithi135 bash[18657]: cluster 2024-09-18T14:03:26.730121+0000 mon.a (mon.0) 29 : cluster [DBG] mgrmap e5: a(active, since 7s) 2024-09-18T14:03:27.766 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:03:27 smithi135 bash[18928]: debug 2024-09-18T14:03:27.631+0000 7fdcfe45fec0 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-18T14:03:27.766 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:03:27 smithi135 bash[18928]: debug 2024-09-18T14:03:27.695+0000 7fdcfe45fec0 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-18T14:03:28.162 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:03:27 smithi135 bash[18928]: debug 2024-09-18T14:03:27.763+0000 7fdcfe45fec0 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-18T14:03:28.163 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:03:27 smithi135 bash[18928]: debug 2024-09-18T14:03:27.911+0000 7fdcfe45fec0 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-18T14:03:28.456 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:03:28 smithi135 bash[18928]: debug 2024-09-18T14:03:28.159+0000 7fdcfe45fec0 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-18T14:03:28.456 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:03:28 smithi135 bash[18928]: debug 2024-09-18T14:03:28.219+0000 7fdcfe45fec0 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-18T14:03:28.456 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:03:28 smithi135 bash[18928]: debug 2024-09-18T14:03:28.351+0000 7fdcfe45fec0 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-18T14:03:29.431 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:29 smithi135 bash[18657]: audit 2024-09-18T14:03:29.028656+0000 mon.a (mon.0) 30 : audit [DBG] from='client.? 172.21.15.135:0/805657185' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-09-18T14:03:29.432 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:03:28 smithi135 bash[18928]: debug 2024-09-18T14:03:28.995+0000 7fdcfe45fec0 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-18T14:03:29.432 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:03:29 smithi135 bash[18928]: debug 2024-09-18T14:03:29.071+0000 7fdcfe45fec0 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-18T14:03:29.432 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:03:29 smithi135 bash[18928]: debug 2024-09-18T14:03:29.151+0000 7fdcfe45fec0 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-18T14:03:29.566 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:03:29 smithi135 bash[18928]: debug 2024-09-18T14:03:29.427+0000 7fdcfe45fec0 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-18T14:03:29.681 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout { 2024-09-18T14:03:29.682 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-09-18T14:03:29.682 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-18T14:03:29.682 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-09-18T14:03:29.682 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-09-18T14:03:29.682 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout } 2024-09-18T14:03:29.682 INFO:teuthology.orchestra.run.smithi135.stdout:Waiting for the mgr to restart... 2024-09-18T14:03:29.682 INFO:teuthology.orchestra.run.smithi135.stdout:Waiting for mgr epoch 5... 2024-09-18T14:03:29.706 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:03:29 smithi135 bash[18928]: debug 2024-09-18T14:03:29.563+0000 7fdcfe45fec0 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-18T14:03:30.093 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:03:29 smithi135 bash[18928]: debug 2024-09-18T14:03:29.875+0000 7fdcfe45fec0 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-18T14:03:30.456 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:03:30 smithi135 bash[18928]: debug 2024-09-18T14:03:30.087+0000 7fdcfe45fec0 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-18T14:03:30.798 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:03:30 smithi135 bash[18928]: debug 2024-09-18T14:03:30.503+0000 7fdcfe45fec0 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-18T14:03:30.799 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:03:30 smithi135 bash[18928]: debug 2024-09-18T14:03:30.567+0000 7fdcfe45fec0 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-18T14:03:30.799 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:03:30 smithi135 bash[18928]: debug 2024-09-18T14:03:30.631+0000 7fdcfe45fec0 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-18T14:03:30.799 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:03:30 smithi135 bash[18928]: debug 2024-09-18T14:03:30.723+0000 7fdcfe45fec0 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-18T14:03:31.100 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:03:30 smithi135 bash[18928]: debug 2024-09-18T14:03:30.791+0000 7fdcfe45fec0 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-18T14:03:31.100 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:03:30 smithi135 bash[18928]: debug 2024-09-18T14:03:30.871+0000 7fdcfe45fec0 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-18T14:03:31.100 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:03:31 smithi135 bash[18928]: debug 2024-09-18T14:03:31.019+0000 7fdcfe45fec0 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-18T14:03:31.456 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:03:31 smithi135 bash[18928]: debug 2024-09-18T14:03:31.095+0000 7fdcfe45fec0 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-18T14:03:32.456 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:03:32 smithi135 bash[18928]: debug 2024-09-18T14:03:32.007+0000 7fdcfe45fec0 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-18T14:03:32.456 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:32 smithi135 bash[18657]: cluster 2024-09-18T14:03:32.031187+0000 mon.a (mon.0) 31 : cluster [INF] Active manager daemon a restarted 2024-09-18T14:03:32.456 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:32 smithi135 bash[18657]: cluster 2024-09-18T14:03:32.031443+0000 mon.a (mon.0) 32 : cluster [INF] Activating manager daemon a 2024-09-18T14:03:32.456 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:32 smithi135 bash[18657]: cluster 2024-09-18T14:03:32.037941+0000 mon.a (mon.0) 33 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-09-18T14:03:32.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:32 smithi135 bash[18657]: cluster 2024-09-18T14:03:32.038187+0000 mon.a (mon.0) 34 : cluster [DBG] mgrmap e6: a(active, starting, since 0.0068402s) 2024-09-18T14:03:32.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:32 smithi135 bash[18657]: audit 2024-09-18T14:03:32.040731+0000 mon.a (mon.0) 35 : audit [DBG] from='mgr.14118 172.21.15.135:0/1455057404' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-18T14:03:32.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:32 smithi135 bash[18657]: audit 2024-09-18T14:03:32.042187+0000 mon.a (mon.0) 36 : audit [DBG] from='mgr.14118 172.21.15.135:0/1455057404' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-09-18T14:03:32.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:32 smithi135 bash[18657]: audit 2024-09-18T14:03:32.043293+0000 mon.a (mon.0) 37 : audit [DBG] from='mgr.14118 172.21.15.135:0/1455057404' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-18T14:03:32.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:32 smithi135 bash[18657]: audit 2024-09-18T14:03:32.043623+0000 mon.a (mon.0) 38 : audit [DBG] from='mgr.14118 172.21.15.135:0/1455057404' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-18T14:03:32.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:32 smithi135 bash[18657]: audit 2024-09-18T14:03:32.043881+0000 mon.a (mon.0) 39 : audit [DBG] from='mgr.14118 172.21.15.135:0/1455057404' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-18T14:03:32.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:32 smithi135 bash[18657]: cluster 2024-09-18T14:03:32.051858+0000 mon.a (mon.0) 40 : cluster [INF] Manager daemon a is now available 2024-09-18T14:03:32.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:32 smithi135 bash[18657]: audit 2024-09-18T14:03:32.073350+0000 mon.a (mon.0) 41 : audit [INF] from='mgr.14118 172.21.15.135:0/1455057404' entity='mgr.a' 2024-09-18T14:03:32.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:32 smithi135 bash[18657]: audit 2024-09-18T14:03:32.082521+0000 mon.a (mon.0) 42 : audit [INF] from='mgr.14118 172.21.15.135:0/1455057404' entity='mgr.a' 2024-09-18T14:03:33.456 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:33 smithi135 bash[18657]: cephadm 2024-09-18T14:03:32.067548+0000 mgr.a (mgr.14118) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-09-18T14:03:33.456 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:33 smithi135 bash[18657]: audit 2024-09-18T14:03:32.091082+0000 mon.a (mon.0) 43 : audit [INF] from='mgr.14118 172.21.15.135:0/1455057404' entity='mgr.a' 2024-09-18T14:03:33.456 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:33 smithi135 bash[18657]: audit 2024-09-18T14:03:32.095103+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.14118 172.21.15.135:0/1455057404' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T14:03:33.456 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:33 smithi135 bash[18657]: audit 2024-09-18T14:03:32.100056+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.14118 172.21.15.135:0/1455057404' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T14:03:33.456 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:33 smithi135 bash[18657]: audit 2024-09-18T14:03:32.119852+0000 mon.a (mon.0) 46 : audit [INF] from='mgr.14118 172.21.15.135:0/1455057404' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-09-18T14:03:33.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:33 smithi135 bash[18657]: audit 2024-09-18T14:03:32.127561+0000 mon.a (mon.0) 47 : audit [INF] from='mgr.14118 172.21.15.135:0/1455057404' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-09-18T14:03:33.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:33 smithi135 bash[18657]: cluster 2024-09-18T14:03:33.043135+0000 mon.a (mon.0) 48 : cluster [DBG] mgrmap e7: a(active, since 1.01178s) 2024-09-18T14:03:33.682 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout { 2024-09-18T14:03:33.682 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-09-18T14:03:33.682 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "initialized": true 2024-09-18T14:03:33.682 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout } 2024-09-18T14:03:33.683 INFO:teuthology.orchestra.run.smithi135.stdout:mgr epoch 5 is available 2024-09-18T14:03:33.683 INFO:teuthology.orchestra.run.smithi135.stdout:Setting orchestrator backend to cephadm... 2024-09-18T14:03:33.956 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:03:33 smithi135 bash[18928]: debug 2024-09-18T14:03:33.570+0000 7fdcb0833640 -1 log_channel(cephadm) log [ERR] : [18/Sep/2024:14:03:33] ENGINE Error in HTTPServer.serve 2024-09-18T14:03:33.957 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:03:33 smithi135 bash[18928]: Traceback (most recent call last): 2024-09-18T14:03:33.957 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:03:33 smithi135 bash[18928]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-18T14:03:33.957 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:03:33 smithi135 bash[18928]: self._connections.run(self.expiration_interval) 2024-09-18T14:03:33.957 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:03:33 smithi135 bash[18928]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-18T14:03:33.957 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:03:33 smithi135 bash[18928]: self._run(expiration_interval) 2024-09-18T14:03:33.957 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:03:33 smithi135 bash[18928]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-18T14:03:33.957 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:03:33 smithi135 bash[18928]: new_conn = self._from_server_socket(self.server.socket) 2024-09-18T14:03:33.957 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:03:33 smithi135 bash[18928]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-18T14:03:33.957 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:03:33 smithi135 bash[18928]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-18T14:03:33.957 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:03:33 smithi135 bash[18928]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-18T14:03:33.957 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:03:33 smithi135 bash[18928]: s = self.context.wrap_socket( 2024-09-18T14:03:33.957 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:03:33 smithi135 bash[18928]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-18T14:03:33.958 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:03:33 smithi135 bash[18928]: return self.sslsocket_class._create( 2024-09-18T14:03:33.958 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:03:33 smithi135 bash[18928]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-18T14:03:33.958 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:03:33 smithi135 bash[18928]: self.do_handshake() 2024-09-18T14:03:33.958 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:03:33 smithi135 bash[18928]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-18T14:03:33.958 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:03:33 smithi135 bash[18928]: self._sslobj.do_handshake() 2024-09-18T14:03:33.958 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:03:33 smithi135 bash[18928]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-18T14:03:34.957 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:34 smithi135 bash[18657]: audit 2024-09-18T14:03:33.041428+0000 mgr.a (mgr.14118) 2 : audit [DBG] from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-09-18T14:03:34.957 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:34 smithi135 bash[18657]: audit 2024-09-18T14:03:33.055129+0000 mgr.a (mgr.14118) 3 : audit [DBG] from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-09-18T14:03:34.957 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:34 smithi135 bash[18657]: cephadm 2024-09-18T14:03:33.446757+0000 mgr.a (mgr.14118) 4 : cephadm [INF] [18/Sep/2024:14:03:33] ENGINE Bus STARTING 2024-09-18T14:03:34.957 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:34 smithi135 bash[18657]: cephadm 2024-09-18T14:03:33.570567+0000 mgr.a (mgr.14118) 5 : cephadm [INF] [18/Sep/2024:14:03:33] ENGINE Serving on https://172.21.15.135:7150 2024-09-18T14:03:34.957 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:34 smithi135 bash[18657]: cephadm 2024-09-18T14:03:33.570824+0000 mgr.a (mgr.14118) 6 : cephadm [INF] [18/Sep/2024:14:03:33] ENGINE Bus STARTED 2024-09-18T14:03:34.957 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:34 smithi135 bash[18657]: cephadm 2024-09-18T14:03:33.573994+0000 mgr.a (mgr.14118) 7 : cephadm [ERR] [18/Sep/2024:14:03:33] ENGINE Error in HTTPServer.serve 2024-09-18T14:03:34.958 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:34 smithi135 bash[18657]: Traceback (most recent call last): 2024-09-18T14:03:34.958 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:34 smithi135 bash[18657]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-18T14:03:34.958 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:34 smithi135 bash[18657]: self._connections.run(self.expiration_interval) 2024-09-18T14:03:34.958 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:34 smithi135 bash[18657]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-18T14:03:34.958 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:34 smithi135 bash[18657]: self._run(expiration_interval) 2024-09-18T14:03:34.958 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:34 smithi135 bash[18657]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-18T14:03:34.958 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:34 smithi135 bash[18657]: new_conn = self._from_server_socket(self.server.socket) 2024-09-18T14:03:34.958 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:34 smithi135 bash[18657]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-18T14:03:34.958 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:34 smithi135 bash[18657]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-18T14:03:34.958 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:34 smithi135 bash[18657]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-18T14:03:34.958 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:34 smithi135 bash[18657]: s = self.context.wrap_socket( 2024-09-18T14:03:34.958 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:34 smithi135 bash[18657]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-18T14:03:34.958 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:34 smithi135 bash[18657]: return self.sslsocket_class._create( 2024-09-18T14:03:34.959 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:34 smithi135 bash[18657]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-18T14:03:34.959 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:34 smithi135 bash[18657]: self.do_handshake() 2024-09-18T14:03:34.959 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:34 smithi135 bash[18657]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-18T14:03:34.959 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:34 smithi135 bash[18657]: self._sslobj.do_handshake() 2024-09-18T14:03:34.959 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:34 smithi135 bash[18657]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-18T14:03:34.959 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:34 smithi135 bash[18657]: audit 2024-09-18T14:03:33.576293+0000 mon.a (mon.0) 49 : audit [INF] from='mgr.14118 172.21.15.135:0/1455057404' entity='mgr.a' 2024-09-18T14:03:34.959 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:34 smithi135 bash[18657]: audit 2024-09-18T14:03:33.577787+0000 mon.a (mon.0) 50 : audit [DBG] from='mgr.14118 172.21.15.135:0/1455057404' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T14:03:35.706 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:35 smithi135 bash[18657]: cluster 2024-09-18T14:03:34.585906+0000 mon.a (mon.0) 51 : cluster [DBG] mgrmap e8: a(active, since 2s) 2024-09-18T14:03:35.706 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:35 smithi135 bash[18657]: audit 2024-09-18T14:03:35.299927+0000 mon.a (mon.0) 52 : audit [INF] from='mgr.14118 172.21.15.135:0/1455057404' entity='mgr.a' 2024-09-18T14:03:35.706 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:35 smithi135 bash[18657]: audit 2024-09-18T14:03:35.319376+0000 mon.a (mon.0) 53 : audit [DBG] from='mgr.14118 172.21.15.135:0/1455057404' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T14:03:36.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:36 smithi135 bash[18657]: audit 2024-09-18T14:03:35.294424+0000 mgr.a (mgr.14118) 8 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T14:03:38.202 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout value unchanged 2024-09-18T14:03:38.202 INFO:teuthology.orchestra.run.smithi135.stdout:Generating ssh key... 2024-09-18T14:03:38.206 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:37 smithi135 bash[18657]: audit 2024-09-18T14:03:37.511564+0000 mgr.a (mgr.14118) 9 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T14:03:40.205 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:39 smithi135 bash[18657]: audit 2024-09-18T14:03:39.775433+0000 mgr.a (mgr.14118) 10 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T14:03:40.205 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:39 smithi135 bash[18657]: cephadm 2024-09-18T14:03:39.775797+0000 mgr.a (mgr.14118) 11 : cephadm [INF] Generating ssh key... 2024-09-18T14:03:40.205 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:03:39 smithi135 bash[18928]: Generating public/private rsa key pair. 2024-09-18T14:03:40.206 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:03:39 smithi135 bash[18928]: Your identification has been saved in /tmp/tmpq6_xcvwg/key 2024-09-18T14:03:40.206 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:03:39 smithi135 bash[18928]: Your public key has been saved in /tmp/tmpq6_xcvwg/key.pub 2024-09-18T14:03:40.206 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:03:39 smithi135 bash[18928]: The key fingerprint is: 2024-09-18T14:03:40.206 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:03:39 smithi135 bash[18928]: SHA256:42ybtH2zEp5Py4k+llndubH5+cxkXQPiOQgMNVSreBo ceph-8600d7e2-75c6-11ef-bceb-c7b262605968 2024-09-18T14:03:40.206 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:03:39 smithi135 bash[18928]: The key's randomart image is: 2024-09-18T14:03:40.206 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:03:39 smithi135 bash[18928]: +---[RSA 3072]----+ 2024-09-18T14:03:40.206 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:03:39 smithi135 bash[18928]: | .o+.. | 2024-09-18T14:03:40.206 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:03:39 smithi135 bash[18928]: | o . . | 2024-09-18T14:03:40.207 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:03:39 smithi135 bash[18928]: | o . . . | 2024-09-18T14:03:40.207 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:03:39 smithi135 bash[18928]: | . o o o . | 2024-09-18T14:03:40.207 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:03:39 smithi135 bash[18928]: | E oS. + . oo| 2024-09-18T14:03:40.207 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:03:39 smithi135 bash[18928]: | +o .. o .o=| 2024-09-18T14:03:40.207 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:03:39 smithi135 bash[18928]: | . =. *. O| 2024-09-18T14:03:40.207 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:03:39 smithi135 bash[18928]: | o =O+oo O.| 2024-09-18T14:03:40.207 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:03:39 smithi135 bash[18928]: | +o+=*o .B| 2024-09-18T14:03:40.207 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:03:39 smithi135 bash[18928]: +----[SHA256]-----+ 2024-09-18T14:03:41.206 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:40 smithi135 bash[18657]: audit 2024-09-18T14:03:39.967580+0000 mon.a (mon.0) 54 : audit [INF] from='mgr.14118 172.21.15.135:0/1455057404' entity='mgr.a' 2024-09-18T14:03:41.206 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:40 smithi135 bash[18657]: audit 2024-09-18T14:03:39.972379+0000 mon.a (mon.0) 55 : audit [INF] from='mgr.14118 172.21.15.135:0/1455057404' entity='mgr.a' 2024-09-18T14:03:42.801 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCx8QyVRcE8hwsDwbl3kdOt9qGoYTl2IBa6WLMj+2GA8c8mXnZ+06MKy6Qh54Kp4/KIvVUDnKqmCCfIyp2710TeFqs3RTDZSUF3+B0g8LWUUs2whQZOa7Fnb+d5IiSkTyvrWEBkDV6df6OKM07UNreyFggilmaOunjl3Sv8DW9T3U9WY1mnhgl5NN6acIjyB8VVsSxPYWPSb3rESHo2f/f8E6lFfOqSve4hsRFglTLMszg0vT8kPO5Fdc6Iwg7LN1vTdOS9FPc7tMQuaJIYkQNc8tJ3Clo+JiuYreoLfukQhK8oMSMiwjbx1y825A6wYac57IHb/lnashBxI81tFv6Wxm2hEdM9xpj9tJPjU8qZygpdLZ30aARI5UWKy9oyyRTQRvDgONigMU5j5drB3GG9P7QiD0YVHIiiEqeiWVDwk0Gly0q/vI0N6kADIuFp/mvDnI8w7tOZPNj7gODciXF63RwLzlndQijGD2UZ24Ow2DygivJ9nnmL1B0769idef8= ceph-8600d7e2-75c6-11ef-bceb-c7b262605968 2024-09-18T14:03:42.802 INFO:teuthology.orchestra.run.smithi135.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-09-18T14:03:42.802 INFO:teuthology.orchestra.run.smithi135.stdout:Adding key to root@localhost authorized_keys... 2024-09-18T14:03:42.803 INFO:teuthology.orchestra.run.smithi135.stdout:Adding host smithi135... 2024-09-18T14:03:43.206 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:42 smithi135 bash[18657]: audit 2024-09-18T14:03:42.191139+0000 mgr.a (mgr.14118) 12 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T14:03:45.030 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:44 smithi135 bash[18657]: audit 2024-09-18T14:03:44.362315+0000 mgr.a (mgr.14118) 13 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi135", "addr": "172.21.15.135", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T14:03:46.035 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:45 smithi135 bash[18657]: cephadm 2024-09-18T14:03:45.575282+0000 mgr.a (mgr.14118) 14 : cephadm [INF] Deploying cephadm binary to smithi135 2024-09-18T14:03:49.136 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout Added host 'smithi135' with addr '172.21.15.135' 2024-09-18T14:03:49.136 INFO:teuthology.orchestra.run.smithi135.stdout:Deploying unmanaged mon service... 2024-09-18T14:03:49.584 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:49 smithi135 bash[18657]: audit 2024-09-18T14:03:48.161761+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.14118 172.21.15.135:0/1455057404' entity='mgr.a' 2024-09-18T14:03:49.584 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:49 smithi135 bash[18657]: cephadm 2024-09-18T14:03:48.162298+0000 mgr.a (mgr.14118) 15 : cephadm [INF] Added host smithi135 2024-09-18T14:03:49.584 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:49 smithi135 bash[18657]: audit 2024-09-18T14:03:48.163059+0000 mon.a (mon.0) 57 : audit [DBG] from='mgr.14118 172.21.15.135:0/1455057404' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T14:03:52.453 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-09-18T14:03:52.453 INFO:teuthology.orchestra.run.smithi135.stdout:Deploying unmanaged mgr service... 2024-09-18T14:03:52.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:52 smithi135 bash[18657]: audit 2024-09-18T14:03:51.464133+0000 mgr.a (mgr.14118) 16 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T14:03:52.957 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:52 smithi135 bash[18657]: cephadm 2024-09-18T14:03:51.465954+0000 mgr.a (mgr.14118) 17 : cephadm [INF] Saving service mon spec with placement count:5 2024-09-18T14:03:52.957 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:52 smithi135 bash[18657]: audit 2024-09-18T14:03:51.469053+0000 mon.a (mon.0) 58 : audit [INF] from='mgr.14118 172.21.15.135:0/1455057404' entity='mgr.a' 2024-09-18T14:03:52.957 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:52 smithi135 bash[18657]: audit 2024-09-18T14:03:52.011395+0000 mon.a (mon.0) 59 : audit [INF] from='mgr.14118 172.21.15.135:0/1455057404' entity='mgr.a' 2024-09-18T14:03:52.957 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:52 smithi135 bash[18657]: audit 2024-09-18T14:03:52.315017+0000 mon.a (mon.0) 60 : audit [INF] from='mgr.14118 172.21.15.135:0/1455057404' entity='mgr.a' 2024-09-18T14:03:53.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:53 smithi135 bash[18657]: cluster 2024-09-18T14:03:52.044880+0000 mgr.a (mgr.14118) 18 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:03:54.822 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-09-18T14:03:55.206 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:55 smithi135 bash[18657]: cluster 2024-09-18T14:03:54.045237+0000 mgr.a (mgr.14118) 19 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:03:55.207 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:55 smithi135 bash[18657]: audit 2024-09-18T14:03:54.138648+0000 mgr.a (mgr.14118) 20 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T14:03:55.207 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:55 smithi135 bash[18657]: cephadm 2024-09-18T14:03:54.140765+0000 mgr.a (mgr.14118) 21 : cephadm [INF] Saving service mgr spec with placement count:2 2024-09-18T14:03:55.207 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:55 smithi135 bash[18657]: audit 2024-09-18T14:03:54.145888+0000 mon.a (mon.0) 61 : audit [INF] from='mgr.14118 172.21.15.135:0/1455057404' entity='mgr.a' 2024-09-18T14:03:57.707 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:57 smithi135 bash[18657]: cluster 2024-09-18T14:03:56.045693+0000 mgr.a (mgr.14118) 22 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:03:57.707 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:57 smithi135 bash[18657]: audit 2024-09-18T14:03:56.428565+0000 mon.a (mon.0) 62 : audit [INF] from='client.? 172.21.15.135:0/726767727' entity='client.admin' 2024-09-18T14:03:59.207 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:58 smithi135 bash[18657]: audit 2024-09-18T14:03:57.926406+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.14118 172.21.15.135:0/1455057404' entity='mgr.a' 2024-09-18T14:03:59.207 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:58 smithi135 bash[18657]: audit 2024-09-18T14:03:57.932174+0000 mon.a (mon.0) 64 : audit [INF] from='mgr.14118 172.21.15.135:0/1455057404' entity='mgr.a' 2024-09-18T14:03:59.207 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:58 smithi135 bash[18657]: audit 2024-09-18T14:03:57.933245+0000 mon.a (mon.0) 65 : audit [INF] from='mgr.14118 172.21.15.135:0/1455057404' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi135", "name": "osd_memory_target"}]: dispatch 2024-09-18T14:03:59.207 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:58 smithi135 bash[18657]: audit 2024-09-18T14:03:57.941164+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.14118 172.21.15.135:0/1455057404' entity='mgr.a' 2024-09-18T14:03:59.207 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:58 smithi135 bash[18657]: audit 2024-09-18T14:03:57.944474+0000 mon.a (mon.0) 67 : audit [INF] from='mgr.14118 172.21.15.135:0/1455057404' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi135", "caps": []}]: dispatch 2024-09-18T14:03:59.207 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:58 smithi135 bash[18657]: audit 2024-09-18T14:03:57.949145+0000 mon.a (mon.0) 68 : audit [INF] from='mgr.14118 172.21.15.135:0/1455057404' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi135", "caps": []}]': finished 2024-09-18T14:03:59.207 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:58 smithi135 bash[18657]: cluster 2024-09-18T14:03:58.046177+0000 mgr.a (mgr.14118) 23 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:03:59.208 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:58 smithi135 bash[18657]: audit 2024-09-18T14:03:58.683578+0000 mon.a (mon.0) 69 : audit [INF] from='client.? 172.21.15.135:0/459412466' entity='client.admin' 2024-09-18T14:03:59.338 INFO:teuthology.orchestra.run.smithi135.stdout:Enabling the dashboard module... 2024-09-18T14:04:00.206 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:03:59 smithi135 bash[18657]: cephadm 2024-09-18T14:03:58.972181+0000 mgr.a (mgr.14118) 24 : cephadm [INF] Deploying daemon agent.smithi135 on smithi135 2024-09-18T14:04:01.206 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:00 smithi135 bash[18657]: cluster 2024-09-18T14:04:00.046588+0000 mgr.a (mgr.14118) 25 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:04:02.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:01 smithi135 bash[18657]: audit 2024-09-18T14:04:01.193516+0000 mon.a (mon.0) 70 : audit [INF] from='client.? 172.21.15.135:0/747317526' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-09-18T14:04:02.457 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:04:02 smithi135 bash[18928]: ignoring --setuser ceph since I am not root 2024-09-18T14:04:02.457 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:04:02 smithi135 bash[18928]: ignoring --setgroup ceph since I am not root 2024-09-18T14:04:02.457 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:04:02 smithi135 bash[18928]: debug 2024-09-18T14:04:02.149+0000 7f69bd71eec0 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-18T14:04:03.031 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:02 smithi135 bash[18657]: audit 2024-09-18T14:04:01.976104+0000 mon.a (mon.0) 71 : audit [INF] from='client.? 172.21.15.135:0/747317526' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-09-18T14:04:03.031 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:02 smithi135 bash[18657]: cluster 2024-09-18T14:04:01.976219+0000 mon.a (mon.0) 72 : cluster [DBG] mgrmap e9: a(active, since 29s) 2024-09-18T14:04:03.031 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:04:02 smithi135 bash[18928]: debug 2024-09-18T14:04:02.893+0000 7f69bd71eec0 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-18T14:04:03.031 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:04:02 smithi135 bash[18928]: debug 2024-09-18T14:04:02.957+0000 7f69bd71eec0 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-18T14:04:03.429 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:04:03 smithi135 bash[18928]: debug 2024-09-18T14:04:03.025+0000 7f69bd71eec0 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-18T14:04:03.429 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:04:03 smithi135 bash[18928]: debug 2024-09-18T14:04:03.177+0000 7f69bd71eec0 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-18T14:04:03.707 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:04:03 smithi135 bash[18928]: debug 2024-09-18T14:04:03.421+0000 7f69bd71eec0 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-18T14:04:03.707 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:04:03 smithi135 bash[18928]: debug 2024-09-18T14:04:03.485+0000 7f69bd71eec0 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-18T14:04:03.707 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:04:03 smithi135 bash[18928]: debug 2024-09-18T14:04:03.617+0000 7f69bd71eec0 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-18T14:04:04.698 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:04 smithi135 bash[18657]: audit 2024-09-18T14:04:04.297456+0000 mon.a (mon.0) 73 : audit [DBG] from='client.? 172.21.15.135:0/3730139136' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-09-18T14:04:04.699 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:04:04 smithi135 bash[18928]: debug 2024-09-18T14:04:04.257+0000 7f69bd71eec0 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-18T14:04:04.699 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:04:04 smithi135 bash[18928]: debug 2024-09-18T14:04:04.333+0000 7f69bd71eec0 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-18T14:04:04.699 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:04:04 smithi135 bash[18928]: debug 2024-09-18T14:04:04.409+0000 7f69bd71eec0 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-18T14:04:04.952 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout { 2024-09-18T14:04:04.952 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-09-18T14:04:04.952 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-18T14:04:04.952 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-09-18T14:04:04.952 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-09-18T14:04:04.952 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout } 2024-09-18T14:04:04.953 INFO:teuthology.orchestra.run.smithi135.stdout:Waiting for the mgr to restart... 2024-09-18T14:04:04.953 INFO:teuthology.orchestra.run.smithi135.stdout:Waiting for mgr epoch 9... 2024-09-18T14:04:04.956 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:04:04 smithi135 bash[18928]: debug 2024-09-18T14:04:04.693+0000 7f69bd71eec0 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-18T14:04:04.957 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:04:04 smithi135 bash[18928]: debug 2024-09-18T14:04:04.825+0000 7f69bd71eec0 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-18T14:04:05.362 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:04:05 smithi135 bash[18928]: debug 2024-09-18T14:04:05.141+0000 7f69bd71eec0 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-18T14:04:05.707 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:04:05 smithi135 bash[18928]: debug 2024-09-18T14:04:05.353+0000 7f69bd71eec0 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-18T14:04:06.062 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:04:05 smithi135 bash[18928]: debug 2024-09-18T14:04:05.769+0000 7f69bd71eec0 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-18T14:04:06.062 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:04:05 smithi135 bash[18928]: debug 2024-09-18T14:04:05.829+0000 7f69bd71eec0 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-18T14:04:06.062 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:04:05 smithi135 bash[18928]: debug 2024-09-18T14:04:05.897+0000 7f69bd71eec0 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-18T14:04:06.062 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:04:05 smithi135 bash[18928]: debug 2024-09-18T14:04:05.989+0000 7f69bd71eec0 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-18T14:04:06.371 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:04:06 smithi135 bash[18928]: debug 2024-09-18T14:04:06.053+0000 7f69bd71eec0 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-18T14:04:06.372 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:04:06 smithi135 bash[18928]: debug 2024-09-18T14:04:06.133+0000 7f69bd71eec0 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-18T14:04:06.372 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:04:06 smithi135 bash[18928]: debug 2024-09-18T14:04:06.289+0000 7f69bd71eec0 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-18T14:04:06.706 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:04:06 smithi135 bash[18928]: debug 2024-09-18T14:04:06.365+0000 7f69bd71eec0 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-18T14:04:07.544 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:04:07 smithi135 bash[18928]: debug 2024-09-18T14:04:07.285+0000 7f69bd71eec0 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-18T14:04:07.544 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:07 smithi135 bash[18657]: cluster 2024-09-18T14:04:07.311129+0000 mon.a (mon.0) 74 : cluster [INF] Active manager daemon a restarted 2024-09-18T14:04:07.544 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:07 smithi135 bash[18657]: cluster 2024-09-18T14:04:07.311593+0000 mon.a (mon.0) 75 : cluster [INF] Activating manager daemon a 2024-09-18T14:04:07.544 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:07 smithi135 bash[18657]: cluster 2024-09-18T14:04:07.318221+0000 mon.a (mon.0) 76 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-09-18T14:04:07.545 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:07 smithi135 bash[18657]: cluster 2024-09-18T14:04:07.318459+0000 mon.a (mon.0) 77 : cluster [DBG] mgrmap e10: a(active, starting, since 0.00705496s) 2024-09-18T14:04:07.545 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:07 smithi135 bash[18657]: audit 2024-09-18T14:04:07.320336+0000 mon.a (mon.0) 78 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-18T14:04:07.545 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:07 smithi135 bash[18657]: audit 2024-09-18T14:04:07.322745+0000 mon.a (mon.0) 79 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-09-18T14:04:07.545 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:07 smithi135 bash[18657]: audit 2024-09-18T14:04:07.324164+0000 mon.a (mon.0) 80 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-18T14:04:07.545 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:07 smithi135 bash[18657]: audit 2024-09-18T14:04:07.324326+0000 mon.a (mon.0) 81 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-18T14:04:07.545 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:07 smithi135 bash[18657]: audit 2024-09-18T14:04:07.324510+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-18T14:04:07.545 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:07 smithi135 bash[18657]: cluster 2024-09-18T14:04:07.335027+0000 mon.a (mon.0) 83 : cluster [INF] Manager daemon a is now available 2024-09-18T14:04:07.545 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:07 smithi135 bash[18657]: audit 2024-09-18T14:04:07.359261+0000 mon.a (mon.0) 84 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:04:08.689 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:08 smithi135 bash[18657]: audit 2024-09-18T14:04:07.369795+0000 mon.a (mon.0) 85 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T14:04:08.689 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:08 smithi135 bash[18657]: audit 2024-09-18T14:04:07.394276+0000 mon.a (mon.0) 86 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-09-18T14:04:08.690 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:08 smithi135 bash[18657]: audit 2024-09-18T14:04:07.406577+0000 mon.a (mon.0) 87 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-09-18T14:04:08.690 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:08 smithi135 bash[18657]: cluster 2024-09-18T14:04:08.323678+0000 mon.a (mon.0) 88 : cluster [DBG] mgrmap e11: a(active, since 1.01226s) 2024-09-18T14:04:08.957 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:04:08 smithi135 bash[18928]: debug 2024-09-18T14:04:08.681+0000 7f696e26f640 -1 log_channel(cephadm) log [ERR] : [18/Sep/2024:14:04:08] ENGINE Error in HTTPServer.serve 2024-09-18T14:04:08.957 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:04:08 smithi135 bash[18928]: Traceback (most recent call last): 2024-09-18T14:04:08.957 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:04:08 smithi135 bash[18928]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-18T14:04:08.957 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:04:08 smithi135 bash[18928]: self._connections.run(self.expiration_interval) 2024-09-18T14:04:08.957 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:04:08 smithi135 bash[18928]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-18T14:04:08.957 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:04:08 smithi135 bash[18928]: self._run(expiration_interval) 2024-09-18T14:04:08.957 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:04:08 smithi135 bash[18928]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-18T14:04:08.957 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:04:08 smithi135 bash[18928]: new_conn = self._from_server_socket(self.server.socket) 2024-09-18T14:04:08.957 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:04:08 smithi135 bash[18928]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-18T14:04:08.958 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:04:08 smithi135 bash[18928]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-18T14:04:08.958 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:04:08 smithi135 bash[18928]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-18T14:04:08.958 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:04:08 smithi135 bash[18928]: s = self.context.wrap_socket( 2024-09-18T14:04:08.958 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:04:08 smithi135 bash[18928]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-18T14:04:08.958 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:04:08 smithi135 bash[18928]: return self.sslsocket_class._create( 2024-09-18T14:04:08.958 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:04:08 smithi135 bash[18928]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-18T14:04:08.958 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:04:08 smithi135 bash[18928]: self.do_handshake() 2024-09-18T14:04:08.958 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:04:08 smithi135 bash[18928]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-18T14:04:08.958 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:04:08 smithi135 bash[18928]: self._sslobj.do_handshake() 2024-09-18T14:04:08.958 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:04:08 smithi135 bash[18928]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-18T14:04:09.060 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout { 2024-09-18T14:04:09.060 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-09-18T14:04:09.060 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout "initialized": true 2024-09-18T14:04:09.060 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout } 2024-09-18T14:04:09.060 INFO:teuthology.orchestra.run.smithi135.stdout:mgr epoch 9 is available 2024-09-18T14:04:09.060 INFO:teuthology.orchestra.run.smithi135.stdout:Generating a dashboard self-signed certificate... 2024-09-18T14:04:09.957 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:09 smithi135 bash[18657]: cephadm 2024-09-18T14:04:08.557320+0000 mgr.a (mgr.14150) 3 : cephadm [INF] [18/Sep/2024:14:04:08] ENGINE Bus STARTING 2024-09-18T14:04:09.957 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:09 smithi135 bash[18657]: cephadm 2024-09-18T14:04:08.684620+0000 mgr.a (mgr.14150) 4 : cephadm [INF] [18/Sep/2024:14:04:08] ENGINE Serving on https://172.21.15.135:7150 2024-09-18T14:04:09.957 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:09 smithi135 bash[18657]: cephadm 2024-09-18T14:04:08.684873+0000 mgr.a (mgr.14150) 5 : cephadm [INF] [18/Sep/2024:14:04:08] ENGINE Bus STARTED 2024-09-18T14:04:09.957 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:09 smithi135 bash[18657]: cephadm 2024-09-18T14:04:08.688394+0000 mgr.a (mgr.14150) 6 : cephadm [ERR] [18/Sep/2024:14:04:08] ENGINE Error in HTTPServer.serve 2024-09-18T14:04:09.958 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:09 smithi135 bash[18657]: Traceback (most recent call last): 2024-09-18T14:04:09.958 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:09 smithi135 bash[18657]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-18T14:04:09.958 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:09 smithi135 bash[18657]: self._connections.run(self.expiration_interval) 2024-09-18T14:04:09.958 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:09 smithi135 bash[18657]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-18T14:04:09.958 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:09 smithi135 bash[18657]: self._run(expiration_interval) 2024-09-18T14:04:09.958 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:09 smithi135 bash[18657]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-18T14:04:09.958 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:09 smithi135 bash[18657]: new_conn = self._from_server_socket(self.server.socket) 2024-09-18T14:04:09.958 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:09 smithi135 bash[18657]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-18T14:04:09.958 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:09 smithi135 bash[18657]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-18T14:04:09.958 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:09 smithi135 bash[18657]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-18T14:04:09.958 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:09 smithi135 bash[18657]: s = self.context.wrap_socket( 2024-09-18T14:04:09.958 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:09 smithi135 bash[18657]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-18T14:04:09.959 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:09 smithi135 bash[18657]: return self.sslsocket_class._create( 2024-09-18T14:04:09.959 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:09 smithi135 bash[18657]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-18T14:04:09.959 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:09 smithi135 bash[18657]: self.do_handshake() 2024-09-18T14:04:09.959 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:09 smithi135 bash[18657]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-18T14:04:09.959 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:09 smithi135 bash[18657]: self._sslobj.do_handshake() 2024-09-18T14:04:09.959 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:09 smithi135 bash[18657]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-18T14:04:09.959 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:09 smithi135 bash[18657]: audit 2024-09-18T14:04:08.691789+0000 mon.a (mon.0) 89 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:04:10.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:10 smithi135 bash[18657]: cluster 2024-09-18T14:04:09.696238+0000 mon.a (mon.0) 90 : cluster [DBG] mgrmap e12: a(active, since 2s) 2024-09-18T14:04:11.384 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2024-09-18T14:04:11.384 INFO:teuthology.orchestra.run.smithi135.stdout:Creating initial admin user... 2024-09-18T14:04:11.957 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:11 smithi135 bash[18657]: audit 2024-09-18T14:04:10.632264+0000 mgr.a (mgr.14150) 7 : audit [DBG] from='client.14162 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T14:04:11.957 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:11 smithi135 bash[18657]: audit 2024-09-18T14:04:10.710174+0000 mon.a (mon.0) 91 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:04:11.957 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:11 smithi135 bash[18657]: audit 2024-09-18T14:04:10.717232+0000 mon.a (mon.0) 92 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:04:13.961 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$6Js7oEiqqXDHvk05Hgw43uy0fy6jGy0bbWvXAnNAavKRLhywUYTNa", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1726668253, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-09-18T14:04:13.961 INFO:teuthology.orchestra.run.smithi135.stdout:Fetching dashboard port number... 2024-09-18T14:04:14.456 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:14 smithi135 bash[18657]: audit 2024-09-18T14:04:13.076835+0000 mgr.a (mgr.14150) 8 : audit [DBG] from='client.14164 -' 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-09-18T14:04:14.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:14 smithi135 bash[18657]: audit 2024-09-18T14:04:13.169204+0000 mon.a (mon.0) 93 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:04:14.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:14 smithi135 bash[18657]: audit 2024-09-18T14:04:13.170116+0000 mon.a (mon.0) 94 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi135", "name": "osd_memory_target"}]: dispatch 2024-09-18T14:04:14.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:14 smithi135 bash[18657]: audit 2024-09-18T14:04:13.175545+0000 mon.a (mon.0) 95 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:04:14.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:14 smithi135 bash[18657]: audit 2024-09-18T14:04:13.177082+0000 mon.a (mon.0) 96 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi135", "caps": []}]: dispatch 2024-09-18T14:04:14.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:14 smithi135 bash[18657]: audit 2024-09-18T14:04:13.307832+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:04:14.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:14 smithi135 bash[18657]: cephadm 2024-09-18T14:04:13.916301+0000 mgr.a (mgr.14150) 9 : cephadm [INF] Deploying daemon agent.smithi135 on smithi135 2024-09-18T14:04:15.456 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:15 smithi135 bash[18657]: cluster 2024-09-18T14:04:14.313464+0000 mon.a (mon.0) 98 : cluster [DBG] mgrmap e13: a(active, since 7s) 2024-09-18T14:04:16.347 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stdout 8443 2024-09-18T14:04:16.347 INFO:teuthology.orchestra.run.smithi135.stdout:firewalld does not appear to be present 2024-09-18T14:04:16.347 INFO:teuthology.orchestra.run.smithi135.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-09-18T14:04:16.350 INFO:teuthology.orchestra.run.smithi135.stdout:Ceph Dashboard is now available at: 2024-09-18T14:04:16.350 INFO:teuthology.orchestra.run.smithi135.stdout: 2024-09-18T14:04:16.350 INFO:teuthology.orchestra.run.smithi135.stdout: URL: https://smithi135.front.sepia.ceph.com:8443/ 2024-09-18T14:04:16.350 INFO:teuthology.orchestra.run.smithi135.stdout: User: admin 2024-09-18T14:04:16.351 INFO:teuthology.orchestra.run.smithi135.stdout: Password: 1rpmm7to72 2024-09-18T14:04:16.351 INFO:teuthology.orchestra.run.smithi135.stdout: 2024-09-18T14:04:16.351 INFO:teuthology.orchestra.run.smithi135.stdout:Saving cluster configuration to /var/lib/ceph/8600d7e2-75c6-11ef-bceb-c7b262605968/config directory 2024-09-18T14:04:16.351 INFO:teuthology.orchestra.run.smithi135.stdout:Enabling autotune for osd_memory_target 2024-09-18T14:04:16.706 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:16 smithi135 bash[18657]: audit 2024-09-18T14:04:15.663224+0000 mon.a (mon.0) 99 : audit [DBG] from='client.? 172.21.15.135:0/3051119728' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-09-18T14:04:21.077 INFO:teuthology.orchestra.run.smithi135.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-09-18T14:04:21.078 INFO:teuthology.orchestra.run.smithi135.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-09-18T14:04:21.078 INFO:teuthology.orchestra.run.smithi135.stdout: 2024-09-18T14:04:21.078 INFO:teuthology.orchestra.run.smithi135.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 8600d7e2-75c6-11ef-bceb-c7b262605968 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-09-18T14:04:21.078 INFO:teuthology.orchestra.run.smithi135.stdout: 2024-09-18T14:04:21.078 INFO:teuthology.orchestra.run.smithi135.stdout:Or, if you are only running a single cluster on this host: 2024-09-18T14:04:21.078 INFO:teuthology.orchestra.run.smithi135.stdout: 2024-09-18T14:04:21.078 INFO:teuthology.orchestra.run.smithi135.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-09-18T14:04:21.078 INFO:teuthology.orchestra.run.smithi135.stdout: 2024-09-18T14:04:21.078 INFO:teuthology.orchestra.run.smithi135.stdout:Please consider enabling telemetry to help improve Ceph: 2024-09-18T14:04:21.078 INFO:teuthology.orchestra.run.smithi135.stdout: 2024-09-18T14:04:21.078 INFO:teuthology.orchestra.run.smithi135.stdout: ceph telemetry on 2024-09-18T14:04:21.078 INFO:teuthology.orchestra.run.smithi135.stdout: 2024-09-18T14:04:21.078 INFO:teuthology.orchestra.run.smithi135.stdout:For more information see: 2024-09-18T14:04:21.079 INFO:teuthology.orchestra.run.smithi135.stdout: 2024-09-18T14:04:21.079 INFO:teuthology.orchestra.run.smithi135.stdout: https://docs.ceph.com/docs/master/mgr/telemetry/ 2024-09-18T14:04:21.079 INFO:teuthology.orchestra.run.smithi135.stdout: 2024-09-18T14:04:21.079 INFO:teuthology.orchestra.run.smithi135.stdout:Bootstrap complete. 2024-09-18T14:04:21.110 INFO:tasks.cephadm:Fetching config... 2024-09-18T14:04:21.110 DEBUG:teuthology.orchestra.run.smithi135:> set -ex 2024-09-18T14:04:21.110 DEBUG:teuthology.orchestra.run.smithi135:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-09-18T14:04:21.117 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-09-18T14:04:21.117 DEBUG:teuthology.orchestra.run.smithi135:> set -ex 2024-09-18T14:04:21.117 DEBUG:teuthology.orchestra.run.smithi135:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-09-18T14:04:21.163 INFO:tasks.cephadm:Fetching mon keyring... 2024-09-18T14:04:21.164 DEBUG:teuthology.orchestra.run.smithi135:> set -ex 2024-09-18T14:04:21.164 DEBUG:teuthology.orchestra.run.smithi135:> sudo dd if=/var/lib/ceph/8600d7e2-75c6-11ef-bceb-c7b262605968/mon.a/keyring of=/dev/stdout 2024-09-18T14:04:21.177 INFO:tasks.cephadm:Fetching pub ssh key... 2024-09-18T14:04:21.177 DEBUG:teuthology.orchestra.run.smithi135:> set -ex 2024-09-18T14:04:21.177 DEBUG:teuthology.orchestra.run.smithi135:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-09-18T14:04:21.183 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-09-18T14:04:21.183 DEBUG:teuthology.orchestra.run.smithi135:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCx8QyVRcE8hwsDwbl3kdOt9qGoYTl2IBa6WLMj+2GA8c8mXnZ+06MKy6Qh54Kp4/KIvVUDnKqmCCfIyp2710TeFqs3RTDZSUF3+B0g8LWUUs2whQZOa7Fnb+d5IiSkTyvrWEBkDV6df6OKM07UNreyFggilmaOunjl3Sv8DW9T3U9WY1mnhgl5NN6acIjyB8VVsSxPYWPSb3rESHo2f/f8E6lFfOqSve4hsRFglTLMszg0vT8kPO5Fdc6Iwg7LN1vTdOS9FPc7tMQuaJIYkQNc8tJ3Clo+JiuYreoLfukQhK8oMSMiwjbx1y825A6wYac57IHb/lnashBxI81tFv6Wxm2hEdM9xpj9tJPjU8qZygpdLZ30aARI5UWKy9oyyRTQRvDgONigMU5j5drB3GG9P7QiD0YVHIiiEqeiWVDwk0Gly0q/vI0N6kADIuFp/mvDnI8w7tOZPNj7gODciXF63RwLzlndQijGD2UZ24Ow2DygivJ9nnmL1B0769idef8= ceph-8600d7e2-75c6-11ef-bceb-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-18T14:04:21.238 INFO:teuthology.orchestra.run.smithi135.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCx8QyVRcE8hwsDwbl3kdOt9qGoYTl2IBa6WLMj+2GA8c8mXnZ+06MKy6Qh54Kp4/KIvVUDnKqmCCfIyp2710TeFqs3RTDZSUF3+B0g8LWUUs2whQZOa7Fnb+d5IiSkTyvrWEBkDV6df6OKM07UNreyFggilmaOunjl3Sv8DW9T3U9WY1mnhgl5NN6acIjyB8VVsSxPYWPSb3rESHo2f/f8E6lFfOqSve4hsRFglTLMszg0vT8kPO5Fdc6Iwg7LN1vTdOS9FPc7tMQuaJIYkQNc8tJ3Clo+JiuYreoLfukQhK8oMSMiwjbx1y825A6wYac57IHb/lnashBxI81tFv6Wxm2hEdM9xpj9tJPjU8qZygpdLZ30aARI5UWKy9oyyRTQRvDgONigMU5j5drB3GG9P7QiD0YVHIiiEqeiWVDwk0Gly0q/vI0N6kADIuFp/mvDnI8w7tOZPNj7gODciXF63RwLzlndQijGD2UZ24Ow2DygivJ9nnmL1B0769idef8= ceph-8600d7e2-75c6-11ef-bceb-c7b262605968 2024-09-18T14:04:21.245 DEBUG:teuthology.orchestra.run.smithi161:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCx8QyVRcE8hwsDwbl3kdOt9qGoYTl2IBa6WLMj+2GA8c8mXnZ+06MKy6Qh54Kp4/KIvVUDnKqmCCfIyp2710TeFqs3RTDZSUF3+B0g8LWUUs2whQZOa7Fnb+d5IiSkTyvrWEBkDV6df6OKM07UNreyFggilmaOunjl3Sv8DW9T3U9WY1mnhgl5NN6acIjyB8VVsSxPYWPSb3rESHo2f/f8E6lFfOqSve4hsRFglTLMszg0vT8kPO5Fdc6Iwg7LN1vTdOS9FPc7tMQuaJIYkQNc8tJ3Clo+JiuYreoLfukQhK8oMSMiwjbx1y825A6wYac57IHb/lnashBxI81tFv6Wxm2hEdM9xpj9tJPjU8qZygpdLZ30aARI5UWKy9oyyRTQRvDgONigMU5j5drB3GG9P7QiD0YVHIiiEqeiWVDwk0Gly0q/vI0N6kADIuFp/mvDnI8w7tOZPNj7gODciXF63RwLzlndQijGD2UZ24Ow2DygivJ9nnmL1B0769idef8= ceph-8600d7e2-75c6-11ef-bceb-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-18T14:04:21.272 INFO:teuthology.orchestra.run.smithi161.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCx8QyVRcE8hwsDwbl3kdOt9qGoYTl2IBa6WLMj+2GA8c8mXnZ+06MKy6Qh54Kp4/KIvVUDnKqmCCfIyp2710TeFqs3RTDZSUF3+B0g8LWUUs2whQZOa7Fnb+d5IiSkTyvrWEBkDV6df6OKM07UNreyFggilmaOunjl3Sv8DW9T3U9WY1mnhgl5NN6acIjyB8VVsSxPYWPSb3rESHo2f/f8E6lFfOqSve4hsRFglTLMszg0vT8kPO5Fdc6Iwg7LN1vTdOS9FPc7tMQuaJIYkQNc8tJ3Clo+JiuYreoLfukQhK8oMSMiwjbx1y825A6wYac57IHb/lnashBxI81tFv6Wxm2hEdM9xpj9tJPjU8qZygpdLZ30aARI5UWKy9oyyRTQRvDgONigMU5j5drB3GG9P7QiD0YVHIiiEqeiWVDwk0Gly0q/vI0N6kADIuFp/mvDnI8w7tOZPNj7gODciXF63RwLzlndQijGD2UZ24Ow2DygivJ9nnmL1B0769idef8= ceph-8600d7e2-75c6-11ef-bceb-c7b262605968 2024-09-18T14:04:21.279 DEBUG:teuthology.orchestra.run.smithi192:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCx8QyVRcE8hwsDwbl3kdOt9qGoYTl2IBa6WLMj+2GA8c8mXnZ+06MKy6Qh54Kp4/KIvVUDnKqmCCfIyp2710TeFqs3RTDZSUF3+B0g8LWUUs2whQZOa7Fnb+d5IiSkTyvrWEBkDV6df6OKM07UNreyFggilmaOunjl3Sv8DW9T3U9WY1mnhgl5NN6acIjyB8VVsSxPYWPSb3rESHo2f/f8E6lFfOqSve4hsRFglTLMszg0vT8kPO5Fdc6Iwg7LN1vTdOS9FPc7tMQuaJIYkQNc8tJ3Clo+JiuYreoLfukQhK8oMSMiwjbx1y825A6wYac57IHb/lnashBxI81tFv6Wxm2hEdM9xpj9tJPjU8qZygpdLZ30aARI5UWKy9oyyRTQRvDgONigMU5j5drB3GG9P7QiD0YVHIiiEqeiWVDwk0Gly0q/vI0N6kADIuFp/mvDnI8w7tOZPNj7gODciXF63RwLzlndQijGD2UZ24Ow2DygivJ9nnmL1B0769idef8= ceph-8600d7e2-75c6-11ef-bceb-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-18T14:04:21.306 INFO:teuthology.orchestra.run.smithi192.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCx8QyVRcE8hwsDwbl3kdOt9qGoYTl2IBa6WLMj+2GA8c8mXnZ+06MKy6Qh54Kp4/KIvVUDnKqmCCfIyp2710TeFqs3RTDZSUF3+B0g8LWUUs2whQZOa7Fnb+d5IiSkTyvrWEBkDV6df6OKM07UNreyFggilmaOunjl3Sv8DW9T3U9WY1mnhgl5NN6acIjyB8VVsSxPYWPSb3rESHo2f/f8E6lFfOqSve4hsRFglTLMszg0vT8kPO5Fdc6Iwg7LN1vTdOS9FPc7tMQuaJIYkQNc8tJ3Clo+JiuYreoLfukQhK8oMSMiwjbx1y825A6wYac57IHb/lnashBxI81tFv6Wxm2hEdM9xpj9tJPjU8qZygpdLZ30aARI5UWKy9oyyRTQRvDgONigMU5j5drB3GG9P7QiD0YVHIiiEqeiWVDwk0Gly0q/vI0N6kADIuFp/mvDnI8w7tOZPNj7gODciXF63RwLzlndQijGD2UZ24Ow2DygivJ9nnmL1B0769idef8= ceph-8600d7e2-75c6-11ef-bceb-c7b262605968 2024-09-18T14:04:21.316 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7061ea6ca50908d104e9f3979dc615e118d9e153 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8600d7e2-75c6-11ef-bceb-c7b262605968 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-09-18T14:04:21.608 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:21 smithi135 bash[18657]: audit 2024-09-18T14:04:20.401839+0000 mon.a (mon.0) 100 : audit [INF] from='client.? 172.21.15.135:0/3448612848' entity='client.admin' 2024-09-18T14:04:23.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:23 smithi135 bash[18657]: audit 2024-09-18T14:04:22.066844+0000 mon.a (mon.0) 101 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:04:23.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:23 smithi135 bash[18657]: audit 2024-09-18T14:04:22.071885+0000 mon.a (mon.0) 102 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:04:23.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:23 smithi135 bash[18657]: audit 2024-09-18T14:04:22.076307+0000 mon.a (mon.0) 103 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:04:23.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:23 smithi135 bash[18657]: audit 2024-09-18T14:04:22.098594+0000 mon.a (mon.0) 104 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T14:04:23.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:23 smithi135 bash[18657]: audit 2024-09-18T14:04:22.106037+0000 mon.a (mon.0) 105 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:04:23.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:23 smithi135 bash[18657]: audit 2024-09-18T14:04:22.126498+0000 mon.a (mon.0) 106 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T14:04:23.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:23 smithi135 bash[18657]: audit 2024-09-18T14:04:22.133809+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:04:23.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:23 smithi135 bash[18657]: audit 2024-09-18T14:04:22.345598+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:04:23.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:23 smithi135 bash[18657]: audit 2024-09-18T14:04:22.391479+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:04:26.042 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /var/lib/ceph/8600d7e2-75c6-11ef-bceb-c7b262605968/mon.a/config 2024-09-18T14:04:27.673 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:27 smithi135 bash[18657]: audit 2024-09-18T14:04:26.522971+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:04:27.673 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:27 smithi135 bash[18657]: audit 2024-09-18T14:04:26.527341+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:04:28.706 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:28 smithi135 bash[18657]: cluster 2024-09-18T14:04:27.325701+0000 mgr.a (mgr.14150) 10 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:04:30.318 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-09-18T14:04:30.318 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7061ea6ca50908d104e9f3979dc615e118d9e153 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8600d7e2-75c6-11ef-bceb-c7b262605968 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-09-18T14:04:30.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:30 smithi135 bash[18657]: cluster 2024-09-18T14:04:29.326201+0000 mgr.a (mgr.14150) 11 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:04:30.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:30 smithi135 bash[18657]: audit 2024-09-18T14:04:29.687107+0000 mon.a (mon.0) 112 : audit [INF] from='client.? 172.21.15.135:0/1844936146' entity='client.admin' 2024-09-18T14:04:30.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:30 smithi135 bash[18657]: audit 2024-09-18T14:04:29.707104+0000 mon.a (mon.0) 113 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T14:04:30.957 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:30 smithi135 bash[18657]: audit 2024-09-18T14:04:29.712779+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:04:32.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:32 smithi135 bash[18657]: cluster 2024-09-18T14:04:31.326732+0000 mgr.a (mgr.14150) 12 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:04:34.190 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /var/lib/ceph/8600d7e2-75c6-11ef-bceb-c7b262605968/mon.a/config 2024-09-18T14:04:34.959 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:34 smithi135 bash[18657]: cluster 2024-09-18T14:04:33.327363+0000 mgr.a (mgr.14150) 13 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:04:36.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:36 smithi135 bash[18657]: cluster 2024-09-18T14:04:35.327821+0000 mgr.a (mgr.14150) 14 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:04:36.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:36 smithi135 bash[18657]: audit 2024-09-18T14:04:36.238974+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:04:36.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:36 smithi135 bash[18657]: audit 2024-09-18T14:04:36.246021+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:04:38.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:38 smithi135 bash[18657]: cluster 2024-09-18T14:04:37.328280+0000 mgr.a (mgr.14150) 15 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:04:38.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:38 smithi135 bash[18657]: audit 2024-09-18T14:04:38.462447+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:04:38.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:38 smithi135 bash[18657]: audit 2024-09-18T14:04:38.463699+0000 mon.a (mon.0) 118 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T14:04:38.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:38 smithi135 bash[18657]: audit 2024-09-18T14:04:38.467051+0000 mon.a (mon.0) 119 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:04:38.957 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:38 smithi135 bash[18657]: audit 2024-09-18T14:04:38.468619+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T14:04:39.121 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi161 2024-09-18T14:04:39.121 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2024-09-18T14:04:39.122 DEBUG:teuthology.orchestra.run.smithi161:> dd of=/etc/ceph/ceph.conf 2024-09-18T14:04:39.129 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2024-09-18T14:04:39.129 DEBUG:teuthology.orchestra.run.smithi161:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-18T14:04:39.136 INFO:tasks.cephadm:Adding host smithi161 to orchestrator... 2024-09-18T14:04:39.137 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7061ea6ca50908d104e9f3979dc615e118d9e153 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8600d7e2-75c6-11ef-bceb-c7b262605968 -- ceph orch host add smithi161 2024-09-18T14:04:40.456 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:39 smithi135 bash[18657]: audit 2024-09-18T14:04:38.457644+0000 mgr.a (mgr.14150) 16 : audit [DBG] from='client.14174 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T14:04:40.456 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:39 smithi135 bash[18657]: cephadm 2024-09-18T14:04:38.470424+0000 mgr.a (mgr.14150) 17 : cephadm [INF] Updating smithi135:/etc/ceph/ceph.conf 2024-09-18T14:04:40.456 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:39 smithi135 bash[18657]: cephadm 2024-09-18T14:04:38.587870+0000 mgr.a (mgr.14150) 18 : cephadm [INF] Updating smithi135:/var/lib/ceph/8600d7e2-75c6-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-18T14:04:40.456 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:39 smithi135 bash[18657]: cephadm 2024-09-18T14:04:38.697425+0000 mgr.a (mgr.14150) 19 : cephadm [INF] Updating smithi135:/etc/ceph/ceph.client.admin.keyring 2024-09-18T14:04:40.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:39 smithi135 bash[18657]: cephadm 2024-09-18T14:04:38.856180+0000 mgr.a (mgr.14150) 20 : cephadm [INF] Updating smithi135:/var/lib/ceph/8600d7e2-75c6-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-18T14:04:40.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:39 smithi135 bash[18657]: audit 2024-09-18T14:04:38.989891+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:04:40.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:39 smithi135 bash[18657]: audit 2024-09-18T14:04:38.998018+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:04:40.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:39 smithi135 bash[18657]: audit 2024-09-18T14:04:39.006869+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:04:41.456 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:41 smithi135 bash[18657]: cluster 2024-09-18T14:04:39.328672+0000 mgr.a (mgr.14150) 21 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:04:43.456 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:43 smithi135 bash[18657]: cluster 2024-09-18T14:04:41.329105+0000 mgr.a (mgr.14150) 22 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:04:43.860 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /var/lib/ceph/8600d7e2-75c6-11ef-bceb-c7b262605968/mon.a/config 2024-09-18T14:04:45.195 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:45 smithi135 bash[18657]: cluster 2024-09-18T14:04:43.329608+0000 mgr.a (mgr.14150) 23 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:04:46.544 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:46 smithi135 bash[18657]: audit 2024-09-18T14:04:45.094210+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:04:46.544 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:46 smithi135 bash[18657]: audit 2024-09-18T14:04:45.099191+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:04:46.544 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:46 smithi135 bash[18657]: audit 2024-09-18T14:04:45.105889+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:04:46.544 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:46 smithi135 bash[18657]: cluster 2024-09-18T14:04:45.330137+0000 mgr.a (mgr.14150) 24 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:04:48.456 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:48 smithi135 bash[18657]: cluster 2024-09-18T14:04:47.330573+0000 mgr.a (mgr.14150) 25 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:04:49.706 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:49 smithi135 bash[18657]: audit 2024-09-18T14:04:48.993270+0000 mgr.a (mgr.14150) 26 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi161", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T14:04:50.706 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:50 smithi135 bash[18657]: cluster 2024-09-18T14:04:49.330950+0000 mgr.a (mgr.14150) 27 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:04:51.706 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:51 smithi135 bash[18657]: cephadm 2024-09-18T14:04:50.218491+0000 mgr.a (mgr.14150) 28 : cephadm [INF] Deploying cephadm binary to smithi161 2024-09-18T14:04:52.706 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:52 smithi135 bash[18657]: cluster 2024-09-18T14:04:51.331407+0000 mgr.a (mgr.14150) 29 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:04:53.013 INFO:teuthology.orchestra.run.smithi135.stdout:Added host 'smithi161' with addr '172.21.15.161' 2024-09-18T14:04:53.682 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7061ea6ca50908d104e9f3979dc615e118d9e153 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8600d7e2-75c6-11ef-bceb-c7b262605968 -- ceph orch host ls --format=json 2024-09-18T14:04:54.456 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:54 smithi135 bash[18657]: audit 2024-09-18T14:04:53.011368+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:04:54.456 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:54 smithi135 bash[18657]: cephadm 2024-09-18T14:04:53.012142+0000 mgr.a (mgr.14150) 30 : cephadm [INF] Added host smithi161 2024-09-18T14:04:54.456 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:54 smithi135 bash[18657]: audit 2024-09-18T14:04:53.012948+0000 mon.a (mon.0) 128 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T14:04:54.456 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:54 smithi135 bash[18657]: audit 2024-09-18T14:04:53.314846+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:04:55.456 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:55 smithi135 bash[18657]: cluster 2024-09-18T14:04:53.331854+0000 mgr.a (mgr.14150) 31 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:04:55.456 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:55 smithi135 bash[18657]: audit 2024-09-18T14:04:54.600109+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:04:55.456 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:55 smithi135 bash[18657]: audit 2024-09-18T14:04:54.606639+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:04:55.456 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:55 smithi135 bash[18657]: audit 2024-09-18T14:04:54.608176+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi161", "name": "osd_memory_target"}]: dispatch 2024-09-18T14:04:55.456 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:55 smithi135 bash[18657]: audit 2024-09-18T14:04:54.610726+0000 mon.a (mon.0) 133 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:04:55.456 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:55 smithi135 bash[18657]: audit 2024-09-18T14:04:54.612896+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T14:04:56.456 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:56 smithi135 bash[18657]: cephadm 2024-09-18T14:04:54.615601+0000 mgr.a (mgr.14150) 32 : cephadm [INF] Updating smithi161:/etc/ceph/ceph.conf 2024-09-18T14:04:56.456 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:56 smithi135 bash[18657]: cephadm 2024-09-18T14:04:54.749274+0000 mgr.a (mgr.14150) 33 : cephadm [INF] Updating smithi161:/var/lib/ceph/8600d7e2-75c6-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-18T14:04:56.456 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:56 smithi135 bash[18657]: cephadm 2024-09-18T14:04:54.883731+0000 mgr.a (mgr.14150) 34 : cephadm [INF] Updating smithi161:/etc/ceph/ceph.client.admin.keyring 2024-09-18T14:04:56.456 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:56 smithi135 bash[18657]: cephadm 2024-09-18T14:04:55.015397+0000 mgr.a (mgr.14150) 35 : cephadm [INF] Updating smithi161:/var/lib/ceph/8600d7e2-75c6-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-18T14:04:56.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:56 smithi135 bash[18657]: audit 2024-09-18T14:04:55.149322+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:04:56.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:56 smithi135 bash[18657]: audit 2024-09-18T14:04:55.155753+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:04:56.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:56 smithi135 bash[18657]: audit 2024-09-18T14:04:55.158612+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi161", "caps": []}]: dispatch 2024-09-18T14:04:56.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:56 smithi135 bash[18657]: audit 2024-09-18T14:04:55.163143+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi161", "caps": []}]': finished 2024-09-18T14:04:57.456 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:57 smithi135 bash[18657]: cluster 2024-09-18T14:04:55.332228+0000 mgr.a (mgr.14150) 36 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:04:57.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:57 smithi135 bash[18657]: cephadm 2024-09-18T14:04:55.901172+0000 mgr.a (mgr.14150) 37 : cephadm [INF] Deploying daemon agent.smithi161 on smithi161 2024-09-18T14:04:57.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:57 smithi135 bash[18657]: audit 2024-09-18T14:04:56.555999+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:04:57.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:57 smithi135 bash[18657]: audit 2024-09-18T14:04:56.562434+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:04:57.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:57 smithi135 bash[18657]: audit 2024-09-18T14:04:56.567645+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:04:57.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:57 smithi135 bash[18657]: audit 2024-09-18T14:04:56.611588+0000 mon.a (mon.0) 142 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T14:04:57.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:57 smithi135 bash[18657]: audit 2024-09-18T14:04:56.615431+0000 mon.a (mon.0) 143 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:04:57.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:57 smithi135 bash[18657]: audit 2024-09-18T14:04:56.616933+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T14:04:57.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:57 smithi135 bash[18657]: audit 2024-09-18T14:04:56.625129+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:04:57.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:57 smithi135 bash[18657]: audit 2024-09-18T14:04:56.672590+0000 mon.a (mon.0) 146 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T14:04:57.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:57 smithi135 bash[18657]: audit 2024-09-18T14:04:56.676146+0000 mon.a (mon.0) 147 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:04:57.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:57 smithi135 bash[18657]: audit 2024-09-18T14:04:56.677643+0000 mon.a (mon.0) 148 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T14:04:57.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:57 smithi135 bash[18657]: audit 2024-09-18T14:04:56.684436+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:04:57.458 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:57 smithi135 bash[18657]: audit 2024-09-18T14:04:56.897693+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:04:58.395 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /var/lib/ceph/8600d7e2-75c6-11ef-bceb-c7b262605968/mon.a/config 2024-09-18T14:04:58.706 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:58 smithi135 bash[18657]: cluster 2024-09-18T14:04:57.332627+0000 mgr.a (mgr.14150) 38 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:04:58.706 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:58 smithi135 bash[18657]: audit 2024-09-18T14:04:57.401242+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:04:58.706 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:58 smithi135 bash[18657]: audit 2024-09-18T14:04:57.989666+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:04:58.706 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:04:58 smithi135 bash[18657]: audit 2024-09-18T14:04:57.998051+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:05:00.706 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:05:00 smithi135 bash[18657]: cluster 2024-09-18T14:04:59.333070+0000 mgr.a (mgr.14150) 39 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:05:02.706 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:05:02 smithi135 bash[18657]: cluster 2024-09-18T14:05:01.333528+0000 mgr.a (mgr.14150) 40 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:05:03.222 INFO:teuthology.orchestra.run.smithi135.stdout: 2024-09-18T14:05:03.223 INFO:teuthology.orchestra.run.smithi135.stdout:[{"addr": "172.21.15.135", "hostname": "smithi135", "labels": [], "status": ""}, {"addr": "172.21.15.161", "hostname": "smithi161", "labels": [], "status": ""}] 2024-09-18T14:05:04.021 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi192 2024-09-18T14:05:04.021 DEBUG:teuthology.orchestra.run.smithi192:> set -ex 2024-09-18T14:05:04.021 DEBUG:teuthology.orchestra.run.smithi192:> dd of=/etc/ceph/ceph.conf 2024-09-18T14:05:04.029 DEBUG:teuthology.orchestra.run.smithi192:> set -ex 2024-09-18T14:05:04.029 DEBUG:teuthology.orchestra.run.smithi192:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-18T14:05:04.036 INFO:tasks.cephadm:Adding host smithi192 to orchestrator... 2024-09-18T14:05:04.037 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7061ea6ca50908d104e9f3979dc615e118d9e153 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8600d7e2-75c6-11ef-bceb-c7b262605968 -- ceph orch host add smithi192 2024-09-18T14:05:04.708 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:05:04 smithi135 bash[18657]: audit 2024-09-18T14:05:03.221498+0000 mgr.a (mgr.14150) 41 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-18T14:05:04.709 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:05:04 smithi135 bash[18657]: cluster 2024-09-18T14:05:03.333906+0000 mgr.a (mgr.14150) 42 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:05:06.706 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:05:06 smithi135 bash[18657]: audit 2024-09-18T14:05:05.249680+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:05:06.706 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:05:06 smithi135 bash[18657]: audit 2024-09-18T14:05:05.255971+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:05:06.706 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:05:06 smithi135 bash[18657]: audit 2024-09-18T14:05:05.261559+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:05:06.706 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:05:06 smithi135 bash[18657]: cluster 2024-09-18T14:05:05.334368+0000 mgr.a (mgr.14150) 43 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:05:08.706 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:05:08 smithi135 bash[18657]: cluster 2024-09-18T14:05:07.334826+0000 mgr.a (mgr.14150) 44 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:05:09.110 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /var/lib/ceph/8600d7e2-75c6-11ef-bceb-c7b262605968/mon.a/config 2024-09-18T14:05:10.456 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:05:10 smithi135 bash[18657]: cluster 2024-09-18T14:05:09.335325+0000 mgr.a (mgr.14150) 45 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:05:11.706 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:05:11 smithi135 bash[18657]: audit 2024-09-18T14:05:10.415492+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:05:11.706 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:05:11 smithi135 bash[18657]: audit 2024-09-18T14:05:10.424225+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:05:12.706 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:05:12 smithi135 bash[18657]: cluster 2024-09-18T14:05:11.335805+0000 mgr.a (mgr.14150) 46 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:05:13.706 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:05:13 smithi135 bash[18657]: audit 2024-09-18T14:05:12.524063+0000 mgr.a (mgr.14150) 47 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi192", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T14:05:14.706 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:05:14 smithi135 bash[18657]: cluster 2024-09-18T14:05:13.336221+0000 mgr.a (mgr.14150) 48 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:05:14.706 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:05:14 smithi135 bash[18657]: cephadm 2024-09-18T14:05:13.767524+0000 mgr.a (mgr.14150) 49 : cephadm [INF] Deploying cephadm binary to smithi192 2024-09-18T14:05:16.366 INFO:teuthology.orchestra.run.smithi135.stdout:Added host 'smithi192' with addr '172.21.15.192' 2024-09-18T14:05:16.706 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:05:16 smithi135 bash[18657]: cluster 2024-09-18T14:05:15.336599+0000 mgr.a (mgr.14150) 50 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:05:16.706 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:05:16 smithi135 bash[18657]: audit 2024-09-18T14:05:16.363946+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:05:16.707 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:05:16 smithi135 bash[18657]: audit 2024-09-18T14:05:16.365459+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T14:05:17.114 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7061ea6ca50908d104e9f3979dc615e118d9e153 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8600d7e2-75c6-11ef-bceb-c7b262605968 -- ceph orch host ls --format=json 2024-09-18T14:05:17.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:05:17 smithi135 bash[18657]: cephadm 2024-09-18T14:05:16.364703+0000 mgr.a (mgr.14150) 51 : cephadm [INF] Added host smithi192 2024-09-18T14:05:17.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:05:17 smithi135 bash[18657]: audit 2024-09-18T14:05:16.663087+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:05:17.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:05:17 smithi135 bash[18657]: audit 2024-09-18T14:05:17.567176+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:05:17.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:05:17 smithi135 bash[18657]: audit 2024-09-18T14:05:17.573458+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:05:17.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:05:17 smithi135 bash[18657]: audit 2024-09-18T14:05:17.580503+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:05:18.969 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:05:18 smithi135 bash[18657]: cluster 2024-09-18T14:05:17.337044+0000 mgr.a (mgr.14150) 52 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:05:18.969 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:05:18 smithi135 bash[18657]: audit 2024-09-18T14:05:17.969747+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:05:18.969 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:05:18 smithi135 bash[18657]: audit 2024-09-18T14:05:17.975271+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:05:18.969 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:05:18 smithi135 bash[18657]: audit 2024-09-18T14:05:17.976584+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi192", "name": "osd_memory_target"}]: dispatch 2024-09-18T14:05:18.969 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:05:18 smithi135 bash[18657]: audit 2024-09-18T14:05:17.978492+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:05:18.969 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:05:18 smithi135 bash[18657]: audit 2024-09-18T14:05:17.980107+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T14:05:18.969 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:05:18 smithi135 bash[18657]: cephadm 2024-09-18T14:05:17.982604+0000 mgr.a (mgr.14150) 53 : cephadm [INF] Updating smithi192:/etc/ceph/ceph.conf 2024-09-18T14:05:18.969 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:05:18 smithi135 bash[18657]: audit 2024-09-18T14:05:18.527926+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:05:19.456 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:05:18 smithi135 bash[18657]: audit 2024-09-18T14:05:18.533792+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:05:19.456 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:05:18 smithi135 bash[18657]: audit 2024-09-18T14:05:18.535831+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi192", "caps": []}]: dispatch 2024-09-18T14:05:19.456 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:05:18 smithi135 bash[18657]: audit 2024-09-18T14:05:18.538878+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi192", "caps": []}]': finished 2024-09-18T14:05:20.206 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:05:19 smithi135 bash[18657]: cephadm 2024-09-18T14:05:18.123834+0000 mgr.a (mgr.14150) 54 : cephadm [INF] Updating smithi192:/var/lib/ceph/8600d7e2-75c6-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-18T14:05:20.206 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:05:19 smithi135 bash[18657]: cephadm 2024-09-18T14:05:18.259309+0000 mgr.a (mgr.14150) 55 : cephadm [INF] Updating smithi192:/etc/ceph/ceph.client.admin.keyring 2024-09-18T14:05:20.207 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:05:19 smithi135 bash[18657]: cephadm 2024-09-18T14:05:18.392401+0000 mgr.a (mgr.14150) 56 : cephadm [INF] Updating smithi192:/var/lib/ceph/8600d7e2-75c6-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-18T14:05:21.404 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:05:20 smithi135 bash[18657]: cluster 2024-09-18T14:05:19.337361+0000 mgr.a (mgr.14150) 57 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:05:21.404 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:05:20 smithi135 bash[18657]: cephadm 2024-09-18T14:05:19.417497+0000 mgr.a (mgr.14150) 58 : cephadm [INF] Deploying daemon agent.smithi192 on smithi192 2024-09-18T14:05:21.404 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:05:20 smithi135 bash[18657]: audit 2024-09-18T14:05:20.096954+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:05:21.404 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:05:20 smithi135 bash[18657]: audit 2024-09-18T14:05:20.102834+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:05:21.404 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:05:20 smithi135 bash[18657]: audit 2024-09-18T14:05:20.108280+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:05:21.405 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:05:20 smithi135 bash[18657]: audit 2024-09-18T14:05:20.176871+0000 mon.a (mon.0) 177 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T14:05:21.405 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:05:20 smithi135 bash[18657]: audit 2024-09-18T14:05:20.180998+0000 mon.a (mon.0) 178 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:05:21.405 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:05:20 smithi135 bash[18657]: audit 2024-09-18T14:05:20.182501+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T14:05:21.405 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:05:20 smithi135 bash[18657]: audit 2024-09-18T14:05:20.190063+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:05:21.405 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:05:20 smithi135 bash[18657]: audit 2024-09-18T14:05:20.251937+0000 mon.a (mon.0) 181 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T14:05:21.405 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:05:20 smithi135 bash[18657]: audit 2024-09-18T14:05:20.255607+0000 mon.a (mon.0) 182 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:05:21.405 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:05:20 smithi135 bash[18657]: audit 2024-09-18T14:05:20.256956+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T14:05:21.405 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:05:20 smithi135 bash[18657]: audit 2024-09-18T14:05:20.264028+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:05:21.405 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:05:20 smithi135 bash[18657]: audit 2024-09-18T14:05:20.429152+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:05:22.555 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /var/lib/ceph/8600d7e2-75c6-11ef-bceb-c7b262605968/mon.a/config 2024-09-18T14:05:22.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:05:22 smithi135 bash[18657]: cluster 2024-09-18T14:05:21.337655+0000 mgr.a (mgr.14150) 59 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:05:22.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:05:22 smithi135 bash[18657]: audit 2024-09-18T14:05:21.548519+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:05:22.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:05:22 smithi135 bash[18657]: audit 2024-09-18T14:05:21.555775+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:05:22.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:05:22 smithi135 bash[18657]: audit 2024-09-18T14:05:22.408946+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:05:24.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:05:24 smithi135 bash[18657]: cluster 2024-09-18T14:05:23.338125+0000 mgr.a (mgr.14150) 60 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:05:25.873 INFO:teuthology.orchestra.run.smithi135.stdout: 2024-09-18T14:05:25.873 INFO:teuthology.orchestra.run.smithi135.stdout:[{"addr": "172.21.15.135", "hostname": "smithi135", "labels": [], "status": ""}, {"addr": "172.21.15.161", "hostname": "smithi161", "labels": [], "status": ""}, {"addr": "172.21.15.192", "hostname": "smithi192", "labels": [], "status": ""}] 2024-09-18T14:05:26.581 INFO:tasks.cephadm:Setting crush tunables to default 2024-09-18T14:05:26.581 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7061ea6ca50908d104e9f3979dc615e118d9e153 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8600d7e2-75c6-11ef-bceb-c7b262605968 -- ceph osd crush tunables default 2024-09-18T14:05:26.706 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:05:26 smithi135 bash[18657]: cluster 2024-09-18T14:05:25.338556+0000 mgr.a (mgr.14150) 61 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:05:26.706 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:05:26 smithi135 bash[18657]: audit 2024-09-18T14:05:25.398875+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:05:26.706 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:05:26 smithi135 bash[18657]: audit 2024-09-18T14:05:25.404879+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:05:26.706 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:05:26 smithi135 bash[18657]: audit 2024-09-18T14:05:25.413574+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:05:26.706 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:05:26 smithi135 bash[18657]: audit 2024-09-18T14:05:25.871755+0000 mgr.a (mgr.14150) 62 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-18T14:05:28.706 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:05:28 smithi135 bash[18657]: cluster 2024-09-18T14:05:27.339033+0000 mgr.a (mgr.14150) 63 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:05:30.706 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:05:30 smithi135 bash[18657]: cluster 2024-09-18T14:05:29.339628+0000 mgr.a (mgr.14150) 64 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:05:31.292 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /var/lib/ceph/8600d7e2-75c6-11ef-bceb-c7b262605968/mon.a/config 2024-09-18T14:05:32.706 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:05:32 smithi135 bash[18657]: cluster 2024-09-18T14:05:31.340180+0000 mgr.a (mgr.14150) 65 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:05:34.706 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:05:34 smithi135 bash[18657]: cluster 2024-09-18T14:05:33.340619+0000 mgr.a (mgr.14150) 66 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:05:34.706 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:05:34 smithi135 bash[18657]: audit 2024-09-18T14:05:34.257349+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:05:34.706 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:05:34 smithi135 bash[18657]: audit 2024-09-18T14:05:34.264491+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:05:35.416 INFO:teuthology.orchestra.run.smithi135.stderr:adjusted tunables profile to default 2024-09-18T14:05:35.679 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:05:35 smithi135 bash[18657]: audit 2024-09-18T14:05:34.640468+0000 mon.a (mon.0) 194 : audit [INF] from='client.? 172.21.15.135:0/2512611576' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-09-18T14:05:36.125 INFO:tasks.cephadm:Adding mon.a on smithi135 2024-09-18T14:05:36.125 INFO:tasks.cephadm:Adding mon.b on smithi161 2024-09-18T14:05:36.125 INFO:tasks.cephadm:Adding mon.c on smithi192 2024-09-18T14:05:36.125 DEBUG:teuthology.orchestra.run.smithi192:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7061ea6ca50908d104e9f3979dc615e118d9e153 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8600d7e2-75c6-11ef-bceb-c7b262605968 -- ceph orch apply mon '3;smithi135:172.21.15.135=a;smithi161:172.21.15.161=b;smithi192:172.21.15.192=c' 2024-09-18T14:05:36.706 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:05:36 smithi135 bash[18657]: cluster 2024-09-18T14:05:35.341067+0000 mgr.a (mgr.14150) 67 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:05:36.706 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:05:36 smithi135 bash[18657]: audit 2024-09-18T14:05:35.415730+0000 mon.a (mon.0) 195 : audit [INF] from='client.? 172.21.15.135:0/2512611576' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-18T14:05:36.706 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:05:36 smithi135 bash[18657]: cluster 2024-09-18T14:05:35.415822+0000 mon.a (mon.0) 196 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-18T14:05:37.362 INFO:teuthology.orchestra.run.smithi192.stderr:Inferring config /var/lib/ceph/8600d7e2-75c6-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-18T14:05:38.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:05:38 smithi135 bash[18657]: cluster 2024-09-18T14:05:37.341477+0000 mgr.a (mgr.14150) 68 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:05:38.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:05:38 smithi135 bash[18657]: audit 2024-09-18T14:05:37.767562+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:05:38.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:05:38 smithi135 bash[18657]: audit 2024-09-18T14:05:37.772971+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:05:38.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:05:38 smithi135 bash[18657]: audit 2024-09-18T14:05:37.778977+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:05:40.408 INFO:teuthology.orchestra.run.smithi192.stdout:Scheduled mon update... 2024-09-18T14:05:41.137 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:05:40 smithi135 bash[18657]: cluster 2024-09-18T14:05:39.341917+0000 mgr.a (mgr.14150) 69 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:05:41.137 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:05:40 smithi135 bash[18657]: audit 2024-09-18T14:05:40.407360+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:05:41.137 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:05:40 smithi135 bash[18657]: audit 2024-09-18T14:05:40.408576+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T14:05:41.137 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:05:40 smithi135 bash[18657]: audit 2024-09-18T14:05:40.412186+0000 mon.a (mon.0) 202 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:05:41.137 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:05:40 smithi135 bash[18657]: audit 2024-09-18T14:05:40.413336+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T14:05:41.137 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:05:40 smithi135 bash[18657]: audit 2024-09-18T14:05:40.420824+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:05:41.138 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:05:40 smithi135 bash[18657]: audit 2024-09-18T14:05:40.423834+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-18T14:05:41.138 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:05:40 smithi135 bash[18657]: audit 2024-09-18T14:05:40.425139+0000 mon.a (mon.0) 206 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:05:41.196 DEBUG:teuthology.orchestra.run.smithi161:mon.b> sudo journalctl -f -n 0 -u ceph-8600d7e2-75c6-11ef-bceb-c7b262605968@mon.b.service 2024-09-18T14:05:41.199 DEBUG:teuthology.orchestra.run.smithi192:mon.c> sudo journalctl -f -n 0 -u ceph-8600d7e2-75c6-11ef-bceb-c7b262605968@mon.c.service 2024-09-18T14:05:41.201 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-18T14:05:41.202 DEBUG:teuthology.orchestra.run.smithi192:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7061ea6ca50908d104e9f3979dc615e118d9e153 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8600d7e2-75c6-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-18T14:05:41.414 INFO:journalctl@ceph.mon.b.smithi161.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-09-18T14:05:42.206 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:05:41 smithi135 bash[18657]: audit 2024-09-18T14:05:40.399291+0000 mgr.a (mgr.14150) 70 : audit [DBG] from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi135:172.21.15.135=a;smithi161:172.21.15.161=b;smithi192:172.21.15.192=c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T14:05:42.206 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:05:41 smithi135 bash[18657]: cephadm 2024-09-18T14:05:40.403810+0000 mgr.a (mgr.14150) 71 : cephadm [INF] Saving service mon spec with placement smithi135:172.21.15.135=a;smithi161:172.21.15.161=b;smithi192:172.21.15.192=c;count:3 2024-09-18T14:05:42.206 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:05:41 smithi135 bash[18657]: cephadm 2024-09-18T14:05:40.426581+0000 mgr.a (mgr.14150) 72 : cephadm [INF] Deploying daemon mon.c on smithi192 2024-09-18T14:05:42.206 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:05:41 smithi135 bash[18657]: audit 2024-09-18T14:05:41.753588+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:05:42.206 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:05:41 smithi135 bash[18657]: audit 2024-09-18T14:05:41.761460+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:05:42.283 INFO:journalctl@ceph.mon.c.smithi192.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-09-18T14:05:42.476 INFO:teuthology.orchestra.run.smithi192.stderr:Inferring config /var/lib/ceph/8600d7e2-75c6-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-18T14:05:43.206 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:05:42 smithi135 bash[18657]: cluster 2024-09-18T14:05:41.342387+0000 mgr.a (mgr.14150) 73 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:05:43.206 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:05:42 smithi135 bash[18657]: audit 2024-09-18T14:05:41.769395+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:05:44.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:05:44 smithi135 bash[18657]: cluster 2024-09-18T14:05:43.342817+0000 mgr.a (mgr.14150) 74 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:05:46.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:05:46 smithi135 bash[18657]: cluster 2024-09-18T14:05:45.343240+0000 mgr.a (mgr.14150) 75 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:05:46.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:05:46 smithi135 bash[18657]: audit 2024-09-18T14:05:45.586528+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:05:46.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:05:46 smithi135 bash[18657]: audit 2024-09-18T14:05:45.590907+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:05:46.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:05:46 smithi135 bash[18657]: audit 2024-09-18T14:05:45.596909+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:05:47.991 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-09-18T14:05:47.991 INFO:teuthology.orchestra.run.smithi192.stdout:{"epoch":1,"fsid":"8600d7e2-75c6-11ef-bceb-c7b262605968","modified":"2024-09-18T14:02:58.001548Z","created":"2024-09-18T14:02:58.001548Z","min_mon_release":17,"min_mon_release_name":"quincy","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:3300","nonce":0},{"type":"v1","addr":"172.21.15.135:6789","nonce":0}]},"addr":"172.21.15.135:6789/0","public_addr":"172.21.15.135:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-18T14:05:47.991 INFO:teuthology.orchestra.run.smithi192.stderr:dumped monmap epoch 1 2024-09-18T14:05:48.518 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:48 smithi192 systemd[1]: Started Ceph mon.c for 8600d7e2-75c6-11ef-bceb-c7b262605968. 2024-09-18T14:05:48.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:05:48 smithi135 bash[18657]: cluster 2024-09-18T14:05:47.343757+0000 mgr.a (mgr.14150) 76 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:05:48.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:05:48 smithi135 bash[18657]: audit 2024-09-18T14:05:47.990442+0000 mon.a (mon.0) 213 : audit [DBG] from='client.? 172.21.15.192:0/3353230004' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-18T14:05:48.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:05:48 smithi135 bash[18657]: audit 2024-09-18T14:05:48.329679+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:05:48.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:05:48 smithi135 bash[18657]: audit 2024-09-18T14:05:48.334068+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:05:48.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:05:48 smithi135 bash[18657]: audit 2024-09-18T14:05:48.338914+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:05:48.957 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:05:48 smithi135 bash[18657]: audit 2024-09-18T14:05:48.339780+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-18T14:05:48.957 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:05:48 smithi135 bash[18657]: audit 2024-09-18T14:05:48.341154+0000 mon.a (mon.0) 218 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:05:49.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:05:49 smithi135 bash[18657]: cephadm 2024-09-18T14:05:48.342745+0000 mgr.a (mgr.14150) 77 : cephadm [INF] Deploying daemon mon.b on smithi161 2024-09-18T14:05:50.158 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-18T14:05:50.158 DEBUG:teuthology.orchestra.run.smithi192:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7061ea6ca50908d104e9f3979dc615e118d9e153 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8600d7e2-75c6-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-18T14:05:50.520 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.194+0000 7f0637cfa900 0 set uid:gid to 167:167 (ceph:ceph) 2024-09-18T14:05:50.520 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.194+0000 7f0637cfa900 0 ceph version 17.2.7-1645-g7061ea6c (7061ea6ca50908d104e9f3979dc615e118d9e153) quincy (stable), process ceph-mon, pid 7 2024-09-18T14:05:50.520 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.194+0000 7f0637cfa900 0 pidfile_write: ignore empty --pid-file 2024-09-18T14:05:50.520 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.198+0000 7f0637cfa900 0 load: jerasure load: lrc 2024-09-18T14:05:50.520 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.198+0000 7f0637cfa900 4 rocksdb: RocksDB version: 6.15.5 2024-09-18T14:05:50.521 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.198+0000 7f0637cfa900 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-09-18T14:05:50.521 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.198+0000 7f0637cfa900 4 rocksdb: Compile date Sep 18 2024 2024-09-18T14:05:50.521 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: DB SUMMARY 2024-09-18T14:05:50.521 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: DB Session ID: HVZC0DIDX50LD9ZKS4G1 2024-09-18T14:05:50.521 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: CURRENT file: CURRENT 2024-09-18T14:05:50.521 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: IDENTITY file: IDENTITY 2024-09-18T14:05:50.521 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: MANIFEST file: MANIFEST-000003 size: 57 Bytes 2024-09-18T14:05:50.521 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-c/store.db dir, Total Num: 0, files: 2024-09-18T14:05:50.521 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-c/store.db: 000004.log size: 511 ; 2024-09-18T14:05:50.521 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.error_if_exists: 0 2024-09-18T14:05:50.521 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.create_if_missing: 0 2024-09-18T14:05:50.521 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.paranoid_checks: 1 2024-09-18T14:05:50.522 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-18T14:05:50.522 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.env: 0x56509cc584c0 2024-09-18T14:05:50.522 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.fs: Posix File System 2024-09-18T14:05:50.522 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.info_log: 0x56509f03aee0 2024-09-18T14:05:50.522 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.max_file_opening_threads: 16 2024-09-18T14:05:50.522 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.statistics: (nil) 2024-09-18T14:05:50.522 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.use_fsync: 0 2024-09-18T14:05:50.522 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.max_log_file_size: 0 2024-09-18T14:05:50.522 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-18T14:05:50.523 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.log_file_time_to_roll: 0 2024-09-18T14:05:50.523 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.keep_log_file_num: 1000 2024-09-18T14:05:50.523 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.recycle_log_file_num: 0 2024-09-18T14:05:50.523 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.allow_fallocate: 1 2024-09-18T14:05:50.523 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.allow_mmap_reads: 0 2024-09-18T14:05:50.523 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.allow_mmap_writes: 0 2024-09-18T14:05:50.524 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.use_direct_reads: 0 2024-09-18T14:05:50.524 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-18T14:05:50.524 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.create_missing_column_families: 0 2024-09-18T14:05:50.524 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.db_log_dir: 2024-09-18T14:05:50.524 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-c/store.db 2024-09-18T14:05:50.524 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.table_cache_numshardbits: 6 2024-09-18T14:05:50.524 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-09-18T14:05:50.524 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-09-18T14:05:50.524 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-18T14:05:50.525 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-18T14:05:50.525 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-09-18T14:05:50.525 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.advise_random_on_open: 1 2024-09-18T14:05:50.525 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.db_write_buffer_size: 0 2024-09-18T14:05:50.525 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.write_buffer_manager: 0x56509f0f8780 2024-09-18T14:05:50.525 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-18T14:05:50.525 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-09-18T14:05:50.525 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-18T14:05:50.525 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.use_adaptive_mutex: 0 2024-09-18T14:05:50.525 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.rate_limiter: (nil) 2024-09-18T14:05:50.525 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-18T14:05:50.525 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.wal_recovery_mode: 2 2024-09-18T14:05:50.525 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.enable_thread_tracking: 0 2024-09-18T14:05:50.526 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.enable_pipelined_write: 0 2024-09-18T14:05:50.526 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.unordered_write: 0 2024-09-18T14:05:50.526 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-18T14:05:50.526 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-18T14:05:50.526 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-18T14:05:50.526 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-18T14:05:50.526 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.row_cache: None 2024-09-18T14:05:50.526 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.wal_filter: None 2024-09-18T14:05:50.526 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-18T14:05:50.526 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.allow_ingest_behind: 0 2024-09-18T14:05:50.526 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.preserve_deletes: 0 2024-09-18T14:05:50.526 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.two_write_queues: 0 2024-09-18T14:05:50.526 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.manual_wal_flush: 0 2024-09-18T14:05:50.527 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.atomic_flush: 0 2024-09-18T14:05:50.527 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-18T14:05:50.527 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.persist_stats_to_disk: 0 2024-09-18T14:05:50.527 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-09-18T14:05:50.527 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.log_readahead_size: 0 2024-09-18T14:05:50.527 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-18T14:05:50.527 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.best_efforts_recovery: 0 2024-09-18T14:05:50.527 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-18T14:05:50.527 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-18T14:05:50.527 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.allow_data_in_errors: 0 2024-09-18T14:05:50.527 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.db_host_id: __hostname__ 2024-09-18T14:05:50.527 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.max_background_jobs: 2 2024-09-18T14:05:50.527 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.max_background_compactions: -1 2024-09-18T14:05:50.528 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.max_subcompactions: 1 2024-09-18T14:05:50.528 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-18T14:05:50.528 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-18T14:05:50.528 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.delayed_write_rate : 16777216 2024-09-18T14:05:50.528 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.max_total_wal_size: 0 2024-09-18T14:05:50.528 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-18T14:05:50.528 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.stats_dump_period_sec: 600 2024-09-18T14:05:50.528 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.stats_persist_period_sec: 600 2024-09-18T14:05:50.528 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-18T14:05:50.528 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.max_open_files: -1 2024-09-18T14:05:50.528 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.bytes_per_sync: 0 2024-09-18T14:05:50.528 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-09-18T14:05:50.528 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-09-18T14:05:50.529 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.compaction_readahead_size: 0 2024-09-18T14:05:50.529 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.max_background_flushes: -1 2024-09-18T14:05:50.529 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Compression algorithms supported: 2024-09-18T14:05:50.529 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: kZSTD supported: 0 2024-09-18T14:05:50.529 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: kXpressCompression supported: 0 2024-09-18T14:05:50.529 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: kBZip2Compression supported: 0 2024-09-18T14:05:50.529 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-18T14:05:50.529 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: kLZ4Compression supported: 1 2024-09-18T14:05:50.529 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: kZlibCompression supported: 1 2024-09-18T14:05:50.529 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: kLZ4HCCompression supported: 1 2024-09-18T14:05:50.529 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: kSnappyCompression supported: 1 2024-09-18T14:05:50.529 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-09-18T14:05:50.529 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: [db/version_set.cc:4724] Recovering from manifest file: /var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000003 2024-09-18T14:05:50.529 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: [db/column_family.cc:595] --------------- Options for column family [default]: 2024-09-18T14:05:50.530 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-18T14:05:50.530 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.merge_operator: 2024-09-18T14:05:50.532 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.compaction_filter: None 2024-09-18T14:05:50.532 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.compaction_filter_factory: None 2024-09-18T14:05:50.532 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.sst_partitioner_factory: None 2024-09-18T14:05:50.533 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-09-18T14:05:50.533 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.table_factory: BlockBasedTable 2024-09-18T14:05:50.533 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x56509efe3a38) 2024-09-18T14:05:50.533 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: cache_index_and_filter_blocks: 1 2024-09-18T14:05:50.533 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-18T14:05:50.533 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-18T14:05:50.533 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: pin_top_level_index_and_filter: 1 2024-09-18T14:05:50.533 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: index_type: 0 2024-09-18T14:05:50.533 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: data_block_index_type: 0 2024-09-18T14:05:50.533 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: index_shortening: 1 2024-09-18T14:05:50.533 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: data_block_hash_table_util_ratio: 0.750000 2024-09-18T14:05:50.533 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: hash_index_allow_collision: 1 2024-09-18T14:05:50.533 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: checksum: 1 2024-09-18T14:05:50.534 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: no_block_cache: 0 2024-09-18T14:05:50.534 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: block_cache: 0x56509f0171f0 2024-09-18T14:05:50.534 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: block_cache_name: BinnedLRUCache 2024-09-18T14:05:50.534 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: block_cache_options: 2024-09-18T14:05:50.534 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: capacity : 536870912 2024-09-18T14:05:50.534 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: num_shard_bits : 4 2024-09-18T14:05:50.534 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: strict_capacity_limit : 0 2024-09-18T14:05:50.534 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: high_pri_pool_ratio: 0.000 2024-09-18T14:05:50.534 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: block_cache_compressed: (nil) 2024-09-18T14:05:50.534 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: persistent_cache: (nil) 2024-09-18T14:05:50.534 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: block_size: 4096 2024-09-18T14:05:50.534 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: block_size_deviation: 10 2024-09-18T14:05:50.534 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: block_restart_interval: 16 2024-09-18T14:05:50.534 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: index_block_restart_interval: 1 2024-09-18T14:05:50.534 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: metadata_block_size: 4096 2024-09-18T14:05:50.535 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: partition_filters: 0 2024-09-18T14:05:50.535 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: use_delta_encoding: 1 2024-09-18T14:05:50.535 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: filter_policy: rocksdb.BuiltinBloomFilter 2024-09-18T14:05:50.535 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: whole_key_filtering: 1 2024-09-18T14:05:50.535 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: verify_compression: 0 2024-09-18T14:05:50.535 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: read_amp_bytes_per_bit: 0 2024-09-18T14:05:50.535 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: format_version: 4 2024-09-18T14:05:50.535 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: enable_index_compression: 1 2024-09-18T14:05:50.535 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: block_align: 0 2024-09-18T14:05:50.535 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.write_buffer_size: 33554432 2024-09-18T14:05:50.535 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.max_write_buffer_number: 2 2024-09-18T14:05:50.535 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.compression: NoCompression 2024-09-18T14:05:50.535 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.bottommost_compression: Disabled 2024-09-18T14:05:50.535 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.prefix_extractor: nullptr 2024-09-18T14:05:50.536 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-18T14:05:50.536 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.num_levels: 7 2024-09-18T14:05:50.536 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-18T14:05:50.536 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-18T14:05:50.536 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-18T14:05:50.536 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-18T14:05:50.536 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-18T14:05:50.536 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-18T14:05:50.536 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-18T14:05:50.536 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-18T14:05:50.537 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-18T14:05:50.537 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-18T14:05:50.537 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.compression_opts.window_bits: -14 2024-09-18T14:05:50.537 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.compression_opts.level: 32767 2024-09-18T14:05:50.537 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.compression_opts.strategy: 0 2024-09-18T14:05:50.537 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-18T14:05:50.537 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-18T14:05:50.537 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-18T14:05:50.537 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.compression_opts.enabled: false 2024-09-18T14:05:50.537 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-18T14:05:50.537 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-18T14:05:50.537 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-18T14:05:50.537 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.target_file_size_base: 67108864 2024-09-18T14:05:50.538 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.target_file_size_multiplier: 1 2024-09-18T14:05:50.538 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-18T14:05:50.538 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-18T14:05:50.538 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-18T14:05:50.538 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-18T14:05:50.538 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-18T14:05:50.538 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-18T14:05:50.538 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-18T14:05:50.538 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-18T14:05:50.538 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-18T14:05:50.538 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-18T14:05:50.539 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-18T14:05:50.539 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-18T14:05:50.539 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.arena_block_size: 4194304 2024-09-18T14:05:50.539 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-18T14:05:50.539 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-18T14:05:50.539 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-09-18T14:05:50.539 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.disable_auto_compactions: 0 2024-09-18T14:05:50.539 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-18T14:05:50.539 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-18T14:05:50.539 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-18T14:05:50.539 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-18T14:05:50.539 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-18T14:05:50.539 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-18T14:05:50.540 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-18T14:05:50.540 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-18T14:05:50.540 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-18T14:05:50.540 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-18T14:05:50.540 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-18T14:05:50.540 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.inplace_update_support: 0 2024-09-18T14:05:50.540 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-09-18T14:05:50.540 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-18T14:05:50.540 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-18T14:05:50.540 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.memtable_huge_page_size: 0 2024-09-18T14:05:50.540 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.bloom_locality: 0 2024-09-18T14:05:50.540 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.max_successive_merges: 0 2024-09-18T14:05:50.541 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-09-18T14:05:50.541 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.paranoid_file_checks: 0 2024-09-18T14:05:50.541 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.force_consistency_checks: 1 2024-09-18T14:05:50.541 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.report_bg_io_stats: 0 2024-09-18T14:05:50.541 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.ttl: 2592000 2024-09-18T14:05:50.541 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-09-18T14:05:50.541 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.enable_blob_files: false 2024-09-18T14:05:50.541 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.min_blob_size: 0 2024-09-18T14:05:50.541 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.blob_file_size: 268435456 2024-09-18T14:05:50.541 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.blob_compression_type: NoCompression 2024-09-18T14:05:50.541 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-09-18T14:05:50.541 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-18T14:05:50.541 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: [db/version_set.cc:4764] Recovered from manifest file:/var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000003 succeeded,manifest_file_number is 3, next_file_number is 5, 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-09-18T14:05:50.541 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: [db/version_set.cc:4779] Column family [default] (ID 0), log number is 0 2024-09-18T14:05:50.542 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: [db/version_set.cc:4082] Creating manifest 7 2024-09-18T14:05:50.542 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726668350205874, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-09-18T14:05:50.542 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: [db/db_impl/db_impl_open.cc:845] Recovering log #4 mode 2 2024-09-18T14:05:50.542 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 3 rocksdb: [table/block_based/filter_policy.cc:991] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2024-09-18T14:05:50.542 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726668350206304, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 8, "file_size": 1571, "file_checksum": "", "file_checksum_func_name": "Unknown", "table_properties": {"data_size": 523, "index_size": 31, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 69, "raw_key_size": 115, "raw_average_key_size": 23, "raw_value_size": 401, "raw_average_value_size": 80, "num_data_blocks": 1, "num_entries": 5, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "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; ", "creation_time": 1726668350, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "f210b836-91f0-42c4-a481-13cb0fe8a2f3", "db_session_id": "HVZC0DIDX50LD9ZKS4G1"}} 2024-09-18T14:05:50.542 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: [db/version_set.cc:4082] Creating manifest 9 2024-09-18T14:05:50.542 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.202+0000 7f0637cfa900 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726668350207554, "job": 1, "event": "recovery_finished"} 2024-09-18T14:05:50.542 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.206+0000 7f0637cfa900 4 rocksdb: [file/delete_scheduler.cc:69] Deleted file /var/lib/ceph/mon/ceph-c/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-09-18T14:05:50.542 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.206+0000 7f0637cfa900 4 rocksdb: [db/db_impl/db_impl_open.cc:1700] SstFileManager instance 0x56509f04c700 2024-09-18T14:05:50.542 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.206+0000 7f0637cfa900 4 rocksdb: DB pointer 0x56509f01a000 2024-09-18T14:05:50.542 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.206+0000 7f062dac6640 4 rocksdb: [db/db_impl/db_impl.cc:901] ------- DUMPING STATS ------- 2024-09-18T14:05:50.542 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.206+0000 7f062dac6640 4 rocksdb: [db/db_impl/db_impl.cc:903] 2024-09-18T14:05:50.543 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: ** DB Stats ** 2024-09-18T14:05:50.543 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-18T14:05:50.543 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-09-18T14:05:50.543 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-18T14:05:50.543 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-18T14:05:50.543 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-09-18T14:05:50.543 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-09-18T14:05:50.543 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-18T14:05:50.543 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: ** Compaction Stats [default] ** 2024-09-18T14:05:50.543 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: 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 2024-09-18T14:05:50.543 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-18T14:05:50.543 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: L0 1/0 1.53 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.6 0.00 0.00 1 0.000 0 0 2024-09-18T14:05:50.543 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: Sum 1/0 1.53 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.6 0.00 0.00 1 0.000 0 0 2024-09-18T14:05:50.543 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.6 0.00 0.00 1 0.000 0 0 2024-09-18T14:05:50.544 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: ** Compaction Stats [default] ** 2024-09-18T14:05:50.544 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: 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 2024-09-18T14:05:50.544 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-18T14:05:50.544 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.6 0.00 0.00 1 0.000 0 0 2024-09-18T14:05:50.544 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-18T14:05:50.544 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: Flush(GB): cumulative 0.000, interval 0.000 2024-09-18T14:05:50.544 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-18T14:05:50.544 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: AddFile(Total Files): cumulative 0, interval 0 2024-09-18T14:05:50.544 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-18T14:05:50.544 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: AddFile(Keys): cumulative 0, interval 0 2024-09-18T14:05:50.544 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: Cumulative compaction: 0.00 GB write, 0.30 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-18T14:05:50.544 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: Interval compaction: 0.00 GB write, 0.30 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-18T14:05:50.545 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: 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-09-18T14:05:50.545 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: ** File Read Latency Histogram By Level [default] ** 2024-09-18T14:05:50.545 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: ** Compaction Stats [default] ** 2024-09-18T14:05:50.545 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: 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 2024-09-18T14:05:50.545 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-18T14:05:50.545 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: L0 1/0 1.53 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.6 0.00 0.00 1 0.000 0 0 2024-09-18T14:05:50.545 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: Sum 1/0 1.53 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.6 0.00 0.00 1 0.000 0 0 2024-09-18T14:05:50.545 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: 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 2024-09-18T14:05:50.545 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: ** Compaction Stats [default] ** 2024-09-18T14:05:50.545 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: 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 2024-09-18T14:05:50.545 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-18T14:05:50.546 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.6 0.00 0.00 1 0.000 0 0 2024-09-18T14:05:50.546 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-18T14:05:50.546 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: Flush(GB): cumulative 0.000, interval 0.000 2024-09-18T14:05:50.546 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-18T14:05:50.546 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: AddFile(Total Files): cumulative 0, interval 0 2024-09-18T14:05:50.546 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-18T14:05:50.546 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: AddFile(Keys): cumulative 0, interval 0 2024-09-18T14:05:50.546 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: Cumulative compaction: 0.00 GB write, 0.30 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-18T14:05:50.546 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-18T14:05:50.546 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: 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-09-18T14:05:50.546 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: ** File Read Latency Histogram By Level [default] ** 2024-09-18T14:05:50.546 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.206+0000 7f0637cfa900 0 mon.c does not exist in monmap, will attempt to join an existing cluster 2024-09-18T14:05:50.547 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.206+0000 7f0637cfa900 0 using public_addr v2:172.21.15.192:0/0 -> [v2:172.21.15.192:3300/0,v1:172.21.15.192:6789/0] 2024-09-18T14:05:50.547 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.206+0000 7f0637cfa900 0 starting mon.c rank -1 at public addrs [v2:172.21.15.192:3300/0,v1:172.21.15.192:6789/0] at bind addrs [v2:172.21.15.192:3300/0,v1:172.21.15.192:6789/0] mon_data /var/lib/ceph/mon/ceph-c fsid 8600d7e2-75c6-11ef-bceb-c7b262605968 2024-09-18T14:05:50.547 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.206+0000 7f0637cfa900 1 mon.c@-1(???) e0 preinit fsid 8600d7e2-75c6-11ef-bceb-c7b262605968 2024-09-18T14:05:50.547 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.242+0000 7f0630acc640 0 mon.c@-1(synchronizing).mds e1 new map 2024-09-18T14:05:50.547 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.242+0000 7f0630acc640 0 mon.c@-1(synchronizing).mds e1 print_map 2024-09-18T14:05:50.547 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: e1 2024-09-18T14:05:50.547 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: enable_multiple, ever_enabled_multiple: 1,1 2024-09-18T14:05:50.547 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: 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} 2024-09-18T14:05:50.547 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: legacy client fscid: -1 2024-09-18T14:05:50.547 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: 2024-09-18T14:05:50.547 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: No filesystems configured 2024-09-18T14:05:50.547 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.242+0000 7f0630acc640 1 mon.c@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-09-18T14:05:50.547 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.242+0000 7f0630acc640 1 mon.c@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-09-18T14:05:50.547 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.242+0000 7f0630acc640 1 mon.c@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-09-18T14:05:50.548 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.242+0000 7f0630acc640 1 mon.c@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-09-18T14:05:50.548 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.242+0000 7f0630acc640 1 mon.c@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-09-18T14:05:50.548 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.242+0000 7f0630acc640 1 mon.c@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-09-18T14:05:50.548 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.242+0000 7f0630acc640 0 mon.c@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-09-18T14:05:50.548 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.242+0000 7f0630acc640 0 mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-18T14:05:50.548 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.242+0000 7f0630acc640 0 mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-18T14:05:50.548 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.242+0000 7f0630acc640 0 mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-18T14:05:50.548 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: cluster 2024-09-18T14:04:31.326732+0000 mgr.a (mgr.14150) 12 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:05:50.548 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: cluster 2024-09-18T14:04:33.327363+0000 mgr.a (mgr.14150) 13 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:05:50.548 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: cluster 2024-09-18T14:04:35.327821+0000 mgr.a (mgr.14150) 14 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:05:50.548 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: audit 2024-09-18T14:04:36.238974+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:05:50.548 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: audit 2024-09-18T14:04:36.246021+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:05:50.549 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: cluster 2024-09-18T14:04:37.328280+0000 mgr.a (mgr.14150) 15 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:05:50.549 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: audit 2024-09-18T14:04:38.462447+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:05:50.549 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: audit 2024-09-18T14:04:38.463699+0000 mon.a (mon.0) 118 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T14:05:50.549 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: audit 2024-09-18T14:04:38.467051+0000 mon.a (mon.0) 119 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:05:50.549 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: audit 2024-09-18T14:04:38.468619+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T14:05:50.549 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: audit 2024-09-18T14:04:38.457644+0000 mgr.a (mgr.14150) 16 : audit [DBG] from='client.14174 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T14:05:50.549 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: cephadm 2024-09-18T14:04:38.470424+0000 mgr.a (mgr.14150) 17 : cephadm [INF] Updating smithi135:/etc/ceph/ceph.conf 2024-09-18T14:05:50.549 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: cephadm 2024-09-18T14:04:38.587870+0000 mgr.a (mgr.14150) 18 : cephadm [INF] Updating smithi135:/var/lib/ceph/8600d7e2-75c6-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-18T14:05:50.549 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: cephadm 2024-09-18T14:04:38.697425+0000 mgr.a (mgr.14150) 19 : cephadm [INF] Updating smithi135:/etc/ceph/ceph.client.admin.keyring 2024-09-18T14:05:50.549 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: cephadm 2024-09-18T14:04:38.856180+0000 mgr.a (mgr.14150) 20 : cephadm [INF] Updating smithi135:/var/lib/ceph/8600d7e2-75c6-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-18T14:05:50.549 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: audit 2024-09-18T14:04:38.989891+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:05:50.549 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: audit 2024-09-18T14:04:38.998018+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:05:50.549 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: audit 2024-09-18T14:04:39.006869+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:05:50.550 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: cluster 2024-09-18T14:04:39.328672+0000 mgr.a (mgr.14150) 21 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:05:50.550 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: cluster 2024-09-18T14:04:41.329105+0000 mgr.a (mgr.14150) 22 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:05:50.550 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: cluster 2024-09-18T14:04:43.329608+0000 mgr.a (mgr.14150) 23 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:05:50.550 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: audit 2024-09-18T14:04:45.094210+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:05:50.550 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: audit 2024-09-18T14:04:45.099191+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:05:50.550 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: audit 2024-09-18T14:04:45.105889+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:05:50.550 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: cluster 2024-09-18T14:04:45.330137+0000 mgr.a (mgr.14150) 24 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:05:50.550 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: cluster 2024-09-18T14:04:47.330573+0000 mgr.a (mgr.14150) 25 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:05:50.550 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: audit 2024-09-18T14:04:48.993270+0000 mgr.a (mgr.14150) 26 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi161", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T14:05:50.550 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: cluster 2024-09-18T14:04:49.330950+0000 mgr.a (mgr.14150) 27 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:05:50.550 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: cephadm 2024-09-18T14:04:50.218491+0000 mgr.a (mgr.14150) 28 : cephadm [INF] Deploying cephadm binary to smithi161 2024-09-18T14:05:50.550 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: cluster 2024-09-18T14:04:51.331407+0000 mgr.a (mgr.14150) 29 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:05:50.550 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: audit 2024-09-18T14:04:53.011368+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:05:50.551 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: cephadm 2024-09-18T14:04:53.012142+0000 mgr.a (mgr.14150) 30 : cephadm [INF] Added host smithi161 2024-09-18T14:05:50.551 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: audit 2024-09-18T14:04:53.012948+0000 mon.a (mon.0) 128 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T14:05:50.551 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: audit 2024-09-18T14:04:53.314846+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:05:50.551 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: cluster 2024-09-18T14:04:53.331854+0000 mgr.a (mgr.14150) 31 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:05:50.551 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: audit 2024-09-18T14:04:54.600109+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:05:50.551 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: audit 2024-09-18T14:04:54.606639+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:05:50.551 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: audit 2024-09-18T14:04:54.608176+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi161", "name": "osd_memory_target"}]: dispatch 2024-09-18T14:05:50.551 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: audit 2024-09-18T14:04:54.610726+0000 mon.a (mon.0) 133 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:05:50.551 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: audit 2024-09-18T14:04:54.612896+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T14:05:50.551 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: cephadm 2024-09-18T14:04:54.615601+0000 mgr.a (mgr.14150) 32 : cephadm [INF] Updating smithi161:/etc/ceph/ceph.conf 2024-09-18T14:05:50.551 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: cephadm 2024-09-18T14:04:54.749274+0000 mgr.a (mgr.14150) 33 : cephadm [INF] Updating smithi161:/var/lib/ceph/8600d7e2-75c6-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-18T14:05:50.551 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: cephadm 2024-09-18T14:04:54.883731+0000 mgr.a (mgr.14150) 34 : cephadm [INF] Updating smithi161:/etc/ceph/ceph.client.admin.keyring 2024-09-18T14:05:50.552 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: cephadm 2024-09-18T14:04:55.015397+0000 mgr.a (mgr.14150) 35 : cephadm [INF] Updating smithi161:/var/lib/ceph/8600d7e2-75c6-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-18T14:05:50.552 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: audit 2024-09-18T14:04:55.149322+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:05:50.552 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: audit 2024-09-18T14:04:55.155753+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:05:50.552 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: audit 2024-09-18T14:04:55.158612+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi161", "caps": []}]: dispatch 2024-09-18T14:05:50.552 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: audit 2024-09-18T14:04:55.163143+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi161", "caps": []}]': finished 2024-09-18T14:05:50.552 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: cluster 2024-09-18T14:04:55.332228+0000 mgr.a (mgr.14150) 36 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:05:50.552 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: cephadm 2024-09-18T14:04:55.901172+0000 mgr.a (mgr.14150) 37 : cephadm [INF] Deploying daemon agent.smithi161 on smithi161 2024-09-18T14:05:50.552 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: audit 2024-09-18T14:04:56.555999+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:05:50.552 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: audit 2024-09-18T14:04:56.562434+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:05:50.552 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: audit 2024-09-18T14:04:56.567645+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:05:50.552 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: audit 2024-09-18T14:04:56.611588+0000 mon.a (mon.0) 142 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T14:05:50.553 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: audit 2024-09-18T14:04:56.615431+0000 mon.a (mon.0) 143 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:05:50.553 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: audit 2024-09-18T14:04:56.616933+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T14:05:50.553 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: audit 2024-09-18T14:04:56.625129+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:05:50.553 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: audit 2024-09-18T14:04:56.672590+0000 mon.a (mon.0) 146 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T14:05:50.553 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: audit 2024-09-18T14:04:56.676146+0000 mon.a (mon.0) 147 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:05:50.553 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: audit 2024-09-18T14:04:56.677643+0000 mon.a (mon.0) 148 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T14:05:50.553 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: audit 2024-09-18T14:04:56.684436+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:05:50.553 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: audit 2024-09-18T14:04:56.897693+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:05:50.553 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: cluster 2024-09-18T14:04:57.332627+0000 mgr.a (mgr.14150) 38 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:05:50.553 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: audit 2024-09-18T14:04:57.401242+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:05:50.553 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: audit 2024-09-18T14:04:57.989666+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:05:50.553 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: audit 2024-09-18T14:04:57.998051+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:05:50.553 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: cluster 2024-09-18T14:04:59.333070+0000 mgr.a (mgr.14150) 39 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:05:50.554 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: cluster 2024-09-18T14:05:01.333528+0000 mgr.a (mgr.14150) 40 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:05:50.554 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: audit 2024-09-18T14:05:03.221498+0000 mgr.a (mgr.14150) 41 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-18T14:05:50.554 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: cluster 2024-09-18T14:05:03.333906+0000 mgr.a (mgr.14150) 42 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:05:50.554 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: audit 2024-09-18T14:05:05.249680+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:05:50.554 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: audit 2024-09-18T14:05:05.255971+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:05:50.554 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: audit 2024-09-18T14:05:05.261559+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:05:50.554 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: cluster 2024-09-18T14:05:05.334368+0000 mgr.a (mgr.14150) 43 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:05:50.554 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: cluster 2024-09-18T14:05:07.334826+0000 mgr.a (mgr.14150) 44 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:05:50.554 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: cluster 2024-09-18T14:05:09.335325+0000 mgr.a (mgr.14150) 45 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:05:50.554 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: audit 2024-09-18T14:05:10.415492+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:05:50.554 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: audit 2024-09-18T14:05:10.424225+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:05:50.555 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: cluster 2024-09-18T14:05:11.335805+0000 mgr.a (mgr.14150) 46 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:05:50.555 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: audit 2024-09-18T14:05:12.524063+0000 mgr.a (mgr.14150) 47 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi192", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T14:05:50.555 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: cluster 2024-09-18T14:05:13.336221+0000 mgr.a (mgr.14150) 48 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:05:50.555 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: cephadm 2024-09-18T14:05:13.767524+0000 mgr.a (mgr.14150) 49 : cephadm [INF] Deploying cephadm binary to smithi192 2024-09-18T14:05:50.555 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: cluster 2024-09-18T14:05:15.336599+0000 mgr.a (mgr.14150) 50 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:05:50.555 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: audit 2024-09-18T14:05:16.363946+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:05:50.555 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: audit 2024-09-18T14:05:16.365459+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T14:05:50.555 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: cephadm 2024-09-18T14:05:16.364703+0000 mgr.a (mgr.14150) 51 : cephadm [INF] Added host smithi192 2024-09-18T14:05:50.555 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: audit 2024-09-18T14:05:16.663087+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:05:50.555 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: audit 2024-09-18T14:05:17.567176+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:05:50.555 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: audit 2024-09-18T14:05:17.573458+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:05:50.555 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: audit 2024-09-18T14:05:17.580503+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:05:50.555 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: cluster 2024-09-18T14:05:17.337044+0000 mgr.a (mgr.14150) 52 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:05:50.556 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: audit 2024-09-18T14:05:17.969747+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:05:50.556 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: audit 2024-09-18T14:05:17.975271+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:05:50.556 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: audit 2024-09-18T14:05:17.976584+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi192", "name": "osd_memory_target"}]: dispatch 2024-09-18T14:05:50.556 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: audit 2024-09-18T14:05:17.978492+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:05:50.556 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: audit 2024-09-18T14:05:17.980107+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T14:05:50.556 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: cephadm 2024-09-18T14:05:17.982604+0000 mgr.a (mgr.14150) 53 : cephadm [INF] Updating smithi192:/etc/ceph/ceph.conf 2024-09-18T14:05:50.556 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: audit 2024-09-18T14:05:18.527926+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:05:50.556 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: audit 2024-09-18T14:05:18.533792+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:05:50.556 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: audit 2024-09-18T14:05:18.535831+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi192", "caps": []}]: dispatch 2024-09-18T14:05:50.556 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: audit 2024-09-18T14:05:18.538878+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi192", "caps": []}]': finished 2024-09-18T14:05:50.556 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: cephadm 2024-09-18T14:05:18.123834+0000 mgr.a (mgr.14150) 54 : cephadm [INF] Updating smithi192:/var/lib/ceph/8600d7e2-75c6-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-18T14:05:50.556 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: cephadm 2024-09-18T14:05:18.259309+0000 mgr.a (mgr.14150) 55 : cephadm [INF] Updating smithi192:/etc/ceph/ceph.client.admin.keyring 2024-09-18T14:05:50.556 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: cephadm 2024-09-18T14:05:18.392401+0000 mgr.a (mgr.14150) 56 : cephadm [INF] Updating smithi192:/var/lib/ceph/8600d7e2-75c6-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-18T14:05:50.557 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: cluster 2024-09-18T14:05:19.337361+0000 mgr.a (mgr.14150) 57 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:05:50.557 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: cephadm 2024-09-18T14:05:19.417497+0000 mgr.a (mgr.14150) 58 : cephadm [INF] Deploying daemon agent.smithi192 on smithi192 2024-09-18T14:05:50.557 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: audit 2024-09-18T14:05:20.096954+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:05:50.557 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: audit 2024-09-18T14:05:20.102834+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:05:50.557 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: audit 2024-09-18T14:05:20.108280+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:05:50.557 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: audit 2024-09-18T14:05:20.176871+0000 mon.a (mon.0) 177 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T14:05:50.557 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: audit 2024-09-18T14:05:20.180998+0000 mon.a (mon.0) 178 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:05:50.557 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: audit 2024-09-18T14:05:20.182501+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T14:05:50.557 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: audit 2024-09-18T14:05:20.190063+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:05:50.557 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: audit 2024-09-18T14:05:20.251937+0000 mon.a (mon.0) 181 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T14:05:50.557 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: audit 2024-09-18T14:05:20.255607+0000 mon.a (mon.0) 182 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:05:50.557 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: audit 2024-09-18T14:05:20.256956+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T14:05:50.557 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: audit 2024-09-18T14:05:20.264028+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:05:50.558 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: audit 2024-09-18T14:05:20.429152+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:05:50.558 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: cluster 2024-09-18T14:05:21.337655+0000 mgr.a (mgr.14150) 59 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:05:50.558 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: audit 2024-09-18T14:05:21.548519+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:05:50.558 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: audit 2024-09-18T14:05:21.555775+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:05:50.558 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: audit 2024-09-18T14:05:22.408946+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:05:50.558 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: cluster 2024-09-18T14:05:23.338125+0000 mgr.a (mgr.14150) 60 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:05:50.558 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: cluster 2024-09-18T14:05:25.338556+0000 mgr.a (mgr.14150) 61 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:05:50.558 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: audit 2024-09-18T14:05:25.398875+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:05:50.558 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: audit 2024-09-18T14:05:25.404879+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:05:50.558 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: audit 2024-09-18T14:05:25.413574+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:05:50.558 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: audit 2024-09-18T14:05:25.871755+0000 mgr.a (mgr.14150) 62 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-18T14:05:50.558 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: cluster 2024-09-18T14:05:27.339033+0000 mgr.a (mgr.14150) 63 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:05:50.558 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: cluster 2024-09-18T14:05:29.339628+0000 mgr.a (mgr.14150) 64 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:05:50.559 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: cluster 2024-09-18T14:05:31.340180+0000 mgr.a (mgr.14150) 65 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:05:50.559 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: cluster 2024-09-18T14:05:33.340619+0000 mgr.a (mgr.14150) 66 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:05:50.559 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: audit 2024-09-18T14:05:34.257349+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:05:50.559 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: audit 2024-09-18T14:05:34.264491+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:05:50.559 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: audit 2024-09-18T14:05:34.640468+0000 mon.a (mon.0) 194 : audit [INF] from='client.? 172.21.15.135:0/2512611576' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-09-18T14:05:50.559 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: cluster 2024-09-18T14:05:35.341067+0000 mgr.a (mgr.14150) 67 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:05:50.559 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: audit 2024-09-18T14:05:35.415730+0000 mon.a (mon.0) 195 : audit [INF] from='client.? 172.21.15.135:0/2512611576' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-18T14:05:50.559 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: cluster 2024-09-18T14:05:35.415822+0000 mon.a (mon.0) 196 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-18T14:05:50.559 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: cluster 2024-09-18T14:05:37.341477+0000 mgr.a (mgr.14150) 68 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:05:50.559 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: audit 2024-09-18T14:05:37.767562+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:05:50.559 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: audit 2024-09-18T14:05:37.772971+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:05:50.559 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: audit 2024-09-18T14:05:37.778977+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:05:50.560 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: cluster 2024-09-18T14:05:39.341917+0000 mgr.a (mgr.14150) 69 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:05:50.560 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: audit 2024-09-18T14:05:40.407360+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:05:50.560 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: audit 2024-09-18T14:05:40.408576+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T14:05:50.560 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: audit 2024-09-18T14:05:40.412186+0000 mon.a (mon.0) 202 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:05:50.560 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: audit 2024-09-18T14:05:40.413336+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T14:05:50.560 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: audit 2024-09-18T14:05:40.420824+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:05:50.561 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: audit 2024-09-18T14:05:40.423834+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-18T14:05:50.561 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: audit 2024-09-18T14:05:40.425139+0000 mon.a (mon.0) 206 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:05:50.561 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: audit 2024-09-18T14:05:40.399291+0000 mgr.a (mgr.14150) 70 : audit [DBG] from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi135:172.21.15.135=a;smithi161:172.21.15.161=b;smithi192:172.21.15.192=c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T14:05:50.561 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: cephadm 2024-09-18T14:05:40.403810+0000 mgr.a (mgr.14150) 71 : cephadm [INF] Saving service mon spec with placement smithi135:172.21.15.135=a;smithi161:172.21.15.161=b;smithi192:172.21.15.192=c;count:3 2024-09-18T14:05:50.561 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: cephadm 2024-09-18T14:05:40.426581+0000 mgr.a (mgr.14150) 72 : cephadm [INF] Deploying daemon mon.c on smithi192 2024-09-18T14:05:50.562 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: audit 2024-09-18T14:05:41.753588+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:05:50.562 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: audit 2024-09-18T14:05:41.761460+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:05:50.562 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: cluster 2024-09-18T14:05:41.342387+0000 mgr.a (mgr.14150) 73 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:05:50.562 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: audit 2024-09-18T14:05:41.769395+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:05:50.562 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: cluster 2024-09-18T14:05:43.342817+0000 mgr.a (mgr.14150) 74 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:05:50.562 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: cluster 2024-09-18T14:05:45.343240+0000 mgr.a (mgr.14150) 75 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:05:50.562 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: audit 2024-09-18T14:05:45.586528+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:05:50.562 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: audit 2024-09-18T14:05:45.590907+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:05:50.562 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: audit 2024-09-18T14:05:45.596909+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:05:50.562 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: cluster 2024-09-18T14:05:47.343757+0000 mgr.a (mgr.14150) 76 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:05:50.563 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: audit 2024-09-18T14:05:47.990442+0000 mon.a (mon.0) 213 : audit [DBG] from='client.? 172.21.15.192:0/3353230004' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-18T14:05:50.563 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: audit 2024-09-18T14:05:48.329679+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:05:50.563 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: audit 2024-09-18T14:05:48.334068+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:05:50.563 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: audit 2024-09-18T14:05:48.338914+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:05:50.563 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: audit 2024-09-18T14:05:48.339780+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-18T14:05:50.563 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: audit 2024-09-18T14:05:48.341154+0000 mon.a (mon.0) 218 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:05:50.563 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: cephadm 2024-09-18T14:05:48.342745+0000 mgr.a (mgr.14150) 77 : cephadm [INF] Deploying daemon mon.b on smithi161 2024-09-18T14:05:50.563 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:50 smithi192 bash[19392]: debug 2024-09-18T14:05:50.254+0000 7f0630acc640 1 mon.c@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-09-18T14:05:54.105 INFO:teuthology.orchestra.run.smithi192.stderr:Inferring config /var/lib/ceph/8600d7e2-75c6-11ef-bceb-c7b262605968/mon.c/config 2024-09-18T14:05:54.306 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:54 smithi161 systemd[1]: Started Ceph mon.b for 8600d7e2-75c6-11ef-bceb-c7b262605968. 2024-09-18T14:05:55.706 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:05:55 smithi135 bash[18657]: audit 2024-09-18T14:05:50.269064+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-18T14:05:55.706 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:05:55 smithi135 bash[18657]: cluster 2024-09-18T14:05:50.269431+0000 mon.a (mon.0) 220 : cluster [INF] mon.a calling monitor election 2024-09-18T14:05:55.706 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:05:55 smithi135 bash[18657]: audit 2024-09-18T14:05:50.271524+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-18T14:05:55.706 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:05:55 smithi135 bash[18657]: audit 2024-09-18T14:05:51.263427+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-18T14:05:55.706 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:05:55 smithi135 bash[18657]: cluster 2024-09-18T14:05:51.344620+0000 mgr.a (mgr.14150) 79 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:05:55.707 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:05:55 smithi135 bash[18657]: audit 2024-09-18T14:05:52.263358+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-18T14:05:55.707 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:05:55 smithi135 bash[18657]: cluster 2024-09-18T14:05:52.266233+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-09-18T14:05:55.707 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:05:55 smithi135 bash[18657]: audit 2024-09-18T14:05:53.263473+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-18T14:05:55.707 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:05:55 smithi135 bash[18657]: cluster 2024-09-18T14:05:53.345020+0000 mgr.a (mgr.14150) 80 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:05:55.707 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:05:55 smithi135 bash[18657]: audit 2024-09-18T14:05:54.263863+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-18T14:05:55.707 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:05:55 smithi135 bash[18657]: audit 2024-09-18T14:05:55.263870+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-18T14:05:55.707 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:05:55 smithi135 bash[18657]: cluster 2024-09-18T14:05:55.290928+0000 mon.a (mon.0) 227 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-18T14:05:55.707 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:05:55 smithi135 bash[18657]: cluster 2024-09-18T14:05:55.301803+0000 mon.a (mon.0) 228 : cluster [DBG] monmap e2: 2 mons at {a=[v2:172.21.15.135:3300/0,v1:172.21.15.135:6789/0],c=[v2:172.21.15.192:3300/0,v1:172.21.15.192:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-18T14:05:55.707 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:05:55 smithi135 bash[18657]: cluster 2024-09-18T14:05:55.302946+0000 mon.a (mon.0) 229 : cluster [DBG] fsmap 2024-09-18T14:05:55.707 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:05:55 smithi135 bash[18657]: cluster 2024-09-18T14:05:55.303002+0000 mon.a (mon.0) 230 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-18T14:05:55.707 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:05:55 smithi135 bash[18657]: cluster 2024-09-18T14:05:55.303266+0000 mon.a (mon.0) 231 : cluster [DBG] mgrmap e13: a(active, since 107s) 2024-09-18T14:05:55.707 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:05:55 smithi135 bash[18657]: cluster 2024-09-18T14:05:55.303514+0000 mon.a (mon.0) 232 : cluster [INF] overall HEALTH_OK 2024-09-18T14:05:55.707 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:05:55 smithi135 bash[18657]: audit 2024-09-18T14:05:55.310268+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:05:55.708 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:05:55 smithi135 bash[18657]: audit 2024-09-18T14:05:55.316270+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:05:55.708 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:05:55 smithi135 bash[18657]: audit 2024-09-18T14:05:55.324325+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:05:55.708 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:05:55 smithi135 bash[18657]: audit 2024-09-18T14:05:55.330978+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:05:55.768 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:55 smithi192 bash[19392]: audit 2024-09-18T14:05:50.269064+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-18T14:05:55.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:55 smithi192 bash[19392]: cluster 2024-09-18T14:05:50.269431+0000 mon.a (mon.0) 220 : cluster [INF] mon.a calling monitor election 2024-09-18T14:05:55.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:55 smithi192 bash[19392]: audit 2024-09-18T14:05:50.271524+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-18T14:05:55.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:55 smithi192 bash[19392]: audit 2024-09-18T14:05:51.263427+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-18T14:05:55.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:55 smithi192 bash[19392]: cluster 2024-09-18T14:05:51.344620+0000 mgr.a (mgr.14150) 79 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:05:55.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:55 smithi192 bash[19392]: audit 2024-09-18T14:05:52.263358+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-18T14:05:55.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:55 smithi192 bash[19392]: cluster 2024-09-18T14:05:52.266233+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-09-18T14:05:55.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:55 smithi192 bash[19392]: audit 2024-09-18T14:05:53.263473+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-18T14:05:55.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:55 smithi192 bash[19392]: cluster 2024-09-18T14:05:53.345020+0000 mgr.a (mgr.14150) 80 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:05:55.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:55 smithi192 bash[19392]: audit 2024-09-18T14:05:54.263863+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-18T14:05:55.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:55 smithi192 bash[19392]: audit 2024-09-18T14:05:55.263870+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-18T14:05:55.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:55 smithi192 bash[19392]: cluster 2024-09-18T14:05:55.290928+0000 mon.a (mon.0) 227 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-18T14:05:55.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:55 smithi192 bash[19392]: cluster 2024-09-18T14:05:55.301803+0000 mon.a (mon.0) 228 : cluster [DBG] monmap e2: 2 mons at {a=[v2:172.21.15.135:3300/0,v1:172.21.15.135:6789/0],c=[v2:172.21.15.192:3300/0,v1:172.21.15.192:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-18T14:05:55.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:55 smithi192 bash[19392]: cluster 2024-09-18T14:05:55.302946+0000 mon.a (mon.0) 229 : cluster [DBG] fsmap 2024-09-18T14:05:55.770 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:55 smithi192 bash[19392]: cluster 2024-09-18T14:05:55.303002+0000 mon.a (mon.0) 230 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-18T14:05:55.770 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:55 smithi192 bash[19392]: cluster 2024-09-18T14:05:55.303266+0000 mon.a (mon.0) 231 : cluster [DBG] mgrmap e13: a(active, since 107s) 2024-09-18T14:05:55.770 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:55 smithi192 bash[19392]: cluster 2024-09-18T14:05:55.303514+0000 mon.a (mon.0) 232 : cluster [INF] overall HEALTH_OK 2024-09-18T14:05:55.770 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:55 smithi192 bash[19392]: audit 2024-09-18T14:05:55.310268+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:05:55.770 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:55 smithi192 bash[19392]: audit 2024-09-18T14:05:55.316270+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:05:55.770 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:55 smithi192 bash[19392]: audit 2024-09-18T14:05:55.324325+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:05:55.770 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:05:55 smithi192 bash[19392]: audit 2024-09-18T14:05:55.330978+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:05:55.798 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.754+0000 7f2bfd5da900 0 set uid:gid to 167:167 (ceph:ceph) 2024-09-18T14:05:55.799 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.754+0000 7f2bfd5da900 0 ceph version 17.2.7-1645-g7061ea6c (7061ea6ca50908d104e9f3979dc615e118d9e153) quincy (stable), process ceph-mon, pid 7 2024-09-18T14:05:55.799 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.754+0000 7f2bfd5da900 0 pidfile_write: ignore empty --pid-file 2024-09-18T14:05:55.799 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 0 load: jerasure load: lrc 2024-09-18T14:05:55.799 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: RocksDB version: 6.15.5 2024-09-18T14:05:55.799 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-09-18T14:05:55.799 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Compile date Sep 18 2024 2024-09-18T14:05:55.799 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: DB SUMMARY 2024-09-18T14:05:55.799 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: DB Session ID: Z1LP23J3VH3QC0YEPEAG 2024-09-18T14:05:55.799 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: CURRENT file: CURRENT 2024-09-18T14:05:55.799 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: IDENTITY file: IDENTITY 2024-09-18T14:05:55.799 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: MANIFEST file: MANIFEST-000003 size: 57 Bytes 2024-09-18T14:05:55.800 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 0, files: 2024-09-18T14:05:55.800 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000004.log size: 511 ; 2024-09-18T14:05:55.800 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.error_if_exists: 0 2024-09-18T14:05:55.800 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.create_if_missing: 0 2024-09-18T14:05:55.800 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.paranoid_checks: 1 2024-09-18T14:05:55.800 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-18T14:05:55.800 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.env: 0x559eae94e4c0 2024-09-18T14:05:55.800 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.fs: Posix File System 2024-09-18T14:05:55.800 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.info_log: 0x559eb1178ee0 2024-09-18T14:05:55.800 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.max_file_opening_threads: 16 2024-09-18T14:05:55.800 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.statistics: (nil) 2024-09-18T14:05:55.800 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.use_fsync: 0 2024-09-18T14:05:55.801 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.max_log_file_size: 0 2024-09-18T14:05:55.801 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-18T14:05:55.801 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.log_file_time_to_roll: 0 2024-09-18T14:05:55.802 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.keep_log_file_num: 1000 2024-09-18T14:05:55.802 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.recycle_log_file_num: 0 2024-09-18T14:05:55.802 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.allow_fallocate: 1 2024-09-18T14:05:55.802 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.allow_mmap_reads: 0 2024-09-18T14:05:55.802 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.allow_mmap_writes: 0 2024-09-18T14:05:55.802 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.use_direct_reads: 0 2024-09-18T14:05:55.802 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-18T14:05:55.802 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.create_missing_column_families: 0 2024-09-18T14:05:55.802 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.db_log_dir: 2024-09-18T14:05:55.802 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-b/store.db 2024-09-18T14:05:55.803 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.table_cache_numshardbits: 6 2024-09-18T14:05:55.803 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-09-18T14:05:55.803 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-09-18T14:05:55.803 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-18T14:05:55.803 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-18T14:05:55.803 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-09-18T14:05:55.803 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.advise_random_on_open: 1 2024-09-18T14:05:55.803 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.db_write_buffer_size: 0 2024-09-18T14:05:55.803 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.write_buffer_manager: 0x559eb1236780 2024-09-18T14:05:55.803 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-18T14:05:55.803 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-09-18T14:05:55.803 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-18T14:05:55.804 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.use_adaptive_mutex: 0 2024-09-18T14:05:55.804 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.rate_limiter: (nil) 2024-09-18T14:05:55.804 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-18T14:05:55.804 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.wal_recovery_mode: 2 2024-09-18T14:05:55.804 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.enable_thread_tracking: 0 2024-09-18T14:05:55.804 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.enable_pipelined_write: 0 2024-09-18T14:05:55.804 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.unordered_write: 0 2024-09-18T14:05:55.804 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-18T14:05:55.804 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-18T14:05:55.804 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-18T14:05:55.804 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-18T14:05:55.804 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.row_cache: None 2024-09-18T14:05:55.805 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.wal_filter: None 2024-09-18T14:05:55.805 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-18T14:05:55.805 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.allow_ingest_behind: 0 2024-09-18T14:05:55.805 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.preserve_deletes: 0 2024-09-18T14:05:55.805 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.two_write_queues: 0 2024-09-18T14:05:55.805 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.manual_wal_flush: 0 2024-09-18T14:05:55.805 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.atomic_flush: 0 2024-09-18T14:05:55.805 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-18T14:05:55.805 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.persist_stats_to_disk: 0 2024-09-18T14:05:55.805 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-09-18T14:05:55.805 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.log_readahead_size: 0 2024-09-18T14:05:55.805 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-18T14:05:55.805 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.best_efforts_recovery: 0 2024-09-18T14:05:55.806 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-18T14:05:55.806 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-18T14:05:55.806 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.allow_data_in_errors: 0 2024-09-18T14:05:55.806 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.db_host_id: __hostname__ 2024-09-18T14:05:55.806 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.max_background_jobs: 2 2024-09-18T14:05:55.806 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.max_background_compactions: -1 2024-09-18T14:05:55.806 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.max_subcompactions: 1 2024-09-18T14:05:55.806 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-18T14:05:55.806 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-18T14:05:55.806 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.delayed_write_rate : 16777216 2024-09-18T14:05:55.806 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.max_total_wal_size: 0 2024-09-18T14:05:55.806 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-18T14:05:55.806 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.stats_dump_period_sec: 600 2024-09-18T14:05:55.807 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.stats_persist_period_sec: 600 2024-09-18T14:05:55.807 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-18T14:05:55.807 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.max_open_files: -1 2024-09-18T14:05:55.807 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.bytes_per_sync: 0 2024-09-18T14:05:55.807 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-09-18T14:05:55.807 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-09-18T14:05:55.807 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.compaction_readahead_size: 0 2024-09-18T14:05:55.807 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.max_background_flushes: -1 2024-09-18T14:05:55.807 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Compression algorithms supported: 2024-09-18T14:05:55.807 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: kZSTD supported: 0 2024-09-18T14:05:55.807 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: kXpressCompression supported: 0 2024-09-18T14:05:55.807 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: kBZip2Compression supported: 0 2024-09-18T14:05:55.807 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-18T14:05:55.808 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: kLZ4Compression supported: 1 2024-09-18T14:05:55.808 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: kZlibCompression supported: 1 2024-09-18T14:05:55.808 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: kLZ4HCCompression supported: 1 2024-09-18T14:05:55.808 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: kSnappyCompression supported: 1 2024-09-18T14:05:55.808 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-09-18T14:05:55.808 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: [db/version_set.cc:4724] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000003 2024-09-18T14:05:55.808 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: [db/column_family.cc:595] --------------- Options for column family [default]: 2024-09-18T14:05:55.808 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-18T14:05:55.808 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.merge_operator: 2024-09-18T14:05:55.808 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.compaction_filter: None 2024-09-18T14:05:55.808 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.compaction_filter_factory: None 2024-09-18T14:05:55.808 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.sst_partitioner_factory: None 2024-09-18T14:05:55.808 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-09-18T14:05:55.809 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.table_factory: BlockBasedTable 2024-09-18T14:05:55.809 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x559eb1121a38) 2024-09-18T14:05:55.809 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: cache_index_and_filter_blocks: 1 2024-09-18T14:05:55.809 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-18T14:05:55.809 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-18T14:05:55.809 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: pin_top_level_index_and_filter: 1 2024-09-18T14:05:55.809 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: index_type: 0 2024-09-18T14:05:55.809 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: data_block_index_type: 0 2024-09-18T14:05:55.809 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: index_shortening: 1 2024-09-18T14:05:55.809 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: data_block_hash_table_util_ratio: 0.750000 2024-09-18T14:05:55.809 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: hash_index_allow_collision: 1 2024-09-18T14:05:55.809 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: checksum: 1 2024-09-18T14:05:55.809 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: no_block_cache: 0 2024-09-18T14:05:55.810 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: block_cache: 0x559eb11551f0 2024-09-18T14:05:55.810 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: block_cache_name: BinnedLRUCache 2024-09-18T14:05:55.810 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: block_cache_options: 2024-09-18T14:05:55.810 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: capacity : 536870912 2024-09-18T14:05:55.810 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: num_shard_bits : 4 2024-09-18T14:05:55.810 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: strict_capacity_limit : 0 2024-09-18T14:05:55.810 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: high_pri_pool_ratio: 0.000 2024-09-18T14:05:55.810 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: block_cache_compressed: (nil) 2024-09-18T14:05:55.810 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: persistent_cache: (nil) 2024-09-18T14:05:55.810 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: block_size: 4096 2024-09-18T14:05:55.810 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: block_size_deviation: 10 2024-09-18T14:05:55.810 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: block_restart_interval: 16 2024-09-18T14:05:55.811 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: index_block_restart_interval: 1 2024-09-18T14:05:55.811 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: metadata_block_size: 4096 2024-09-18T14:05:55.811 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: partition_filters: 0 2024-09-18T14:05:55.811 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: use_delta_encoding: 1 2024-09-18T14:05:55.811 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: filter_policy: rocksdb.BuiltinBloomFilter 2024-09-18T14:05:55.811 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: whole_key_filtering: 1 2024-09-18T14:05:55.811 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: verify_compression: 0 2024-09-18T14:05:55.811 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: read_amp_bytes_per_bit: 0 2024-09-18T14:05:55.811 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: format_version: 4 2024-09-18T14:05:55.811 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: enable_index_compression: 1 2024-09-18T14:05:55.811 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: block_align: 0 2024-09-18T14:05:55.811 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.write_buffer_size: 33554432 2024-09-18T14:05:55.812 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.max_write_buffer_number: 2 2024-09-18T14:05:55.812 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.compression: NoCompression 2024-09-18T14:05:55.812 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.bottommost_compression: Disabled 2024-09-18T14:05:55.812 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.prefix_extractor: nullptr 2024-09-18T14:05:55.812 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-18T14:05:55.812 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.num_levels: 7 2024-09-18T14:05:55.812 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-18T14:05:55.812 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-18T14:05:55.812 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-18T14:05:55.812 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-18T14:05:55.812 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-18T14:05:55.812 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-18T14:05:55.813 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-18T14:05:55.813 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-18T14:05:55.813 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-18T14:05:55.813 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-18T14:05:55.813 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.compression_opts.window_bits: -14 2024-09-18T14:05:55.813 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.compression_opts.level: 32767 2024-09-18T14:05:55.813 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.compression_opts.strategy: 0 2024-09-18T14:05:55.813 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-18T14:05:55.813 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-18T14:05:55.813 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-18T14:05:55.813 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.compression_opts.enabled: false 2024-09-18T14:05:55.813 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-18T14:05:55.813 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-18T14:05:55.814 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-18T14:05:55.814 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.target_file_size_base: 67108864 2024-09-18T14:05:55.814 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.target_file_size_multiplier: 1 2024-09-18T14:05:55.814 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-18T14:05:55.814 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-18T14:05:55.814 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-18T14:05:55.814 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-18T14:05:55.814 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-18T14:05:55.814 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-18T14:05:55.814 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-18T14:05:55.814 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-18T14:05:55.814 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-18T14:05:55.814 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-18T14:05:55.814 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-18T14:05:55.815 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-18T14:05:55.815 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.arena_block_size: 4194304 2024-09-18T14:05:55.815 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-18T14:05:55.815 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-18T14:05:55.815 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-09-18T14:05:55.815 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.disable_auto_compactions: 0 2024-09-18T14:05:55.815 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-18T14:05:55.815 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-18T14:05:55.815 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-18T14:05:55.815 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-18T14:05:55.815 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-18T14:05:55.815 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-18T14:05:55.815 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-18T14:05:55.816 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-18T14:05:55.816 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-18T14:05:55.816 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-18T14:05:55.816 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-18T14:05:55.816 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.inplace_update_support: 0 2024-09-18T14:05:55.817 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-09-18T14:05:55.817 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-18T14:05:55.817 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-18T14:05:55.817 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.memtable_huge_page_size: 0 2024-09-18T14:05:55.817 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.bloom_locality: 0 2024-09-18T14:05:55.817 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.max_successive_merges: 0 2024-09-18T14:05:55.817 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-09-18T14:05:55.817 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.paranoid_file_checks: 0 2024-09-18T14:05:55.818 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.force_consistency_checks: 1 2024-09-18T14:05:55.818 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.report_bg_io_stats: 0 2024-09-18T14:05:55.818 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.ttl: 2592000 2024-09-18T14:05:55.818 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-09-18T14:05:55.818 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.enable_blob_files: false 2024-09-18T14:05:55.818 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.min_blob_size: 0 2024-09-18T14:05:55.818 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.blob_file_size: 268435456 2024-09-18T14:05:55.818 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.blob_compression_type: NoCompression 2024-09-18T14:05:55.818 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-09-18T14:05:55.818 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.758+0000 7f2bfd5da900 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-18T14:05:55.818 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.762+0000 7f2bfd5da900 4 rocksdb: [db/version_set.cc:4764] Recovered from manifest file:/var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000003 succeeded,manifest_file_number is 3, next_file_number is 5, 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-09-18T14:05:55.818 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.762+0000 7f2bfd5da900 4 rocksdb: [db/version_set.cc:4779] Column family [default] (ID 0), log number is 0 2024-09-18T14:05:55.818 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.762+0000 7f2bfd5da900 4 rocksdb: [db/version_set.cc:4082] Creating manifest 7 2024-09-18T14:05:55.819 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.762+0000 7f2bfd5da900 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726668355764184, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-09-18T14:05:55.819 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.762+0000 7f2bfd5da900 4 rocksdb: [db/db_impl/db_impl_open.cc:845] Recovering log #4 mode 2 2024-09-18T14:05:55.819 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.762+0000 7f2bfd5da900 3 rocksdb: [table/block_based/filter_policy.cc:991] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2024-09-18T14:05:55.819 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.762+0000 7f2bfd5da900 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726668355764765, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 8, "file_size": 1571, "file_checksum": "", "file_checksum_func_name": "Unknown", "table_properties": {"data_size": 523, "index_size": 31, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 69, "raw_key_size": 115, "raw_average_key_size": 23, "raw_value_size": 401, "raw_average_value_size": 80, "num_data_blocks": 1, "num_entries": 5, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "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; ", "creation_time": 1726668355, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "7ead023d-0e35-4848-bf80-443178dd0c40", "db_session_id": "Z1LP23J3VH3QC0YEPEAG"}} 2024-09-18T14:05:55.819 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.762+0000 7f2bfd5da900 4 rocksdb: [db/version_set.cc:4082] Creating manifest 9 2024-09-18T14:05:55.819 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.762+0000 7f2bfd5da900 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726668355765600, "job": 1, "event": "recovery_finished"} 2024-09-18T14:05:55.819 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.762+0000 7f2bfd5da900 4 rocksdb: [file/delete_scheduler.cc:69] Deleted file /var/lib/ceph/mon/ceph-b/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-09-18T14:05:55.819 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.766+0000 7f2bfd5da900 4 rocksdb: [db/db_impl/db_impl_open.cc:1700] SstFileManager instance 0x559eb118a700 2024-09-18T14:05:55.819 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.766+0000 7f2bfd5da900 4 rocksdb: DB pointer 0x559eb1158000 2024-09-18T14:05:55.819 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.766+0000 7f2bf33a6640 4 rocksdb: [db/db_impl/db_impl.cc:901] ------- DUMPING STATS ------- 2024-09-18T14:05:55.819 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.766+0000 7f2bf33a6640 4 rocksdb: [db/db_impl/db_impl.cc:903] 2024-09-18T14:05:55.819 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: ** DB Stats ** 2024-09-18T14:05:55.819 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-18T14:05:55.820 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-09-18T14:05:55.820 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-18T14:05:55.820 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-18T14:05:55.820 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-09-18T14:05:55.820 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-09-18T14:05:55.820 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-18T14:05:55.820 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: ** Compaction Stats [default] ** 2024-09-18T14:05:55.820 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: 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 2024-09-18T14:05:55.820 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-18T14:05:55.820 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: L0 1/0 1.53 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.6 0.00 0.00 1 0.001 0 0 2024-09-18T14:05:55.820 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: Sum 1/0 1.53 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.6 0.00 0.00 1 0.001 0 0 2024-09-18T14:05:55.820 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.6 0.00 0.00 1 0.001 0 0 2024-09-18T14:05:55.820 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: ** Compaction Stats [default] ** 2024-09-18T14:05:55.821 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: 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 2024-09-18T14:05:55.821 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-18T14:05:55.821 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2.6 0.00 0.00 1 0.001 0 0 2024-09-18T14:05:55.821 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-18T14:05:55.821 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: Flush(GB): cumulative 0.000, interval 0.000 2024-09-18T14:05:55.821 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-18T14:05:55.821 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: AddFile(Total Files): cumulative 0, interval 0 2024-09-18T14:05:55.821 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-18T14:05:55.821 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: AddFile(Keys): cumulative 0, interval 0 2024-09-18T14:05:55.821 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: Cumulative compaction: 0.00 GB write, 0.27 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-18T14:05:55.821 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: Interval compaction: 0.00 GB write, 0.27 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-18T14:05:55.821 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: 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-09-18T14:05:55.821 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: ** File Read Latency Histogram By Level [default] ** 2024-09-18T14:05:55.822 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: ** Compaction Stats [default] ** 2024-09-18T14:05:55.822 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: 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 2024-09-18T14:05:55.822 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-18T14:05:55.822 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: L0 1/0 1.53 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.6 0.00 0.00 1 0.001 0 0 2024-09-18T14:05:55.822 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: Sum 1/0 1.53 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.6 0.00 0.00 1 0.001 0 0 2024-09-18T14:05:55.822 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: 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 2024-09-18T14:05:55.822 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: ** Compaction Stats [default] ** 2024-09-18T14:05:55.822 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: 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 2024-09-18T14:05:55.822 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-18T14:05:55.822 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2.6 0.00 0.00 1 0.001 0 0 2024-09-18T14:05:55.822 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-18T14:05:55.822 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: Flush(GB): cumulative 0.000, interval 0.000 2024-09-18T14:05:55.822 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-18T14:05:55.823 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: AddFile(Total Files): cumulative 0, interval 0 2024-09-18T14:05:55.823 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-18T14:05:55.823 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: AddFile(Keys): cumulative 0, interval 0 2024-09-18T14:05:55.823 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: Cumulative compaction: 0.00 GB write, 0.27 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-18T14:05:55.823 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-18T14:05:55.823 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: 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-09-18T14:05:55.823 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: ** File Read Latency Histogram By Level [default] ** 2024-09-18T14:05:55.823 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.766+0000 7f2bfd5da900 0 mon.b does not exist in monmap, will attempt to join an existing cluster 2024-09-18T14:05:55.823 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.766+0000 7f2bfd5da900 0 using public_addr v2:172.21.15.161:0/0 -> [v2:172.21.15.161:3300/0,v1:172.21.15.161:6789/0] 2024-09-18T14:05:55.823 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.766+0000 7f2bfd5da900 0 starting mon.b rank -1 at public addrs [v2:172.21.15.161:3300/0,v1:172.21.15.161:6789/0] at bind addrs [v2:172.21.15.161:3300/0,v1:172.21.15.161:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid 8600d7e2-75c6-11ef-bceb-c7b262605968 2024-09-18T14:05:55.823 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.766+0000 7f2bfd5da900 1 mon.b@-1(???) e0 preinit fsid 8600d7e2-75c6-11ef-bceb-c7b262605968 2024-09-18T14:05:55.823 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.794+0000 7f2bf63ac640 0 mon.b@-1(synchronizing).mds e1 new map 2024-09-18T14:05:55.823 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.794+0000 7f2bf63ac640 0 mon.b@-1(synchronizing).mds e1 print_map 2024-09-18T14:05:55.824 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: e1 2024-09-18T14:05:55.824 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: enable_multiple, ever_enabled_multiple: 1,1 2024-09-18T14:05:55.824 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: 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} 2024-09-18T14:05:55.824 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: legacy client fscid: -1 2024-09-18T14:05:55.824 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: 2024-09-18T14:05:55.824 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: No filesystems configured 2024-09-18T14:05:55.824 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.794+0000 7f2bf63ac640 1 mon.b@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-09-18T14:05:55.824 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.794+0000 7f2bf63ac640 1 mon.b@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-09-18T14:05:55.824 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.794+0000 7f2bf63ac640 1 mon.b@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-09-18T14:05:55.824 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.794+0000 7f2bf63ac640 1 mon.b@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-09-18T14:05:55.824 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.794+0000 7f2bf63ac640 1 mon.b@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-09-18T14:05:55.824 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.794+0000 7f2bf63ac640 1 mon.b@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-09-18T14:05:55.824 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.798+0000 7f2bf63ac640 0 mon.b@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-09-18T14:05:55.825 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.798+0000 7f2bf63ac640 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-18T14:05:55.825 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.798+0000 7f2bf63ac640 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-18T14:05:55.825 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.798+0000 7f2bf63ac640 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-18T14:05:55.825 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: audit 2024-09-18T14:05:50.269064+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-18T14:05:55.825 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: cluster 2024-09-18T14:05:50.269431+0000 mon.a (mon.0) 220 : cluster [INF] mon.a calling monitor election 2024-09-18T14:05:55.825 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: audit 2024-09-18T14:05:50.271524+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-18T14:05:55.825 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: audit 2024-09-18T14:05:51.263427+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-18T14:05:55.825 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: cluster 2024-09-18T14:05:51.344620+0000 mgr.a (mgr.14150) 79 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:05:55.825 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: audit 2024-09-18T14:05:52.263358+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-18T14:05:55.825 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: cluster 2024-09-18T14:05:52.266233+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-09-18T14:05:55.825 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: audit 2024-09-18T14:05:53.263473+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-18T14:05:55.825 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: cluster 2024-09-18T14:05:53.345020+0000 mgr.a (mgr.14150) 80 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:05:55.826 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: audit 2024-09-18T14:05:54.263863+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-18T14:05:55.826 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: audit 2024-09-18T14:05:55.263870+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-18T14:05:55.826 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: cluster 2024-09-18T14:05:55.290928+0000 mon.a (mon.0) 227 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-18T14:05:55.826 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: cluster 2024-09-18T14:05:55.301803+0000 mon.a (mon.0) 228 : cluster [DBG] monmap e2: 2 mons at {a=[v2:172.21.15.135:3300/0,v1:172.21.15.135:6789/0],c=[v2:172.21.15.192:3300/0,v1:172.21.15.192:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-18T14:05:55.826 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: cluster 2024-09-18T14:05:55.302946+0000 mon.a (mon.0) 229 : cluster [DBG] fsmap 2024-09-18T14:05:55.826 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: cluster 2024-09-18T14:05:55.303002+0000 mon.a (mon.0) 230 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-18T14:05:55.826 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: cluster 2024-09-18T14:05:55.303266+0000 mon.a (mon.0) 231 : cluster [DBG] mgrmap e13: a(active, since 107s) 2024-09-18T14:05:55.826 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: cluster 2024-09-18T14:05:55.303514+0000 mon.a (mon.0) 232 : cluster [INF] overall HEALTH_OK 2024-09-18T14:05:55.826 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: audit 2024-09-18T14:05:55.310268+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:05:55.826 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: audit 2024-09-18T14:05:55.316270+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:05:55.826 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: audit 2024-09-18T14:05:55.324325+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:05:55.826 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: audit 2024-09-18T14:05:55.330978+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:05:55.826 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:05:55 smithi161 bash[19407]: debug 2024-09-18T14:05:55.798+0000 7f2bf63ac640 1 mon.b@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-09-18T14:05:56.706 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:05:56 smithi135 bash[18928]: debug 2024-09-18T14:05:56.260+0000 7f69a1c56640 -1 mgr.server handle_report got status from non-daemon mon.c 2024-09-18T14:06:01.150 INFO:teuthology.orchestra.run.smithi192.stderr:dumped monmap epoch 3 2024-09-18T14:06:01.151 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-09-18T14:06:01.151 INFO:teuthology.orchestra.run.smithi192.stdout:{"epoch":3,"fsid":"8600d7e2-75c6-11ef-bceb-c7b262605968","modified":"2024-09-18T14:05:55.812584Z","created":"2024-09-18T14:02:58.001548Z","min_mon_release":17,"min_mon_release_name":"quincy","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:3300","nonce":0},{"type":"v1","addr":"172.21.15.135:6789","nonce":0}]},"addr":"172.21.15.135:6789/0","public_addr":"172.21.15.135:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:3300","nonce":0},{"type":"v1","addr":"172.21.15.192:6789","nonce":0}]},"addr":"172.21.15.192:6789/0","public_addr":"172.21.15.192:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:3300","nonce":0},{"type":"v1","addr":"172.21.15.161:6789","nonce":0}]},"addr":"172.21.15.161:6789/0","public_addr":"172.21.15.161:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-09-18T14:06:01.178 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:00 smithi192 bash[19392]: cluster 2024-09-18T14:05:55.345333+0000 mgr.a (mgr.14150) 81 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:06:01.178 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:00 smithi192 bash[19392]: cephadm 2024-09-18T14:05:55.400182+0000 mgr.a (mgr.14150) 82 : cephadm [INF] Updating smithi135:/etc/ceph/ceph.conf 2024-09-18T14:06:01.179 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:00 smithi192 bash[19392]: cephadm 2024-09-18T14:05:55.400509+0000 mgr.a (mgr.14150) 83 : cephadm [INF] Updating smithi161:/etc/ceph/ceph.conf 2024-09-18T14:06:01.179 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:00 smithi192 bash[19392]: cephadm 2024-09-18T14:05:55.401024+0000 mgr.a (mgr.14150) 84 : cephadm [INF] Updating smithi192:/etc/ceph/ceph.conf 2024-09-18T14:06:01.179 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:00 smithi192 bash[19392]: cephadm 2024-09-18T14:05:55.578803+0000 mgr.a (mgr.14150) 85 : cephadm [INF] Updating smithi135:/var/lib/ceph/8600d7e2-75c6-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-18T14:06:01.179 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:00 smithi192 bash[19392]: cephadm 2024-09-18T14:05:55.579031+0000 mgr.a (mgr.14150) 86 : cephadm [INF] Updating smithi161:/var/lib/ceph/8600d7e2-75c6-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-18T14:06:01.179 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:00 smithi192 bash[19392]: cephadm 2024-09-18T14:05:55.579396+0000 mgr.a (mgr.14150) 87 : cephadm [INF] Updating smithi192:/var/lib/ceph/8600d7e2-75c6-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-18T14:06:01.179 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:00 smithi192 bash[19392]: cephadm 2024-09-18T14:05:55.759864+0000 mgr.a (mgr.14150) 88 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-18T14:06:01.179 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:00 smithi192 bash[19392]: cluster 2024-09-18T14:05:55.816924+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-09-18T14:06:01.179 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:00 smithi192 bash[19392]: cephadm 2024-09-18T14:05:55.817187+0000 mgr.a (mgr.14150) 89 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-09-18T14:06:01.179 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:00 smithi192 bash[19392]: audit 2024-09-18T14:05:55.817609+0000 mon.a (mon.0) 248 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-18T14:06:01.179 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:00 smithi192 bash[19392]: cluster 2024-09-18T14:05:55.817919+0000 mon.a (mon.0) 249 : cluster [INF] mon.a calling monitor election 2024-09-18T14:06:01.179 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:00 smithi192 bash[19392]: audit 2024-09-18T14:05:55.819173+0000 mon.a (mon.0) 250 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-18T14:06:01.179 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:00 smithi192 bash[19392]: audit 2024-09-18T14:05:55.819289+0000 mon.a (mon.0) 251 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-18T14:06:01.179 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:00 smithi192 bash[19392]: audit 2024-09-18T14:05:55.819461+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-18T14:06:01.180 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:00 smithi192 bash[19392]: audit 2024-09-18T14:05:56.811170+0000 mon.a (mon.0) 253 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-18T14:06:01.180 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:00 smithi192 bash[19392]: cluster 2024-09-18T14:05:57.345663+0000 mgr.a (mgr.14150) 90 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:06:01.180 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:00 smithi192 bash[19392]: audit 2024-09-18T14:05:57.811332+0000 mon.a (mon.0) 254 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-18T14:06:01.180 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:00 smithi192 bash[19392]: audit 2024-09-18T14:05:58.811475+0000 mon.a (mon.0) 255 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-18T14:06:01.180 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:00 smithi192 bash[19392]: cluster 2024-09-18T14:05:59.346043+0000 mgr.a (mgr.14150) 91 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:06:01.180 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:00 smithi192 bash[19392]: audit 2024-09-18T14:05:59.811566+0000 mon.a (mon.0) 256 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-18T14:06:01.180 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:00 smithi192 bash[19392]: audit 2024-09-18T14:06:00.811609+0000 mon.a (mon.0) 257 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-18T14:06:01.180 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:00 smithi192 bash[19392]: cluster 2024-09-18T14:06:00.819479+0000 mon.a (mon.0) 258 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-18T14:06:01.180 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:00 smithi192 bash[19392]: cluster 2024-09-18T14:06:00.825171+0000 mon.a (mon.0) 259 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.135:3300/0,v1:172.21.15.135:6789/0],b=[v2:172.21.15.161:3300/0,v1:172.21.15.161:6789/0],c=[v2:172.21.15.192:3300/0,v1:172.21.15.192:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-18T14:06:01.180 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:00 smithi192 bash[19392]: cluster 2024-09-18T14:06:00.826228+0000 mon.a (mon.0) 260 : cluster [DBG] fsmap 2024-09-18T14:06:01.180 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:00 smithi192 bash[19392]: cluster 2024-09-18T14:06:00.826279+0000 mon.a (mon.0) 261 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-18T14:06:01.180 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:00 smithi192 bash[19392]: cluster 2024-09-18T14:06:00.826553+0000 mon.a (mon.0) 262 : cluster [DBG] mgrmap e13: a(active, since 113s) 2024-09-18T14:06:01.180 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:00 smithi192 bash[19392]: cluster 2024-09-18T14:06:00.826821+0000 mon.a (mon.0) 263 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-09-18T14:06:01.181 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:00 smithi192 bash[19392]: cluster 2024-09-18T14:06:00.833693+0000 mon.a (mon.0) 264 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-09-18T14:06:01.181 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:00 smithi192 bash[19392]: cluster 2024-09-18T14:06:00.833719+0000 mon.a (mon.0) 265 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-09-18T14:06:01.181 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:00 smithi192 bash[19392]: cluster 2024-09-18T14:06:00.833731+0000 mon.a (mon.0) 266 : cluster [WRN] mon.b (rank 2) addr [v2:172.21.15.161:3300/0,v1:172.21.15.161:6789/0] is down (out of quorum) 2024-09-18T14:06:01.181 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:00 smithi192 bash[19392]: audit 2024-09-18T14:06:00.834242+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-18T14:06:01.181 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:00 smithi192 bash[19392]: audit 2024-09-18T14:06:00.837582+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:01.181 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:00 smithi192 bash[19392]: audit 2024-09-18T14:06:00.838470+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:06:01.181 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:00 smithi192 bash[19392]: audit 2024-09-18T14:06:00.842309+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:01.207 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:00 smithi135 bash[18657]: cluster 2024-09-18T14:05:55.345333+0000 mgr.a (mgr.14150) 81 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:06:01.207 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:00 smithi135 bash[18657]: cephadm 2024-09-18T14:05:55.400182+0000 mgr.a (mgr.14150) 82 : cephadm [INF] Updating smithi135:/etc/ceph/ceph.conf 2024-09-18T14:06:01.207 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:00 smithi135 bash[18657]: cephadm 2024-09-18T14:05:55.400509+0000 mgr.a (mgr.14150) 83 : cephadm [INF] Updating smithi161:/etc/ceph/ceph.conf 2024-09-18T14:06:01.207 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:00 smithi135 bash[18657]: cephadm 2024-09-18T14:05:55.401024+0000 mgr.a (mgr.14150) 84 : cephadm [INF] Updating smithi192:/etc/ceph/ceph.conf 2024-09-18T14:06:01.207 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:00 smithi135 bash[18657]: cephadm 2024-09-18T14:05:55.578803+0000 mgr.a (mgr.14150) 85 : cephadm [INF] Updating smithi135:/var/lib/ceph/8600d7e2-75c6-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-18T14:06:01.207 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:00 smithi135 bash[18657]: cephadm 2024-09-18T14:05:55.579031+0000 mgr.a (mgr.14150) 86 : cephadm [INF] Updating smithi161:/var/lib/ceph/8600d7e2-75c6-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-18T14:06:01.207 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:00 smithi135 bash[18657]: cephadm 2024-09-18T14:05:55.579396+0000 mgr.a (mgr.14150) 87 : cephadm [INF] Updating smithi192:/var/lib/ceph/8600d7e2-75c6-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-18T14:06:01.207 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:00 smithi135 bash[18657]: cephadm 2024-09-18T14:05:55.759864+0000 mgr.a (mgr.14150) 88 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-18T14:06:01.207 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:00 smithi135 bash[18657]: cluster 2024-09-18T14:05:55.816924+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-09-18T14:06:01.207 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:00 smithi135 bash[18657]: cephadm 2024-09-18T14:05:55.817187+0000 mgr.a (mgr.14150) 89 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-09-18T14:06:01.208 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:00 smithi135 bash[18657]: audit 2024-09-18T14:05:55.817609+0000 mon.a (mon.0) 248 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-18T14:06:01.208 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:00 smithi135 bash[18657]: cluster 2024-09-18T14:05:55.817919+0000 mon.a (mon.0) 249 : cluster [INF] mon.a calling monitor election 2024-09-18T14:06:01.208 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:00 smithi135 bash[18657]: audit 2024-09-18T14:05:55.819173+0000 mon.a (mon.0) 250 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-18T14:06:01.208 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:00 smithi135 bash[18657]: audit 2024-09-18T14:05:55.819289+0000 mon.a (mon.0) 251 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-18T14:06:01.208 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:00 smithi135 bash[18657]: audit 2024-09-18T14:05:55.819461+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-18T14:06:01.208 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:00 smithi135 bash[18657]: audit 2024-09-18T14:05:56.811170+0000 mon.a (mon.0) 253 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-18T14:06:01.208 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:00 smithi135 bash[18657]: cluster 2024-09-18T14:05:57.345663+0000 mgr.a (mgr.14150) 90 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:06:01.208 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:00 smithi135 bash[18657]: audit 2024-09-18T14:05:57.811332+0000 mon.a (mon.0) 254 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-18T14:06:01.208 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:00 smithi135 bash[18657]: audit 2024-09-18T14:05:58.811475+0000 mon.a (mon.0) 255 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-18T14:06:01.208 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:00 smithi135 bash[18657]: cluster 2024-09-18T14:05:59.346043+0000 mgr.a (mgr.14150) 91 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:06:01.208 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:00 smithi135 bash[18657]: audit 2024-09-18T14:05:59.811566+0000 mon.a (mon.0) 256 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-18T14:06:01.209 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:00 smithi135 bash[18657]: audit 2024-09-18T14:06:00.811609+0000 mon.a (mon.0) 257 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-18T14:06:01.209 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:00 smithi135 bash[18657]: cluster 2024-09-18T14:06:00.819479+0000 mon.a (mon.0) 258 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-18T14:06:01.209 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:00 smithi135 bash[18657]: cluster 2024-09-18T14:06:00.825171+0000 mon.a (mon.0) 259 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.135:3300/0,v1:172.21.15.135:6789/0],b=[v2:172.21.15.161:3300/0,v1:172.21.15.161:6789/0],c=[v2:172.21.15.192:3300/0,v1:172.21.15.192:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-18T14:06:01.209 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:00 smithi135 bash[18657]: cluster 2024-09-18T14:06:00.826228+0000 mon.a (mon.0) 260 : cluster [DBG] fsmap 2024-09-18T14:06:01.209 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:00 smithi135 bash[18657]: cluster 2024-09-18T14:06:00.826279+0000 mon.a (mon.0) 261 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-18T14:06:01.210 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:00 smithi135 bash[18657]: cluster 2024-09-18T14:06:00.826553+0000 mon.a (mon.0) 262 : cluster [DBG] mgrmap e13: a(active, since 113s) 2024-09-18T14:06:01.210 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:00 smithi135 bash[18657]: cluster 2024-09-18T14:06:00.826821+0000 mon.a (mon.0) 263 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-09-18T14:06:01.210 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:00 smithi135 bash[18657]: cluster 2024-09-18T14:06:00.833693+0000 mon.a (mon.0) 264 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-09-18T14:06:01.210 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:00 smithi135 bash[18657]: cluster 2024-09-18T14:06:00.833719+0000 mon.a (mon.0) 265 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-09-18T14:06:01.210 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:00 smithi135 bash[18657]: cluster 2024-09-18T14:06:00.833731+0000 mon.a (mon.0) 266 : cluster [WRN] mon.b (rank 2) addr [v2:172.21.15.161:3300/0,v1:172.21.15.161:6789/0] is down (out of quorum) 2024-09-18T14:06:01.210 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:00 smithi135 bash[18657]: audit 2024-09-18T14:06:00.834242+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-18T14:06:01.210 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:00 smithi135 bash[18657]: audit 2024-09-18T14:06:00.837582+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:01.210 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:00 smithi135 bash[18657]: audit 2024-09-18T14:06:00.838470+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:06:01.210 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:00 smithi135 bash[18657]: audit 2024-09-18T14:06:00.842309+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:01.825 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-09-18T14:06:01.825 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7061ea6ca50908d104e9f3979dc615e118d9e153 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8600d7e2-75c6-11ef-bceb-c7b262605968 -- ceph config generate-minimal-conf 2024-09-18T14:06:02.206 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:01 smithi135 bash[18657]: cephadm 2024-09-18T14:06:00.840302+0000 mgr.a (mgr.14150) 92 : cephadm [INF] Reconfiguring daemon mon.a on smithi135 2024-09-18T14:06:02.206 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:01 smithi135 bash[18657]: audit 2024-09-18T14:06:00.893646+0000 mon.a (mon.0) 271 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:02.206 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:01 smithi135 bash[18657]: audit 2024-09-18T14:06:00.995862+0000 mon.a (mon.0) 272 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:02.206 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:01 smithi135 bash[18657]: audit 2024-09-18T14:06:01.149651+0000 mon.a (mon.0) 273 : audit [DBG] from='client.? 172.21.15.192:0/3012712373' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-18T14:06:02.206 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:01 smithi135 bash[18657]: audit 2024-09-18T14:06:01.811851+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-18T14:06:02.268 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:01 smithi192 bash[19392]: cephadm 2024-09-18T14:06:00.840302+0000 mgr.a (mgr.14150) 92 : cephadm [INF] Reconfiguring daemon mon.a on smithi135 2024-09-18T14:06:02.268 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:01 smithi192 bash[19392]: audit 2024-09-18T14:06:00.893646+0000 mon.a (mon.0) 271 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:02.268 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:01 smithi192 bash[19392]: audit 2024-09-18T14:06:00.995862+0000 mon.a (mon.0) 272 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:02.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:01 smithi192 bash[19392]: audit 2024-09-18T14:06:01.149651+0000 mon.a (mon.0) 273 : audit [DBG] from='client.? 172.21.15.192:0/3012712373' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-18T14:06:02.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:01 smithi192 bash[19392]: audit 2024-09-18T14:06:01.811851+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-18T14:06:03.000 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:02 smithi161 bash[19407]: cluster 2024-09-18T14:05:55.345333+0000 mgr.a (mgr.14150) 81 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:06:03.000 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:02 smithi161 bash[19407]: cephadm 2024-09-18T14:05:55.400182+0000 mgr.a (mgr.14150) 82 : cephadm [INF] Updating smithi135:/etc/ceph/ceph.conf 2024-09-18T14:06:03.001 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:02 smithi161 bash[19407]: cephadm 2024-09-18T14:05:55.400509+0000 mgr.a (mgr.14150) 83 : cephadm [INF] Updating smithi161:/etc/ceph/ceph.conf 2024-09-18T14:06:03.001 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:02 smithi161 bash[19407]: cephadm 2024-09-18T14:05:55.401024+0000 mgr.a (mgr.14150) 84 : cephadm [INF] Updating smithi192:/etc/ceph/ceph.conf 2024-09-18T14:06:03.001 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:02 smithi161 bash[19407]: cephadm 2024-09-18T14:05:55.578803+0000 mgr.a (mgr.14150) 85 : cephadm [INF] Updating smithi135:/var/lib/ceph/8600d7e2-75c6-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-18T14:06:03.001 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:02 smithi161 bash[19407]: cephadm 2024-09-18T14:05:55.579031+0000 mgr.a (mgr.14150) 86 : cephadm [INF] Updating smithi161:/var/lib/ceph/8600d7e2-75c6-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-18T14:06:03.001 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:02 smithi161 bash[19407]: cephadm 2024-09-18T14:05:55.579396+0000 mgr.a (mgr.14150) 87 : cephadm [INF] Updating smithi192:/var/lib/ceph/8600d7e2-75c6-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-18T14:06:03.001 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:02 smithi161 bash[19407]: cephadm 2024-09-18T14:05:55.759864+0000 mgr.a (mgr.14150) 88 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-18T14:06:03.001 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:02 smithi161 bash[19407]: cluster 2024-09-18T14:05:55.816924+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-09-18T14:06:03.001 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:02 smithi161 bash[19407]: cephadm 2024-09-18T14:05:55.817187+0000 mgr.a (mgr.14150) 89 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-09-18T14:06:03.001 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:02 smithi161 bash[19407]: audit 2024-09-18T14:05:55.817609+0000 mon.a (mon.0) 248 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-18T14:06:03.001 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:02 smithi161 bash[19407]: cluster 2024-09-18T14:05:55.817919+0000 mon.a (mon.0) 249 : cluster [INF] mon.a calling monitor election 2024-09-18T14:06:03.001 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:02 smithi161 bash[19407]: audit 2024-09-18T14:05:55.819173+0000 mon.a (mon.0) 250 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-18T14:06:03.001 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:02 smithi161 bash[19407]: audit 2024-09-18T14:05:55.819289+0000 mon.a (mon.0) 251 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-18T14:06:03.002 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:02 smithi161 bash[19407]: audit 2024-09-18T14:05:55.819461+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-18T14:06:03.002 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:02 smithi161 bash[19407]: audit 2024-09-18T14:05:56.811170+0000 mon.a (mon.0) 253 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-18T14:06:03.002 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:02 smithi161 bash[19407]: cluster 2024-09-18T14:05:57.345663+0000 mgr.a (mgr.14150) 90 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:06:03.002 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:02 smithi161 bash[19407]: audit 2024-09-18T14:05:57.811332+0000 mon.a (mon.0) 254 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-18T14:06:03.002 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:02 smithi161 bash[19407]: audit 2024-09-18T14:05:58.811475+0000 mon.a (mon.0) 255 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-18T14:06:03.002 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:02 smithi161 bash[19407]: cluster 2024-09-18T14:05:59.346043+0000 mgr.a (mgr.14150) 91 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:06:03.002 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:02 smithi161 bash[19407]: audit 2024-09-18T14:05:59.811566+0000 mon.a (mon.0) 256 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-18T14:06:03.002 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:02 smithi161 bash[19407]: audit 2024-09-18T14:06:00.811609+0000 mon.a (mon.0) 257 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-18T14:06:03.002 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:02 smithi161 bash[19407]: cluster 2024-09-18T14:06:00.819479+0000 mon.a (mon.0) 258 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-18T14:06:03.002 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:02 smithi161 bash[19407]: cluster 2024-09-18T14:06:00.825171+0000 mon.a (mon.0) 259 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.135:3300/0,v1:172.21.15.135:6789/0],b=[v2:172.21.15.161:3300/0,v1:172.21.15.161:6789/0],c=[v2:172.21.15.192:3300/0,v1:172.21.15.192:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-18T14:06:03.002 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:02 smithi161 bash[19407]: cluster 2024-09-18T14:06:00.826228+0000 mon.a (mon.0) 260 : cluster [DBG] fsmap 2024-09-18T14:06:03.002 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:02 smithi161 bash[19407]: cluster 2024-09-18T14:06:00.826279+0000 mon.a (mon.0) 261 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-18T14:06:03.003 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:02 smithi161 bash[19407]: cluster 2024-09-18T14:06:00.826553+0000 mon.a (mon.0) 262 : cluster [DBG] mgrmap e13: a(active, since 113s) 2024-09-18T14:06:03.003 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:02 smithi161 bash[19407]: cluster 2024-09-18T14:06:00.826821+0000 mon.a (mon.0) 263 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-09-18T14:06:03.003 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:02 smithi161 bash[19407]: cluster 2024-09-18T14:06:00.833693+0000 mon.a (mon.0) 264 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-09-18T14:06:03.003 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:02 smithi161 bash[19407]: cluster 2024-09-18T14:06:00.833719+0000 mon.a (mon.0) 265 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-09-18T14:06:03.003 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:02 smithi161 bash[19407]: cluster 2024-09-18T14:06:00.833731+0000 mon.a (mon.0) 266 : cluster [WRN] mon.b (rank 2) addr [v2:172.21.15.161:3300/0,v1:172.21.15.161:6789/0] is down (out of quorum) 2024-09-18T14:06:03.003 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:02 smithi161 bash[19407]: audit 2024-09-18T14:06:00.834242+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-18T14:06:03.003 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:02 smithi161 bash[19407]: audit 2024-09-18T14:06:00.837582+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:03.003 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:02 smithi161 bash[19407]: audit 2024-09-18T14:06:00.838470+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:06:03.003 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:02 smithi161 bash[19407]: audit 2024-09-18T14:06:00.842309+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:03.003 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:02 smithi161 bash[19407]: cephadm 2024-09-18T14:06:00.840302+0000 mgr.a (mgr.14150) 92 : cephadm [INF] Reconfiguring daemon mon.a on smithi135 2024-09-18T14:06:03.003 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:02 smithi161 bash[19407]: audit 2024-09-18T14:06:00.893646+0000 mon.a (mon.0) 271 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:03.003 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:02 smithi161 bash[19407]: audit 2024-09-18T14:06:00.995862+0000 mon.a (mon.0) 272 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:03.004 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:02 smithi161 bash[19407]: audit 2024-09-18T14:06:01.149651+0000 mon.a (mon.0) 273 : audit [DBG] from='client.? 172.21.15.192:0/3012712373' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-18T14:06:03.004 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:02 smithi161 bash[19407]: audit 2024-09-18T14:06:01.811851+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-18T14:06:03.004 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:02 smithi161 bash[19407]: cluster 2024-09-18T14:05:57.812911+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-09-18T14:06:03.004 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:02 smithi161 bash[19407]: cluster 2024-09-18T14:06:02.815023+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2024-09-18T14:06:03.004 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:02 smithi161 bash[19407]: cluster 2024-09-18T14:06:02.817298+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2024-09-18T14:06:03.004 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:02 smithi161 bash[19407]: cluster 2024-09-18T14:06:02.817584+0000 mon.a (mon.0) 276 : cluster [INF] mon.a calling monitor election 2024-09-18T14:06:03.140 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:02 smithi161 bash[19407]: cluster 2024-09-18T14:06:02.842898+0000 mon.a (mon.0) 277 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-18T14:06:03.140 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:02 smithi161 bash[19407]: cluster 2024-09-18T14:06:02.857334+0000 mon.a (mon.0) 278 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.135:3300/0,v1:172.21.15.135:6789/0],b=[v2:172.21.15.161:3300/0,v1:172.21.15.161:6789/0],c=[v2:172.21.15.192:3300/0,v1:172.21.15.192:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-18T14:06:03.141 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:02 smithi161 bash[19407]: cluster 2024-09-18T14:06:02.858438+0000 mon.a (mon.0) 279 : cluster [DBG] fsmap 2024-09-18T14:06:03.141 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:02 smithi161 bash[19407]: cluster 2024-09-18T14:06:02.858503+0000 mon.a (mon.0) 280 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-18T14:06:03.141 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:02 smithi161 bash[19407]: cluster 2024-09-18T14:06:02.858773+0000 mon.a (mon.0) 281 : cluster [DBG] mgrmap e13: a(active, since 115s) 2024-09-18T14:06:03.141 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:02 smithi161 bash[19407]: cluster 2024-09-18T14:06:02.859071+0000 mon.a (mon.0) 282 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-09-18T14:06:03.141 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:02 smithi161 bash[19407]: cluster 2024-09-18T14:06:02.859109+0000 mon.a (mon.0) 283 : cluster [INF] Cluster is now healthy 2024-09-18T14:06:03.141 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:02 smithi161 bash[19407]: cluster 2024-09-18T14:06:02.869379+0000 mon.a (mon.0) 284 : cluster [INF] overall HEALTH_OK 2024-09-18T14:06:03.268 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:02 smithi192 bash[19392]: cluster 2024-09-18T14:05:57.812911+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-09-18T14:06:03.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:02 smithi192 bash[19392]: cluster 2024-09-18T14:06:02.815023+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2024-09-18T14:06:03.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:03 smithi192 bash[19392]: cluster 2024-09-18T14:06:02.817298+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2024-09-18T14:06:03.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:03 smithi192 bash[19392]: cluster 2024-09-18T14:06:02.817584+0000 mon.a (mon.0) 276 : cluster [INF] mon.a calling monitor election 2024-09-18T14:06:03.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:03 smithi192 bash[19392]: cluster 2024-09-18T14:06:02.842898+0000 mon.a (mon.0) 277 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-18T14:06:03.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:03 smithi192 bash[19392]: cluster 2024-09-18T14:06:02.857334+0000 mon.a (mon.0) 278 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.135:3300/0,v1:172.21.15.135:6789/0],b=[v2:172.21.15.161:3300/0,v1:172.21.15.161:6789/0],c=[v2:172.21.15.192:3300/0,v1:172.21.15.192:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-18T14:06:03.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:03 smithi192 bash[19392]: cluster 2024-09-18T14:06:02.858438+0000 mon.a (mon.0) 279 : cluster [DBG] fsmap 2024-09-18T14:06:03.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:03 smithi192 bash[19392]: cluster 2024-09-18T14:06:02.858503+0000 mon.a (mon.0) 280 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-18T14:06:03.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:03 smithi192 bash[19392]: cluster 2024-09-18T14:06:02.858773+0000 mon.a (mon.0) 281 : cluster [DBG] mgrmap e13: a(active, since 115s) 2024-09-18T14:06:03.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:03 smithi192 bash[19392]: cluster 2024-09-18T14:06:02.859071+0000 mon.a (mon.0) 282 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-09-18T14:06:03.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:03 smithi192 bash[19392]: cluster 2024-09-18T14:06:02.859109+0000 mon.a (mon.0) 283 : cluster [INF] Cluster is now healthy 2024-09-18T14:06:03.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:03 smithi192 bash[19392]: cluster 2024-09-18T14:06:02.869379+0000 mon.a (mon.0) 284 : cluster [INF] overall HEALTH_OK 2024-09-18T14:06:03.456 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:02 smithi135 bash[18657]: cluster 2024-09-18T14:05:57.812911+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-09-18T14:06:03.456 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:03 smithi135 bash[18657]: cluster 2024-09-18T14:06:02.815023+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2024-09-18T14:06:03.456 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:03 smithi135 bash[18657]: cluster 2024-09-18T14:06:02.817298+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2024-09-18T14:06:03.456 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:03 smithi135 bash[18657]: cluster 2024-09-18T14:06:02.817584+0000 mon.a (mon.0) 276 : cluster [INF] mon.a calling monitor election 2024-09-18T14:06:03.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:03 smithi135 bash[18657]: cluster 2024-09-18T14:06:02.842898+0000 mon.a (mon.0) 277 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-18T14:06:03.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:03 smithi135 bash[18657]: cluster 2024-09-18T14:06:02.857334+0000 mon.a (mon.0) 278 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.135:3300/0,v1:172.21.15.135:6789/0],b=[v2:172.21.15.161:3300/0,v1:172.21.15.161:6789/0],c=[v2:172.21.15.192:3300/0,v1:172.21.15.192:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-18T14:06:03.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:03 smithi135 bash[18657]: cluster 2024-09-18T14:06:02.858438+0000 mon.a (mon.0) 279 : cluster [DBG] fsmap 2024-09-18T14:06:03.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:03 smithi135 bash[18657]: cluster 2024-09-18T14:06:02.858503+0000 mon.a (mon.0) 280 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-18T14:06:03.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:03 smithi135 bash[18657]: cluster 2024-09-18T14:06:02.858773+0000 mon.a (mon.0) 281 : cluster [DBG] mgrmap e13: a(active, since 115s) 2024-09-18T14:06:03.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:03 smithi135 bash[18657]: cluster 2024-09-18T14:06:02.859071+0000 mon.a (mon.0) 282 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-09-18T14:06:03.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:03 smithi135 bash[18657]: cluster 2024-09-18T14:06:02.859109+0000 mon.a (mon.0) 283 : cluster [INF] Cluster is now healthy 2024-09-18T14:06:03.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:03 smithi135 bash[18657]: cluster 2024-09-18T14:06:02.869379+0000 mon.a (mon.0) 284 : cluster [INF] overall HEALTH_OK 2024-09-18T14:06:04.439 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:04 smithi161 bash[19407]: audit 2024-09-18T14:06:03.123850+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:04.439 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:04 smithi161 bash[19407]: audit 2024-09-18T14:06:03.129719+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:04.440 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:04 smithi161 bash[19407]: audit 2024-09-18T14:06:03.138514+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:04.440 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:04 smithi161 bash[19407]: audit 2024-09-18T14:06:03.184250+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:04.440 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:04 smithi161 bash[19407]: audit 2024-09-18T14:06:03.190606+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:04.440 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:04 smithi161 bash[19407]: audit 2024-09-18T14:06:03.195345+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:04.440 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:04 smithi161 bash[19407]: cephadm 2024-09-18T14:06:03.196667+0000 mgr.a (mgr.14150) 94 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-09-18T14:06:04.440 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:04 smithi161 bash[19407]: audit 2024-09-18T14:06:03.197002+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-18T14:06:04.440 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:04 smithi161 bash[19407]: audit 2024-09-18T14:06:03.198240+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-18T14:06:04.440 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:04 smithi161 bash[19407]: audit 2024-09-18T14:06:03.201679+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:04.440 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:04 smithi161 bash[19407]: audit 2024-09-18T14:06:03.202013+0000 mon.a (mon.0) 294 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:06:04.440 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:04 smithi161 bash[19407]: cephadm 2024-09-18T14:06:03.204614+0000 mgr.a (mgr.14150) 95 : cephadm [INF] Reconfiguring daemon mon.b on smithi161 2024-09-18T14:06:04.440 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:04 smithi161 bash[19407]: audit 2024-09-18T14:06:03.211162+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:04.440 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:04 smithi161 bash[19407]: cluster 2024-09-18T14:06:03.346886+0000 mgr.a (mgr.14150) 96 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:06:04.441 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:04 smithi161 bash[19407]: audit 2024-09-18T14:06:03.811940+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-18T14:06:04.456 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:04 smithi135 bash[18657]: audit 2024-09-18T14:06:03.123850+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:04.456 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:04 smithi135 bash[18657]: audit 2024-09-18T14:06:03.129719+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:04.456 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:04 smithi135 bash[18657]: audit 2024-09-18T14:06:03.138514+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:04.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:04 smithi135 bash[18657]: audit 2024-09-18T14:06:03.184250+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:04.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:04 smithi135 bash[18657]: audit 2024-09-18T14:06:03.190606+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:04.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:04 smithi135 bash[18657]: audit 2024-09-18T14:06:03.195345+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:04.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:04 smithi135 bash[18657]: cephadm 2024-09-18T14:06:03.196667+0000 mgr.a (mgr.14150) 94 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-09-18T14:06:04.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:04 smithi135 bash[18657]: audit 2024-09-18T14:06:03.197002+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-18T14:06:04.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:04 smithi135 bash[18657]: audit 2024-09-18T14:06:03.198240+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-18T14:06:04.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:04 smithi135 bash[18657]: audit 2024-09-18T14:06:03.201679+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:04.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:04 smithi135 bash[18657]: audit 2024-09-18T14:06:03.202013+0000 mon.a (mon.0) 294 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:06:04.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:04 smithi135 bash[18657]: cephadm 2024-09-18T14:06:03.204614+0000 mgr.a (mgr.14150) 95 : cephadm [INF] Reconfiguring daemon mon.b on smithi161 2024-09-18T14:06:04.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:04 smithi135 bash[18657]: audit 2024-09-18T14:06:03.211162+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:04.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:04 smithi135 bash[18657]: cluster 2024-09-18T14:06:03.346886+0000 mgr.a (mgr.14150) 96 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:06:04.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:04 smithi135 bash[18657]: audit 2024-09-18T14:06:03.811940+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-18T14:06:04.518 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:04 smithi192 bash[19392]: audit 2024-09-18T14:06:03.123850+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:04.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:04 smithi192 bash[19392]: audit 2024-09-18T14:06:03.129719+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:04.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:04 smithi192 bash[19392]: audit 2024-09-18T14:06:03.138514+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:04.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:04 smithi192 bash[19392]: audit 2024-09-18T14:06:03.184250+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:04.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:04 smithi192 bash[19392]: audit 2024-09-18T14:06:03.190606+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:04.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:04 smithi192 bash[19392]: audit 2024-09-18T14:06:03.195345+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:04.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:04 smithi192 bash[19392]: cephadm 2024-09-18T14:06:03.196667+0000 mgr.a (mgr.14150) 94 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-09-18T14:06:04.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:04 smithi192 bash[19392]: audit 2024-09-18T14:06:03.197002+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-18T14:06:04.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:04 smithi192 bash[19392]: audit 2024-09-18T14:06:03.198240+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-18T14:06:04.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:04 smithi192 bash[19392]: audit 2024-09-18T14:06:03.201679+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:04.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:04 smithi192 bash[19392]: audit 2024-09-18T14:06:03.202013+0000 mon.a (mon.0) 294 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:06:04.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:04 smithi192 bash[19392]: cephadm 2024-09-18T14:06:03.204614+0000 mgr.a (mgr.14150) 95 : cephadm [INF] Reconfiguring daemon mon.b on smithi161 2024-09-18T14:06:04.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:04 smithi192 bash[19392]: audit 2024-09-18T14:06:03.211162+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:04.520 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:04 smithi192 bash[19392]: cluster 2024-09-18T14:06:03.346886+0000 mgr.a (mgr.14150) 96 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:06:04.520 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:04 smithi192 bash[19392]: audit 2024-09-18T14:06:03.811940+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-18T14:06:06.456 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:06 smithi135 bash[18657]: audit 2024-09-18T14:06:05.112359+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:06.456 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:06 smithi135 bash[18657]: audit 2024-09-18T14:06:05.120944+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:06.456 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:06 smithi135 bash[18657]: cephadm 2024-09-18T14:06:05.122491+0000 mgr.a (mgr.14150) 97 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-09-18T14:06:06.456 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:06 smithi135 bash[18657]: audit 2024-09-18T14:06:05.123006+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-18T14:06:06.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:06 smithi135 bash[18657]: audit 2024-09-18T14:06:05.124485+0000 mon.a (mon.0) 300 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-18T14:06:06.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:06 smithi135 bash[18657]: audit 2024-09-18T14:06:05.126061+0000 mon.a (mon.0) 301 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:06:06.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:06 smithi135 bash[18657]: cephadm 2024-09-18T14:06:05.127652+0000 mgr.a (mgr.14150) 98 : cephadm [INF] Reconfiguring daemon mon.c on smithi192 2024-09-18T14:06:06.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:06 smithi135 bash[18657]: cluster 2024-09-18T14:06:05.347311+0000 mgr.a (mgr.14150) 99 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:06:06.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:06 smithi135 bash[18657]: audit 2024-09-18T14:06:05.779217+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:06.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:06 smithi135 bash[18657]: audit 2024-09-18T14:06:05.784748+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:06.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:06 smithi135 bash[18657]: audit 2024-09-18T14:06:05.791715+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:06.487 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:06 smithi192 bash[19392]: audit 2024-09-18T14:06:05.112359+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:06.487 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:06 smithi192 bash[19392]: audit 2024-09-18T14:06:05.120944+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:06.488 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:06 smithi192 bash[19392]: cephadm 2024-09-18T14:06:05.122491+0000 mgr.a (mgr.14150) 97 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-09-18T14:06:06.488 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:06 smithi192 bash[19392]: audit 2024-09-18T14:06:05.123006+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-18T14:06:06.488 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:06 smithi192 bash[19392]: audit 2024-09-18T14:06:05.124485+0000 mon.a (mon.0) 300 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-18T14:06:06.488 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:06 smithi192 bash[19392]: audit 2024-09-18T14:06:05.126061+0000 mon.a (mon.0) 301 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:06:06.488 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:06 smithi192 bash[19392]: cephadm 2024-09-18T14:06:05.127652+0000 mgr.a (mgr.14150) 98 : cephadm [INF] Reconfiguring daemon mon.c on smithi192 2024-09-18T14:06:06.488 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:06 smithi192 bash[19392]: cluster 2024-09-18T14:06:05.347311+0000 mgr.a (mgr.14150) 99 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:06:06.488 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:06 smithi192 bash[19392]: audit 2024-09-18T14:06:05.779217+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:06.488 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:06 smithi192 bash[19392]: audit 2024-09-18T14:06:05.784748+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:06.488 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:06 smithi192 bash[19392]: audit 2024-09-18T14:06:05.791715+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:06.523 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:06 smithi161 bash[19407]: audit 2024-09-18T14:06:05.112359+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:06.523 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:06 smithi161 bash[19407]: audit 2024-09-18T14:06:05.120944+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:06.523 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:06 smithi161 bash[19407]: cephadm 2024-09-18T14:06:05.122491+0000 mgr.a (mgr.14150) 97 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-09-18T14:06:06.524 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:06 smithi161 bash[19407]: audit 2024-09-18T14:06:05.123006+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-18T14:06:06.524 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:06 smithi161 bash[19407]: audit 2024-09-18T14:06:05.124485+0000 mon.a (mon.0) 300 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-18T14:06:06.524 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:06 smithi161 bash[19407]: audit 2024-09-18T14:06:05.126061+0000 mon.a (mon.0) 301 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:06:06.524 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:06 smithi161 bash[19407]: cephadm 2024-09-18T14:06:05.127652+0000 mgr.a (mgr.14150) 98 : cephadm [INF] Reconfiguring daemon mon.c on smithi192 2024-09-18T14:06:06.524 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:06 smithi161 bash[19407]: cluster 2024-09-18T14:06:05.347311+0000 mgr.a (mgr.14150) 99 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:06:06.524 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:06 smithi161 bash[19407]: audit 2024-09-18T14:06:05.779217+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:06.524 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:06 smithi161 bash[19407]: audit 2024-09-18T14:06:05.784748+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:06.524 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:06 smithi161 bash[19407]: audit 2024-09-18T14:06:05.791715+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:06.553 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /var/lib/ceph/8600d7e2-75c6-11ef-bceb-c7b262605968/mon.a/config 2024-09-18T14:06:08.615 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:08 smithi135 bash[18657]: cluster 2024-09-18T14:06:07.347708+0000 mgr.a (mgr.14150) 100 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:06:08.615 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:08 smithi135 bash[18657]: audit 2024-09-18T14:06:07.354092+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:08.615 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:08 smithi135 bash[18657]: audit 2024-09-18T14:06:07.359472+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:08.615 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:08 smithi135 bash[18657]: audit 2024-09-18T14:06:07.361529+0000 mon.a (mon.0) 307 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T14:06:08.615 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:08 smithi135 bash[18657]: audit 2024-09-18T14:06:07.365139+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:06:08.615 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:08 smithi135 bash[18657]: audit 2024-09-18T14:06:07.366756+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T14:06:08.616 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:08 smithi135 bash[18657]: cephadm 2024-09-18T14:06:07.368897+0000 mgr.a (mgr.14150) 101 : cephadm [INF] Updating smithi135:/etc/ceph/ceph.conf 2024-09-18T14:06:08.616 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:08 smithi135 bash[18657]: cephadm 2024-09-18T14:06:07.369565+0000 mgr.a (mgr.14150) 102 : cephadm [INF] Updating smithi161:/etc/ceph/ceph.conf 2024-09-18T14:06:08.616 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:08 smithi135 bash[18657]: cephadm 2024-09-18T14:06:07.369972+0000 mgr.a (mgr.14150) 103 : cephadm [INF] Updating smithi192:/etc/ceph/ceph.conf 2024-09-18T14:06:08.616 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:08 smithi135 bash[18657]: cephadm 2024-09-18T14:06:07.557405+0000 mgr.a (mgr.14150) 104 : cephadm [INF] Updating smithi135:/var/lib/ceph/8600d7e2-75c6-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-18T14:06:08.616 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:08 smithi135 bash[18657]: cephadm 2024-09-18T14:06:07.567070+0000 mgr.a (mgr.14150) 105 : cephadm [INF] Updating smithi161:/var/lib/ceph/8600d7e2-75c6-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-18T14:06:08.616 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:08 smithi135 bash[18657]: cephadm 2024-09-18T14:06:07.567481+0000 mgr.a (mgr.14150) 106 : cephadm [INF] Updating smithi192:/var/lib/ceph/8600d7e2-75c6-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-18T14:06:08.616 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:08 smithi135 bash[18657]: audit 2024-09-18T14:06:07.720534+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:08.616 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:08 smithi135 bash[18657]: audit 2024-09-18T14:06:07.725760+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:08.616 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:08 smithi135 bash[18657]: audit 2024-09-18T14:06:07.759658+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:08.616 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:08 smithi135 bash[18657]: audit 2024-09-18T14:06:07.764346+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:08.616 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:08 smithi135 bash[18657]: audit 2024-09-18T14:06:07.768219+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:08.616 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:08 smithi135 bash[18657]: audit 2024-09-18T14:06:07.772734+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:08.616 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:08 smithi135 bash[18657]: audit 2024-09-18T14:06:07.778129+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:08.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:08 smithi192 bash[19392]: cluster 2024-09-18T14:06:07.347708+0000 mgr.a (mgr.14150) 100 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:06:08.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:08 smithi192 bash[19392]: audit 2024-09-18T14:06:07.354092+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:08.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:08 smithi192 bash[19392]: audit 2024-09-18T14:06:07.359472+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:08.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:08 smithi192 bash[19392]: audit 2024-09-18T14:06:07.361529+0000 mon.a (mon.0) 307 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T14:06:08.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:08 smithi192 bash[19392]: audit 2024-09-18T14:06:07.365139+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:06:08.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:08 smithi192 bash[19392]: audit 2024-09-18T14:06:07.366756+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T14:06:08.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:08 smithi192 bash[19392]: cephadm 2024-09-18T14:06:07.368897+0000 mgr.a (mgr.14150) 101 : cephadm [INF] Updating smithi135:/etc/ceph/ceph.conf 2024-09-18T14:06:08.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:08 smithi192 bash[19392]: cephadm 2024-09-18T14:06:07.369565+0000 mgr.a (mgr.14150) 102 : cephadm [INF] Updating smithi161:/etc/ceph/ceph.conf 2024-09-18T14:06:08.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:08 smithi192 bash[19392]: cephadm 2024-09-18T14:06:07.369972+0000 mgr.a (mgr.14150) 103 : cephadm [INF] Updating smithi192:/etc/ceph/ceph.conf 2024-09-18T14:06:08.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:08 smithi192 bash[19392]: cephadm 2024-09-18T14:06:07.557405+0000 mgr.a (mgr.14150) 104 : cephadm [INF] Updating smithi135:/var/lib/ceph/8600d7e2-75c6-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-18T14:06:08.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:08 smithi192 bash[19392]: cephadm 2024-09-18T14:06:07.567070+0000 mgr.a (mgr.14150) 105 : cephadm [INF] Updating smithi161:/var/lib/ceph/8600d7e2-75c6-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-18T14:06:08.770 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:08 smithi192 bash[19392]: cephadm 2024-09-18T14:06:07.567481+0000 mgr.a (mgr.14150) 106 : cephadm [INF] Updating smithi192:/var/lib/ceph/8600d7e2-75c6-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-18T14:06:08.770 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:08 smithi192 bash[19392]: audit 2024-09-18T14:06:07.720534+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:08.770 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:08 smithi192 bash[19392]: audit 2024-09-18T14:06:07.725760+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:08.770 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:08 smithi192 bash[19392]: audit 2024-09-18T14:06:07.759658+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:08.770 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:08 smithi192 bash[19392]: audit 2024-09-18T14:06:07.764346+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:08.770 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:08 smithi192 bash[19392]: audit 2024-09-18T14:06:07.768219+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:08.770 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:08 smithi192 bash[19392]: audit 2024-09-18T14:06:07.772734+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:08.770 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:08 smithi192 bash[19392]: audit 2024-09-18T14:06:07.778129+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:08.773 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:08 smithi161 bash[19407]: cluster 2024-09-18T14:06:07.347708+0000 mgr.a (mgr.14150) 100 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:06:08.773 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:08 smithi161 bash[19407]: audit 2024-09-18T14:06:07.354092+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:08.773 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:08 smithi161 bash[19407]: audit 2024-09-18T14:06:07.359472+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:08.774 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:08 smithi161 bash[19407]: audit 2024-09-18T14:06:07.361529+0000 mon.a (mon.0) 307 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T14:06:08.774 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:08 smithi161 bash[19407]: audit 2024-09-18T14:06:07.365139+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:06:08.774 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:08 smithi161 bash[19407]: audit 2024-09-18T14:06:07.366756+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T14:06:08.774 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:08 smithi161 bash[19407]: cephadm 2024-09-18T14:06:07.368897+0000 mgr.a (mgr.14150) 101 : cephadm [INF] Updating smithi135:/etc/ceph/ceph.conf 2024-09-18T14:06:08.774 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:08 smithi161 bash[19407]: cephadm 2024-09-18T14:06:07.369565+0000 mgr.a (mgr.14150) 102 : cephadm [INF] Updating smithi161:/etc/ceph/ceph.conf 2024-09-18T14:06:08.774 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:08 smithi161 bash[19407]: cephadm 2024-09-18T14:06:07.369972+0000 mgr.a (mgr.14150) 103 : cephadm [INF] Updating smithi192:/etc/ceph/ceph.conf 2024-09-18T14:06:08.774 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:08 smithi161 bash[19407]: cephadm 2024-09-18T14:06:07.557405+0000 mgr.a (mgr.14150) 104 : cephadm [INF] Updating smithi135:/var/lib/ceph/8600d7e2-75c6-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-18T14:06:08.774 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:08 smithi161 bash[19407]: cephadm 2024-09-18T14:06:07.567070+0000 mgr.a (mgr.14150) 105 : cephadm [INF] Updating smithi161:/var/lib/ceph/8600d7e2-75c6-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-18T14:06:08.774 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:08 smithi161 bash[19407]: cephadm 2024-09-18T14:06:07.567481+0000 mgr.a (mgr.14150) 106 : cephadm [INF] Updating smithi192:/var/lib/ceph/8600d7e2-75c6-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-18T14:06:08.774 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:08 smithi161 bash[19407]: audit 2024-09-18T14:06:07.720534+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:08.774 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:08 smithi161 bash[19407]: audit 2024-09-18T14:06:07.725760+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:08.774 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:08 smithi161 bash[19407]: audit 2024-09-18T14:06:07.759658+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:08.775 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:08 smithi161 bash[19407]: audit 2024-09-18T14:06:07.764346+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:08.775 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:08 smithi161 bash[19407]: audit 2024-09-18T14:06:07.768219+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:08.775 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:08 smithi161 bash[19407]: audit 2024-09-18T14:06:07.772734+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:08.775 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:08 smithi161 bash[19407]: audit 2024-09-18T14:06:07.778129+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:09.999 INFO:teuthology.orchestra.run.smithi135.stdout:# minimal ceph.conf for 8600d7e2-75c6-11ef-bceb-c7b262605968 2024-09-18T14:06:09.999 INFO:teuthology.orchestra.run.smithi135.stdout:[global] 2024-09-18T14:06:09.999 INFO:teuthology.orchestra.run.smithi135.stdout: fsid = 8600d7e2-75c6-11ef-bceb-c7b262605968 2024-09-18T14:06:10.000 INFO:teuthology.orchestra.run.smithi135.stdout: mon_host = [v2:172.21.15.135:3300/0,v1:172.21.15.135:6789/0] [v2:172.21.15.161:3300/0,v1:172.21.15.161:6789/0] [v2:172.21.15.192:3300/0,v1:172.21.15.192:6789/0] 2024-09-18T14:06:10.706 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:10 smithi135 bash[18657]: cluster 2024-09-18T14:06:09.348186+0000 mgr.a (mgr.14150) 107 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:06:10.706 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:10 smithi135 bash[18657]: audit 2024-09-18T14:06:09.998766+0000 mon.a (mon.0) 317 : audit [DBG] from='client.? 172.21.15.135:0/963656186' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:06:10.768 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:10 smithi192 bash[19392]: cluster 2024-09-18T14:06:09.348186+0000 mgr.a (mgr.14150) 107 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:06:10.768 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:10 smithi192 bash[19392]: audit 2024-09-18T14:06:09.998766+0000 mon.a (mon.0) 317 : audit [DBG] from='client.? 172.21.15.135:0/963656186' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:06:10.773 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:10 smithi161 bash[19407]: cluster 2024-09-18T14:06:09.348186+0000 mgr.a (mgr.14150) 107 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:06:10.773 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:10 smithi161 bash[19407]: audit 2024-09-18T14:06:09.998766+0000 mon.a (mon.0) 317 : audit [DBG] from='client.? 172.21.15.135:0/963656186' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:06:10.799 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-09-18T14:06:10.799 DEBUG:teuthology.orchestra.run.smithi135:> set -ex 2024-09-18T14:06:10.800 DEBUG:teuthology.orchestra.run.smithi135:> sudo dd of=/etc/ceph/ceph.conf 2024-09-18T14:06:10.812 DEBUG:teuthology.orchestra.run.smithi135:> set -ex 2024-09-18T14:06:10.812 DEBUG:teuthology.orchestra.run.smithi135:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-18T14:06:10.824 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2024-09-18T14:06:10.824 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd of=/etc/ceph/ceph.conf 2024-09-18T14:06:10.841 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2024-09-18T14:06:10.841 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-18T14:06:10.856 DEBUG:teuthology.orchestra.run.smithi192:> set -ex 2024-09-18T14:06:10.857 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd of=/etc/ceph/ceph.conf 2024-09-18T14:06:10.873 DEBUG:teuthology.orchestra.run.smithi192:> set -ex 2024-09-18T14:06:10.874 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-18T14:06:10.931 INFO:tasks.cephadm:Adding mgr.a on smithi135 2024-09-18T14:06:10.931 INFO:tasks.cephadm:Adding mgr.b on smithi161 2024-09-18T14:06:10.932 DEBUG:teuthology.orchestra.run.smithi192:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7061ea6ca50908d104e9f3979dc615e118d9e153 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8600d7e2-75c6-11ef-bceb-c7b262605968 -- ceph orch apply mgr '2;smithi135=a;smithi161=b' 2024-09-18T14:06:12.706 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:12 smithi135 bash[18657]: cluster 2024-09-18T14:06:11.348648+0000 mgr.a (mgr.14150) 108 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:06:12.768 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:12 smithi192 bash[19392]: cluster 2024-09-18T14:06:11.348648+0000 mgr.a (mgr.14150) 108 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:06:12.773 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:12 smithi161 bash[19407]: cluster 2024-09-18T14:06:11.348648+0000 mgr.a (mgr.14150) 108 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:06:14.641 INFO:teuthology.orchestra.run.smithi192.stderr:Inferring config /var/lib/ceph/8600d7e2-75c6-11ef-bceb-c7b262605968/mon.c/config 2024-09-18T14:06:14.666 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:14 smithi192 bash[19392]: cluster 2024-09-18T14:06:13.349086+0000 mgr.a (mgr.14150) 109 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:06:14.706 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:14 smithi135 bash[18657]: cluster 2024-09-18T14:06:13.349086+0000 mgr.a (mgr.14150) 109 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:06:14.773 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:14 smithi161 bash[19407]: cluster 2024-09-18T14:06:13.349086+0000 mgr.a (mgr.14150) 109 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:06:16.637 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:16 smithi192 bash[19392]: cluster 2024-09-18T14:06:15.349497+0000 mgr.a (mgr.14150) 110 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:06:16.706 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:16 smithi135 bash[18657]: cluster 2024-09-18T14:06:15.349497+0000 mgr.a (mgr.14150) 110 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:06:16.761 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:16 smithi161 bash[19407]: cluster 2024-09-18T14:06:15.349497+0000 mgr.a (mgr.14150) 110 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:06:18.503 INFO:teuthology.orchestra.run.smithi192.stdout:Scheduled mgr update... 2024-09-18T14:06:18.518 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:18 smithi192 bash[19392]: cluster 2024-09-18T14:06:17.349928+0000 mgr.a (mgr.14150) 111 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:06:18.695 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:18 smithi135 bash[18657]: cluster 2024-09-18T14:06:17.349928+0000 mgr.a (mgr.14150) 111 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:06:18.805 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:18 smithi161 bash[19407]: cluster 2024-09-18T14:06:17.349928+0000 mgr.a (mgr.14150) 111 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:06:19.158 DEBUG:teuthology.orchestra.run.smithi161:mgr.b> sudo journalctl -f -n 0 -u ceph-8600d7e2-75c6-11ef-bceb-c7b262605968@mgr.b.service 2024-09-18T14:06:19.160 INFO:tasks.cephadm:Deploying OSDs... 2024-09-18T14:06:19.161 DEBUG:teuthology.orchestra.run.smithi135:> set -ex 2024-09-18T14:06:19.161 DEBUG:teuthology.orchestra.run.smithi135:> dd if=/scratch_devs of=/dev/stdout 2024-09-18T14:06:19.168 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-09-18T14:06:19.168 DEBUG:teuthology.orchestra.run.smithi135:> stat /dev/vg_nvme/lv_1 2024-09-18T14:06:19.176 INFO:teuthology.orchestra.run.smithi135.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-18T14:06:19.176 INFO:teuthology.orchestra.run.smithi135.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-18T14:06:19.176 INFO:teuthology.orchestra.run.smithi135.stdout:Device: 6h/6d Inode: 360 Links: 1 2024-09-18T14:06:19.176 INFO:teuthology.orchestra.run.smithi135.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-18T14:06:19.176 INFO:teuthology.orchestra.run.smithi135.stdout:Access: 2024-09-18 13:57:58.776716662 +0000 2024-09-18T14:06:19.176 INFO:teuthology.orchestra.run.smithi135.stdout:Modify: 2024-09-18 13:57:58.592720906 +0000 2024-09-18T14:06:19.176 INFO:teuthology.orchestra.run.smithi135.stdout:Change: 2024-09-18 13:57:58.592720906 +0000 2024-09-18T14:06:19.177 INFO:teuthology.orchestra.run.smithi135.stdout: Birth: - 2024-09-18T14:06:19.177 DEBUG:teuthology.orchestra.run.smithi135:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-18T14:06:19.231 INFO:teuthology.orchestra.run.smithi135.stderr:1+0 records in 2024-09-18T14:06:19.231 INFO:teuthology.orchestra.run.smithi135.stderr:1+0 records out 2024-09-18T14:06:19.231 INFO:teuthology.orchestra.run.smithi135.stderr:512 bytes copied, 0.000437318 s, 1.2 MB/s 2024-09-18T14:06:19.232 DEBUG:teuthology.orchestra.run.smithi135:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-18T14:06:19.241 DEBUG:teuthology.orchestra.run.smithi135:> stat /dev/vg_nvme/lv_2 2024-09-18T14:06:19.247 INFO:teuthology.orchestra.run.smithi135.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-18T14:06:19.247 INFO:teuthology.orchestra.run.smithi135.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-18T14:06:19.247 INFO:teuthology.orchestra.run.smithi135.stdout:Device: 6h/6d Inode: 367 Links: 1 2024-09-18T14:06:19.247 INFO:teuthology.orchestra.run.smithi135.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-18T14:06:19.247 INFO:teuthology.orchestra.run.smithi135.stdout:Access: 2024-09-18 13:57:59.032710757 +0000 2024-09-18T14:06:19.247 INFO:teuthology.orchestra.run.smithi135.stdout:Modify: 2024-09-18 13:57:59.028710850 +0000 2024-09-18T14:06:19.247 INFO:teuthology.orchestra.run.smithi135.stdout:Change: 2024-09-18 13:57:59.028710850 +0000 2024-09-18T14:06:19.247 INFO:teuthology.orchestra.run.smithi135.stdout: Birth: - 2024-09-18T14:06:19.248 DEBUG:teuthology.orchestra.run.smithi135:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-18T14:06:19.299 INFO:teuthology.orchestra.run.smithi135.stderr:1+0 records in 2024-09-18T14:06:19.299 INFO:teuthology.orchestra.run.smithi135.stderr:1+0 records out 2024-09-18T14:06:19.299 INFO:teuthology.orchestra.run.smithi135.stderr:512 bytes copied, 0.000308187 s, 1.7 MB/s 2024-09-18T14:06:19.300 DEBUG:teuthology.orchestra.run.smithi135:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-18T14:06:19.306 DEBUG:teuthology.orchestra.run.smithi135:> stat /dev/vg_nvme/lv_3 2024-09-18T14:06:19.311 INFO:teuthology.orchestra.run.smithi135.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-18T14:06:19.311 INFO:teuthology.orchestra.run.smithi135.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-18T14:06:19.311 INFO:teuthology.orchestra.run.smithi135.stdout:Device: 6h/6d Inode: 371 Links: 1 2024-09-18T14:06:19.312 INFO:teuthology.orchestra.run.smithi135.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-18T14:06:19.312 INFO:teuthology.orchestra.run.smithi135.stdout:Access: 2024-09-18 13:57:59.632696918 +0000 2024-09-18T14:06:19.312 INFO:teuthology.orchestra.run.smithi135.stdout:Modify: 2024-09-18 13:57:59.416701899 +0000 2024-09-18T14:06:19.312 INFO:teuthology.orchestra.run.smithi135.stdout:Change: 2024-09-18 13:57:59.416701899 +0000 2024-09-18T14:06:19.312 INFO:teuthology.orchestra.run.smithi135.stdout: Birth: - 2024-09-18T14:06:19.312 DEBUG:teuthology.orchestra.run.smithi135:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-18T14:06:19.365 INFO:teuthology.orchestra.run.smithi135.stderr:1+0 records in 2024-09-18T14:06:19.365 INFO:teuthology.orchestra.run.smithi135.stderr:1+0 records out 2024-09-18T14:06:19.365 INFO:teuthology.orchestra.run.smithi135.stderr:512 bytes copied, 0.000309329 s, 1.7 MB/s 2024-09-18T14:06:19.366 DEBUG:teuthology.orchestra.run.smithi135:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-18T14:06:19.373 DEBUG:teuthology.orchestra.run.smithi135:> stat /dev/vg_nvme/lv_4 2024-09-18T14:06:19.382 INFO:teuthology.orchestra.run.smithi135.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-18T14:06:19.382 INFO:teuthology.orchestra.run.smithi135.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-18T14:06:19.382 INFO:teuthology.orchestra.run.smithi135.stdout:Device: 6h/6d Inode: 379 Links: 1 2024-09-18T14:06:19.382 INFO:teuthology.orchestra.run.smithi135.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-18T14:06:19.383 INFO:teuthology.orchestra.run.smithi135.stdout:Access: 2024-09-18 13:58:00.056687137 +0000 2024-09-18T14:06:19.383 INFO:teuthology.orchestra.run.smithi135.stdout:Modify: 2024-09-18 13:57:59.860691658 +0000 2024-09-18T14:06:19.383 INFO:teuthology.orchestra.run.smithi135.stdout:Change: 2024-09-18 13:57:59.860691658 +0000 2024-09-18T14:06:19.383 INFO:teuthology.orchestra.run.smithi135.stdout: Birth: - 2024-09-18T14:06:19.383 DEBUG:teuthology.orchestra.run.smithi135:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-18T14:06:19.395 INFO:teuthology.orchestra.run.smithi135.stderr:1+0 records in 2024-09-18T14:06:19.395 INFO:teuthology.orchestra.run.smithi135.stderr:1+0 records out 2024-09-18T14:06:19.395 INFO:teuthology.orchestra.run.smithi135.stderr:512 bytes copied, 0.000263757 s, 1.9 MB/s 2024-09-18T14:06:19.396 DEBUG:teuthology.orchestra.run.smithi135:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-18T14:06:19.403 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2024-09-18T14:06:19.403 DEBUG:teuthology.orchestra.run.smithi161:> dd if=/scratch_devs of=/dev/stdout 2024-09-18T14:06:19.410 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-09-18T14:06:19.411 DEBUG:teuthology.orchestra.run.smithi161:> stat /dev/vg_nvme/lv_1 2024-09-18T14:06:19.418 INFO:teuthology.orchestra.run.smithi161.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-18T14:06:19.418 INFO:teuthology.orchestra.run.smithi161.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-18T14:06:19.418 INFO:teuthology.orchestra.run.smithi161.stdout:Device: 6h/6d Inode: 358 Links: 1 2024-09-18T14:06:19.418 INFO:teuthology.orchestra.run.smithi161.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-18T14:06:19.418 INFO:teuthology.orchestra.run.smithi161.stdout:Access: 2024-09-18 13:57:51.161540090 +0000 2024-09-18T14:06:19.418 INFO:teuthology.orchestra.run.smithi161.stdout:Modify: 2024-09-18 13:57:50.957544787 +0000 2024-09-18T14:06:19.418 INFO:teuthology.orchestra.run.smithi161.stdout:Change: 2024-09-18 13:57:50.957544787 +0000 2024-09-18T14:06:19.418 INFO:teuthology.orchestra.run.smithi161.stdout: Birth: - 2024-09-18T14:06:19.419 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-18T14:06:19.430 INFO:teuthology.orchestra.run.smithi161.stderr:1+0 records in 2024-09-18T14:06:19.430 INFO:teuthology.orchestra.run.smithi161.stderr:1+0 records out 2024-09-18T14:06:19.430 INFO:teuthology.orchestra.run.smithi161.stderr:512 bytes copied, 0.000424965 s, 1.2 MB/s 2024-09-18T14:06:19.431 DEBUG:teuthology.orchestra.run.smithi161:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-18T14:06:19.484 DEBUG:teuthology.orchestra.run.smithi161:> stat /dev/vg_nvme/lv_2 2024-09-18T14:06:19.491 INFO:teuthology.orchestra.run.smithi161.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-18T14:06:19.491 INFO:teuthology.orchestra.run.smithi161.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-18T14:06:19.491 INFO:teuthology.orchestra.run.smithi161.stdout:Device: 6h/6d Inode: 364 Links: 1 2024-09-18T14:06:19.491 INFO:teuthology.orchestra.run.smithi161.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-18T14:06:19.491 INFO:teuthology.orchestra.run.smithi161.stdout:Access: 2024-09-18 13:57:51.585530331 +0000 2024-09-18T14:06:19.491 INFO:teuthology.orchestra.run.smithi161.stdout:Modify: 2024-09-18 13:57:51.369535303 +0000 2024-09-18T14:06:19.492 INFO:teuthology.orchestra.run.smithi161.stdout:Change: 2024-09-18 13:57:51.369535303 +0000 2024-09-18T14:06:19.492 INFO:teuthology.orchestra.run.smithi161.stdout: Birth: - 2024-09-18T14:06:19.492 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-18T14:06:19.502 INFO:teuthology.orchestra.run.smithi161.stderr:1+0 records in 2024-09-18T14:06:19.502 INFO:teuthology.orchestra.run.smithi161.stderr:1+0 records out 2024-09-18T14:06:19.502 INFO:teuthology.orchestra.run.smithi161.stderr:512 bytes copied, 0.000513385 s, 997 kB/s 2024-09-18T14:06:19.503 DEBUG:teuthology.orchestra.run.smithi161:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-18T14:06:19.556 DEBUG:teuthology.orchestra.run.smithi161:> stat /dev/vg_nvme/lv_3 2024-09-18T14:06:19.563 INFO:teuthology.orchestra.run.smithi161.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-18T14:06:19.563 INFO:teuthology.orchestra.run.smithi161.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-18T14:06:19.563 INFO:teuthology.orchestra.run.smithi161.stdout:Device: 6h/6d Inode: 373 Links: 1 2024-09-18T14:06:19.563 INFO:teuthology.orchestra.run.smithi161.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-18T14:06:19.563 INFO:teuthology.orchestra.run.smithi161.stdout:Access: 2024-09-18 13:57:52.041519835 +0000 2024-09-18T14:06:19.563 INFO:teuthology.orchestra.run.smithi161.stdout:Modify: 2024-09-18 13:57:51.817524991 +0000 2024-09-18T14:06:19.563 INFO:teuthology.orchestra.run.smithi161.stdout:Change: 2024-09-18 13:57:51.817524991 +0000 2024-09-18T14:06:19.563 INFO:teuthology.orchestra.run.smithi161.stdout: Birth: - 2024-09-18T14:06:19.563 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-18T14:06:19.576 INFO:teuthology.orchestra.run.smithi161.stderr:1+0 records in 2024-09-18T14:06:19.576 INFO:teuthology.orchestra.run.smithi161.stderr:1+0 records out 2024-09-18T14:06:19.576 INFO:teuthology.orchestra.run.smithi161.stderr:512 bytes copied, 0.000406075 s, 1.3 MB/s 2024-09-18T14:06:19.577 DEBUG:teuthology.orchestra.run.smithi161:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-18T14:06:19.585 DEBUG:teuthology.orchestra.run.smithi161:> stat /dev/vg_nvme/lv_4 2024-09-18T14:06:19.590 INFO:teuthology.orchestra.run.smithi161.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-18T14:06:19.590 INFO:teuthology.orchestra.run.smithi161.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-18T14:06:19.590 INFO:teuthology.orchestra.run.smithi161.stdout:Device: 6h/6d Inode: 380 Links: 1 2024-09-18T14:06:19.590 INFO:teuthology.orchestra.run.smithi161.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-18T14:06:19.590 INFO:teuthology.orchestra.run.smithi161.stdout:Access: 2024-09-18 13:57:52.477509799 +0000 2024-09-18T14:06:19.590 INFO:teuthology.orchestra.run.smithi161.stdout:Modify: 2024-09-18 13:57:52.261514771 +0000 2024-09-18T14:06:19.590 INFO:teuthology.orchestra.run.smithi161.stdout:Change: 2024-09-18 13:57:52.261514771 +0000 2024-09-18T14:06:19.590 INFO:teuthology.orchestra.run.smithi161.stdout: Birth: - 2024-09-18T14:06:19.591 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-18T14:06:19.602 INFO:teuthology.orchestra.run.smithi161.stderr:1+0 records in 2024-09-18T14:06:19.602 INFO:teuthology.orchestra.run.smithi161.stderr:1+0 records out 2024-09-18T14:06:19.602 INFO:teuthology.orchestra.run.smithi161.stderr:512 bytes copied, 0.000304902 s, 1.7 MB/s 2024-09-18T14:06:19.603 DEBUG:teuthology.orchestra.run.smithi161:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-18T14:06:19.651 DEBUG:teuthology.orchestra.run.smithi192:> set -ex 2024-09-18T14:06:19.651 DEBUG:teuthology.orchestra.run.smithi192:> dd if=/scratch_devs of=/dev/stdout 2024-09-18T14:06:19.658 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-09-18T14:06:19.658 DEBUG:teuthology.orchestra.run.smithi192:> stat /dev/vg_nvme/lv_1 2024-09-18T14:06:19.678 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:19 smithi161 bash[19407]: audit 2024-09-18T14:06:18.492155+0000 mgr.a (mgr.14150) 112 : audit [DBG] from='client.24109 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi135=a;smithi161=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T14:06:19.679 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:19 smithi161 bash[19407]: cephadm 2024-09-18T14:06:18.495142+0000 mgr.a (mgr.14150) 113 : cephadm [INF] Saving service mgr spec with placement smithi135=a;smithi161=b;count:2 2024-09-18T14:06:19.679 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:19 smithi161 bash[19407]: audit 2024-09-18T14:06:18.501722+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:19.679 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:19 smithi161 bash[19407]: audit 2024-09-18T14:06:18.503336+0000 mon.a (mon.0) 319 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T14:06:19.679 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:19 smithi161 bash[19407]: audit 2024-09-18T14:06:18.507203+0000 mon.a (mon.0) 320 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:06:19.679 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:19 smithi161 bash[19407]: audit 2024-09-18T14:06:18.508720+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T14:06:19.679 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:19 smithi161 bash[19407]: audit 2024-09-18T14:06:18.516640+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:19.679 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:19 smithi161 bash[19407]: audit 2024-09-18T14:06:18.518821+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-18T14:06:19.679 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:19 smithi161 bash[19407]: audit 2024-09-18T14:06:18.524207+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-18T14:06:19.679 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:19 smithi161 bash[19407]: audit 2024-09-18T14:06:18.525277+0000 mon.a (mon.0) 325 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-18T14:06:19.679 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:19 smithi161 bash[19407]: audit 2024-09-18T14:06:18.526548+0000 mon.a (mon.0) 326 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:06:19.679 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:19 smithi161 bash[19407]: cephadm 2024-09-18T14:06:18.527871+0000 mgr.a (mgr.14150) 114 : cephadm [INF] Deploying daemon mgr.b on smithi161 2024-09-18T14:06:19.686 INFO:journalctl@ceph.mgr.b.smithi161.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-09-18T14:06:19.706 INFO:teuthology.orchestra.run.smithi192.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-18T14:06:19.706 INFO:teuthology.orchestra.run.smithi192.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-18T14:06:19.706 INFO:teuthology.orchestra.run.smithi192.stdout:Device: 6h/6d Inode: 361 Links: 1 2024-09-18T14:06:19.707 INFO:teuthology.orchestra.run.smithi192.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-18T14:06:19.707 INFO:teuthology.orchestra.run.smithi192.stdout:Access: 2024-09-18 13:57:56.978214149 +0000 2024-09-18T14:06:19.707 INFO:teuthology.orchestra.run.smithi192.stdout:Modify: 2024-09-18 13:57:56.758219222 +0000 2024-09-18T14:06:19.707 INFO:teuthology.orchestra.run.smithi192.stdout:Change: 2024-09-18 13:57:56.758219222 +0000 2024-09-18T14:06:19.707 INFO:teuthology.orchestra.run.smithi192.stdout: Birth: - 2024-09-18T14:06:19.707 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-18T14:06:19.708 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:19 smithi135 bash[18657]: audit 2024-09-18T14:06:18.492155+0000 mgr.a (mgr.14150) 112 : audit [DBG] from='client.24109 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi135=a;smithi161=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T14:06:19.708 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:19 smithi135 bash[18657]: cephadm 2024-09-18T14:06:18.495142+0000 mgr.a (mgr.14150) 113 : cephadm [INF] Saving service mgr spec with placement smithi135=a;smithi161=b;count:2 2024-09-18T14:06:19.708 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:19 smithi135 bash[18657]: audit 2024-09-18T14:06:18.501722+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:19.708 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:19 smithi135 bash[18657]: audit 2024-09-18T14:06:18.503336+0000 mon.a (mon.0) 319 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T14:06:19.708 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:19 smithi135 bash[18657]: audit 2024-09-18T14:06:18.507203+0000 mon.a (mon.0) 320 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:06:19.708 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:19 smithi135 bash[18657]: audit 2024-09-18T14:06:18.508720+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T14:06:19.708 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:19 smithi135 bash[18657]: audit 2024-09-18T14:06:18.516640+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:19.708 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:19 smithi135 bash[18657]: audit 2024-09-18T14:06:18.518821+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-18T14:06:19.709 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:19 smithi135 bash[18657]: audit 2024-09-18T14:06:18.524207+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-18T14:06:19.709 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:19 smithi135 bash[18657]: audit 2024-09-18T14:06:18.525277+0000 mon.a (mon.0) 325 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-18T14:06:19.709 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:19 smithi135 bash[18657]: audit 2024-09-18T14:06:18.526548+0000 mon.a (mon.0) 326 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:06:19.709 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:19 smithi135 bash[18657]: cephadm 2024-09-18T14:06:18.527871+0000 mgr.a (mgr.14150) 114 : cephadm [INF] Deploying daemon mgr.b on smithi161 2024-09-18T14:06:19.723 INFO:teuthology.orchestra.run.smithi192.stderr:1+0 records in 2024-09-18T14:06:19.723 INFO:teuthology.orchestra.run.smithi192.stderr:1+0 records out 2024-09-18T14:06:19.723 INFO:teuthology.orchestra.run.smithi192.stderr:512 bytes copied, 0.000380864 s, 1.3 MB/s 2024-09-18T14:06:19.725 DEBUG:teuthology.orchestra.run.smithi192:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-18T14:06:19.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:19 smithi192 bash[19392]: audit 2024-09-18T14:06:18.492155+0000 mgr.a (mgr.14150) 112 : audit [DBG] from='client.24109 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi135=a;smithi161=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T14:06:19.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:19 smithi192 bash[19392]: cephadm 2024-09-18T14:06:18.495142+0000 mgr.a (mgr.14150) 113 : cephadm [INF] Saving service mgr spec with placement smithi135=a;smithi161=b;count:2 2024-09-18T14:06:19.770 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:19 smithi192 bash[19392]: audit 2024-09-18T14:06:18.501722+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:19.770 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:19 smithi192 bash[19392]: audit 2024-09-18T14:06:18.503336+0000 mon.a (mon.0) 319 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T14:06:19.770 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:19 smithi192 bash[19392]: audit 2024-09-18T14:06:18.507203+0000 mon.a (mon.0) 320 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:06:19.770 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:19 smithi192 bash[19392]: audit 2024-09-18T14:06:18.508720+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T14:06:19.770 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:19 smithi192 bash[19392]: audit 2024-09-18T14:06:18.516640+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:19.770 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:19 smithi192 bash[19392]: audit 2024-09-18T14:06:18.518821+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-18T14:06:19.770 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:19 smithi192 bash[19392]: audit 2024-09-18T14:06:18.524207+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-18T14:06:19.770 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:19 smithi192 bash[19392]: audit 2024-09-18T14:06:18.525277+0000 mon.a (mon.0) 325 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-18T14:06:19.770 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:19 smithi192 bash[19392]: audit 2024-09-18T14:06:18.526548+0000 mon.a (mon.0) 326 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:06:19.770 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:19 smithi192 bash[19392]: cephadm 2024-09-18T14:06:18.527871+0000 mgr.a (mgr.14150) 114 : cephadm [INF] Deploying daemon mgr.b on smithi161 2024-09-18T14:06:19.776 DEBUG:teuthology.orchestra.run.smithi192:> stat /dev/vg_nvme/lv_2 2024-09-18T14:06:19.783 INFO:teuthology.orchestra.run.smithi192.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-18T14:06:19.783 INFO:teuthology.orchestra.run.smithi192.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-18T14:06:19.783 INFO:teuthology.orchestra.run.smithi192.stdout:Device: 6h/6d Inode: 367 Links: 1 2024-09-18T14:06:19.783 INFO:teuthology.orchestra.run.smithi192.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-18T14:06:19.783 INFO:teuthology.orchestra.run.smithi192.stdout:Access: 2024-09-18 13:57:57.450203264 +0000 2024-09-18T14:06:19.783 INFO:teuthology.orchestra.run.smithi192.stdout:Modify: 2024-09-18 13:57:57.230208337 +0000 2024-09-18T14:06:19.783 INFO:teuthology.orchestra.run.smithi192.stdout:Change: 2024-09-18 13:57:57.230208337 +0000 2024-09-18T14:06:19.783 INFO:teuthology.orchestra.run.smithi192.stdout: Birth: - 2024-09-18T14:06:19.783 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-18T14:06:19.797 INFO:teuthology.orchestra.run.smithi192.stderr:1+0 records in 2024-09-18T14:06:19.797 INFO:teuthology.orchestra.run.smithi192.stderr:1+0 records out 2024-09-18T14:06:19.797 INFO:teuthology.orchestra.run.smithi192.stderr:512 bytes copied, 0.000429441 s, 1.2 MB/s 2024-09-18T14:06:19.798 DEBUG:teuthology.orchestra.run.smithi192:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-18T14:06:19.848 DEBUG:teuthology.orchestra.run.smithi192:> stat /dev/vg_nvme/lv_3 2024-09-18T14:06:19.855 INFO:teuthology.orchestra.run.smithi192.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-18T14:06:19.855 INFO:teuthology.orchestra.run.smithi192.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-18T14:06:19.855 INFO:teuthology.orchestra.run.smithi192.stdout:Device: 6h/6d Inode: 371 Links: 1 2024-09-18T14:06:19.855 INFO:teuthology.orchestra.run.smithi192.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-18T14:06:19.855 INFO:teuthology.orchestra.run.smithi192.stdout:Access: 2024-09-18 13:57:57.874193486 +0000 2024-09-18T14:06:19.856 INFO:teuthology.orchestra.run.smithi192.stdout:Modify: 2024-09-18 13:57:57.674198097 +0000 2024-09-18T14:06:19.856 INFO:teuthology.orchestra.run.smithi192.stdout:Change: 2024-09-18 13:57:57.674198097 +0000 2024-09-18T14:06:19.856 INFO:teuthology.orchestra.run.smithi192.stdout: Birth: - 2024-09-18T14:06:19.856 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-18T14:06:19.868 INFO:teuthology.orchestra.run.smithi192.stderr:1+0 records in 2024-09-18T14:06:19.868 INFO:teuthology.orchestra.run.smithi192.stderr:1+0 records out 2024-09-18T14:06:19.868 INFO:teuthology.orchestra.run.smithi192.stderr:512 bytes copied, 0.000406105 s, 1.3 MB/s 2024-09-18T14:06:19.869 DEBUG:teuthology.orchestra.run.smithi192:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-18T14:06:19.877 DEBUG:teuthology.orchestra.run.smithi192:> stat /dev/vg_nvme/lv_4 2024-09-18T14:06:19.884 INFO:teuthology.orchestra.run.smithi192.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-18T14:06:19.884 INFO:teuthology.orchestra.run.smithi192.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-18T14:06:19.884 INFO:teuthology.orchestra.run.smithi192.stdout:Device: 6h/6d Inode: 378 Links: 1 2024-09-18T14:06:19.885 INFO:teuthology.orchestra.run.smithi192.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-18T14:06:19.885 INFO:teuthology.orchestra.run.smithi192.stdout:Access: 2024-09-18 13:57:58.306183523 +0000 2024-09-18T14:06:19.885 INFO:teuthology.orchestra.run.smithi192.stdout:Modify: 2024-09-18 13:57:58.102188228 +0000 2024-09-18T14:06:19.885 INFO:teuthology.orchestra.run.smithi192.stdout:Change: 2024-09-18 13:57:58.102188228 +0000 2024-09-18T14:06:19.885 INFO:teuthology.orchestra.run.smithi192.stdout: Birth: - 2024-09-18T14:06:19.885 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-18T14:06:19.898 INFO:teuthology.orchestra.run.smithi192.stderr:1+0 records in 2024-09-18T14:06:19.898 INFO:teuthology.orchestra.run.smithi192.stderr:1+0 records out 2024-09-18T14:06:19.898 INFO:teuthology.orchestra.run.smithi192.stderr:512 bytes copied, 0.000375679 s, 1.4 MB/s 2024-09-18T14:06:19.899 DEBUG:teuthology.orchestra.run.smithi192:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-18T14:06:19.952 INFO:tasks.cephadm:Deploying osd.0 on smithi135 with /dev/vg_nvme/lv_4... 2024-09-18T14:06:19.952 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7061ea6ca50908d104e9f3979dc615e118d9e153 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8600d7e2-75c6-11ef-bceb-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-09-18T14:06:20.773 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:20 smithi161 bash[19407]: cluster 2024-09-18T14:06:19.350395+0000 mgr.a (mgr.14150) 115 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:06:20.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:20 smithi135 bash[18657]: cluster 2024-09-18T14:06:19.350395+0000 mgr.a (mgr.14150) 115 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:06:21.018 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:20 smithi192 bash[19392]: cluster 2024-09-18T14:06:19.350395+0000 mgr.a (mgr.14150) 115 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:06:23.079 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:22 smithi161 bash[19407]: cluster 2024-09-18T14:06:21.350835+0000 mgr.a (mgr.14150) 116 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:06:23.079 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:22 smithi161 bash[19407]: audit 2024-09-18T14:06:21.808259+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:23.079 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:22 smithi161 bash[19407]: audit 2024-09-18T14:06:21.814115+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:23.080 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:22 smithi161 bash[19407]: audit 2024-09-18T14:06:21.821273+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:23.080 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:22 smithi161 bash[19407]: audit 2024-09-18T14:06:22.292535+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:23.080 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:22 smithi161 bash[19407]: audit 2024-09-18T14:06:22.299862+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:23.080 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:22 smithi161 bash[19407]: audit 2024-09-18T14:06:22.307303+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:23.080 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:22 smithi161 bash[19407]: audit 2024-09-18T14:06:22.731614+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:23.080 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:22 smithi161 bash[19407]: audit 2024-09-18T14:06:22.737508+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:23.080 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:22 smithi161 bash[19407]: audit 2024-09-18T14:06:22.743535+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:23.206 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:22 smithi135 bash[18657]: cluster 2024-09-18T14:06:21.350835+0000 mgr.a (mgr.14150) 116 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:06:23.206 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:22 smithi135 bash[18657]: audit 2024-09-18T14:06:21.808259+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:23.206 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:22 smithi135 bash[18657]: audit 2024-09-18T14:06:21.814115+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:23.206 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:22 smithi135 bash[18657]: audit 2024-09-18T14:06:21.821273+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:23.206 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:22 smithi135 bash[18657]: audit 2024-09-18T14:06:22.292535+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:23.206 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:22 smithi135 bash[18657]: audit 2024-09-18T14:06:22.299862+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:23.206 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:22 smithi135 bash[18657]: audit 2024-09-18T14:06:22.307303+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:23.206 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:22 smithi135 bash[18657]: audit 2024-09-18T14:06:22.731614+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:23.207 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:22 smithi135 bash[18657]: audit 2024-09-18T14:06:22.737508+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:23.207 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:22 smithi135 bash[18657]: audit 2024-09-18T14:06:22.743535+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:23.268 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:22 smithi192 bash[19392]: cluster 2024-09-18T14:06:21.350835+0000 mgr.a (mgr.14150) 116 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:06:23.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:22 smithi192 bash[19392]: audit 2024-09-18T14:06:21.808259+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:23.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:22 smithi192 bash[19392]: audit 2024-09-18T14:06:21.814115+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:23.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:22 smithi192 bash[19392]: audit 2024-09-18T14:06:21.821273+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:23.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:22 smithi192 bash[19392]: audit 2024-09-18T14:06:22.292535+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:23.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:22 smithi192 bash[19392]: audit 2024-09-18T14:06:22.299862+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:23.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:22 smithi192 bash[19392]: audit 2024-09-18T14:06:22.307303+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:23.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:22 smithi192 bash[19392]: audit 2024-09-18T14:06:22.731614+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:23.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:22 smithi192 bash[19392]: audit 2024-09-18T14:06:22.737508+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:23.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:22 smithi192 bash[19392]: audit 2024-09-18T14:06:22.743535+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:24.354 INFO:journalctl@ceph.mgr.b.smithi161.stdout:Sep 18 14:06:24 smithi161 bash[20640]: debug 2024-09-18T14:06:24.226+0000 7f7f735e2640 1 -- 172.21.15.161:0/1981528455 <== mon.2 v2:172.21.15.161:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5650a5dce340 con 0x5650a5dda800 2024-09-18T14:06:24.355 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:24 smithi161 bash[19407]: audit 2024-09-18T14:06:23.121563+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:24.355 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:24 smithi161 bash[19407]: audit 2024-09-18T14:06:23.128881+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:24.355 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:24 smithi161 bash[19407]: audit 2024-09-18T14:06:23.136081+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:24.355 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:24 smithi161 bash[19407]: audit 2024-09-18T14:06:23.142629+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:24.355 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:24 smithi161 bash[19407]: audit 2024-09-18T14:06:23.210098+0000 mon.a (mon.0) 340 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T14:06:24.355 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:24 smithi161 bash[19407]: audit 2024-09-18T14:06:23.213881+0000 mon.a (mon.0) 341 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:06:24.355 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:24 smithi161 bash[19407]: audit 2024-09-18T14:06:23.215266+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T14:06:24.355 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:24 smithi161 bash[19407]: audit 2024-09-18T14:06:23.225279+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:24.355 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:24 smithi161 bash[19407]: cephadm 2024-09-18T14:06:23.225956+0000 mgr.a (mgr.14150) 117 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-18T14:06:24.355 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:24 smithi161 bash[19407]: cephadm 2024-09-18T14:06:23.285087+0000 mgr.a (mgr.14150) 118 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-09-18T14:06:24.355 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:24 smithi161 bash[19407]: audit 2024-09-18T14:06:23.285605+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-18T14:06:24.356 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:24 smithi161 bash[19407]: audit 2024-09-18T14:06:23.287279+0000 mon.a (mon.0) 345 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-18T14:06:24.356 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:24 smithi161 bash[19407]: audit 2024-09-18T14:06:23.288584+0000 mon.a (mon.0) 346 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:06:24.356 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:24 smithi161 bash[19407]: cephadm 2024-09-18T14:06:23.289872+0000 mgr.a (mgr.14150) 119 : cephadm [INF] Reconfiguring daemon mgr.a on smithi135 2024-09-18T14:06:24.356 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:24 smithi161 bash[19407]: cluster 2024-09-18T14:06:23.351260+0000 mgr.a (mgr.14150) 120 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:06:24.456 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:24 smithi135 bash[18657]: audit 2024-09-18T14:06:23.121563+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:24.456 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:24 smithi135 bash[18657]: audit 2024-09-18T14:06:23.128881+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:24.456 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:24 smithi135 bash[18657]: audit 2024-09-18T14:06:23.136081+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:24.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:24 smithi135 bash[18657]: audit 2024-09-18T14:06:23.142629+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:24.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:24 smithi135 bash[18657]: audit 2024-09-18T14:06:23.210098+0000 mon.a (mon.0) 340 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T14:06:24.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:24 smithi135 bash[18657]: audit 2024-09-18T14:06:23.213881+0000 mon.a (mon.0) 341 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:06:24.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:24 smithi135 bash[18657]: audit 2024-09-18T14:06:23.215266+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T14:06:24.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:24 smithi135 bash[18657]: audit 2024-09-18T14:06:23.225279+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:24.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:24 smithi135 bash[18657]: cephadm 2024-09-18T14:06:23.225956+0000 mgr.a (mgr.14150) 117 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-18T14:06:24.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:24 smithi135 bash[18657]: cephadm 2024-09-18T14:06:23.285087+0000 mgr.a (mgr.14150) 118 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-09-18T14:06:24.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:24 smithi135 bash[18657]: audit 2024-09-18T14:06:23.285605+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-18T14:06:24.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:24 smithi135 bash[18657]: audit 2024-09-18T14:06:23.287279+0000 mon.a (mon.0) 345 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-18T14:06:24.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:24 smithi135 bash[18657]: audit 2024-09-18T14:06:23.288584+0000 mon.a (mon.0) 346 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:06:24.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:24 smithi135 bash[18657]: cephadm 2024-09-18T14:06:23.289872+0000 mgr.a (mgr.14150) 119 : cephadm [INF] Reconfiguring daemon mgr.a on smithi135 2024-09-18T14:06:24.458 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:24 smithi135 bash[18657]: cluster 2024-09-18T14:06:23.351260+0000 mgr.a (mgr.14150) 120 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:06:24.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:24 smithi192 bash[19392]: audit 2024-09-18T14:06:23.121563+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:24.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:24 smithi192 bash[19392]: audit 2024-09-18T14:06:23.128881+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:24.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:24 smithi192 bash[19392]: audit 2024-09-18T14:06:23.136081+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:24.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:24 smithi192 bash[19392]: audit 2024-09-18T14:06:23.142629+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:24.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:24 smithi192 bash[19392]: audit 2024-09-18T14:06:23.210098+0000 mon.a (mon.0) 340 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T14:06:24.520 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:24 smithi192 bash[19392]: audit 2024-09-18T14:06:23.213881+0000 mon.a (mon.0) 341 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:06:24.520 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:24 smithi192 bash[19392]: audit 2024-09-18T14:06:23.215266+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T14:06:24.520 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:24 smithi192 bash[19392]: audit 2024-09-18T14:06:23.225279+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:24.520 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:24 smithi192 bash[19392]: cephadm 2024-09-18T14:06:23.225956+0000 mgr.a (mgr.14150) 117 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-18T14:06:24.520 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:24 smithi192 bash[19392]: cephadm 2024-09-18T14:06:23.285087+0000 mgr.a (mgr.14150) 118 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-09-18T14:06:24.520 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:24 smithi192 bash[19392]: audit 2024-09-18T14:06:23.285605+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-18T14:06:24.521 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:24 smithi192 bash[19392]: audit 2024-09-18T14:06:23.287279+0000 mon.a (mon.0) 345 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-18T14:06:24.521 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:24 smithi192 bash[19392]: audit 2024-09-18T14:06:23.288584+0000 mon.a (mon.0) 346 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:06:24.521 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:24 smithi192 bash[19392]: cephadm 2024-09-18T14:06:23.289872+0000 mgr.a (mgr.14150) 119 : cephadm [INF] Reconfiguring daemon mgr.a on smithi135 2024-09-18T14:06:24.521 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:24 smithi192 bash[19392]: cluster 2024-09-18T14:06:23.351260+0000 mgr.a (mgr.14150) 120 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:06:24.678 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /var/lib/ceph/8600d7e2-75c6-11ef-bceb-c7b262605968/mon.a/config 2024-09-18T14:06:25.393 INFO:journalctl@ceph.mgr.b.smithi161.stdout:Sep 18 14:06:24 smithi161 bash[20640]: debug 2024-09-18T14:06:24.350+0000 7f7f75e4aec0 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-18T14:06:25.393 INFO:journalctl@ceph.mgr.b.smithi161.stdout:Sep 18 14:06:25 smithi161 bash[20640]: debug 2024-09-18T14:06:25.138+0000 7f7f75e4aec0 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-18T14:06:25.393 INFO:journalctl@ceph.mgr.b.smithi161.stdout:Sep 18 14:06:25 smithi161 bash[20640]: debug 2024-09-18T14:06:25.206+0000 7f7f75e4aec0 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-18T14:06:25.393 INFO:journalctl@ceph.mgr.b.smithi161.stdout:Sep 18 14:06:25 smithi161 bash[20640]: debug 2024-09-18T14:06:25.274+0000 7f7f75e4aec0 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-18T14:06:25.699 INFO:journalctl@ceph.mgr.b.smithi161.stdout:Sep 18 14:06:25 smithi161 bash[20640]: debug 2024-09-18T14:06:25.438+0000 7f7f75e4aec0 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-18T14:06:26.024 INFO:journalctl@ceph.mgr.b.smithi161.stdout:Sep 18 14:06:25 smithi161 bash[20640]: debug 2024-09-18T14:06:25.694+0000 7f7f75e4aec0 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-18T14:06:26.024 INFO:journalctl@ceph.mgr.b.smithi161.stdout:Sep 18 14:06:25 smithi161 bash[20640]: debug 2024-09-18T14:06:25.758+0000 7f7f75e4aec0 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-18T14:06:26.024 INFO:journalctl@ceph.mgr.b.smithi161.stdout:Sep 18 14:06:25 smithi161 bash[20640]: debug 2024-09-18T14:06:25.890+0000 7f7f75e4aec0 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-18T14:06:26.846 INFO:journalctl@ceph.mgr.b.smithi161.stdout:Sep 18 14:06:26 smithi161 bash[20640]: debug 2024-09-18T14:06:26.533+0000 7f7f75e4aec0 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-18T14:06:26.846 INFO:journalctl@ceph.mgr.b.smithi161.stdout:Sep 18 14:06:26 smithi161 bash[20640]: debug 2024-09-18T14:06:26.605+0000 7f7f75e4aec0 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-18T14:06:26.846 INFO:journalctl@ceph.mgr.b.smithi161.stdout:Sep 18 14:06:26 smithi161 bash[20640]: debug 2024-09-18T14:06:26.681+0000 7f7f75e4aec0 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-18T14:06:26.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:26 smithi135 bash[18657]: cluster 2024-09-18T14:06:25.351752+0000 mgr.a (mgr.14150) 121 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:06:26.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:26 smithi135 bash[18657]: audit 2024-09-18T14:06:25.846205+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:26.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:26 smithi135 bash[18657]: audit 2024-09-18T14:06:25.970058+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:26.957 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:26 smithi135 bash[18657]: audit 2024-09-18T14:06:25.976435+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:26.957 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:26 smithi135 bash[18657]: audit 2024-09-18T14:06:25.984524+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:26.957 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:26 smithi135 bash[18657]: audit 2024-09-18T14:06:26.072523+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:26.957 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:26 smithi135 bash[18657]: audit 2024-09-18T14:06:26.076695+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:26.957 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:26 smithi135 bash[18657]: audit 2024-09-18T14:06:26.078897+0000 mon.a (mon.0) 353 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T14:06:26.957 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:26 smithi135 bash[18657]: audit 2024-09-18T14:06:26.082342+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:06:26.957 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:26 smithi135 bash[18657]: audit 2024-09-18T14:06:26.083640+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T14:06:26.957 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:26 smithi135 bash[18657]: audit 2024-09-18T14:06:26.090416+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:27.124 INFO:journalctl@ceph.mgr.b.smithi161.stdout:Sep 18 14:06:26 smithi161 bash[20640]: debug 2024-09-18T14:06:26.981+0000 7f7f75e4aec0 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-18T14:06:27.125 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:26 smithi161 bash[19407]: cluster 2024-09-18T14:06:25.351752+0000 mgr.a (mgr.14150) 121 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:06:27.125 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:26 smithi161 bash[19407]: audit 2024-09-18T14:06:25.846205+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:27.125 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:26 smithi161 bash[19407]: audit 2024-09-18T14:06:25.970058+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:27.125 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:26 smithi161 bash[19407]: audit 2024-09-18T14:06:25.976435+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:27.125 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:26 smithi161 bash[19407]: audit 2024-09-18T14:06:25.984524+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:27.125 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:26 smithi161 bash[19407]: audit 2024-09-18T14:06:26.072523+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:27.125 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:26 smithi161 bash[19407]: audit 2024-09-18T14:06:26.076695+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:27.125 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:26 smithi161 bash[19407]: audit 2024-09-18T14:06:26.078897+0000 mon.a (mon.0) 353 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T14:06:27.125 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:26 smithi161 bash[19407]: audit 2024-09-18T14:06:26.082342+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:06:27.126 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:26 smithi161 bash[19407]: audit 2024-09-18T14:06:26.083640+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T14:06:27.126 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:26 smithi161 bash[19407]: audit 2024-09-18T14:06:26.090416+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:27.268 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:26 smithi192 bash[19392]: cluster 2024-09-18T14:06:25.351752+0000 mgr.a (mgr.14150) 121 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:06:27.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:26 smithi192 bash[19392]: audit 2024-09-18T14:06:25.846205+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:27.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:26 smithi192 bash[19392]: audit 2024-09-18T14:06:25.970058+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:27.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:26 smithi192 bash[19392]: audit 2024-09-18T14:06:25.976435+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:27.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:26 smithi192 bash[19392]: audit 2024-09-18T14:06:25.984524+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:27.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:26 smithi192 bash[19392]: audit 2024-09-18T14:06:26.072523+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:27.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:26 smithi192 bash[19392]: audit 2024-09-18T14:06:26.076695+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:27.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:26 smithi192 bash[19392]: audit 2024-09-18T14:06:26.078897+0000 mon.a (mon.0) 353 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T14:06:27.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:26 smithi192 bash[19392]: audit 2024-09-18T14:06:26.082342+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:06:27.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:26 smithi192 bash[19392]: audit 2024-09-18T14:06:26.083640+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T14:06:27.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:26 smithi192 bash[19392]: audit 2024-09-18T14:06:26.090416+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:27.451 INFO:journalctl@ceph.mgr.b.smithi161.stdout:Sep 18 14:06:27 smithi161 bash[20640]: debug 2024-09-18T14:06:27.121+0000 7f7f75e4aec0 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-18T14:06:27.451 INFO:journalctl@ceph.mgr.b.smithi161.stdout:Sep 18 14:06:27 smithi161 bash[20640]: debug 2024-09-18T14:06:27.445+0000 7f7f75e4aec0 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-18T14:06:27.773 INFO:journalctl@ceph.mgr.b.smithi161.stdout:Sep 18 14:06:27 smithi161 bash[20640]: debug 2024-09-18T14:06:27.665+0000 7f7f75e4aec0 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-18T14:06:28.114 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:27 smithi161 bash[19407]: cephadm 2024-09-18T14:06:26.091003+0000 mgr.a (mgr.14150) 122 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-18T14:06:28.114 INFO:journalctl@ceph.mgr.b.smithi161.stdout:Sep 18 14:06:28 smithi161 bash[20640]: debug 2024-09-18T14:06:28.097+0000 7f7f75e4aec0 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-18T14:06:28.206 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:27 smithi135 bash[18657]: cephadm 2024-09-18T14:06:26.091003+0000 mgr.a (mgr.14150) 122 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-18T14:06:28.268 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:27 smithi192 bash[19392]: cephadm 2024-09-18T14:06:26.091003+0000 mgr.a (mgr.14150) 122 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-18T14:06:28.391 INFO:journalctl@ceph.mgr.b.smithi161.stdout:Sep 18 14:06:28 smithi161 bash[20640]: debug 2024-09-18T14:06:28.161+0000 7f7f75e4aec0 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-18T14:06:28.391 INFO:journalctl@ceph.mgr.b.smithi161.stdout:Sep 18 14:06:28 smithi161 bash[20640]: debug 2024-09-18T14:06:28.229+0000 7f7f75e4aec0 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-18T14:06:28.391 INFO:journalctl@ceph.mgr.b.smithi161.stdout:Sep 18 14:06:28 smithi161 bash[20640]: debug 2024-09-18T14:06:28.321+0000 7f7f75e4aec0 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-18T14:06:28.708 INFO:journalctl@ceph.mgr.b.smithi161.stdout:Sep 18 14:06:28 smithi161 bash[20640]: debug 2024-09-18T14:06:28.385+0000 7f7f75e4aec0 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-18T14:06:28.708 INFO:journalctl@ceph.mgr.b.smithi161.stdout:Sep 18 14:06:28 smithi161 bash[20640]: debug 2024-09-18T14:06:28.461+0000 7f7f75e4aec0 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-18T14:06:28.709 INFO:journalctl@ceph.mgr.b.smithi161.stdout:Sep 18 14:06:28 smithi161 bash[20640]: debug 2024-09-18T14:06:28.613+0000 7f7f75e4aec0 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-18T14:06:28.795 INFO:teuthology.orchestra.run.smithi135.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-09-18T14:06:28.977 INFO:teuthology.orchestra.run.smithi135.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-09-18T14:06:29.001 INFO:teuthology.orchestra.run.smithi135.stderr: stderr: 10+0 records in 2024-09-18T14:06:29.001 INFO:teuthology.orchestra.run.smithi135.stderr:10+0 records out 2024-09-18T14:06:29.001 INFO:teuthology.orchestra.run.smithi135.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0212691 s, 493 MB/s 2024-09-18T14:06:29.001 INFO:teuthology.orchestra.run.smithi135.stderr:--> Zapping successful for: 2024-09-18T14:06:29.023 INFO:journalctl@ceph.mgr.b.smithi161.stdout:Sep 18 14:06:28 smithi161 bash[20640]: debug 2024-09-18T14:06:28.705+0000 7f7f75e4aec0 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-18T14:06:29.023 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:28 smithi161 bash[19407]: cluster 2024-09-18T14:06:27.352250+0000 mgr.a (mgr.14150) 123 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:06:29.023 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:28 smithi161 bash[19407]: audit 2024-09-18T14:06:28.783695+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:29.206 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:28 smithi135 bash[18657]: cluster 2024-09-18T14:06:27.352250+0000 mgr.a (mgr.14150) 123 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:06:29.206 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:28 smithi135 bash[18657]: audit 2024-09-18T14:06:28.783695+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:29.268 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:28 smithi192 bash[19392]: cluster 2024-09-18T14:06:27.352250+0000 mgr.a (mgr.14150) 123 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:06:29.268 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:28 smithi192 bash[19392]: audit 2024-09-18T14:06:28.783695+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:29.763 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7061ea6ca50908d104e9f3979dc615e118d9e153 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8600d7e2-75c6-11ef-bceb-c7b262605968 -- ceph orch daemon add osd smithi135:vg_nvme/lv_4 2024-09-18T14:06:30.023 INFO:journalctl@ceph.mgr.b.smithi161.stdout:Sep 18 14:06:29 smithi161 bash[20640]: debug 2024-09-18T14:06:29.629+0000 7f7f75e4aec0 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-18T14:06:30.023 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:29 smithi161 bash[19407]: audit 2024-09-18T14:06:29.636804+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.161:0/760738198' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-09-18T14:06:30.023 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:29 smithi161 bash[19407]: audit 2024-09-18T14:06:29.637431+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.161:0/760738198' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-18T14:06:30.024 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:29 smithi161 bash[19407]: cluster 2024-09-18T14:06:29.637899+0000 mon.a (mon.0) 358 : cluster [DBG] Standby manager daemon b started 2024-09-18T14:06:30.024 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:29 smithi161 bash[19407]: audit 2024-09-18T14:06:29.638768+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.161:0/760738198' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-09-18T14:06:30.024 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:29 smithi161 bash[19407]: audit 2024-09-18T14:06:29.639157+0000 mon.b (mon.2) 6 : audit [DBG] from='mgr.? 172.21.15.161:0/760738198' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-18T14:06:30.206 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:29 smithi135 bash[18657]: audit 2024-09-18T14:06:29.636804+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.161:0/760738198' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-09-18T14:06:30.206 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:29 smithi135 bash[18657]: audit 2024-09-18T14:06:29.637431+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.161:0/760738198' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-18T14:06:30.206 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:29 smithi135 bash[18657]: cluster 2024-09-18T14:06:29.637899+0000 mon.a (mon.0) 358 : cluster [DBG] Standby manager daemon b started 2024-09-18T14:06:30.206 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:29 smithi135 bash[18657]: audit 2024-09-18T14:06:29.638768+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.161:0/760738198' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-09-18T14:06:30.206 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:29 smithi135 bash[18657]: audit 2024-09-18T14:06:29.639157+0000 mon.b (mon.2) 6 : audit [DBG] from='mgr.? 172.21.15.161:0/760738198' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-18T14:06:30.268 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:29 smithi192 bash[19392]: audit 2024-09-18T14:06:29.636804+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.161:0/760738198' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-09-18T14:06:30.268 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:29 smithi192 bash[19392]: audit 2024-09-18T14:06:29.637431+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.161:0/760738198' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-18T14:06:30.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:29 smithi192 bash[19392]: cluster 2024-09-18T14:06:29.637899+0000 mon.a (mon.0) 358 : cluster [DBG] Standby manager daemon b started 2024-09-18T14:06:30.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:29 smithi192 bash[19392]: audit 2024-09-18T14:06:29.638768+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.161:0/760738198' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-09-18T14:06:30.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:29 smithi192 bash[19392]: audit 2024-09-18T14:06:29.639157+0000 mon.b (mon.2) 6 : audit [DBG] from='mgr.? 172.21.15.161:0/760738198' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-18T14:06:31.206 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:30 smithi135 bash[18657]: cluster 2024-09-18T14:06:29.352791+0000 mgr.a (mgr.14150) 124 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:06:31.206 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:30 smithi135 bash[18657]: cluster 2024-09-18T14:06:29.873176+0000 mon.a (mon.0) 359 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-09-18T14:06:31.206 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:30 smithi135 bash[18657]: audit 2024-09-18T14:06:29.873398+0000 mon.a (mon.0) 360 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-09-18T14:06:31.268 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:30 smithi192 bash[19392]: cluster 2024-09-18T14:06:29.352791+0000 mgr.a (mgr.14150) 124 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:06:31.268 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:30 smithi192 bash[19392]: cluster 2024-09-18T14:06:29.873176+0000 mon.a (mon.0) 359 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-09-18T14:06:31.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:30 smithi192 bash[19392]: audit 2024-09-18T14:06:29.873398+0000 mon.a (mon.0) 360 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-09-18T14:06:31.273 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:30 smithi161 bash[19407]: cluster 2024-09-18T14:06:29.352791+0000 mgr.a (mgr.14150) 124 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:06:31.273 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:30 smithi161 bash[19407]: cluster 2024-09-18T14:06:29.873176+0000 mon.a (mon.0) 359 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-09-18T14:06:31.273 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:30 smithi161 bash[19407]: audit 2024-09-18T14:06:29.873398+0000 mon.a (mon.0) 360 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-09-18T14:06:32.768 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:32 smithi192 bash[19392]: cluster 2024-09-18T14:06:31.353278+0000 mgr.a (mgr.14150) 125 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:06:32.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:32 smithi192 bash[19392]: audit 2024-09-18T14:06:31.616381+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:32.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:32 smithi192 bash[19392]: audit 2024-09-18T14:06:31.624574+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:32.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:32 smithi192 bash[19392]: audit 2024-09-18T14:06:31.629015+0000 mon.a (mon.0) 363 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T14:06:32.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:32 smithi192 bash[19392]: audit 2024-09-18T14:06:31.633986+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:32.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:32 smithi192 bash[19392]: audit 2024-09-18T14:06:31.634174+0000 mon.a (mon.0) 365 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:06:32.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:32 smithi192 bash[19392]: audit 2024-09-18T14:06:31.635778+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T14:06:32.770 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:32 smithi192 bash[19392]: audit 2024-09-18T14:06:31.642291+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:32.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:32 smithi135 bash[18657]: cluster 2024-09-18T14:06:31.353278+0000 mgr.a (mgr.14150) 125 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:06:32.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:32 smithi135 bash[18657]: audit 2024-09-18T14:06:31.616381+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:32.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:32 smithi135 bash[18657]: audit 2024-09-18T14:06:31.624574+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:32.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:32 smithi135 bash[18657]: audit 2024-09-18T14:06:31.629015+0000 mon.a (mon.0) 363 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T14:06:32.957 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:32 smithi135 bash[18657]: audit 2024-09-18T14:06:31.633986+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:32.957 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:32 smithi135 bash[18657]: audit 2024-09-18T14:06:31.634174+0000 mon.a (mon.0) 365 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:06:32.957 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:32 smithi135 bash[18657]: audit 2024-09-18T14:06:31.635778+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T14:06:32.957 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:32 smithi135 bash[18657]: audit 2024-09-18T14:06:31.642291+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:33.023 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:32 smithi161 bash[19407]: cluster 2024-09-18T14:06:31.353278+0000 mgr.a (mgr.14150) 125 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:06:33.023 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:32 smithi161 bash[19407]: audit 2024-09-18T14:06:31.616381+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:33.023 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:32 smithi161 bash[19407]: audit 2024-09-18T14:06:31.624574+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:33.023 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:32 smithi161 bash[19407]: audit 2024-09-18T14:06:31.629015+0000 mon.a (mon.0) 363 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T14:06:33.024 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:32 smithi161 bash[19407]: audit 2024-09-18T14:06:31.633986+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:33.024 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:32 smithi161 bash[19407]: audit 2024-09-18T14:06:31.634174+0000 mon.a (mon.0) 365 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:06:33.024 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:32 smithi161 bash[19407]: audit 2024-09-18T14:06:31.635778+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T14:06:33.024 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:32 smithi161 bash[19407]: audit 2024-09-18T14:06:31.642291+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:34.479 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /var/lib/ceph/8600d7e2-75c6-11ef-bceb-c7b262605968/mon.a/config 2024-09-18T14:06:34.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:34 smithi135 bash[18657]: cluster 2024-09-18T14:06:33.353703+0000 mgr.a (mgr.14150) 126 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:06:35.018 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:34 smithi192 bash[19392]: cluster 2024-09-18T14:06:33.353703+0000 mgr.a (mgr.14150) 126 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:06:35.023 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:34 smithi161 bash[19407]: cluster 2024-09-18T14:06:33.353703+0000 mgr.a (mgr.14150) 126 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:06:36.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:36 smithi135 bash[18657]: cluster 2024-09-18T14:06:35.354118+0000 mgr.a (mgr.14150) 127 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:06:37.018 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:36 smithi192 bash[19392]: cluster 2024-09-18T14:06:35.354118+0000 mgr.a (mgr.14150) 127 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:06:37.023 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:36 smithi161 bash[19407]: cluster 2024-09-18T14:06:35.354118+0000 mgr.a (mgr.14150) 127 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:06:38.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:38 smithi135 bash[18657]: cluster 2024-09-18T14:06:37.354606+0000 mgr.a (mgr.14150) 128 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:06:38.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:38 smithi135 bash[18657]: audit 2024-09-18T14:06:38.051085+0000 mgr.a (mgr.14150) 129 : audit [DBG] from='client.14217 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi135:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T14:06:38.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:38 smithi135 bash[18657]: audit 2024-09-18T14:06:38.055577+0000 mon.a (mon.0) 368 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-18T14:06:38.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:38 smithi135 bash[18657]: audit 2024-09-18T14:06:38.058400+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-18T14:06:38.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:38 smithi135 bash[18657]: audit 2024-09-18T14:06:38.059115+0000 mon.a (mon.0) 370 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:06:39.018 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:38 smithi192 bash[19392]: cluster 2024-09-18T14:06:37.354606+0000 mgr.a (mgr.14150) 128 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:06:39.019 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:38 smithi192 bash[19392]: audit 2024-09-18T14:06:38.051085+0000 mgr.a (mgr.14150) 129 : audit [DBG] from='client.14217 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi135:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T14:06:39.019 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:38 smithi192 bash[19392]: audit 2024-09-18T14:06:38.055577+0000 mon.a (mon.0) 368 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-18T14:06:39.019 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:38 smithi192 bash[19392]: audit 2024-09-18T14:06:38.058400+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-18T14:06:39.019 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:38 smithi192 bash[19392]: audit 2024-09-18T14:06:38.059115+0000 mon.a (mon.0) 370 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:06:39.023 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:38 smithi161 bash[19407]: cluster 2024-09-18T14:06:37.354606+0000 mgr.a (mgr.14150) 128 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:06:39.023 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:38 smithi161 bash[19407]: audit 2024-09-18T14:06:38.051085+0000 mgr.a (mgr.14150) 129 : audit [DBG] from='client.14217 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi135:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T14:06:39.023 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:38 smithi161 bash[19407]: audit 2024-09-18T14:06:38.055577+0000 mon.a (mon.0) 368 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-18T14:06:39.023 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:38 smithi161 bash[19407]: audit 2024-09-18T14:06:38.058400+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-18T14:06:39.023 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:38 smithi161 bash[19407]: audit 2024-09-18T14:06:38.059115+0000 mon.a (mon.0) 370 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:06:40.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:40 smithi135 bash[18657]: cluster 2024-09-18T14:06:39.355091+0000 mgr.a (mgr.14150) 130 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:06:41.018 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:40 smithi192 bash[19392]: cluster 2024-09-18T14:06:39.355091+0000 mgr.a (mgr.14150) 130 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:06:41.023 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:40 smithi161 bash[19407]: cluster 2024-09-18T14:06:39.355091+0000 mgr.a (mgr.14150) 130 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:06:43.139 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:43 smithi135 bash[18657]: cluster 2024-09-18T14:06:41.355525+0000 mgr.a (mgr.14150) 131 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:06:43.139 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:43 smithi135 bash[18657]: audit 2024-09-18T14:06:42.013211+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:43.139 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:43 smithi135 bash[18657]: audit 2024-09-18T14:06:42.020395+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:43.139 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:43 smithi135 bash[18657]: audit 2024-09-18T14:06:42.027030+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:43.268 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:43 smithi192 bash[19392]: cluster 2024-09-18T14:06:41.355525+0000 mgr.a (mgr.14150) 131 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:06:43.268 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:43 smithi192 bash[19392]: audit 2024-09-18T14:06:42.013211+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:43.268 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:43 smithi192 bash[19392]: audit 2024-09-18T14:06:42.020395+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:43.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:43 smithi192 bash[19392]: audit 2024-09-18T14:06:42.027030+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:43.273 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:43 smithi161 bash[19407]: cluster 2024-09-18T14:06:41.355525+0000 mgr.a (mgr.14150) 131 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:06:43.273 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:43 smithi161 bash[19407]: audit 2024-09-18T14:06:42.013211+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:43.273 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:43 smithi161 bash[19407]: audit 2024-09-18T14:06:42.020395+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:43.273 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:43 smithi161 bash[19407]: audit 2024-09-18T14:06:42.027030+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:45.268 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:45 smithi192 bash[19392]: cluster 2024-09-18T14:06:43.355965+0000 mgr.a (mgr.14150) 132 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:06:45.273 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:45 smithi161 bash[19407]: cluster 2024-09-18T14:06:43.355965+0000 mgr.a (mgr.14150) 132 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:06:45.456 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:45 smithi135 bash[18657]: cluster 2024-09-18T14:06:43.355965+0000 mgr.a (mgr.14150) 132 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:06:47.273 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:47 smithi161 bash[19407]: cluster 2024-09-18T14:06:45.356397+0000 mgr.a (mgr.14150) 133 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:06:47.273 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:47 smithi161 bash[19407]: audit 2024-09-18T14:06:46.144766+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:47.274 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:47 smithi161 bash[19407]: audit 2024-09-18T14:06:46.149921+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:47.274 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:47 smithi161 bash[19407]: audit 2024-09-18T14:06:46.156637+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:47.274 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:47 smithi161 bash[19407]: audit 2024-09-18T14:06:46.903225+0000 mon.a (mon.0) 377 : audit [INF] from='client.? 172.21.15.135:0/422040646' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4f08ae0e-2e84-48dd-8e04-555049ed3182"}]: dispatch 2024-09-18T14:06:47.274 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:47 smithi161 bash[19407]: audit 2024-09-18T14:06:46.908299+0000 mon.a (mon.0) 378 : audit [INF] from='client.? 172.21.15.135:0/422040646' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4f08ae0e-2e84-48dd-8e04-555049ed3182"}]': finished 2024-09-18T14:06:47.274 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:47 smithi161 bash[19407]: cluster 2024-09-18T14:06:46.908347+0000 mon.a (mon.0) 379 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-09-18T14:06:47.274 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:47 smithi161 bash[19407]: audit 2024-09-18T14:06:46.908565+0000 mon.a (mon.0) 380 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-18T14:06:47.456 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:47 smithi135 bash[18657]: cluster 2024-09-18T14:06:45.356397+0000 mgr.a (mgr.14150) 133 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:06:47.456 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:47 smithi135 bash[18657]: audit 2024-09-18T14:06:46.144766+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:47.456 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:47 smithi135 bash[18657]: audit 2024-09-18T14:06:46.149921+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:47.456 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:47 smithi135 bash[18657]: audit 2024-09-18T14:06:46.156637+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:47.456 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:47 smithi135 bash[18657]: audit 2024-09-18T14:06:46.903225+0000 mon.a (mon.0) 377 : audit [INF] from='client.? 172.21.15.135:0/422040646' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4f08ae0e-2e84-48dd-8e04-555049ed3182"}]: dispatch 2024-09-18T14:06:47.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:47 smithi135 bash[18657]: audit 2024-09-18T14:06:46.908299+0000 mon.a (mon.0) 378 : audit [INF] from='client.? 172.21.15.135:0/422040646' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4f08ae0e-2e84-48dd-8e04-555049ed3182"}]': finished 2024-09-18T14:06:47.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:47 smithi135 bash[18657]: cluster 2024-09-18T14:06:46.908347+0000 mon.a (mon.0) 379 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-09-18T14:06:47.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:47 smithi135 bash[18657]: audit 2024-09-18T14:06:46.908565+0000 mon.a (mon.0) 380 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-18T14:06:47.518 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:47 smithi192 bash[19392]: cluster 2024-09-18T14:06:45.356397+0000 mgr.a (mgr.14150) 133 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:06:47.518 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:47 smithi192 bash[19392]: audit 2024-09-18T14:06:46.144766+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:47.518 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:47 smithi192 bash[19392]: audit 2024-09-18T14:06:46.149921+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:47.518 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:47 smithi192 bash[19392]: audit 2024-09-18T14:06:46.156637+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:47.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:47 smithi192 bash[19392]: audit 2024-09-18T14:06:46.903225+0000 mon.a (mon.0) 377 : audit [INF] from='client.? 172.21.15.135:0/422040646' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4f08ae0e-2e84-48dd-8e04-555049ed3182"}]: dispatch 2024-09-18T14:06:47.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:47 smithi192 bash[19392]: audit 2024-09-18T14:06:46.908299+0000 mon.a (mon.0) 378 : audit [INF] from='client.? 172.21.15.135:0/422040646' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4f08ae0e-2e84-48dd-8e04-555049ed3182"}]': finished 2024-09-18T14:06:47.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:47 smithi192 bash[19392]: cluster 2024-09-18T14:06:46.908347+0000 mon.a (mon.0) 379 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-09-18T14:06:47.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:47 smithi192 bash[19392]: audit 2024-09-18T14:06:46.908565+0000 mon.a (mon.0) 380 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-18T14:06:48.456 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:48 smithi135 bash[18657]: audit 2024-09-18T14:06:47.572418+0000 mon.a (mon.0) 381 : audit [DBG] from='client.? 172.21.15.135:0/509743617' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-18T14:06:48.518 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:48 smithi192 bash[19392]: audit 2024-09-18T14:06:47.572418+0000 mon.a (mon.0) 381 : audit [DBG] from='client.? 172.21.15.135:0/509743617' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-18T14:06:48.523 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:48 smithi161 bash[19407]: audit 2024-09-18T14:06:47.572418+0000 mon.a (mon.0) 381 : audit [DBG] from='client.? 172.21.15.135:0/509743617' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-18T14:06:49.332 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:49 smithi161 bash[19407]: cluster 2024-09-18T14:06:47.356810+0000 mgr.a (mgr.14150) 134 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:06:49.456 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:49 smithi135 bash[18657]: cluster 2024-09-18T14:06:47.356810+0000 mgr.a (mgr.14150) 134 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:06:49.518 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:49 smithi192 bash[19392]: cluster 2024-09-18T14:06:47.356810+0000 mgr.a (mgr.14150) 134 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:06:50.706 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:50 smithi135 bash[18657]: audit 2024-09-18T14:06:49.318143+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:50.706 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:50 smithi135 bash[18657]: audit 2024-09-18T14:06:49.323650+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:50.706 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:50 smithi135 bash[18657]: audit 2024-09-18T14:06:49.330643+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:50.706 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:50 smithi135 bash[18657]: cluster 2024-09-18T14:06:49.357285+0000 mgr.a (mgr.14150) 135 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:06:50.768 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:50 smithi192 bash[19392]: audit 2024-09-18T14:06:49.318143+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:50.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:50 smithi192 bash[19392]: audit 2024-09-18T14:06:49.323650+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:50.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:50 smithi192 bash[19392]: audit 2024-09-18T14:06:49.330643+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:50.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:50 smithi192 bash[19392]: cluster 2024-09-18T14:06:49.357285+0000 mgr.a (mgr.14150) 135 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:06:50.773 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:50 smithi161 bash[19407]: audit 2024-09-18T14:06:49.318143+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:50.773 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:50 smithi161 bash[19407]: audit 2024-09-18T14:06:49.323650+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:50.773 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:50 smithi161 bash[19407]: audit 2024-09-18T14:06:49.330643+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:06:50.773 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:50 smithi161 bash[19407]: cluster 2024-09-18T14:06:49.357285+0000 mgr.a (mgr.14150) 135 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:06:52.664 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:52 smithi192 bash[19392]: cluster 2024-09-18T14:06:51.357702+0000 mgr.a (mgr.14150) 136 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:06:52.706 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:52 smithi135 bash[18657]: cluster 2024-09-18T14:06:51.357702+0000 mgr.a (mgr.14150) 136 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:06:52.773 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:52 smithi161 bash[19407]: cluster 2024-09-18T14:06:51.357702+0000 mgr.a (mgr.14150) 136 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:06:54.518 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:54 smithi192 bash[19392]: cluster 2024-09-18T14:06:53.358120+0000 mgr.a (mgr.14150) 137 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:06:54.706 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:54 smithi135 bash[18657]: cluster 2024-09-18T14:06:53.358120+0000 mgr.a (mgr.14150) 137 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:06:54.773 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:54 smithi161 bash[19407]: cluster 2024-09-18T14:06:53.358120+0000 mgr.a (mgr.14150) 137 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:06:56.705 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:56 smithi135 bash[18657]: cluster 2024-09-18T14:06:55.358558+0000 mgr.a (mgr.14150) 138 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:06:56.768 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:56 smithi192 bash[19392]: cluster 2024-09-18T14:06:55.358558+0000 mgr.a (mgr.14150) 138 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:06:56.773 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:56 smithi161 bash[19407]: cluster 2024-09-18T14:06:55.358558+0000 mgr.a (mgr.14150) 138 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:06:58.710 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:06:58 smithi135 bash[18657]: cluster 2024-09-18T14:06:57.359062+0000 mgr.a (mgr.14150) 139 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:06:58.768 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:06:58 smithi192 bash[19392]: cluster 2024-09-18T14:06:57.359062+0000 mgr.a (mgr.14150) 139 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:06:58.773 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:06:58 smithi161 bash[19407]: cluster 2024-09-18T14:06:57.359062+0000 mgr.a (mgr.14150) 139 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:07:00.706 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:07:00 smithi135 bash[18657]: cluster 2024-09-18T14:06:59.359394+0000 mgr.a (mgr.14150) 140 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:07:00.706 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:07:00 smithi135 bash[18657]: audit 2024-09-18T14:07:00.355641+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-18T14:07:00.706 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:07:00 smithi135 bash[18657]: audit 2024-09-18T14:07:00.357117+0000 mon.a (mon.0) 386 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:07:00.768 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:07:00 smithi192 bash[19392]: cluster 2024-09-18T14:06:59.359394+0000 mgr.a (mgr.14150) 140 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:07:00.768 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:07:00 smithi192 bash[19392]: audit 2024-09-18T14:07:00.355641+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-18T14:07:00.768 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:07:00 smithi192 bash[19392]: audit 2024-09-18T14:07:00.357117+0000 mon.a (mon.0) 386 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:07:00.773 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:07:00 smithi161 bash[19407]: cluster 2024-09-18T14:06:59.359394+0000 mgr.a (mgr.14150) 140 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:07:00.773 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:07:00 smithi161 bash[19407]: audit 2024-09-18T14:07:00.355641+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-18T14:07:00.773 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:07:00 smithi161 bash[19407]: audit 2024-09-18T14:07:00.357117+0000 mon.a (mon.0) 386 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:07:01.706 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:07:01 smithi135 bash[18657]: cephadm 2024-09-18T14:07:00.358389+0000 mgr.a (mgr.14150) 141 : cephadm [INF] Deploying daemon osd.0 on smithi135 2024-09-18T14:07:01.768 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:07:01 smithi192 bash[19392]: cephadm 2024-09-18T14:07:00.358389+0000 mgr.a (mgr.14150) 141 : cephadm [INF] Deploying daemon osd.0 on smithi135 2024-09-18T14:07:01.773 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:07:01 smithi161 bash[19407]: cephadm 2024-09-18T14:07:00.358389+0000 mgr.a (mgr.14150) 141 : cephadm [INF] Deploying daemon osd.0 on smithi135 2024-09-18T14:07:02.518 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:07:02 smithi192 bash[19392]: cluster 2024-09-18T14:07:01.359800+0000 mgr.a (mgr.14150) 142 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:07:02.518 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:07:02 smithi192 bash[19392]: audit 2024-09-18T14:07:02.216970+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:07:02.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:07:02 smithi192 bash[19392]: audit 2024-09-18T14:07:02.223669+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:07:02.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:07:02 smithi192 bash[19392]: audit 2024-09-18T14:07:02.231925+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:07:02.706 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:07:02 smithi135 bash[18657]: cluster 2024-09-18T14:07:01.359800+0000 mgr.a (mgr.14150) 142 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:07:02.706 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:07:02 smithi135 bash[18657]: audit 2024-09-18T14:07:02.216970+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:07:02.706 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:07:02 smithi135 bash[18657]: audit 2024-09-18T14:07:02.223669+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:07:02.706 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:07:02 smithi135 bash[18657]: audit 2024-09-18T14:07:02.231925+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:07:02.773 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:07:02 smithi161 bash[19407]: cluster 2024-09-18T14:07:01.359800+0000 mgr.a (mgr.14150) 142 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:07:02.773 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:07:02 smithi161 bash[19407]: audit 2024-09-18T14:07:02.216970+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:07:02.773 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:07:02 smithi161 bash[19407]: audit 2024-09-18T14:07:02.223669+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:07:02.773 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:07:02 smithi161 bash[19407]: audit 2024-09-18T14:07:02.231925+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:07:04.706 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:07:04 smithi135 bash[18657]: cluster 2024-09-18T14:07:03.360266+0000 mgr.a (mgr.14150) 143 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:07:04.729 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:07:04 smithi161 bash[19407]: cluster 2024-09-18T14:07:03.360266+0000 mgr.a (mgr.14150) 143 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:07:04.768 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:07:04 smithi192 bash[19392]: cluster 2024-09-18T14:07:03.360266+0000 mgr.a (mgr.14150) 143 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:07:06.617 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:07:06 smithi135 bash[18657]: cluster 2024-09-18T14:07:05.360691+0000 mgr.a (mgr.14150) 144 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:07:06.617 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:07:06 smithi135 bash[18657]: audit 2024-09-18T14:07:05.634903+0000 mon.a (mon.0) 390 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T14:07:06.618 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:07:06 smithi135 bash[18657]: audit 2024-09-18T14:07:05.640444+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:07:06.618 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:07:06 smithi135 bash[18657]: audit 2024-09-18T14:07:05.640743+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:07:06.618 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:07:06 smithi135 bash[18657]: audit 2024-09-18T14:07:05.641986+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T14:07:06.618 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:07:06 smithi135 bash[18657]: audit 2024-09-18T14:07:05.646988+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:07:06.618 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:07:06 smithi135 bash[18657]: audit 2024-09-18T14:07:05.651191+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:07:06.618 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:07:06 smithi135 bash[18657]: audit 2024-09-18T14:07:06.306416+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:07:06.618 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:07:06 smithi135 bash[18657]: audit 2024-09-18T14:07:06.312318+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:07:06.618 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:07:06 smithi135 bash[18657]: audit 2024-09-18T14:07:06.317039+0000 mon.a (mon.0) 398 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T14:07:06.618 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:07:06 smithi135 bash[18657]: audit 2024-09-18T14:07:06.322465+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:07:06.618 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:07:06 smithi135 bash[18657]: audit 2024-09-18T14:07:06.322772+0000 mon.a (mon.0) 400 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:07:06.618 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:07:06 smithi135 bash[18657]: audit 2024-09-18T14:07:06.324290+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T14:07:06.618 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:07:06 smithi135 bash[18657]: audit 2024-09-18T14:07:06.332644+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:07:06.768 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:07:06 smithi192 bash[19392]: cluster 2024-09-18T14:07:05.360691+0000 mgr.a (mgr.14150) 144 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:07:06.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:07:06 smithi192 bash[19392]: audit 2024-09-18T14:07:05.634903+0000 mon.a (mon.0) 390 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T14:07:06.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:07:06 smithi192 bash[19392]: audit 2024-09-18T14:07:05.640444+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:07:06.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:07:06 smithi192 bash[19392]: audit 2024-09-18T14:07:05.640743+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:07:06.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:07:06 smithi192 bash[19392]: audit 2024-09-18T14:07:05.641986+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T14:07:06.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:07:06 smithi192 bash[19392]: audit 2024-09-18T14:07:05.646988+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:07:06.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:07:06 smithi192 bash[19392]: audit 2024-09-18T14:07:05.651191+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:07:06.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:07:06 smithi192 bash[19392]: audit 2024-09-18T14:07:06.306416+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:07:06.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:07:06 smithi192 bash[19392]: audit 2024-09-18T14:07:06.312318+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:07:06.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:07:06 smithi192 bash[19392]: audit 2024-09-18T14:07:06.317039+0000 mon.a (mon.0) 398 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T14:07:06.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:07:06 smithi192 bash[19392]: audit 2024-09-18T14:07:06.322465+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:07:06.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:07:06 smithi192 bash[19392]: audit 2024-09-18T14:07:06.322772+0000 mon.a (mon.0) 400 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:07:06.770 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:07:06 smithi192 bash[19392]: audit 2024-09-18T14:07:06.324290+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T14:07:06.770 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:07:06 smithi192 bash[19392]: audit 2024-09-18T14:07:06.332644+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:07:06.807 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:07:06 smithi161 bash[19407]: cluster 2024-09-18T14:07:05.360691+0000 mgr.a (mgr.14150) 144 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:07:06.807 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:07:06 smithi161 bash[19407]: audit 2024-09-18T14:07:05.634903+0000 mon.a (mon.0) 390 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T14:07:06.807 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:07:06 smithi161 bash[19407]: audit 2024-09-18T14:07:05.640444+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:07:06.808 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:07:06 smithi161 bash[19407]: audit 2024-09-18T14:07:05.640743+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:07:06.808 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:07:06 smithi161 bash[19407]: audit 2024-09-18T14:07:05.641986+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T14:07:06.808 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:07:06 smithi161 bash[19407]: audit 2024-09-18T14:07:05.646988+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:07:06.808 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:07:06 smithi161 bash[19407]: audit 2024-09-18T14:07:05.651191+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:07:06.808 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:07:06 smithi161 bash[19407]: audit 2024-09-18T14:07:06.306416+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:07:06.808 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:07:06 smithi161 bash[19407]: audit 2024-09-18T14:07:06.312318+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:07:06.808 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:07:06 smithi161 bash[19407]: audit 2024-09-18T14:07:06.317039+0000 mon.a (mon.0) 398 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T14:07:06.808 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:07:06 smithi161 bash[19407]: audit 2024-09-18T14:07:06.322465+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:07:06.808 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:07:06 smithi161 bash[19407]: audit 2024-09-18T14:07:06.322772+0000 mon.a (mon.0) 400 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:07:06.808 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:07:06 smithi161 bash[19407]: audit 2024-09-18T14:07:06.324290+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T14:07:06.808 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:07:06 smithi161 bash[19407]: audit 2024-09-18T14:07:06.332644+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:07:08.706 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:07:08 smithi135 bash[18657]: cluster 2024-09-18T14:07:07.361090+0000 mgr.a (mgr.14150) 145 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:07:08.768 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:07:08 smithi192 bash[19392]: cluster 2024-09-18T14:07:07.361090+0000 mgr.a (mgr.14150) 145 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:07:08.773 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:07:08 smithi161 bash[19407]: cluster 2024-09-18T14:07:07.361090+0000 mgr.a (mgr.14150) 145 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:07:10.862 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:07:10 smithi192 bash[19392]: cluster 2024-09-18T14:07:09.361537+0000 mgr.a (mgr.14150) 146 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:07:10.862 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:07:10 smithi192 bash[19392]: audit 2024-09-18T14:07:09.523814+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:07:10.862 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:07:10 smithi192 bash[19392]: audit 2024-09-18T14:07:09.530556+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:07:10.862 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:07:10 smithi192 bash[19392]: audit 2024-09-18T14:07:09.537899+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:07:10.948 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:07:10 smithi135 bash[18657]: cluster 2024-09-18T14:07:09.361537+0000 mgr.a (mgr.14150) 146 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:07:10.948 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:07:10 smithi135 bash[18657]: audit 2024-09-18T14:07:09.523814+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:07:10.948 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:07:10 smithi135 bash[18657]: audit 2024-09-18T14:07:09.530556+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:07:10.948 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:07:10 smithi135 bash[18657]: audit 2024-09-18T14:07:09.537899+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:07:11.023 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:07:10 smithi161 bash[19407]: cluster 2024-09-18T14:07:09.361537+0000 mgr.a (mgr.14150) 146 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:07:11.023 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:07:10 smithi161 bash[19407]: audit 2024-09-18T14:07:09.523814+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:07:11.023 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:07:10 smithi161 bash[19407]: audit 2024-09-18T14:07:09.530556+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:07:11.023 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:07:10 smithi161 bash[19407]: audit 2024-09-18T14:07:09.537899+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:07:12.785 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:07:12 smithi192 bash[19392]: cluster 2024-09-18T14:07:11.361994+0000 mgr.a (mgr.14150) 147 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:07:12.903 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:07:12 smithi135 bash[18657]: cluster 2024-09-18T14:07:11.361994+0000 mgr.a (mgr.14150) 147 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:07:13.023 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:07:12 smithi161 bash[19407]: cluster 2024-09-18T14:07:11.361994+0000 mgr.a (mgr.14150) 147 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:07:14.768 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:07:14 smithi192 bash[19392]: cluster 2024-09-18T14:07:13.362477+0000 mgr.a (mgr.14150) 148 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:07:14.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:07:14 smithi192 bash[19392]: audit 2024-09-18T14:07:13.932055+0000 mon.a (mon.0) 406 : audit [INF] from='osd.0 [v2:172.21.15.135:6802/2486028284,v1:172.21.15.135:6803/2486028284]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-18T14:07:14.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:07:14 smithi192 bash[19392]: audit 2024-09-18T14:07:13.947501+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:07:14.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:07:14 smithi192 bash[19392]: audit 2024-09-18T14:07:13.955111+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:07:14.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:07:14 smithi192 bash[19392]: cephadm 2024-09-18T14:07:13.957056+0000 mgr.a (mgr.14150) 149 : cephadm [INF] Detected new or changed devices on smithi135 2024-09-18T14:07:14.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:07:14 smithi192 bash[19392]: audit 2024-09-18T14:07:13.958594+0000 mon.a (mon.0) 409 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T14:07:14.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:07:14 smithi192 bash[19392]: audit 2024-09-18T14:07:13.964417+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:07:14.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:07:14 smithi192 bash[19392]: audit 2024-09-18T14:07:13.964717+0000 mon.a (mon.0) 411 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:07:14.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:07:14 smithi192 bash[19392]: audit 2024-09-18T14:07:13.966448+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T14:07:14.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:07:14 smithi192 bash[19392]: audit 2024-09-18T14:07:13.976585+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:07:14.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:07:14 smithi135 bash[18657]: cluster 2024-09-18T14:07:13.362477+0000 mgr.a (mgr.14150) 148 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:07:14.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:07:14 smithi135 bash[18657]: audit 2024-09-18T14:07:13.932055+0000 mon.a (mon.0) 406 : audit [INF] from='osd.0 [v2:172.21.15.135:6802/2486028284,v1:172.21.15.135:6803/2486028284]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-18T14:07:14.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:07:14 smithi135 bash[18657]: audit 2024-09-18T14:07:13.947501+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:07:14.957 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:07:14 smithi135 bash[18657]: audit 2024-09-18T14:07:13.955111+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:07:14.957 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:07:14 smithi135 bash[18657]: cephadm 2024-09-18T14:07:13.957056+0000 mgr.a (mgr.14150) 149 : cephadm [INF] Detected new or changed devices on smithi135 2024-09-18T14:07:14.957 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:07:14 smithi135 bash[18657]: audit 2024-09-18T14:07:13.958594+0000 mon.a (mon.0) 409 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T14:07:14.957 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:07:14 smithi135 bash[18657]: audit 2024-09-18T14:07:13.964417+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:07:14.957 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:07:14 smithi135 bash[18657]: audit 2024-09-18T14:07:13.964717+0000 mon.a (mon.0) 411 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:07:14.957 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:07:14 smithi135 bash[18657]: audit 2024-09-18T14:07:13.966448+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T14:07:14.957 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:07:14 smithi135 bash[18657]: audit 2024-09-18T14:07:13.976585+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:07:15.023 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:07:14 smithi161 bash[19407]: cluster 2024-09-18T14:07:13.362477+0000 mgr.a (mgr.14150) 148 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:07:15.023 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:07:14 smithi161 bash[19407]: audit 2024-09-18T14:07:13.932055+0000 mon.a (mon.0) 406 : audit [INF] from='osd.0 [v2:172.21.15.135:6802/2486028284,v1:172.21.15.135:6803/2486028284]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-18T14:07:15.023 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:07:14 smithi161 bash[19407]: audit 2024-09-18T14:07:13.947501+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:07:15.024 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:07:14 smithi161 bash[19407]: audit 2024-09-18T14:07:13.955111+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:07:15.024 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:07:14 smithi161 bash[19407]: cephadm 2024-09-18T14:07:13.957056+0000 mgr.a (mgr.14150) 149 : cephadm [INF] Detected new or changed devices on smithi135 2024-09-18T14:07:15.024 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:07:14 smithi161 bash[19407]: audit 2024-09-18T14:07:13.958594+0000 mon.a (mon.0) 409 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T14:07:15.024 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:07:14 smithi161 bash[19407]: audit 2024-09-18T14:07:13.964417+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:07:15.024 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:07:14 smithi161 bash[19407]: audit 2024-09-18T14:07:13.964717+0000 mon.a (mon.0) 411 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:07:15.024 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:07:14 smithi161 bash[19407]: audit 2024-09-18T14:07:13.966448+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T14:07:15.024 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:07:14 smithi161 bash[19407]: audit 2024-09-18T14:07:13.976585+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:07:15.050 INFO:teuthology.orchestra.run.smithi135.stdout:Created osd(s) 0 on host 'smithi135' 2024-09-18T14:07:15.706 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:07:15 smithi135 bash[18657]: audit 2024-09-18T14:07:14.536281+0000 mon.a (mon.0) 414 : audit [INF] from='osd.0 [v2:172.21.15.135:6802/2486028284,v1:172.21.15.135:6803/2486028284]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-18T14:07:15.707 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:07:15 smithi135 bash[18657]: cluster 2024-09-18T14:07:14.536524+0000 mon.a (mon.0) 415 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-09-18T14:07:15.707 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:07:15 smithi135 bash[18657]: audit 2024-09-18T14:07:14.537304+0000 mon.a (mon.0) 416 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-18T14:07:15.707 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:07:15 smithi135 bash[18657]: audit 2024-09-18T14:07:14.537851+0000 mon.a (mon.0) 417 : audit [INF] from='osd.0 [v2:172.21.15.135:6802/2486028284,v1:172.21.15.135:6803/2486028284]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi135", "root=default"]}]: dispatch 2024-09-18T14:07:15.707 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:07:15 smithi135 bash[18657]: audit 2024-09-18T14:07:15.034880+0000 mon.a (mon.0) 418 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T14:07:15.707 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:07:15 smithi135 bash[18657]: audit 2024-09-18T14:07:15.042705+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:07:15.707 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:07:15 smithi135 bash[18657]: audit 2024-09-18T14:07:15.043216+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-18T14:07:15.707 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:07:15 smithi135 bash[18657]: cephadm 2024-09-18T14:07:15.046025+0000 mgr.a (mgr.14150) 150 : cephadm [INF] Adjusting osd_memory_target on smithi135 to 4974M 2024-09-18T14:07:15.707 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:07:15 smithi135 bash[18657]: audit 2024-09-18T14:07:15.048741+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:07:15.707 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:07:15 smithi135 bash[18657]: audit 2024-09-18T14:07:15.058244+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:07:15.707 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:07:15 smithi135 bash[18657]: audit 2024-09-18T14:07:15.060313+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:07:15.707 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:07:15 smithi135 bash[18657]: audit 2024-09-18T14:07:15.061994+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T14:07:15.708 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:07:15 smithi135 bash[18657]: audit 2024-09-18T14:07:15.070748+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:07:15.708 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:07:15 smithi135 bash[18657]: audit 2024-09-18T14:07:15.538824+0000 mon.a (mon.0) 426 : audit [INF] from='osd.0 [v2:172.21.15.135:6802/2486028284,v1:172.21.15.135:6803/2486028284]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi135", "root=default"]}]': finished 2024-09-18T14:07:15.775 DEBUG:teuthology.orchestra.run.smithi135:osd.0> sudo journalctl -f -n 0 -u ceph-8600d7e2-75c6-11ef-bceb-c7b262605968@osd.0.service 2024-09-18T14:07:15.778 INFO:tasks.cephadm:Deploying osd.1 on smithi161 with /dev/vg_nvme/lv_4... 2024-09-18T14:07:15.778 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7061ea6ca50908d104e9f3979dc615e118d9e153 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8600d7e2-75c6-11ef-bceb-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-09-18T14:07:16.000 INFO:journalctl@ceph.osd.0.smithi135.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-09-18T14:07:16.018 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:07:15 smithi192 bash[19392]: audit 2024-09-18T14:07:14.536281+0000 mon.a (mon.0) 414 : audit [INF] from='osd.0 [v2:172.21.15.135:6802/2486028284,v1:172.21.15.135:6803/2486028284]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-18T14:07:16.018 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:07:15 smithi192 bash[19392]: cluster 2024-09-18T14:07:14.536524+0000 mon.a (mon.0) 415 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-09-18T14:07:16.019 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:07:15 smithi192 bash[19392]: audit 2024-09-18T14:07:14.537304+0000 mon.a (mon.0) 416 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-18T14:07:16.019 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:07:15 smithi192 bash[19392]: audit 2024-09-18T14:07:14.537851+0000 mon.a (mon.0) 417 : audit [INF] from='osd.0 [v2:172.21.15.135:6802/2486028284,v1:172.21.15.135:6803/2486028284]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi135", "root=default"]}]: dispatch 2024-09-18T14:07:16.019 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:07:15 smithi192 bash[19392]: audit 2024-09-18T14:07:15.034880+0000 mon.a (mon.0) 418 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T14:07:16.019 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:07:15 smithi192 bash[19392]: audit 2024-09-18T14:07:15.042705+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:07:16.019 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:07:15 smithi192 bash[19392]: audit 2024-09-18T14:07:15.043216+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-18T14:07:16.019 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:07:15 smithi192 bash[19392]: cephadm 2024-09-18T14:07:15.046025+0000 mgr.a (mgr.14150) 150 : cephadm [INF] Adjusting osd_memory_target on smithi135 to 4974M 2024-09-18T14:07:16.019 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:07:15 smithi192 bash[19392]: audit 2024-09-18T14:07:15.048741+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:07:16.019 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:07:15 smithi192 bash[19392]: audit 2024-09-18T14:07:15.058244+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:07:16.019 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:07:15 smithi192 bash[19392]: audit 2024-09-18T14:07:15.060313+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:07:16.019 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:07:15 smithi192 bash[19392]: audit 2024-09-18T14:07:15.061994+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T14:07:16.020 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:07:15 smithi192 bash[19392]: audit 2024-09-18T14:07:15.070748+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:07:16.020 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:07:15 smithi192 bash[19392]: audit 2024-09-18T14:07:15.538824+0000 mon.a (mon.0) 426 : audit [INF] from='osd.0 [v2:172.21.15.135:6802/2486028284,v1:172.21.15.135:6803/2486028284]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi135", "root=default"]}]': finished 2024-09-18T14:07:16.023 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:07:15 smithi161 bash[19407]: audit 2024-09-18T14:07:14.536281+0000 mon.a (mon.0) 414 : audit [INF] from='osd.0 [v2:172.21.15.135:6802/2486028284,v1:172.21.15.135:6803/2486028284]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-18T14:07:16.023 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:07:15 smithi161 bash[19407]: cluster 2024-09-18T14:07:14.536524+0000 mon.a (mon.0) 415 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-09-18T14:07:16.023 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:07:15 smithi161 bash[19407]: audit 2024-09-18T14:07:14.537304+0000 mon.a (mon.0) 416 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-18T14:07:16.023 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:07:15 smithi161 bash[19407]: audit 2024-09-18T14:07:14.537851+0000 mon.a (mon.0) 417 : audit [INF] from='osd.0 [v2:172.21.15.135:6802/2486028284,v1:172.21.15.135:6803/2486028284]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi135", "root=default"]}]: dispatch 2024-09-18T14:07:16.023 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:07:15 smithi161 bash[19407]: audit 2024-09-18T14:07:15.034880+0000 mon.a (mon.0) 418 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T14:07:16.023 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:07:15 smithi161 bash[19407]: audit 2024-09-18T14:07:15.042705+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:07:16.024 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:07:15 smithi161 bash[19407]: audit 2024-09-18T14:07:15.043216+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-18T14:07:16.024 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:07:15 smithi161 bash[19407]: cephadm 2024-09-18T14:07:15.046025+0000 mgr.a (mgr.14150) 150 : cephadm [INF] Adjusting osd_memory_target on smithi135 to 4974M 2024-09-18T14:07:16.024 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:07:15 smithi161 bash[19407]: audit 2024-09-18T14:07:15.048741+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:07:16.024 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:07:15 smithi161 bash[19407]: audit 2024-09-18T14:07:15.058244+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:07:16.024 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:07:15 smithi161 bash[19407]: audit 2024-09-18T14:07:15.060313+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:07:16.024 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:07:15 smithi161 bash[19407]: audit 2024-09-18T14:07:15.061994+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T14:07:16.024 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:07:15 smithi161 bash[19407]: audit 2024-09-18T14:07:15.070748+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:07:16.024 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:07:15 smithi161 bash[19407]: audit 2024-09-18T14:07:15.538824+0000 mon.a (mon.0) 426 : audit [INF] from='osd.0 [v2:172.21.15.135:6802/2486028284,v1:172.21.15.135:6803/2486028284]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi135", "root=default"]}]': finished 2024-09-18T14:07:16.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:07:16 smithi135 bash[18657]: cluster 2024-09-18T14:07:15.362886+0000 mgr.a (mgr.14150) 151 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:07:16.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:07:16 smithi135 bash[18657]: cluster 2024-09-18T14:07:15.539050+0000 mon.a (mon.0) 427 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-09-18T14:07:16.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:07:16 smithi135 bash[18657]: audit 2024-09-18T14:07:15.539345+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-18T14:07:16.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:07:16 smithi135 bash[18657]: audit 2024-09-18T14:07:15.551679+0000 mon.a (mon.0) 429 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-18T14:07:17.018 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:07:16 smithi192 bash[19392]: cluster 2024-09-18T14:07:15.362886+0000 mgr.a (mgr.14150) 151 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:07:17.018 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:07:16 smithi192 bash[19392]: cluster 2024-09-18T14:07:15.539050+0000 mon.a (mon.0) 427 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-09-18T14:07:17.018 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:07:16 smithi192 bash[19392]: audit 2024-09-18T14:07:15.539345+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-18T14:07:17.018 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:07:16 smithi192 bash[19392]: audit 2024-09-18T14:07:15.551679+0000 mon.a (mon.0) 429 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-18T14:07:17.023 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:07:16 smithi161 bash[19407]: cluster 2024-09-18T14:07:15.362886+0000 mgr.a (mgr.14150) 151 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:07:17.023 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:07:16 smithi161 bash[19407]: cluster 2024-09-18T14:07:15.539050+0000 mon.a (mon.0) 427 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-09-18T14:07:17.023 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:07:16 smithi161 bash[19407]: audit 2024-09-18T14:07:15.539345+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-18T14:07:17.023 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:07:16 smithi161 bash[19407]: audit 2024-09-18T14:07:15.551679+0000 mon.a (mon.0) 429 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-18T14:07:17.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:07:17 smithi135 bash[18657]: cluster 2024-09-18T14:07:14.885059+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-18T14:07:17.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:07:17 smithi135 bash[18657]: cluster 2024-09-18T14:07:14.885174+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-18T14:07:17.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:07:17 smithi135 bash[18657]: cluster 2024-09-18T14:07:16.549713+0000 mon.a (mon.0) 430 : cluster [INF] osd.0 [v2:172.21.15.135:6802/2486028284,v1:172.21.15.135:6803/2486028284] boot 2024-09-18T14:07:17.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:07:17 smithi135 bash[18657]: cluster 2024-09-18T14:07:16.549773+0000 mon.a (mon.0) 431 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-09-18T14:07:17.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:07:17 smithi135 bash[18657]: audit 2024-09-18T14:07:16.550738+0000 mon.a (mon.0) 432 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-18T14:07:18.018 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:07:17 smithi192 bash[19392]: cluster 2024-09-18T14:07:14.885059+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-18T14:07:18.018 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:07:17 smithi192 bash[19392]: cluster 2024-09-18T14:07:14.885174+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-18T14:07:18.018 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:07:17 smithi192 bash[19392]: cluster 2024-09-18T14:07:16.549713+0000 mon.a (mon.0) 430 : cluster [INF] osd.0 [v2:172.21.15.135:6802/2486028284,v1:172.21.15.135:6803/2486028284] boot 2024-09-18T14:07:18.019 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:07:17 smithi192 bash[19392]: cluster 2024-09-18T14:07:16.549773+0000 mon.a (mon.0) 431 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-09-18T14:07:18.019 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:07:17 smithi192 bash[19392]: audit 2024-09-18T14:07:16.550738+0000 mon.a (mon.0) 432 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-18T14:07:18.023 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:07:17 smithi161 bash[19407]: cluster 2024-09-18T14:07:14.885059+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-18T14:07:18.023 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:07:17 smithi161 bash[19407]: cluster 2024-09-18T14:07:14.885174+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-18T14:07:18.023 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:07:17 smithi161 bash[19407]: cluster 2024-09-18T14:07:16.549713+0000 mon.a (mon.0) 430 : cluster [INF] osd.0 [v2:172.21.15.135:6802/2486028284,v1:172.21.15.135:6803/2486028284] boot 2024-09-18T14:07:18.023 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:07:17 smithi161 bash[19407]: cluster 2024-09-18T14:07:16.549773+0000 mon.a (mon.0) 431 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-09-18T14:07:18.023 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:07:17 smithi161 bash[19407]: audit 2024-09-18T14:07:16.550738+0000 mon.a (mon.0) 432 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-18T14:07:18.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:07:18 smithi135 bash[18657]: cluster 2024-09-18T14:07:17.363352+0000 mgr.a (mgr.14150) 152 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:07:18.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:07:18 smithi135 bash[18657]: cluster 2024-09-18T14:07:17.572079+0000 mon.a (mon.0) 433 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-09-18T14:07:19.018 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:07:18 smithi192 bash[19392]: cluster 2024-09-18T14:07:17.363352+0000 mgr.a (mgr.14150) 152 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:07:19.018 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:07:18 smithi192 bash[19392]: cluster 2024-09-18T14:07:17.572079+0000 mon.a (mon.0) 433 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-09-18T14:07:19.023 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:07:18 smithi161 bash[19407]: cluster 2024-09-18T14:07:17.363352+0000 mgr.a (mgr.14150) 152 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T14:07:19.023 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:07:18 smithi161 bash[19407]: cluster 2024-09-18T14:07:17.572079+0000 mon.a (mon.0) 433 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-09-18T14:07:20.500 INFO:teuthology.orchestra.run.smithi161.stderr:Inferring config /var/lib/ceph/8600d7e2-75c6-11ef-bceb-c7b262605968/mon.b/config 2024-09-18T14:07:20.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:07:20 smithi135 bash[18657]: cluster 2024-09-18T14:07:19.363892+0000 mgr.a (mgr.14150) 153 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-18T14:07:21.018 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:07:20 smithi192 bash[19392]: cluster 2024-09-18T14:07:19.363892+0000 mgr.a (mgr.14150) 153 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-18T14:07:21.023 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:07:20 smithi161 bash[19407]: cluster 2024-09-18T14:07:19.363892+0000 mgr.a (mgr.14150) 153 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-18T14:07:22.768 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:07:22 smithi192 bash[19392]: cluster 2024-09-18T14:07:21.364406+0000 mgr.a (mgr.14150) 154 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-18T14:07:22.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:07:22 smithi192 bash[19392]: audit 2024-09-18T14:07:22.422014+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:07:22.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:07:22 smithi192 bash[19392]: audit 2024-09-18T14:07:22.429117+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:07:22.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:07:22 smithi192 bash[19392]: audit 2024-09-18T14:07:22.438819+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:07:22.777 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:07:22 smithi161 bash[19407]: cluster 2024-09-18T14:07:21.364406+0000 mgr.a (mgr.14150) 154 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-18T14:07:22.777 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:07:22 smithi161 bash[19407]: audit 2024-09-18T14:07:22.422014+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:07:22.777 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:07:22 smithi161 bash[19407]: audit 2024-09-18T14:07:22.429117+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:07:22.777 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:07:22 smithi161 bash[19407]: audit 2024-09-18T14:07:22.438819+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:07:22.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:07:22 smithi135 bash[18657]: cluster 2024-09-18T14:07:21.364406+0000 mgr.a (mgr.14150) 154 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-18T14:07:22.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:07:22 smithi135 bash[18657]: audit 2024-09-18T14:07:22.422014+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:07:22.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:07:22 smithi135 bash[18657]: audit 2024-09-18T14:07:22.429117+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:07:22.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:07:22 smithi135 bash[18657]: audit 2024-09-18T14:07:22.438819+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:07:23.728 INFO:teuthology.orchestra.run.smithi161.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-09-18T14:07:23.934 INFO:teuthology.orchestra.run.smithi161.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-09-18T14:07:23.956 INFO:teuthology.orchestra.run.smithi161.stderr: stderr: 10+0 records in 2024-09-18T14:07:23.957 INFO:teuthology.orchestra.run.smithi161.stderr:10+0 records out 2024-09-18T14:07:23.957 INFO:teuthology.orchestra.run.smithi161.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0193237 s, 543 MB/s 2024-09-18T14:07:23.957 INFO:teuthology.orchestra.run.smithi161.stderr:--> Zapping successful for: 2024-09-18T14:07:24.627 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7061ea6ca50908d104e9f3979dc615e118d9e153 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8600d7e2-75c6-11ef-bceb-c7b262605968 -- ceph orch daemon add osd smithi161:vg_nvme/lv_4 2024-09-18T14:07:24.706 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:07:24 smithi135 bash[18657]: cluster 2024-09-18T14:07:23.364971+0000 mgr.a (mgr.14150) 155 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-18T14:07:24.872 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:07:24 smithi161 bash[19407]: cluster 2024-09-18T14:07:23.364971+0000 mgr.a (mgr.14150) 155 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-18T14:07:25.018 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:07:24 smithi192 bash[19392]: cluster 2024-09-18T14:07:23.364971+0000 mgr.a (mgr.14150) 155 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-18T14:07:26.706 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:07:26 smithi135 bash[18657]: cluster 2024-09-18T14:07:25.365472+0000 mgr.a (mgr.14150) 156 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-18T14:07:27.018 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:07:26 smithi192 bash[19392]: cluster 2024-09-18T14:07:25.365472+0000 mgr.a (mgr.14150) 156 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-18T14:07:27.023 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:07:26 smithi161 bash[19407]: cluster 2024-09-18T14:07:25.365472+0000 mgr.a (mgr.14150) 156 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-18T14:07:28.773 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:07:28 smithi161 bash[19407]: cluster 2024-09-18T14:07:27.365976+0000 mgr.a (mgr.14150) 157 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-18T14:07:28.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:07:28 smithi135 bash[18657]: cluster 2024-09-18T14:07:27.365976+0000 mgr.a (mgr.14150) 157 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-18T14:07:29.018 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:07:28 smithi192 bash[19392]: cluster 2024-09-18T14:07:27.365976+0000 mgr.a (mgr.14150) 157 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-18T14:07:29.349 INFO:teuthology.orchestra.run.smithi161.stderr:Inferring config /var/lib/ceph/8600d7e2-75c6-11ef-bceb-c7b262605968/mon.b/config 2024-09-18T14:07:31.018 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:07:30 smithi192 bash[19392]: cluster 2024-09-18T14:07:29.366479+0000 mgr.a (mgr.14150) 158 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-18T14:07:31.018 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:07:30 smithi192 bash[19392]: audit 2024-09-18T14:07:29.722833+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:07:31.019 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:07:30 smithi192 bash[19392]: audit 2024-09-18T14:07:29.729570+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:07:31.019 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:07:30 smithi192 bash[19392]: audit 2024-09-18T14:07:29.735943+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:07:31.023 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:07:30 smithi161 bash[19407]: cluster 2024-09-18T14:07:29.366479+0000 mgr.a (mgr.14150) 158 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-18T14:07:31.023 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:07:30 smithi161 bash[19407]: audit 2024-09-18T14:07:29.722833+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:07:31.023 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:07:30 smithi161 bash[19407]: audit 2024-09-18T14:07:29.729570+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:07:31.023 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:07:30 smithi161 bash[19407]: audit 2024-09-18T14:07:29.735943+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:07:31.206 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:07:30 smithi135 bash[18657]: cluster 2024-09-18T14:07:29.366479+0000 mgr.a (mgr.14150) 158 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-18T14:07:31.206 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:07:30 smithi135 bash[18657]: audit 2024-09-18T14:07:29.722833+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:07:31.206 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:07:30 smithi135 bash[18657]: audit 2024-09-18T14:07:29.729570+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:07:31.206 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:07:30 smithi135 bash[18657]: audit 2024-09-18T14:07:29.735943+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:07:32.768 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:07:32 smithi192 bash[19392]: cluster 2024-09-18T14:07:31.366887+0000 mgr.a (mgr.14150) 159 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-18T14:07:32.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:07:32 smithi192 bash[19392]: audit 2024-09-18T14:07:31.604170+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:07:32.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:07:32 smithi192 bash[19392]: audit 2024-09-18T14:07:31.611140+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:07:32.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:07:32 smithi192 bash[19392]: audit 2024-09-18T14:07:31.619015+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:07:32.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:07:32 smithi192 bash[19392]: audit 2024-09-18T14:07:32.572072+0000 mon.a (mon.0) 443 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-18T14:07:32.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:07:32 smithi192 bash[19392]: audit 2024-09-18T14:07:32.578252+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-18T14:07:32.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:07:32 smithi192 bash[19392]: audit 2024-09-18T14:07:32.580100+0000 mon.a (mon.0) 445 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:07:32.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:07:32 smithi135 bash[18657]: cluster 2024-09-18T14:07:31.366887+0000 mgr.a (mgr.14150) 159 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-18T14:07:32.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:07:32 smithi135 bash[18657]: audit 2024-09-18T14:07:31.604170+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:07:32.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:07:32 smithi135 bash[18657]: audit 2024-09-18T14:07:31.611140+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:07:32.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:07:32 smithi135 bash[18657]: audit 2024-09-18T14:07:31.619015+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:07:32.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:07:32 smithi135 bash[18657]: audit 2024-09-18T14:07:32.572072+0000 mon.a (mon.0) 443 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-18T14:07:32.957 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:07:32 smithi135 bash[18657]: audit 2024-09-18T14:07:32.578252+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-18T14:07:32.957 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:07:32 smithi135 bash[18657]: audit 2024-09-18T14:07:32.580100+0000 mon.a (mon.0) 445 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:07:33.023 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:07:32 smithi161 bash[19407]: cluster 2024-09-18T14:07:31.366887+0000 mgr.a (mgr.14150) 159 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-18T14:07:33.023 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:07:32 smithi161 bash[19407]: audit 2024-09-18T14:07:31.604170+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:07:33.023 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:07:32 smithi161 bash[19407]: audit 2024-09-18T14:07:31.611140+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:07:33.023 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:07:32 smithi161 bash[19407]: audit 2024-09-18T14:07:31.619015+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:07:33.023 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:07:32 smithi161 bash[19407]: audit 2024-09-18T14:07:32.572072+0000 mon.a (mon.0) 443 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-18T14:07:33.023 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:07:32 smithi161 bash[19407]: audit 2024-09-18T14:07:32.578252+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-18T14:07:33.023 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:07:32 smithi161 bash[19407]: audit 2024-09-18T14:07:32.580100+0000 mon.a (mon.0) 445 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:07:33.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:07:33 smithi135 bash[18657]: audit 2024-09-18T14:07:32.565317+0000 mgr.a (mgr.14150) 160 : audit [DBG] from='client.24149 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi161:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T14:07:33.992 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:07:33 smithi192 bash[19392]: audit 2024-09-18T14:07:32.565317+0000 mgr.a (mgr.14150) 160 : audit [DBG] from='client.24149 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi161:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T14:07:34.023 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:07:33 smithi161 bash[19407]: audit 2024-09-18T14:07:32.565317+0000 mgr.a (mgr.14150) 160 : audit [DBG] from='client.24149 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi161:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T14:07:34.884 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:07:34 smithi192 bash[19392]: cluster 2024-09-18T14:07:33.367347+0000 mgr.a (mgr.14150) 161 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-18T14:07:34.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:07:34 smithi135 bash[18657]: cluster 2024-09-18T14:07:33.367347+0000 mgr.a (mgr.14150) 161 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-18T14:07:35.023 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:07:34 smithi161 bash[19407]: cluster 2024-09-18T14:07:33.367347+0000 mgr.a (mgr.14150) 161 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-18T14:07:36.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:07:36 smithi135 bash[18657]: cluster 2024-09-18T14:07:35.367805+0000 mgr.a (mgr.14150) 162 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-18T14:07:37.018 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:07:36 smithi192 bash[19392]: cluster 2024-09-18T14:07:35.367805+0000 mgr.a (mgr.14150) 162 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-18T14:07:37.023 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:07:36 smithi161 bash[19407]: cluster 2024-09-18T14:07:35.367805+0000 mgr.a (mgr.14150) 162 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-18T14:07:38.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:07:38 smithi135 bash[18657]: cluster 2024-09-18T14:07:37.368281+0000 mgr.a (mgr.14150) 163 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-18T14:07:39.018 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:07:38 smithi192 bash[19392]: cluster 2024-09-18T14:07:37.368281+0000 mgr.a (mgr.14150) 163 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-18T14:07:39.023 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:07:38 smithi161 bash[19407]: cluster 2024-09-18T14:07:37.368281+0000 mgr.a (mgr.14150) 163 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-18T14:07:40.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:07:40 smithi135 bash[18657]: cluster 2024-09-18T14:07:39.368775+0000 mgr.a (mgr.14150) 164 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-18T14:07:41.018 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:07:40 smithi192 bash[19392]: cluster 2024-09-18T14:07:39.368775+0000 mgr.a (mgr.14150) 164 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-18T14:07:41.023 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:07:40 smithi161 bash[19407]: cluster 2024-09-18T14:07:39.368775+0000 mgr.a (mgr.14150) 164 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-18T14:07:41.879 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:07:41 smithi135 bash[18657]: audit 2024-09-18T14:07:40.881467+0000 mon.b (mon.2) 7 : audit [INF] from='client.? 172.21.15.161:0/2634765509' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "14a8d13a-9205-4069-9d2b-19e3f6d158f3"}]: dispatch 2024-09-18T14:07:41.879 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:07:41 smithi135 bash[18657]: audit 2024-09-18T14:07:40.883772+0000 mon.a (mon.0) 446 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "14a8d13a-9205-4069-9d2b-19e3f6d158f3"}]: dispatch 2024-09-18T14:07:41.879 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:07:41 smithi135 bash[18657]: audit 2024-09-18T14:07:40.895010+0000 mon.a (mon.0) 447 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "14a8d13a-9205-4069-9d2b-19e3f6d158f3"}]': finished 2024-09-18T14:07:41.879 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:07:41 smithi135 bash[18657]: cluster 2024-09-18T14:07:40.895219+0000 mon.a (mon.0) 448 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-09-18T14:07:41.879 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:07:41 smithi135 bash[18657]: audit 2024-09-18T14:07:40.895516+0000 mon.a (mon.0) 449 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-18T14:07:41.879 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:07:41 smithi135 bash[18657]: audit 2024-09-18T14:07:41.518101+0000 mon.b (mon.2) 8 : audit [DBG] from='client.? 172.21.15.161:0/748101352' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-18T14:07:42.018 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:07:41 smithi192 bash[19392]: audit 2024-09-18T14:07:40.881467+0000 mon.b (mon.2) 7 : audit [INF] from='client.? 172.21.15.161:0/2634765509' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "14a8d13a-9205-4069-9d2b-19e3f6d158f3"}]: dispatch 2024-09-18T14:07:42.018 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:07:41 smithi192 bash[19392]: audit 2024-09-18T14:07:40.883772+0000 mon.a (mon.0) 446 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "14a8d13a-9205-4069-9d2b-19e3f6d158f3"}]: dispatch 2024-09-18T14:07:42.019 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:07:41 smithi192 bash[19392]: audit 2024-09-18T14:07:40.895010+0000 mon.a (mon.0) 447 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "14a8d13a-9205-4069-9d2b-19e3f6d158f3"}]': finished 2024-09-18T14:07:42.019 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:07:41 smithi192 bash[19392]: cluster 2024-09-18T14:07:40.895219+0000 mon.a (mon.0) 448 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-09-18T14:07:42.019 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:07:41 smithi192 bash[19392]: audit 2024-09-18T14:07:40.895516+0000 mon.a (mon.0) 449 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-18T14:07:42.019 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:07:41 smithi192 bash[19392]: audit 2024-09-18T14:07:41.518101+0000 mon.b (mon.2) 8 : audit [DBG] from='client.? 172.21.15.161:0/748101352' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-18T14:07:42.023 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:07:41 smithi161 bash[19407]: audit 2024-09-18T14:07:40.881467+0000 mon.b (mon.2) 7 : audit [INF] from='client.? 172.21.15.161:0/2634765509' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "14a8d13a-9205-4069-9d2b-19e3f6d158f3"}]: dispatch 2024-09-18T14:07:42.023 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:07:41 smithi161 bash[19407]: audit 2024-09-18T14:07:40.883772+0000 mon.a (mon.0) 446 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "14a8d13a-9205-4069-9d2b-19e3f6d158f3"}]: dispatch 2024-09-18T14:07:42.023 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:07:41 smithi161 bash[19407]: audit 2024-09-18T14:07:40.895010+0000 mon.a (mon.0) 447 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "14a8d13a-9205-4069-9d2b-19e3f6d158f3"}]': finished 2024-09-18T14:07:42.023 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:07:41 smithi161 bash[19407]: cluster 2024-09-18T14:07:40.895219+0000 mon.a (mon.0) 448 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-09-18T14:07:42.023 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:07:41 smithi161 bash[19407]: audit 2024-09-18T14:07:40.895516+0000 mon.a (mon.0) 449 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-18T14:07:42.023 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:07:41 smithi161 bash[19407]: audit 2024-09-18T14:07:41.518101+0000 mon.b (mon.2) 8 : audit [DBG] from='client.? 172.21.15.161:0/748101352' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-18T14:07:43.206 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:07:42 smithi135 bash[18657]: cluster 2024-09-18T14:07:41.369274+0000 mgr.a (mgr.14150) 165 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-18T14:07:43.206 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:07:42 smithi135 bash[18657]: audit 2024-09-18T14:07:42.621491+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:07:43.206 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:07:42 smithi135 bash[18657]: audit 2024-09-18T14:07:42.629791+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:07:43.206 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:07:42 smithi135 bash[18657]: audit 2024-09-18T14:07:42.639689+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:07:43.268 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:07:42 smithi192 bash[19392]: cluster 2024-09-18T14:07:41.369274+0000 mgr.a (mgr.14150) 165 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-18T14:07:43.268 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:07:42 smithi192 bash[19392]: audit 2024-09-18T14:07:42.621491+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:07:43.268 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:07:42 smithi192 bash[19392]: audit 2024-09-18T14:07:42.629791+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:07:43.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:07:42 smithi192 bash[19392]: audit 2024-09-18T14:07:42.639689+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:07:43.273 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:07:42 smithi161 bash[19407]: cluster 2024-09-18T14:07:41.369274+0000 mgr.a (mgr.14150) 165 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-18T14:07:43.273 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:07:42 smithi161 bash[19407]: audit 2024-09-18T14:07:42.621491+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:07:43.273 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:07:42 smithi161 bash[19407]: audit 2024-09-18T14:07:42.629791+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:07:43.273 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:07:42 smithi161 bash[19407]: audit 2024-09-18T14:07:42.639689+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:07:45.206 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:07:44 smithi135 bash[18657]: cluster 2024-09-18T14:07:43.369755+0000 mgr.a (mgr.14150) 166 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-18T14:07:45.268 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:07:44 smithi192 bash[19392]: cluster 2024-09-18T14:07:43.369755+0000 mgr.a (mgr.14150) 166 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-18T14:07:45.273 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:07:44 smithi161 bash[19407]: cluster 2024-09-18T14:07:43.369755+0000 mgr.a (mgr.14150) 166 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-18T14:07:47.023 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:07:46 smithi161 bash[19407]: cluster 2024-09-18T14:07:45.370224+0000 mgr.a (mgr.14150) 167 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-18T14:07:47.206 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:07:46 smithi135 bash[18657]: cluster 2024-09-18T14:07:45.370224+0000 mgr.a (mgr.14150) 167 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-18T14:07:47.268 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:07:46 smithi192 bash[19392]: cluster 2024-09-18T14:07:45.370224+0000 mgr.a (mgr.14150) 167 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-18T14:07:49.206 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:07:48 smithi135 bash[18657]: cluster 2024-09-18T14:07:47.370698+0000 mgr.a (mgr.14150) 168 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-18T14:07:49.268 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:07:48 smithi192 bash[19392]: cluster 2024-09-18T14:07:47.370698+0000 mgr.a (mgr.14150) 168 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-18T14:07:49.273 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:07:48 smithi161 bash[19407]: cluster 2024-09-18T14:07:47.370698+0000 mgr.a (mgr.14150) 168 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-18T14:07:51.206 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:07:50 smithi135 bash[18657]: cluster 2024-09-18T14:07:49.371187+0000 mgr.a (mgr.14150) 169 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-18T14:07:51.206 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:07:50 smithi135 bash[18657]: audit 2024-09-18T14:07:49.928655+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:07:51.206 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:07:50 smithi135 bash[18657]: audit 2024-09-18T14:07:49.935889+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:07:51.206 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:07:50 smithi135 bash[18657]: cephadm 2024-09-18T14:07:49.938528+0000 mgr.a (mgr.14150) 170 : cephadm [INF] Detected new or changed devices on smithi161 2024-09-18T14:07:51.206 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:07:50 smithi135 bash[18657]: audit 2024-09-18T14:07:49.944417+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:07:51.268 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:07:50 smithi192 bash[19392]: cluster 2024-09-18T14:07:49.371187+0000 mgr.a (mgr.14150) 169 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-18T14:07:51.268 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:07:50 smithi192 bash[19392]: audit 2024-09-18T14:07:49.928655+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:07:51.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:07:50 smithi192 bash[19392]: audit 2024-09-18T14:07:49.935889+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:07:51.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:07:50 smithi192 bash[19392]: cephadm 2024-09-18T14:07:49.938528+0000 mgr.a (mgr.14150) 170 : cephadm [INF] Detected new or changed devices on smithi161 2024-09-18T14:07:51.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:07:50 smithi192 bash[19392]: audit 2024-09-18T14:07:49.944417+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:07:51.273 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:07:50 smithi161 bash[19407]: cluster 2024-09-18T14:07:49.371187+0000 mgr.a (mgr.14150) 169 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-18T14:07:51.273 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:07:50 smithi161 bash[19407]: audit 2024-09-18T14:07:49.928655+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:07:51.273 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:07:50 smithi161 bash[19407]: audit 2024-09-18T14:07:49.935889+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:07:51.273 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:07:50 smithi161 bash[19407]: cephadm 2024-09-18T14:07:49.938528+0000 mgr.a (mgr.14150) 170 : cephadm [INF] Detected new or changed devices on smithi161 2024-09-18T14:07:51.273 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:07:50 smithi161 bash[19407]: audit 2024-09-18T14:07:49.944417+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:07:53.019 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:07:52 smithi192 bash[19392]: cluster 2024-09-18T14:07:51.371659+0000 mgr.a (mgr.14150) 171 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-18T14:07:53.019 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:07:52 smithi192 bash[19392]: audit 2024-09-18T14:07:51.794180+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:07:53.019 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:07:52 smithi192 bash[19392]: audit 2024-09-18T14:07:51.802488+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:07:53.019 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:07:52 smithi192 bash[19392]: audit 2024-09-18T14:07:51.811862+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:07:53.022 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:07:52 smithi161 bash[19407]: cluster 2024-09-18T14:07:51.371659+0000 mgr.a (mgr.14150) 171 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-18T14:07:53.023 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:07:52 smithi161 bash[19407]: audit 2024-09-18T14:07:51.794180+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:07:53.023 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:07:52 smithi161 bash[19407]: audit 2024-09-18T14:07:51.802488+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:07:53.023 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:07:52 smithi161 bash[19407]: audit 2024-09-18T14:07:51.811862+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:07:53.206 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:07:52 smithi135 bash[18657]: cluster 2024-09-18T14:07:51.371659+0000 mgr.a (mgr.14150) 171 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-18T14:07:53.206 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:07:52 smithi135 bash[18657]: audit 2024-09-18T14:07:51.794180+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:07:53.206 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:07:52 smithi135 bash[18657]: audit 2024-09-18T14:07:51.802488+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:07:53.206 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:07:52 smithi135 bash[18657]: audit 2024-09-18T14:07:51.811862+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:07:54.023 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:07:53 smithi161 bash[19407]: audit 2024-09-18T14:07:53.262190+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-18T14:07:54.023 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:07:53 smithi161 bash[19407]: audit 2024-09-18T14:07:53.263921+0000 mon.a (mon.0) 460 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:07:54.206 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:07:53 smithi135 bash[18657]: audit 2024-09-18T14:07:53.262190+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-18T14:07:54.206 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:07:53 smithi135 bash[18657]: audit 2024-09-18T14:07:53.263921+0000 mon.a (mon.0) 460 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:07:54.268 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:07:53 smithi192 bash[19392]: audit 2024-09-18T14:07:53.262190+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-18T14:07:54.268 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:07:53 smithi192 bash[19392]: audit 2024-09-18T14:07:53.263921+0000 mon.a (mon.0) 460 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:07:55.206 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:07:54 smithi135 bash[18657]: cephadm 2024-09-18T14:07:53.265425+0000 mgr.a (mgr.14150) 172 : cephadm [INF] Deploying daemon osd.1 on smithi161 2024-09-18T14:07:55.206 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:07:54 smithi135 bash[18657]: cluster 2024-09-18T14:07:53.372160+0000 mgr.a (mgr.14150) 173 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-18T14:07:55.214 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:07:54 smithi192 bash[19392]: cephadm 2024-09-18T14:07:53.265425+0000 mgr.a (mgr.14150) 172 : cephadm [INF] Deploying daemon osd.1 on smithi161 2024-09-18T14:07:55.214 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:07:54 smithi192 bash[19392]: cluster 2024-09-18T14:07:53.372160+0000 mgr.a (mgr.14150) 173 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-18T14:07:55.273 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:07:54 smithi161 bash[19407]: cephadm 2024-09-18T14:07:53.265425+0000 mgr.a (mgr.14150) 172 : cephadm [INF] Deploying daemon osd.1 on smithi161 2024-09-18T14:07:55.273 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:07:54 smithi161 bash[19407]: cluster 2024-09-18T14:07:53.372160+0000 mgr.a (mgr.14150) 173 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-18T14:07:57.140 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:07:56 smithi161 bash[19407]: cluster 2024-09-18T14:07:55.372617+0000 mgr.a (mgr.14150) 174 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-18T14:07:57.206 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:07:56 smithi135 bash[18657]: cluster 2024-09-18T14:07:55.372617+0000 mgr.a (mgr.14150) 174 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-18T14:07:57.268 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:07:56 smithi192 bash[19392]: cluster 2024-09-18T14:07:55.372617+0000 mgr.a (mgr.14150) 174 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-18T14:07:58.023 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:07:57 smithi161 bash[19407]: audit 2024-09-18T14:07:57.486009+0000 mon.a (mon.0) 461 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T14:07:58.023 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:07:57 smithi161 bash[19407]: audit 2024-09-18T14:07:57.492284+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:07:58.023 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:07:57 smithi161 bash[19407]: audit 2024-09-18T14:07:57.492564+0000 mon.a (mon.0) 463 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:07:58.023 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:07:57 smithi161 bash[19407]: audit 2024-09-18T14:07:57.494984+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T14:07:58.023 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:07:57 smithi161 bash[19407]: audit 2024-09-18T14:07:57.500104+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:07:58.023 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:07:57 smithi161 bash[19407]: audit 2024-09-18T14:07:57.506927+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:07:58.206 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:07:57 smithi135 bash[18657]: audit 2024-09-18T14:07:57.486009+0000 mon.a (mon.0) 461 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T14:07:58.206 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:07:57 smithi135 bash[18657]: audit 2024-09-18T14:07:57.492284+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:07:58.206 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:07:57 smithi135 bash[18657]: audit 2024-09-18T14:07:57.492564+0000 mon.a (mon.0) 463 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:07:58.207 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:07:57 smithi135 bash[18657]: audit 2024-09-18T14:07:57.494984+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T14:07:58.207 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:07:57 smithi135 bash[18657]: audit 2024-09-18T14:07:57.500104+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:07:58.207 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:07:57 smithi135 bash[18657]: audit 2024-09-18T14:07:57.506927+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:07:58.268 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:07:57 smithi192 bash[19392]: audit 2024-09-18T14:07:57.486009+0000 mon.a (mon.0) 461 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T14:07:58.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:07:57 smithi192 bash[19392]: audit 2024-09-18T14:07:57.492284+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:07:58.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:07:57 smithi192 bash[19392]: audit 2024-09-18T14:07:57.492564+0000 mon.a (mon.0) 463 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:07:58.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:07:57 smithi192 bash[19392]: audit 2024-09-18T14:07:57.494984+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T14:07:58.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:07:57 smithi192 bash[19392]: audit 2024-09-18T14:07:57.500104+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:07:58.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:07:57 smithi192 bash[19392]: audit 2024-09-18T14:07:57.506927+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:07:59.005 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:07:58 smithi161 bash[19407]: cluster 2024-09-18T14:07:57.373094+0000 mgr.a (mgr.14150) 175 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-18T14:07:59.206 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:07:58 smithi135 bash[18657]: cluster 2024-09-18T14:07:57.373094+0000 mgr.a (mgr.14150) 175 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-18T14:07:59.268 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:07:58 smithi192 bash[19392]: cluster 2024-09-18T14:07:57.373094+0000 mgr.a (mgr.14150) 175 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-18T14:08:00.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:08:00 smithi135 bash[18657]: cluster 2024-09-18T14:07:59.373659+0000 mgr.a (mgr.14150) 176 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-18T14:08:01.018 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:08:00 smithi192 bash[19392]: cluster 2024-09-18T14:07:59.373659+0000 mgr.a (mgr.14150) 176 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-18T14:08:01.022 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:08:00 smithi161 bash[19407]: cluster 2024-09-18T14:07:59.373659+0000 mgr.a (mgr.14150) 176 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-18T14:08:03.206 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:08:02 smithi135 bash[18657]: cluster 2024-09-18T14:08:01.374232+0000 mgr.a (mgr.14150) 177 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-18T14:08:03.206 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:08:02 smithi135 bash[18657]: audit 2024-09-18T14:08:02.825105+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:08:03.268 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:08:02 smithi192 bash[19392]: cluster 2024-09-18T14:08:01.374232+0000 mgr.a (mgr.14150) 177 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-18T14:08:03.268 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:08:02 smithi192 bash[19392]: audit 2024-09-18T14:08:02.825105+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:08:03.272 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:08:02 smithi161 bash[19407]: cluster 2024-09-18T14:08:01.374232+0000 mgr.a (mgr.14150) 177 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-18T14:08:03.273 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:08:02 smithi161 bash[19407]: audit 2024-09-18T14:08:02.825105+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:08:04.146 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:08:03 smithi161 bash[19407]: audit 2024-09-18T14:08:02.830917+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:08:04.146 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:08:03 smithi161 bash[19407]: audit 2024-09-18T14:08:02.847615+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:08:04.206 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:08:03 smithi135 bash[18657]: audit 2024-09-18T14:08:02.830917+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:08:04.206 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:08:03 smithi135 bash[18657]: audit 2024-09-18T14:08:02.847615+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:08:04.268 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:08:03 smithi192 bash[19392]: audit 2024-09-18T14:08:02.830917+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:08:04.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:08:03 smithi192 bash[19392]: audit 2024-09-18T14:08:02.847615+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:08:05.206 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:08:04 smithi135 bash[18657]: cluster 2024-09-18T14:08:03.374712+0000 mgr.a (mgr.14150) 178 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-18T14:08:05.206 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:08:04 smithi135 bash[18657]: audit 2024-09-18T14:08:04.149409+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.161:6800/1834256462,v1:172.21.15.161:6801/1834256462]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-18T14:08:05.206 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:08:04 smithi135 bash[18657]: audit 2024-09-18T14:08:04.151269+0000 mon.a (mon.0) 470 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-18T14:08:05.268 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:08:04 smithi192 bash[19392]: cluster 2024-09-18T14:08:03.374712+0000 mgr.a (mgr.14150) 178 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-18T14:08:05.268 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:08:04 smithi192 bash[19392]: audit 2024-09-18T14:08:04.149409+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.161:6800/1834256462,v1:172.21.15.161:6801/1834256462]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-18T14:08:05.268 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:08:04 smithi192 bash[19392]: audit 2024-09-18T14:08:04.151269+0000 mon.a (mon.0) 470 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-18T14:08:05.272 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:08:04 smithi161 bash[19407]: cluster 2024-09-18T14:08:03.374712+0000 mgr.a (mgr.14150) 178 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-18T14:08:05.273 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:08:04 smithi161 bash[19407]: audit 2024-09-18T14:08:04.149409+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.161:6800/1834256462,v1:172.21.15.161:6801/1834256462]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-18T14:08:05.273 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:08:04 smithi161 bash[19407]: audit 2024-09-18T14:08:04.151269+0000 mon.a (mon.0) 470 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-18T14:08:06.177 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:08:05 smithi161 bash[19407]: audit 2024-09-18T14:08:04.853652+0000 mon.a (mon.0) 471 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-18T14:08:06.177 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:08:05 smithi161 bash[19407]: cluster 2024-09-18T14:08:04.853789+0000 mon.a (mon.0) 472 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-09-18T14:08:06.177 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:08:05 smithi161 bash[19407]: audit 2024-09-18T14:08:04.854067+0000 mon.b (mon.2) 10 : audit [INF] from='osd.1 [v2:172.21.15.161:6800/1834256462,v1:172.21.15.161:6801/1834256462]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi161", "root=default"]}]: dispatch 2024-09-18T14:08:06.177 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:08:05 smithi161 bash[19407]: audit 2024-09-18T14:08:04.854478+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-18T14:08:06.177 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:08:05 smithi161 bash[19407]: audit 2024-09-18T14:08:04.862380+0000 mon.a (mon.0) 474 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi161", "root=default"]}]: dispatch 2024-09-18T14:08:06.206 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:08:05 smithi135 bash[18657]: audit 2024-09-18T14:08:04.853652+0000 mon.a (mon.0) 471 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-18T14:08:06.206 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:08:05 smithi135 bash[18657]: cluster 2024-09-18T14:08:04.853789+0000 mon.a (mon.0) 472 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-09-18T14:08:06.206 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:08:05 smithi135 bash[18657]: audit 2024-09-18T14:08:04.854067+0000 mon.b (mon.2) 10 : audit [INF] from='osd.1 [v2:172.21.15.161:6800/1834256462,v1:172.21.15.161:6801/1834256462]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi161", "root=default"]}]: dispatch 2024-09-18T14:08:06.206 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:08:05 smithi135 bash[18657]: audit 2024-09-18T14:08:04.854478+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-18T14:08:06.206 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:08:05 smithi135 bash[18657]: audit 2024-09-18T14:08:04.862380+0000 mon.a (mon.0) 474 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi161", "root=default"]}]: dispatch 2024-09-18T14:08:06.268 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:08:05 smithi192 bash[19392]: audit 2024-09-18T14:08:04.853652+0000 mon.a (mon.0) 471 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-18T14:08:06.268 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:08:05 smithi192 bash[19392]: cluster 2024-09-18T14:08:04.853789+0000 mon.a (mon.0) 472 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-09-18T14:08:06.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:08:05 smithi192 bash[19392]: audit 2024-09-18T14:08:04.854067+0000 mon.b (mon.2) 10 : audit [INF] from='osd.1 [v2:172.21.15.161:6800/1834256462,v1:172.21.15.161:6801/1834256462]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi161", "root=default"]}]: dispatch 2024-09-18T14:08:06.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:08:05 smithi192 bash[19392]: audit 2024-09-18T14:08:04.854478+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-18T14:08:06.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:08:05 smithi192 bash[19392]: audit 2024-09-18T14:08:04.862380+0000 mon.a (mon.0) 474 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi161", "root=default"]}]: dispatch 2024-09-18T14:08:07.206 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:08:06 smithi135 bash[18657]: cluster 2024-09-18T14:08:05.375224+0000 mgr.a (mgr.14150) 179 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-18T14:08:07.206 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:08:06 smithi135 bash[18657]: audit 2024-09-18T14:08:05.871839+0000 mon.a (mon.0) 475 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi161", "root=default"]}]': finished 2024-09-18T14:08:07.207 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:08:06 smithi135 bash[18657]: cluster 2024-09-18T14:08:05.871963+0000 mon.a (mon.0) 476 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-09-18T14:08:07.207 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:08:06 smithi135 bash[18657]: audit 2024-09-18T14:08:05.872211+0000 mon.a (mon.0) 477 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-18T14:08:07.207 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:08:06 smithi135 bash[18657]: audit 2024-09-18T14:08:05.883720+0000 mon.a (mon.0) 478 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-18T14:08:07.268 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:08:06 smithi192 bash[19392]: cluster 2024-09-18T14:08:05.375224+0000 mgr.a (mgr.14150) 179 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-18T14:08:07.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:08:06 smithi192 bash[19392]: audit 2024-09-18T14:08:05.871839+0000 mon.a (mon.0) 475 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi161", "root=default"]}]': finished 2024-09-18T14:08:07.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:08:06 smithi192 bash[19392]: cluster 2024-09-18T14:08:05.871963+0000 mon.a (mon.0) 476 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-09-18T14:08:07.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:08:06 smithi192 bash[19392]: audit 2024-09-18T14:08:05.872211+0000 mon.a (mon.0) 477 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-18T14:08:07.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:08:06 smithi192 bash[19392]: audit 2024-09-18T14:08:05.883720+0000 mon.a (mon.0) 478 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-18T14:08:07.273 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:08:06 smithi161 bash[19407]: cluster 2024-09-18T14:08:05.375224+0000 mgr.a (mgr.14150) 179 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-18T14:08:07.273 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:08:06 smithi161 bash[19407]: audit 2024-09-18T14:08:05.871839+0000 mon.a (mon.0) 475 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi161", "root=default"]}]': finished 2024-09-18T14:08:07.273 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:08:06 smithi161 bash[19407]: cluster 2024-09-18T14:08:05.871963+0000 mon.a (mon.0) 476 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-09-18T14:08:07.273 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:08:06 smithi161 bash[19407]: audit 2024-09-18T14:08:05.872211+0000 mon.a (mon.0) 477 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-18T14:08:07.273 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:08:06 smithi161 bash[19407]: audit 2024-09-18T14:08:05.883720+0000 mon.a (mon.0) 478 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-18T14:08:07.451 INFO:teuthology.orchestra.run.smithi161.stdout:Created osd(s) 1 on host 'smithi161' 2024-09-18T14:08:08.206 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:08:07 smithi135 bash[18657]: cluster 2024-09-18T14:08:05.121196+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-18T14:08:08.207 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:08:07 smithi135 bash[18657]: cluster 2024-09-18T14:08:05.121302+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-18T14:08:08.207 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:08:07 smithi135 bash[18657]: cluster 2024-09-18T14:08:06.874718+0000 mon.a (mon.0) 479 : cluster [INF] osd.1 [v2:172.21.15.161:6800/1834256462,v1:172.21.15.161:6801/1834256462] boot 2024-09-18T14:08:08.207 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:08:07 smithi135 bash[18657]: cluster 2024-09-18T14:08:06.874820+0000 mon.a (mon.0) 480 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-09-18T14:08:08.207 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:08:07 smithi135 bash[18657]: audit 2024-09-18T14:08:06.875494+0000 mon.a (mon.0) 481 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-18T14:08:08.208 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:08:07 smithi135 bash[18657]: audit 2024-09-18T14:08:07.431854+0000 mon.a (mon.0) 482 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T14:08:08.208 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:08:07 smithi135 bash[18657]: audit 2024-09-18T14:08:07.439987+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:08:08.208 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:08:07 smithi135 bash[18657]: audit 2024-09-18T14:08:07.440433+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-18T14:08:08.208 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:08:07 smithi135 bash[18657]: audit 2024-09-18T14:08:07.449416+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:08:08.209 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:08:07 smithi135 bash[18657]: audit 2024-09-18T14:08:07.456420+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:08:08.209 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:08:07 smithi135 bash[18657]: audit 2024-09-18T14:08:07.458345+0000 mon.a (mon.0) 487 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:08:08.209 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:08:07 smithi135 bash[18657]: audit 2024-09-18T14:08:07.459869+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T14:08:08.209 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:08:07 smithi135 bash[18657]: audit 2024-09-18T14:08:07.469543+0000 mon.a (mon.0) 489 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:08:08.268 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:08:07 smithi192 bash[19392]: cluster 2024-09-18T14:08:05.121196+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-18T14:08:08.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:08:07 smithi192 bash[19392]: cluster 2024-09-18T14:08:05.121302+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-18T14:08:08.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:08:07 smithi192 bash[19392]: cluster 2024-09-18T14:08:06.874718+0000 mon.a (mon.0) 479 : cluster [INF] osd.1 [v2:172.21.15.161:6800/1834256462,v1:172.21.15.161:6801/1834256462] boot 2024-09-18T14:08:08.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:08:07 smithi192 bash[19392]: cluster 2024-09-18T14:08:06.874820+0000 mon.a (mon.0) 480 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-09-18T14:08:08.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:08:07 smithi192 bash[19392]: audit 2024-09-18T14:08:06.875494+0000 mon.a (mon.0) 481 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-18T14:08:08.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:08:07 smithi192 bash[19392]: audit 2024-09-18T14:08:07.431854+0000 mon.a (mon.0) 482 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T14:08:08.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:08:07 smithi192 bash[19392]: audit 2024-09-18T14:08:07.439987+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:08:08.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:08:07 smithi192 bash[19392]: audit 2024-09-18T14:08:07.440433+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-18T14:08:08.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:08:07 smithi192 bash[19392]: audit 2024-09-18T14:08:07.449416+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:08:08.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:08:07 smithi192 bash[19392]: audit 2024-09-18T14:08:07.456420+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:08:08.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:08:07 smithi192 bash[19392]: audit 2024-09-18T14:08:07.458345+0000 mon.a (mon.0) 487 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:08:08.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:08:07 smithi192 bash[19392]: audit 2024-09-18T14:08:07.459869+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T14:08:08.270 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:08:07 smithi192 bash[19392]: audit 2024-09-18T14:08:07.469543+0000 mon.a (mon.0) 489 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:08:08.273 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:08:07 smithi161 bash[19407]: cluster 2024-09-18T14:08:05.121196+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-18T14:08:08.273 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:08:07 smithi161 bash[19407]: cluster 2024-09-18T14:08:05.121302+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-18T14:08:08.273 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:08:07 smithi161 bash[19407]: cluster 2024-09-18T14:08:06.874718+0000 mon.a (mon.0) 479 : cluster [INF] osd.1 [v2:172.21.15.161:6800/1834256462,v1:172.21.15.161:6801/1834256462] boot 2024-09-18T14:08:08.273 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:08:07 smithi161 bash[19407]: cluster 2024-09-18T14:08:06.874820+0000 mon.a (mon.0) 480 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-09-18T14:08:08.273 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:08:07 smithi161 bash[19407]: audit 2024-09-18T14:08:06.875494+0000 mon.a (mon.0) 481 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-18T14:08:08.273 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:08:07 smithi161 bash[19407]: audit 2024-09-18T14:08:07.431854+0000 mon.a (mon.0) 482 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T14:08:08.273 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:08:07 smithi161 bash[19407]: audit 2024-09-18T14:08:07.439987+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:08:08.273 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:08:07 smithi161 bash[19407]: audit 2024-09-18T14:08:07.440433+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-18T14:08:08.273 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:08:07 smithi161 bash[19407]: audit 2024-09-18T14:08:07.449416+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:08:08.274 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:08:07 smithi161 bash[19407]: audit 2024-09-18T14:08:07.456420+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:08:08.274 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:08:07 smithi161 bash[19407]: audit 2024-09-18T14:08:07.458345+0000 mon.a (mon.0) 487 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:08:08.274 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:08:07 smithi161 bash[19407]: audit 2024-09-18T14:08:07.459869+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T14:08:08.274 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:08:07 smithi161 bash[19407]: audit 2024-09-18T14:08:07.469543+0000 mon.a (mon.0) 489 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:08:08.696 DEBUG:teuthology.orchestra.run.smithi161:osd.1> sudo journalctl -f -n 0 -u ceph-8600d7e2-75c6-11ef-bceb-c7b262605968@osd.1.service 2024-09-18T14:08:08.699 INFO:tasks.cephadm:Deploying osd.2 on smithi192 with /dev/vg_nvme/lv_4... 2024-09-18T14:08:08.699 DEBUG:teuthology.orchestra.run.smithi192:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7061ea6ca50908d104e9f3979dc615e118d9e153 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8600d7e2-75c6-11ef-bceb-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-09-18T14:08:08.973 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:08:08 smithi161 bash[19407]: cluster 2024-09-18T14:08:07.375698+0000 mgr.a (mgr.14150) 180 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-18T14:08:08.973 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:08:08 smithi161 bash[19407]: cephadm 2024-09-18T14:08:07.442014+0000 mgr.a (mgr.14150) 181 : cephadm [INF] Adjusting osd_memory_target on smithi161 to 16247M 2024-09-18T14:08:08.973 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:08:08 smithi161 bash[19407]: cluster 2024-09-18T14:08:07.899051+0000 mon.a (mon.0) 490 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-09-18T14:08:09.018 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:08:08 smithi192 bash[19392]: cluster 2024-09-18T14:08:07.375698+0000 mgr.a (mgr.14150) 180 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-18T14:08:09.018 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:08:08 smithi192 bash[19392]: cephadm 2024-09-18T14:08:07.442014+0000 mgr.a (mgr.14150) 181 : cephadm [INF] Adjusting osd_memory_target on smithi161 to 16247M 2024-09-18T14:08:09.018 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:08:08 smithi192 bash[19392]: cluster 2024-09-18T14:08:07.899051+0000 mon.a (mon.0) 490 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-09-18T14:08:09.151 INFO:journalctl@ceph.osd.1.smithi161.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-09-18T14:08:09.206 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:08:08 smithi135 bash[18657]: cluster 2024-09-18T14:08:07.375698+0000 mgr.a (mgr.14150) 180 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-18T14:08:09.206 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:08:08 smithi135 bash[18657]: cephadm 2024-09-18T14:08:07.442014+0000 mgr.a (mgr.14150) 181 : cephadm [INF] Adjusting osd_memory_target on smithi161 to 16247M 2024-09-18T14:08:09.206 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:08:08 smithi135 bash[18657]: cluster 2024-09-18T14:08:07.899051+0000 mon.a (mon.0) 490 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-09-18T14:08:11.206 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:08:10 smithi135 bash[18657]: cluster 2024-09-18T14:08:09.376238+0000 mgr.a (mgr.14150) 182 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-18T14:08:11.206 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:08:10 smithi135 bash[18657]: audit 2024-09-18T14:08:10.113684+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:08:11.206 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:08:10 smithi135 bash[18657]: audit 2024-09-18T14:08:10.121159+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:08:11.206 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:08:10 smithi135 bash[18657]: audit 2024-09-18T14:08:10.125442+0000 mon.a (mon.0) 493 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T14:08:11.207 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:08:10 smithi135 bash[18657]: audit 2024-09-18T14:08:10.131223+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:08:11.207 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:08:10 smithi135 bash[18657]: audit 2024-09-18T14:08:10.131577+0000 mon.a (mon.0) 495 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:08:11.207 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:08:10 smithi135 bash[18657]: audit 2024-09-18T14:08:10.133124+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T14:08:11.207 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:08:10 smithi135 bash[18657]: audit 2024-09-18T14:08:10.141231+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:08:11.268 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:08:10 smithi192 bash[19392]: cluster 2024-09-18T14:08:09.376238+0000 mgr.a (mgr.14150) 182 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-18T14:08:11.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:08:10 smithi192 bash[19392]: audit 2024-09-18T14:08:10.113684+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:08:11.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:08:10 smithi192 bash[19392]: audit 2024-09-18T14:08:10.121159+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:08:11.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:08:10 smithi192 bash[19392]: audit 2024-09-18T14:08:10.125442+0000 mon.a (mon.0) 493 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T14:08:11.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:08:10 smithi192 bash[19392]: audit 2024-09-18T14:08:10.131223+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:08:11.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:08:10 smithi192 bash[19392]: audit 2024-09-18T14:08:10.131577+0000 mon.a (mon.0) 495 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:08:11.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:08:10 smithi192 bash[19392]: audit 2024-09-18T14:08:10.133124+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T14:08:11.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:08:10 smithi192 bash[19392]: audit 2024-09-18T14:08:10.141231+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:08:11.273 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:08:10 smithi161 bash[19407]: cluster 2024-09-18T14:08:09.376238+0000 mgr.a (mgr.14150) 182 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-18T14:08:11.273 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:08:10 smithi161 bash[19407]: audit 2024-09-18T14:08:10.113684+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:08:11.273 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:08:10 smithi161 bash[19407]: audit 2024-09-18T14:08:10.121159+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:08:11.273 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:08:10 smithi161 bash[19407]: audit 2024-09-18T14:08:10.125442+0000 mon.a (mon.0) 493 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T14:08:11.273 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:08:10 smithi161 bash[19407]: audit 2024-09-18T14:08:10.131223+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:08:11.273 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:08:10 smithi161 bash[19407]: audit 2024-09-18T14:08:10.131577+0000 mon.a (mon.0) 495 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:08:11.273 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:08:10 smithi161 bash[19407]: audit 2024-09-18T14:08:10.133124+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T14:08:11.273 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:08:10 smithi161 bash[19407]: audit 2024-09-18T14:08:10.141231+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:08:12.206 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:08:11 smithi135 bash[18657]: cluster 2024-09-18T14:08:10.136252+0000 mgr.a (mgr.14150) 183 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-18T14:08:12.206 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:08:11 smithi135 bash[18657]: cluster 2024-09-18T14:08:11.128047+0000 mon.a (mon.0) 498 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-09-18T14:08:12.268 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:08:11 smithi192 bash[19392]: cluster 2024-09-18T14:08:10.136252+0000 mgr.a (mgr.14150) 183 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-18T14:08:12.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:08:11 smithi192 bash[19392]: cluster 2024-09-18T14:08:11.128047+0000 mon.a (mon.0) 498 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-09-18T14:08:12.272 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:08:11 smithi161 bash[19407]: cluster 2024-09-18T14:08:10.136252+0000 mgr.a (mgr.14150) 183 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-18T14:08:12.273 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:08:11 smithi161 bash[19407]: cluster 2024-09-18T14:08:11.128047+0000 mon.a (mon.0) 498 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-09-18T14:08:12.416 INFO:teuthology.orchestra.run.smithi192.stderr:Inferring config /var/lib/ceph/8600d7e2-75c6-11ef-bceb-c7b262605968/mon.c/config 2024-09-18T14:08:13.273 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:08:12 smithi161 bash[19407]: audit 2024-09-18T14:08:11.994175+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:08:13.273 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:08:12 smithi161 bash[19407]: audit 2024-09-18T14:08:12.000564+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:08:13.273 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:08:12 smithi161 bash[19407]: audit 2024-09-18T14:08:12.007938+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:08:13.301 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:08:12 smithi192 bash[19392]: audit 2024-09-18T14:08:11.994175+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:08:13.301 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:08:12 smithi192 bash[19392]: audit 2024-09-18T14:08:12.000564+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:08:13.301 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:08:12 smithi192 bash[19392]: audit 2024-09-18T14:08:12.007938+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:08:13.456 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:08:12 smithi135 bash[18657]: audit 2024-09-18T14:08:11.994175+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:08:13.456 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:08:12 smithi135 bash[18657]: audit 2024-09-18T14:08:12.000564+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:08:13.456 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:08:12 smithi135 bash[18657]: audit 2024-09-18T14:08:12.007938+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:08:14.268 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:08:14 smithi192 bash[19392]: cluster 2024-09-18T14:08:12.136742+0000 mgr.a (mgr.14150) 184 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-18T14:08:14.272 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:08:14 smithi161 bash[19407]: cluster 2024-09-18T14:08:12.136742+0000 mgr.a (mgr.14150) 184 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-18T14:08:14.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:08:14 smithi135 bash[18657]: cluster 2024-09-18T14:08:12.136742+0000 mgr.a (mgr.14150) 184 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-18T14:08:15.706 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:08:15 smithi135 bash[18657]: cluster 2024-09-18T14:08:14.137326+0000 mgr.a (mgr.14150) 185 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-18T14:08:15.706 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:08:15 smithi135 bash[18657]: audit 2024-09-18T14:08:14.383911+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:08:15.706 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:08:15 smithi135 bash[18657]: audit 2024-09-18T14:08:14.390613+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:08:15.707 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:08:15 smithi135 bash[18657]: audit 2024-09-18T14:08:14.394731+0000 mon.a (mon.0) 504 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T14:08:15.707 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:08:15 smithi135 bash[18657]: audit 2024-09-18T14:08:14.399629+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:08:15.707 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:08:15 smithi135 bash[18657]: audit 2024-09-18T14:08:14.400040+0000 mon.a (mon.0) 506 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:08:15.707 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:08:15 smithi135 bash[18657]: audit 2024-09-18T14:08:14.402148+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T14:08:15.707 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:08:15 smithi135 bash[18657]: cluster 2024-09-18T14:08:14.405043+0000 mgr.a (mgr.14150) 186 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-18T14:08:15.707 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:08:15 smithi135 bash[18657]: audit 2024-09-18T14:08:14.411643+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:08:15.707 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:08:15 smithi135 bash[18657]: cluster 2024-09-18T14:08:15.009340+0000 mon.a (mon.0) 509 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-09-18T14:08:15.707 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:08:15 smithi135 bash[18657]: cluster 2024-09-18T14:08:15.009406+0000 mon.a (mon.0) 510 : cluster [INF] Cluster is now healthy 2024-09-18T14:08:15.768 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:08:15 smithi192 bash[19392]: cluster 2024-09-18T14:08:14.137326+0000 mgr.a (mgr.14150) 185 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-18T14:08:15.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:08:15 smithi192 bash[19392]: audit 2024-09-18T14:08:14.383911+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:08:15.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:08:15 smithi192 bash[19392]: audit 2024-09-18T14:08:14.390613+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:08:15.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:08:15 smithi192 bash[19392]: audit 2024-09-18T14:08:14.394731+0000 mon.a (mon.0) 504 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T14:08:15.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:08:15 smithi192 bash[19392]: audit 2024-09-18T14:08:14.399629+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:08:15.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:08:15 smithi192 bash[19392]: audit 2024-09-18T14:08:14.400040+0000 mon.a (mon.0) 506 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:08:15.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:08:15 smithi192 bash[19392]: audit 2024-09-18T14:08:14.402148+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T14:08:15.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:08:15 smithi192 bash[19392]: cluster 2024-09-18T14:08:14.405043+0000 mgr.a (mgr.14150) 186 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-18T14:08:15.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:08:15 smithi192 bash[19392]: audit 2024-09-18T14:08:14.411643+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:08:15.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:08:15 smithi192 bash[19392]: cluster 2024-09-18T14:08:15.009340+0000 mon.a (mon.0) 509 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-09-18T14:08:15.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:08:15 smithi192 bash[19392]: cluster 2024-09-18T14:08:15.009406+0000 mon.a (mon.0) 510 : cluster [INF] Cluster is now healthy 2024-09-18T14:08:15.773 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:08:15 smithi161 bash[19407]: cluster 2024-09-18T14:08:14.137326+0000 mgr.a (mgr.14150) 185 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-18T14:08:15.773 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:08:15 smithi161 bash[19407]: audit 2024-09-18T14:08:14.383911+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:08:15.773 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:08:15 smithi161 bash[19407]: audit 2024-09-18T14:08:14.390613+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:08:15.773 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:08:15 smithi161 bash[19407]: audit 2024-09-18T14:08:14.394731+0000 mon.a (mon.0) 504 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T14:08:15.773 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:08:15 smithi161 bash[19407]: audit 2024-09-18T14:08:14.399629+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:08:15.773 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:08:15 smithi161 bash[19407]: audit 2024-09-18T14:08:14.400040+0000 mon.a (mon.0) 506 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:08:15.773 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:08:15 smithi161 bash[19407]: audit 2024-09-18T14:08:14.402148+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T14:08:15.773 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:08:15 smithi161 bash[19407]: cluster 2024-09-18T14:08:14.405043+0000 mgr.a (mgr.14150) 186 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-18T14:08:15.773 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:08:15 smithi161 bash[19407]: audit 2024-09-18T14:08:14.411643+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:08:15.773 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:08:15 smithi161 bash[19407]: cluster 2024-09-18T14:08:15.009340+0000 mon.a (mon.0) 509 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-09-18T14:08:15.773 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:08:15 smithi161 bash[19407]: cluster 2024-09-18T14:08:15.009406+0000 mon.a (mon.0) 510 : cluster [INF] Cluster is now healthy 2024-09-18T14:08:17.095 INFO:teuthology.orchestra.run.smithi192.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-09-18T14:08:17.307 INFO:teuthology.orchestra.run.smithi192.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-09-18T14:08:17.330 INFO:teuthology.orchestra.run.smithi192.stderr: stderr: 10+0 records in 2024-09-18T14:08:17.330 INFO:teuthology.orchestra.run.smithi192.stderr:10+0 records out 2024-09-18T14:08:17.330 INFO:teuthology.orchestra.run.smithi192.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0188892 s, 555 MB/s 2024-09-18T14:08:17.330 INFO:teuthology.orchestra.run.smithi192.stderr:--> Zapping successful for: 2024-09-18T14:08:17.710 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:08:17 smithi192 bash[19392]: cluster 2024-09-18T14:08:16.405501+0000 mgr.a (mgr.14150) 187 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-18T14:08:17.773 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:08:17 smithi161 bash[19407]: cluster 2024-09-18T14:08:16.405501+0000 mgr.a (mgr.14150) 187 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-18T14:08:17.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:08:17 smithi135 bash[18657]: cluster 2024-09-18T14:08:16.405501+0000 mgr.a (mgr.14150) 187 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-18T14:08:18.152 DEBUG:teuthology.orchestra.run.smithi192:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7061ea6ca50908d104e9f3979dc615e118d9e153 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8600d7e2-75c6-11ef-bceb-c7b262605968 -- ceph orch daemon add osd smithi192:vg_nvme/lv_4 2024-09-18T14:08:19.768 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:08:19 smithi192 bash[19392]: cluster 2024-09-18T14:08:18.406005+0000 mgr.a (mgr.14150) 188 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-18T14:08:19.772 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:08:19 smithi161 bash[19407]: cluster 2024-09-18T14:08:18.406005+0000 mgr.a (mgr.14150) 188 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-18T14:08:19.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:08:19 smithi135 bash[18657]: cluster 2024-09-18T14:08:18.406005+0000 mgr.a (mgr.14150) 188 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-18T14:08:21.706 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:08:21 smithi135 bash[18657]: cluster 2024-09-18T14:08:20.406471+0000 mgr.a (mgr.14150) 189 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-18T14:08:21.768 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:08:21 smithi192 bash[19392]: cluster 2024-09-18T14:08:20.406471+0000 mgr.a (mgr.14150) 189 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-18T14:08:21.772 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:08:21 smithi161 bash[19407]: cluster 2024-09-18T14:08:20.406471+0000 mgr.a (mgr.14150) 189 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-18T14:08:21.862 INFO:teuthology.orchestra.run.smithi192.stderr:Inferring config /var/lib/ceph/8600d7e2-75c6-11ef-bceb-c7b262605968/mon.c/config 2024-09-18T14:08:24.268 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:08:24 smithi192 bash[19392]: cluster 2024-09-18T14:08:22.406999+0000 mgr.a (mgr.14150) 190 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-18T14:08:24.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:08:24 smithi192 bash[19392]: audit 2024-09-18T14:08:23.037614+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:08:24.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:08:24 smithi192 bash[19392]: audit 2024-09-18T14:08:23.045418+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:08:24.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:08:24 smithi192 bash[19392]: audit 2024-09-18T14:08:23.054482+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:08:24.336 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:08:24 smithi135 bash[18657]: cluster 2024-09-18T14:08:22.406999+0000 mgr.a (mgr.14150) 190 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-18T14:08:24.336 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:08:24 smithi135 bash[18657]: audit 2024-09-18T14:08:23.037614+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:08:24.336 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:08:24 smithi135 bash[18657]: audit 2024-09-18T14:08:23.045418+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:08:24.336 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:08:24 smithi135 bash[18657]: audit 2024-09-18T14:08:23.054482+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:08:24.523 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:08:24 smithi161 bash[19407]: cluster 2024-09-18T14:08:22.406999+0000 mgr.a (mgr.14150) 190 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-18T14:08:24.523 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:08:24 smithi161 bash[19407]: audit 2024-09-18T14:08:23.037614+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:08:24.523 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:08:24 smithi161 bash[19407]: audit 2024-09-18T14:08:23.045418+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:08:24.523 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:08:24 smithi161 bash[19407]: audit 2024-09-18T14:08:23.054482+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:08:26.436 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:08:26 smithi161 bash[19407]: cluster 2024-09-18T14:08:24.407426+0000 mgr.a (mgr.14150) 191 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-18T14:08:26.436 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:08:26 smithi161 bash[19407]: audit 2024-09-18T14:08:25.243958+0000 mon.a (mon.0) 514 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-18T14:08:26.436 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:08:26 smithi161 bash[19407]: audit 2024-09-18T14:08:25.250054+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-18T14:08:26.436 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:08:26 smithi161 bash[19407]: audit 2024-09-18T14:08:25.251607+0000 mon.a (mon.0) 516 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:08:26.456 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:08:26 smithi135 bash[18657]: cluster 2024-09-18T14:08:24.407426+0000 mgr.a (mgr.14150) 191 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-18T14:08:26.456 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:08:26 smithi135 bash[18657]: audit 2024-09-18T14:08:25.243958+0000 mon.a (mon.0) 514 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-18T14:08:26.456 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:08:26 smithi135 bash[18657]: audit 2024-09-18T14:08:25.250054+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-18T14:08:26.456 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:08:26 smithi135 bash[18657]: audit 2024-09-18T14:08:25.251607+0000 mon.a (mon.0) 516 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:08:26.518 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:08:26 smithi192 bash[19392]: cluster 2024-09-18T14:08:24.407426+0000 mgr.a (mgr.14150) 191 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-18T14:08:26.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:08:26 smithi192 bash[19392]: audit 2024-09-18T14:08:25.243958+0000 mon.a (mon.0) 514 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-18T14:08:26.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:08:26 smithi192 bash[19392]: audit 2024-09-18T14:08:25.250054+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-18T14:08:26.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:08:26 smithi192 bash[19392]: audit 2024-09-18T14:08:25.251607+0000 mon.a (mon.0) 516 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:08:27.373 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:08:27 smithi161 bash[19407]: audit 2024-09-18T14:08:25.237135+0000 mgr.a (mgr.14150) 192 : audit [DBG] from='client.24175 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi192:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T14:08:27.422 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:08:27 smithi135 bash[18657]: audit 2024-09-18T14:08:25.237135+0000 mgr.a (mgr.14150) 192 : audit [DBG] from='client.24175 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi192:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T14:08:27.518 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:08:27 smithi192 bash[19392]: audit 2024-09-18T14:08:25.237135+0000 mgr.a (mgr.14150) 192 : audit [DBG] from='client.24175 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi192:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T14:08:28.456 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:08:28 smithi135 bash[18657]: cluster 2024-09-18T14:08:26.407885+0000 mgr.a (mgr.14150) 193 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-18T14:08:28.520 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:08:28 smithi192 bash[19392]: cluster 2024-09-18T14:08:26.407885+0000 mgr.a (mgr.14150) 193 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-18T14:08:28.523 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:08:28 smithi161 bash[19407]: cluster 2024-09-18T14:08:26.407885+0000 mgr.a (mgr.14150) 193 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-18T14:08:30.272 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:08:30 smithi161 bash[19407]: cluster 2024-09-18T14:08:28.408434+0000 mgr.a (mgr.14150) 194 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-18T14:08:30.456 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:08:30 smithi135 bash[18657]: cluster 2024-09-18T14:08:28.408434+0000 mgr.a (mgr.14150) 194 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-18T14:08:30.518 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:08:30 smithi192 bash[19392]: cluster 2024-09-18T14:08:28.408434+0000 mgr.a (mgr.14150) 194 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-18T14:08:32.456 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:08:32 smithi135 bash[18657]: cluster 2024-09-18T14:08:30.409031+0000 mgr.a (mgr.14150) 195 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-18T14:08:32.518 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:08:32 smithi192 bash[19392]: cluster 2024-09-18T14:08:30.409031+0000 mgr.a (mgr.14150) 195 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-18T14:08:32.522 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:08:32 smithi161 bash[19407]: cluster 2024-09-18T14:08:30.409031+0000 mgr.a (mgr.14150) 195 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-18T14:08:33.268 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:08:33 smithi192 bash[19392]: audit 2024-09-18T14:08:32.190565+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:08:33.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:08:33 smithi192 bash[19392]: audit 2024-09-18T14:08:32.198093+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:08:33.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:08:33 smithi192 bash[19392]: audit 2024-09-18T14:08:32.206558+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:08:33.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:08:33 smithi192 bash[19392]: cluster 2024-09-18T14:08:32.409547+0000 mgr.a (mgr.14150) 196 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-18T14:08:33.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:08:33 smithi192 bash[19392]: audit 2024-09-18T14:08:33.040893+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:08:33.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:08:33 smithi192 bash[19392]: audit 2024-09-18T14:08:33.049065+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:08:33.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:08:33 smithi192 bash[19392]: audit 2024-09-18T14:08:33.056963+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:08:33.456 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:08:33 smithi135 bash[18657]: audit 2024-09-18T14:08:32.190565+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:08:33.456 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:08:33 smithi135 bash[18657]: audit 2024-09-18T14:08:32.198093+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:08:33.456 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:08:33 smithi135 bash[18657]: audit 2024-09-18T14:08:32.206558+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:08:33.456 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:08:33 smithi135 bash[18657]: cluster 2024-09-18T14:08:32.409547+0000 mgr.a (mgr.14150) 196 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-18T14:08:33.456 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:08:33 smithi135 bash[18657]: audit 2024-09-18T14:08:33.040893+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:08:33.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:08:33 smithi135 bash[18657]: audit 2024-09-18T14:08:33.049065+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:08:33.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:08:33 smithi135 bash[18657]: audit 2024-09-18T14:08:33.056963+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:08:33.523 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:08:33 smithi161 bash[19407]: audit 2024-09-18T14:08:32.190565+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:08:33.523 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:08:33 smithi161 bash[19407]: audit 2024-09-18T14:08:32.198093+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:08:33.523 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:08:33 smithi161 bash[19407]: audit 2024-09-18T14:08:32.206558+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:08:33.523 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:08:33 smithi161 bash[19407]: cluster 2024-09-18T14:08:32.409547+0000 mgr.a (mgr.14150) 196 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-18T14:08:33.523 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:08:33 smithi161 bash[19407]: audit 2024-09-18T14:08:33.040893+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:08:33.523 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:08:33 smithi161 bash[19407]: audit 2024-09-18T14:08:33.049065+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:08:33.523 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:08:33 smithi161 bash[19407]: audit 2024-09-18T14:08:33.056963+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:08:34.518 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:08:34 smithi192 bash[19392]: audit 2024-09-18T14:08:33.796099+0000 mon.c (mon.1) 4 : audit [INF] from='client.? 172.21.15.192:0/2882603202' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0a015931-98c0-43f6-a71e-6a6dbe089f8a"}]: dispatch 2024-09-18T14:08:34.518 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:08:34 smithi192 bash[19392]: audit 2024-09-18T14:08:33.797160+0000 mon.a (mon.0) 523 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0a015931-98c0-43f6-a71e-6a6dbe089f8a"}]: dispatch 2024-09-18T14:08:34.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:08:34 smithi192 bash[19392]: audit 2024-09-18T14:08:33.805308+0000 mon.a (mon.0) 524 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0a015931-98c0-43f6-a71e-6a6dbe089f8a"}]': finished 2024-09-18T14:08:34.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:08:34 smithi192 bash[19392]: cluster 2024-09-18T14:08:33.805483+0000 mon.a (mon.0) 525 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-09-18T14:08:34.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:08:34 smithi192 bash[19392]: audit 2024-09-18T14:08:33.805742+0000 mon.a (mon.0) 526 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-18T14:08:34.522 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:08:34 smithi161 bash[19407]: audit 2024-09-18T14:08:33.796099+0000 mon.c (mon.1) 4 : audit [INF] from='client.? 172.21.15.192:0/2882603202' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0a015931-98c0-43f6-a71e-6a6dbe089f8a"}]: dispatch 2024-09-18T14:08:34.522 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:08:34 smithi161 bash[19407]: audit 2024-09-18T14:08:33.797160+0000 mon.a (mon.0) 523 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0a015931-98c0-43f6-a71e-6a6dbe089f8a"}]: dispatch 2024-09-18T14:08:34.523 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:08:34 smithi161 bash[19407]: audit 2024-09-18T14:08:33.805308+0000 mon.a (mon.0) 524 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0a015931-98c0-43f6-a71e-6a6dbe089f8a"}]': finished 2024-09-18T14:08:34.523 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:08:34 smithi161 bash[19407]: cluster 2024-09-18T14:08:33.805483+0000 mon.a (mon.0) 525 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-09-18T14:08:34.523 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:08:34 smithi161 bash[19407]: audit 2024-09-18T14:08:33.805742+0000 mon.a (mon.0) 526 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-18T14:08:34.706 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:08:34 smithi135 bash[18657]: audit 2024-09-18T14:08:33.796099+0000 mon.c (mon.1) 4 : audit [INF] from='client.? 172.21.15.192:0/2882603202' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0a015931-98c0-43f6-a71e-6a6dbe089f8a"}]: dispatch 2024-09-18T14:08:34.706 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:08:34 smithi135 bash[18657]: audit 2024-09-18T14:08:33.797160+0000 mon.a (mon.0) 523 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0a015931-98c0-43f6-a71e-6a6dbe089f8a"}]: dispatch 2024-09-18T14:08:34.706 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:08:34 smithi135 bash[18657]: audit 2024-09-18T14:08:33.805308+0000 mon.a (mon.0) 524 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0a015931-98c0-43f6-a71e-6a6dbe089f8a"}]': finished 2024-09-18T14:08:34.707 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:08:34 smithi135 bash[18657]: cluster 2024-09-18T14:08:33.805483+0000 mon.a (mon.0) 525 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-09-18T14:08:34.707 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:08:34 smithi135 bash[18657]: audit 2024-09-18T14:08:33.805742+0000 mon.a (mon.0) 526 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-18T14:08:35.391 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:08:35 smithi192 bash[19392]: cluster 2024-09-18T14:08:34.410038+0000 mgr.a (mgr.14150) 197 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-18T14:08:35.392 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:08:35 smithi192 bash[19392]: audit 2024-09-18T14:08:34.765678+0000 mon.c (mon.1) 5 : audit [DBG] from='client.? 172.21.15.192:0/3015084089' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-18T14:08:35.522 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:08:35 smithi161 bash[19407]: cluster 2024-09-18T14:08:34.410038+0000 mgr.a (mgr.14150) 197 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-18T14:08:35.523 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:08:35 smithi161 bash[19407]: audit 2024-09-18T14:08:34.765678+0000 mon.c (mon.1) 5 : audit [DBG] from='client.? 172.21.15.192:0/3015084089' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-18T14:08:35.706 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:08:35 smithi135 bash[18657]: cluster 2024-09-18T14:08:34.410038+0000 mgr.a (mgr.14150) 197 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-18T14:08:35.706 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:08:35 smithi135 bash[18657]: audit 2024-09-18T14:08:34.765678+0000 mon.c (mon.1) 5 : audit [DBG] from='client.? 172.21.15.192:0/3015084089' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-18T14:08:37.768 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:08:37 smithi192 bash[19392]: cluster 2024-09-18T14:08:36.410521+0000 mgr.a (mgr.14150) 198 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-18T14:08:37.772 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:08:37 smithi161 bash[19407]: cluster 2024-09-18T14:08:36.410521+0000 mgr.a (mgr.14150) 198 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-18T14:08:37.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:08:37 smithi135 bash[18657]: cluster 2024-09-18T14:08:36.410521+0000 mgr.a (mgr.14150) 198 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-18T14:08:39.726 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:08:39 smithi192 bash[19392]: cluster 2024-09-18T14:08:38.410953+0000 mgr.a (mgr.14150) 199 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-18T14:08:39.773 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:08:39 smithi161 bash[19407]: cluster 2024-09-18T14:08:38.410953+0000 mgr.a (mgr.14150) 199 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-18T14:08:39.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:08:39 smithi135 bash[18657]: cluster 2024-09-18T14:08:38.410953+0000 mgr.a (mgr.14150) 199 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-18T14:08:41.768 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:08:41 smithi192 bash[19392]: cluster 2024-09-18T14:08:40.411401+0000 mgr.a (mgr.14150) 200 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-18T14:08:41.772 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:08:41 smithi161 bash[19407]: cluster 2024-09-18T14:08:40.411401+0000 mgr.a (mgr.14150) 200 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-18T14:08:41.918 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:08:41 smithi135 bash[18657]: cluster 2024-09-18T14:08:40.411401+0000 mgr.a (mgr.14150) 200 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-18T14:08:43.518 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:08:43 smithi192 bash[19392]: cluster 2024-09-18T14:08:42.411887+0000 mgr.a (mgr.14150) 201 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-18T14:08:43.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:08:43 smithi192 bash[19392]: audit 2024-09-18T14:08:43.241304+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:08:43.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:08:43 smithi192 bash[19392]: audit 2024-09-18T14:08:43.248629+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:08:43.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:08:43 smithi192 bash[19392]: audit 2024-09-18T14:08:43.258218+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:08:43.706 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:08:43 smithi135 bash[18657]: cluster 2024-09-18T14:08:42.411887+0000 mgr.a (mgr.14150) 201 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-18T14:08:43.706 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:08:43 smithi135 bash[18657]: audit 2024-09-18T14:08:43.241304+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:08:43.706 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:08:43 smithi135 bash[18657]: audit 2024-09-18T14:08:43.248629+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:08:43.706 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:08:43 smithi135 bash[18657]: audit 2024-09-18T14:08:43.258218+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:08:43.772 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:08:43 smithi161 bash[19407]: cluster 2024-09-18T14:08:42.411887+0000 mgr.a (mgr.14150) 201 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-18T14:08:43.773 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:08:43 smithi161 bash[19407]: audit 2024-09-18T14:08:43.241304+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:08:43.773 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:08:43 smithi161 bash[19407]: audit 2024-09-18T14:08:43.248629+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:08:43.773 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:08:43 smithi161 bash[19407]: audit 2024-09-18T14:08:43.258218+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:08:44.518 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:08:44 smithi192 bash[19392]: cephadm 2024-09-18T14:08:43.251096+0000 mgr.a (mgr.14150) 202 : cephadm [INF] Detected new or changed devices on smithi192 2024-09-18T14:08:44.706 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:08:44 smithi135 bash[18657]: cephadm 2024-09-18T14:08:43.251096+0000 mgr.a (mgr.14150) 202 : cephadm [INF] Detected new or changed devices on smithi192 2024-09-18T14:08:44.772 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:08:44 smithi161 bash[19407]: cephadm 2024-09-18T14:08:43.251096+0000 mgr.a (mgr.14150) 202 : cephadm [INF] Detected new or changed devices on smithi192 2024-09-18T14:08:45.768 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:08:45 smithi192 bash[19392]: cluster 2024-09-18T14:08:44.412400+0000 mgr.a (mgr.14150) 203 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-18T14:08:45.772 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:08:45 smithi161 bash[19407]: cluster 2024-09-18T14:08:44.412400+0000 mgr.a (mgr.14150) 203 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-18T14:08:45.864 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:08:45 smithi135 bash[18657]: cluster 2024-09-18T14:08:44.412400+0000 mgr.a (mgr.14150) 203 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-18T14:08:47.522 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:08:47 smithi161 bash[19407]: cluster 2024-09-18T14:08:46.412874+0000 mgr.a (mgr.14150) 204 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-18T14:08:47.523 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:08:47 smithi161 bash[19407]: audit 2024-09-18T14:08:46.802267+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-18T14:08:47.523 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:08:47 smithi161 bash[19407]: audit 2024-09-18T14:08:46.804121+0000 mon.a (mon.0) 531 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:08:47.523 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:08:47 smithi161 bash[19407]: cephadm 2024-09-18T14:08:46.805641+0000 mgr.a (mgr.14150) 205 : cephadm [INF] Deploying daemon osd.2 on smithi192 2024-09-18T14:08:47.768 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:08:47 smithi192 bash[19392]: cluster 2024-09-18T14:08:46.412874+0000 mgr.a (mgr.14150) 204 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-18T14:08:47.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:08:47 smithi192 bash[19392]: audit 2024-09-18T14:08:46.802267+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-18T14:08:47.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:08:47 smithi192 bash[19392]: audit 2024-09-18T14:08:46.804121+0000 mon.a (mon.0) 531 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:08:47.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:08:47 smithi192 bash[19392]: cephadm 2024-09-18T14:08:46.805641+0000 mgr.a (mgr.14150) 205 : cephadm [INF] Deploying daemon osd.2 on smithi192 2024-09-18T14:08:47.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:08:47 smithi135 bash[18657]: cluster 2024-09-18T14:08:46.412874+0000 mgr.a (mgr.14150) 204 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-18T14:08:47.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:08:47 smithi135 bash[18657]: audit 2024-09-18T14:08:46.802267+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-18T14:08:47.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:08:47 smithi135 bash[18657]: audit 2024-09-18T14:08:46.804121+0000 mon.a (mon.0) 531 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:08:47.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:08:47 smithi135 bash[18657]: cephadm 2024-09-18T14:08:46.805641+0000 mgr.a (mgr.14150) 205 : cephadm [INF] Deploying daemon osd.2 on smithi192 2024-09-18T14:08:49.768 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:08:49 smithi192 bash[19392]: cluster 2024-09-18T14:08:48.413416+0000 mgr.a (mgr.14150) 206 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-18T14:08:49.772 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:08:49 smithi161 bash[19407]: cluster 2024-09-18T14:08:48.413416+0000 mgr.a (mgr.14150) 206 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-18T14:08:49.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:08:49 smithi135 bash[18657]: cluster 2024-09-18T14:08:48.413416+0000 mgr.a (mgr.14150) 206 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-18T14:08:51.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:08:51 smithi192 bash[19392]: cluster 2024-09-18T14:08:50.413901+0000 mgr.a (mgr.14150) 207 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-18T14:08:51.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:08:51 smithi192 bash[19392]: audit 2024-09-18T14:08:51.413639+0000 mon.a (mon.0) 532 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T14:08:51.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:08:51 smithi192 bash[19392]: audit 2024-09-18T14:08:51.421889+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:08:51.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:08:51 smithi192 bash[19392]: audit 2024-09-18T14:08:51.422278+0000 mon.a (mon.0) 534 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:08:51.770 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:08:51 smithi192 bash[19392]: audit 2024-09-18T14:08:51.425154+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T14:08:51.770 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:08:51 smithi192 bash[19392]: audit 2024-09-18T14:08:51.428739+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:08:51.770 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:08:51 smithi192 bash[19392]: audit 2024-09-18T14:08:51.438490+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:08:51.772 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:08:51 smithi161 bash[19407]: cluster 2024-09-18T14:08:50.413901+0000 mgr.a (mgr.14150) 207 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-18T14:08:51.772 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:08:51 smithi161 bash[19407]: audit 2024-09-18T14:08:51.413639+0000 mon.a (mon.0) 532 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T14:08:51.773 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:08:51 smithi161 bash[19407]: audit 2024-09-18T14:08:51.421889+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:08:51.773 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:08:51 smithi161 bash[19407]: audit 2024-09-18T14:08:51.422278+0000 mon.a (mon.0) 534 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:08:51.773 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:08:51 smithi161 bash[19407]: audit 2024-09-18T14:08:51.425154+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T14:08:51.773 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:08:51 smithi161 bash[19407]: audit 2024-09-18T14:08:51.428739+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:08:51.773 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:08:51 smithi161 bash[19407]: audit 2024-09-18T14:08:51.438490+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:08:51.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:08:51 smithi135 bash[18657]: cluster 2024-09-18T14:08:50.413901+0000 mgr.a (mgr.14150) 207 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-18T14:08:51.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:08:51 smithi135 bash[18657]: audit 2024-09-18T14:08:51.413639+0000 mon.a (mon.0) 532 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T14:08:51.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:08:51 smithi135 bash[18657]: audit 2024-09-18T14:08:51.421889+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:08:51.957 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:08:51 smithi135 bash[18657]: audit 2024-09-18T14:08:51.422278+0000 mon.a (mon.0) 534 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:08:51.957 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:08:51 smithi135 bash[18657]: audit 2024-09-18T14:08:51.425154+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T14:08:51.957 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:08:51 smithi135 bash[18657]: audit 2024-09-18T14:08:51.428739+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:08:51.957 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:08:51 smithi135 bash[18657]: audit 2024-09-18T14:08:51.438490+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:08:53.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:08:53 smithi192 bash[19392]: audit 2024-09-18T14:08:52.393444+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:08:53.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:08:53 smithi192 bash[19392]: audit 2024-09-18T14:08:52.401756+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:08:53.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:08:53 smithi192 bash[19392]: audit 2024-09-18T14:08:52.408812+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:08:53.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:08:53 smithi192 bash[19392]: cluster 2024-09-18T14:08:52.414317+0000 mgr.a (mgr.14150) 208 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-18T14:08:53.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:08:53 smithi192 bash[19392]: audit 2024-09-18T14:08:53.223502+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:08:53.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:08:53 smithi192 bash[19392]: audit 2024-09-18T14:08:53.230162+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:08:53.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:08:53 smithi192 bash[19392]: audit 2024-09-18T14:08:53.237196+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:08:53.523 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:08:53 smithi161 bash[19407]: audit 2024-09-18T14:08:52.393444+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:08:53.523 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:08:53 smithi161 bash[19407]: audit 2024-09-18T14:08:52.401756+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:08:53.523 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:08:53 smithi161 bash[19407]: audit 2024-09-18T14:08:52.408812+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:08:53.523 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:08:53 smithi161 bash[19407]: cluster 2024-09-18T14:08:52.414317+0000 mgr.a (mgr.14150) 208 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-18T14:08:53.523 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:08:53 smithi161 bash[19407]: audit 2024-09-18T14:08:53.223502+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:08:53.523 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:08:53 smithi161 bash[19407]: audit 2024-09-18T14:08:53.230162+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:08:53.523 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:08:53 smithi161 bash[19407]: audit 2024-09-18T14:08:53.237196+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:08:53.706 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:08:53 smithi135 bash[18657]: audit 2024-09-18T14:08:52.393444+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:08:53.706 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:08:53 smithi135 bash[18657]: audit 2024-09-18T14:08:52.401756+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:08:53.706 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:08:53 smithi135 bash[18657]: audit 2024-09-18T14:08:52.408812+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:08:53.706 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:08:53 smithi135 bash[18657]: cluster 2024-09-18T14:08:52.414317+0000 mgr.a (mgr.14150) 208 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-18T14:08:53.707 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:08:53 smithi135 bash[18657]: audit 2024-09-18T14:08:53.223502+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:08:53.707 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:08:53 smithi135 bash[18657]: audit 2024-09-18T14:08:53.230162+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:08:53.707 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:08:53 smithi135 bash[18657]: audit 2024-09-18T14:08:53.237196+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:08:55.768 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:08:55 smithi192 bash[19392]: cluster 2024-09-18T14:08:54.414878+0000 mgr.a (mgr.14150) 209 : cluster [DBG] pgmap v150: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-18T14:08:55.772 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:08:55 smithi161 bash[19407]: cluster 2024-09-18T14:08:54.414878+0000 mgr.a (mgr.14150) 209 : cluster [DBG] pgmap v150: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-18T14:08:55.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:08:55 smithi135 bash[18657]: cluster 2024-09-18T14:08:54.414878+0000 mgr.a (mgr.14150) 209 : cluster [DBG] pgmap v150: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-18T14:08:57.768 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:08:57 smithi192 bash[19392]: cluster 2024-09-18T14:08:56.415492+0000 mgr.a (mgr.14150) 210 : cluster [DBG] pgmap v151: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-18T14:08:57.772 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:08:57 smithi161 bash[19407]: cluster 2024-09-18T14:08:56.415492+0000 mgr.a (mgr.14150) 210 : cluster [DBG] pgmap v151: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-18T14:08:57.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:08:57 smithi135 bash[18657]: cluster 2024-09-18T14:08:56.415492+0000 mgr.a (mgr.14150) 210 : cluster [DBG] pgmap v151: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-18T14:08:58.768 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:08:58 smithi192 bash[19392]: audit 2024-09-18T14:08:58.330126+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.192:6800/429482268,v1:172.21.15.192:6801/429482268]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-18T14:08:58.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:08:58 smithi192 bash[19392]: audit 2024-09-18T14:08:58.331150+0000 mon.a (mon.0) 544 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-18T14:08:58.772 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:08:58 smithi161 bash[19407]: audit 2024-09-18T14:08:58.330126+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.192:6800/429482268,v1:172.21.15.192:6801/429482268]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-18T14:08:58.772 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:08:58 smithi161 bash[19407]: audit 2024-09-18T14:08:58.331150+0000 mon.a (mon.0) 544 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-18T14:08:58.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:08:58 smithi135 bash[18657]: audit 2024-09-18T14:08:58.330126+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.192:6800/429482268,v1:172.21.15.192:6801/429482268]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-18T14:08:58.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:08:58 smithi135 bash[18657]: audit 2024-09-18T14:08:58.331150+0000 mon.a (mon.0) 544 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-18T14:08:59.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:08:59 smithi192 bash[19392]: cluster 2024-09-18T14:08:58.416072+0000 mgr.a (mgr.14150) 211 : cluster [DBG] pgmap v152: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-18T14:08:59.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:08:59 smithi192 bash[19392]: audit 2024-09-18T14:08:58.488379+0000 mon.a (mon.0) 545 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-18T14:08:59.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:08:59 smithi192 bash[19392]: cluster 2024-09-18T14:08:58.488510+0000 mon.a (mon.0) 546 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-09-18T14:08:59.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:08:59 smithi192 bash[19392]: audit 2024-09-18T14:08:58.488813+0000 mon.a (mon.0) 547 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-18T14:08:59.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:08:59 smithi192 bash[19392]: audit 2024-09-18T14:08:58.489260+0000 mon.c (mon.1) 7 : audit [INF] from='osd.2 [v2:172.21.15.192:6800/429482268,v1:172.21.15.192:6801/429482268]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2024-09-18T14:08:59.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:08:59 smithi192 bash[19392]: audit 2024-09-18T14:08:58.490371+0000 mon.a (mon.0) 548 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2024-09-18T14:08:59.772 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:08:59 smithi161 bash[19407]: cluster 2024-09-18T14:08:58.416072+0000 mgr.a (mgr.14150) 211 : cluster [DBG] pgmap v152: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-18T14:08:59.773 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:08:59 smithi161 bash[19407]: audit 2024-09-18T14:08:58.488379+0000 mon.a (mon.0) 545 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-18T14:08:59.773 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:08:59 smithi161 bash[19407]: cluster 2024-09-18T14:08:58.488510+0000 mon.a (mon.0) 546 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-09-18T14:08:59.773 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:08:59 smithi161 bash[19407]: audit 2024-09-18T14:08:58.488813+0000 mon.a (mon.0) 547 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-18T14:08:59.773 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:08:59 smithi161 bash[19407]: audit 2024-09-18T14:08:58.489260+0000 mon.c (mon.1) 7 : audit [INF] from='osd.2 [v2:172.21.15.192:6800/429482268,v1:172.21.15.192:6801/429482268]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2024-09-18T14:08:59.773 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:08:59 smithi161 bash[19407]: audit 2024-09-18T14:08:58.490371+0000 mon.a (mon.0) 548 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2024-09-18T14:08:59.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:08:59 smithi135 bash[18657]: cluster 2024-09-18T14:08:58.416072+0000 mgr.a (mgr.14150) 211 : cluster [DBG] pgmap v152: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-18T14:08:59.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:08:59 smithi135 bash[18657]: audit 2024-09-18T14:08:58.488379+0000 mon.a (mon.0) 545 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-18T14:08:59.957 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:08:59 smithi135 bash[18657]: cluster 2024-09-18T14:08:58.488510+0000 mon.a (mon.0) 546 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-09-18T14:08:59.957 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:08:59 smithi135 bash[18657]: audit 2024-09-18T14:08:58.488813+0000 mon.a (mon.0) 547 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-18T14:08:59.957 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:08:59 smithi135 bash[18657]: audit 2024-09-18T14:08:58.489260+0000 mon.c (mon.1) 7 : audit [INF] from='osd.2 [v2:172.21.15.192:6800/429482268,v1:172.21.15.192:6801/429482268]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2024-09-18T14:08:59.957 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:08:59 smithi135 bash[18657]: audit 2024-09-18T14:08:58.490371+0000 mon.a (mon.0) 548 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2024-09-18T14:09:00.768 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:09:00 smithi192 bash[19392]: audit 2024-09-18T14:08:59.491103+0000 mon.a (mon.0) 549 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]': finished 2024-09-18T14:09:00.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:09:00 smithi192 bash[19392]: cluster 2024-09-18T14:08:59.491251+0000 mon.a (mon.0) 550 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-09-18T14:09:00.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:09:00 smithi192 bash[19392]: audit 2024-09-18T14:08:59.491996+0000 mon.a (mon.0) 551 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-18T14:09:00.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:09:00 smithi192 bash[19392]: audit 2024-09-18T14:08:59.502619+0000 mon.a (mon.0) 552 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-18T14:09:00.772 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:09:00 smithi161 bash[19407]: audit 2024-09-18T14:08:59.491103+0000 mon.a (mon.0) 549 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]': finished 2024-09-18T14:09:00.773 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:09:00 smithi161 bash[19407]: cluster 2024-09-18T14:08:59.491251+0000 mon.a (mon.0) 550 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-09-18T14:09:00.773 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:09:00 smithi161 bash[19407]: audit 2024-09-18T14:08:59.491996+0000 mon.a (mon.0) 551 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-18T14:09:00.773 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:09:00 smithi161 bash[19407]: audit 2024-09-18T14:08:59.502619+0000 mon.a (mon.0) 552 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-18T14:09:00.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:09:00 smithi135 bash[18657]: audit 2024-09-18T14:08:59.491103+0000 mon.a (mon.0) 549 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]': finished 2024-09-18T14:09:00.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:09:00 smithi135 bash[18657]: cluster 2024-09-18T14:08:59.491251+0000 mon.a (mon.0) 550 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-09-18T14:09:00.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:09:00 smithi135 bash[18657]: audit 2024-09-18T14:08:59.491996+0000 mon.a (mon.0) 551 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-18T14:09:00.957 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:09:00 smithi135 bash[18657]: audit 2024-09-18T14:08:59.502619+0000 mon.a (mon.0) 552 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-18T14:09:01.768 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:09:01 smithi192 bash[19392]: cluster 2024-09-18T14:08:59.284703+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-18T14:09:01.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:09:01 smithi192 bash[19392]: cluster 2024-09-18T14:08:59.284783+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-18T14:09:01.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:09:01 smithi192 bash[19392]: cluster 2024-09-18T14:09:00.416610+0000 mgr.a (mgr.14150) 212 : cluster [DBG] pgmap v155: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-18T14:09:01.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:09:01 smithi192 bash[19392]: audit 2024-09-18T14:09:00.502806+0000 mon.a (mon.0) 553 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-18T14:09:01.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:09:01 smithi192 bash[19392]: cluster 2024-09-18T14:09:00.509271+0000 mon.a (mon.0) 554 : cluster [INF] osd.2 [v2:172.21.15.192:6800/429482268,v1:172.21.15.192:6801/429482268] boot 2024-09-18T14:09:01.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:09:01 smithi192 bash[19392]: cluster 2024-09-18T14:09:00.509359+0000 mon.a (mon.0) 555 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-09-18T14:09:01.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:09:01 smithi192 bash[19392]: audit 2024-09-18T14:09:00.509573+0000 mon.a (mon.0) 556 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-18T14:09:01.772 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:09:01 smithi161 bash[19407]: cluster 2024-09-18T14:08:59.284703+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-18T14:09:01.773 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:09:01 smithi161 bash[19407]: cluster 2024-09-18T14:08:59.284783+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-18T14:09:01.773 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:09:01 smithi161 bash[19407]: cluster 2024-09-18T14:09:00.416610+0000 mgr.a (mgr.14150) 212 : cluster [DBG] pgmap v155: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-18T14:09:01.773 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:09:01 smithi161 bash[19407]: audit 2024-09-18T14:09:00.502806+0000 mon.a (mon.0) 553 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-18T14:09:01.773 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:09:01 smithi161 bash[19407]: cluster 2024-09-18T14:09:00.509271+0000 mon.a (mon.0) 554 : cluster [INF] osd.2 [v2:172.21.15.192:6800/429482268,v1:172.21.15.192:6801/429482268] boot 2024-09-18T14:09:01.773 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:09:01 smithi161 bash[19407]: cluster 2024-09-18T14:09:00.509359+0000 mon.a (mon.0) 555 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-09-18T14:09:01.773 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:09:01 smithi161 bash[19407]: audit 2024-09-18T14:09:00.509573+0000 mon.a (mon.0) 556 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-18T14:09:01.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:09:01 smithi135 bash[18657]: cluster 2024-09-18T14:08:59.284703+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-18T14:09:01.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:09:01 smithi135 bash[18657]: cluster 2024-09-18T14:08:59.284783+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-18T14:09:01.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:09:01 smithi135 bash[18657]: cluster 2024-09-18T14:09:00.416610+0000 mgr.a (mgr.14150) 212 : cluster [DBG] pgmap v155: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-18T14:09:01.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:09:01 smithi135 bash[18657]: audit 2024-09-18T14:09:00.502806+0000 mon.a (mon.0) 553 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-18T14:09:01.957 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:09:01 smithi135 bash[18657]: cluster 2024-09-18T14:09:00.509271+0000 mon.a (mon.0) 554 : cluster [INF] osd.2 [v2:172.21.15.192:6800/429482268,v1:172.21.15.192:6801/429482268] boot 2024-09-18T14:09:01.957 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:09:01 smithi135 bash[18657]: cluster 2024-09-18T14:09:00.509359+0000 mon.a (mon.0) 555 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-09-18T14:09:01.957 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:09:01 smithi135 bash[18657]: audit 2024-09-18T14:09:00.509573+0000 mon.a (mon.0) 556 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-18T14:09:02.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:09:02 smithi135 bash[18657]: cluster 2024-09-18T14:09:01.516392+0000 mon.a (mon.0) 557 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-09-18T14:09:02.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:09:02 smithi135 bash[18657]: audit 2024-09-18T14:09:01.516918+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-09-18T14:09:03.018 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:09:02 smithi192 bash[19392]: cluster 2024-09-18T14:09:01.516392+0000 mon.a (mon.0) 557 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-09-18T14:09:03.019 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:09:02 smithi192 bash[19392]: audit 2024-09-18T14:09:01.516918+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-09-18T14:09:03.022 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:09:02 smithi161 bash[19407]: cluster 2024-09-18T14:09:01.516392+0000 mon.a (mon.0) 557 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-09-18T14:09:03.022 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:09:02 smithi161 bash[19407]: audit 2024-09-18T14:09:01.516918+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-09-18T14:09:03.186 INFO:teuthology.orchestra.run.smithi192.stdout:Created osd(s) 2 on host 'smithi192' 2024-09-18T14:09:03.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:09:03 smithi192 bash[19392]: cluster 2024-09-18T14:09:02.417118+0000 mgr.a (mgr.14150) 213 : cluster [DBG] pgmap v158: 0 pgs: ; 0 B data, 872 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:09:03.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:09:03 smithi192 bash[19392]: audit 2024-09-18T14:09:02.529008+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2024-09-18T14:09:03.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:09:03 smithi192 bash[19392]: cluster 2024-09-18T14:09:02.529067+0000 mon.a (mon.0) 560 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-09-18T14:09:03.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:09:03 smithi192 bash[19392]: audit 2024-09-18T14:09:02.530654+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-18T14:09:03.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:09:03 smithi192 bash[19392]: audit 2024-09-18T14:09:03.166091+0000 mon.a (mon.0) 562 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T14:09:03.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:09:03 smithi192 bash[19392]: audit 2024-09-18T14:09:03.175119+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:09:03.770 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:09:03 smithi192 bash[19392]: audit 2024-09-18T14:09:03.175565+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-09-18T14:09:03.770 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:09:03 smithi192 bash[19392]: audit 2024-09-18T14:09:03.184455+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:09:03.770 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:09:03 smithi192 bash[19392]: audit 2024-09-18T14:09:03.193803+0000 mon.a (mon.0) 566 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:09:03.770 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:09:03 smithi192 bash[19392]: audit 2024-09-18T14:09:03.195626+0000 mon.a (mon.0) 567 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:09:03.770 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:09:03 smithi192 bash[19392]: audit 2024-09-18T14:09:03.196963+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T14:09:03.770 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:09:03 smithi192 bash[19392]: audit 2024-09-18T14:09:03.205062+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:09:03.770 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:09:03 smithi192 bash[19392]: audit 2024-09-18T14:09:03.427290+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:09:03.770 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:09:03 smithi192 bash[19392]: audit 2024-09-18T14:09:03.433989+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:09:03.770 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:09:03 smithi192 bash[19392]: audit 2024-09-18T14:09:03.437412+0000 mon.a (mon.0) 572 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T14:09:03.770 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:09:03 smithi192 bash[19392]: audit 2024-09-18T14:09:03.442657+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:09:03.770 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:09:03 smithi192 bash[19392]: audit 2024-09-18T14:09:03.442989+0000 mon.a (mon.0) 574 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:09:03.770 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:09:03 smithi192 bash[19392]: audit 2024-09-18T14:09:03.444600+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T14:09:03.770 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:09:03 smithi192 bash[19392]: audit 2024-09-18T14:09:03.454073+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:09:03.830 DEBUG:teuthology.orchestra.run.smithi192:osd.2> sudo journalctl -f -n 0 -u ceph-8600d7e2-75c6-11ef-bceb-c7b262605968@osd.2.service 2024-09-18T14:09:03.833 INFO:tasks.cephadm:Waiting for 3 OSDs to come up... 2024-09-18T14:09:03.833 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7061ea6ca50908d104e9f3979dc615e118d9e153 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8600d7e2-75c6-11ef-bceb-c7b262605968 -- ceph osd stat -f json 2024-09-18T14:09:03.845 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:09:03 smithi135 bash[18657]: cluster 2024-09-18T14:09:02.417118+0000 mgr.a (mgr.14150) 213 : cluster [DBG] pgmap v158: 0 pgs: ; 0 B data, 872 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:09:03.845 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:09:03 smithi135 bash[18657]: audit 2024-09-18T14:09:02.529008+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2024-09-18T14:09:03.845 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:09:03 smithi135 bash[18657]: cluster 2024-09-18T14:09:02.529067+0000 mon.a (mon.0) 560 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-09-18T14:09:03.845 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:09:03 smithi135 bash[18657]: audit 2024-09-18T14:09:02.530654+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-18T14:09:03.845 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:09:03 smithi135 bash[18657]: audit 2024-09-18T14:09:03.166091+0000 mon.a (mon.0) 562 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T14:09:03.845 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:09:03 smithi135 bash[18657]: audit 2024-09-18T14:09:03.175119+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:09:03.845 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:09:03 smithi135 bash[18657]: audit 2024-09-18T14:09:03.175565+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-09-18T14:09:03.845 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:09:03 smithi135 bash[18657]: audit 2024-09-18T14:09:03.184455+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:09:03.846 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:09:03 smithi135 bash[18657]: audit 2024-09-18T14:09:03.193803+0000 mon.a (mon.0) 566 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:09:03.846 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:09:03 smithi135 bash[18657]: audit 2024-09-18T14:09:03.195626+0000 mon.a (mon.0) 567 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:09:03.846 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:09:03 smithi135 bash[18657]: audit 2024-09-18T14:09:03.196963+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T14:09:03.846 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:09:03 smithi135 bash[18657]: audit 2024-09-18T14:09:03.205062+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:09:03.846 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:09:03 smithi135 bash[18657]: audit 2024-09-18T14:09:03.427290+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:09:03.846 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:09:03 smithi135 bash[18657]: audit 2024-09-18T14:09:03.433989+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:09:03.846 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:09:03 smithi135 bash[18657]: audit 2024-09-18T14:09:03.437412+0000 mon.a (mon.0) 572 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T14:09:03.846 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:09:03 smithi135 bash[18657]: audit 2024-09-18T14:09:03.442657+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:09:03.846 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:09:03 smithi135 bash[18657]: audit 2024-09-18T14:09:03.442989+0000 mon.a (mon.0) 574 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:09:03.846 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:09:03 smithi135 bash[18657]: audit 2024-09-18T14:09:03.444600+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T14:09:03.846 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:09:03 smithi135 bash[18657]: audit 2024-09-18T14:09:03.454073+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:09:04.023 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:09:03 smithi161 bash[19407]: cluster 2024-09-18T14:09:02.417118+0000 mgr.a (mgr.14150) 213 : cluster [DBG] pgmap v158: 0 pgs: ; 0 B data, 872 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:09:04.023 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:09:03 smithi161 bash[19407]: audit 2024-09-18T14:09:02.529008+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2024-09-18T14:09:04.023 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:09:03 smithi161 bash[19407]: cluster 2024-09-18T14:09:02.529067+0000 mon.a (mon.0) 560 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-09-18T14:09:04.023 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:09:03 smithi161 bash[19407]: audit 2024-09-18T14:09:02.530654+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-18T14:09:04.023 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:09:03 smithi161 bash[19407]: audit 2024-09-18T14:09:03.166091+0000 mon.a (mon.0) 562 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T14:09:04.023 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:09:03 smithi161 bash[19407]: audit 2024-09-18T14:09:03.175119+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:09:04.024 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:09:03 smithi161 bash[19407]: audit 2024-09-18T14:09:03.175565+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-09-18T14:09:04.024 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:09:03 smithi161 bash[19407]: audit 2024-09-18T14:09:03.184455+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:09:04.024 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:09:03 smithi161 bash[19407]: audit 2024-09-18T14:09:03.193803+0000 mon.a (mon.0) 566 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:09:04.024 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:09:03 smithi161 bash[19407]: audit 2024-09-18T14:09:03.195626+0000 mon.a (mon.0) 567 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:09:04.024 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:09:03 smithi161 bash[19407]: audit 2024-09-18T14:09:03.196963+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T14:09:04.024 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:09:03 smithi161 bash[19407]: audit 2024-09-18T14:09:03.205062+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:09:04.024 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:09:03 smithi161 bash[19407]: audit 2024-09-18T14:09:03.427290+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:09:04.024 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:09:03 smithi161 bash[19407]: audit 2024-09-18T14:09:03.433989+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:09:04.024 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:09:03 smithi161 bash[19407]: audit 2024-09-18T14:09:03.437412+0000 mon.a (mon.0) 572 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T14:09:04.024 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:09:03 smithi161 bash[19407]: audit 2024-09-18T14:09:03.442657+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:09:04.024 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:09:03 smithi161 bash[19407]: audit 2024-09-18T14:09:03.442989+0000 mon.a (mon.0) 574 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:09:04.024 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:09:03 smithi161 bash[19407]: audit 2024-09-18T14:09:03.444600+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T14:09:04.025 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:09:03 smithi161 bash[19407]: audit 2024-09-18T14:09:03.454073+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:09:04.037 INFO:journalctl@ceph.osd.2.smithi192.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-09-18T14:09:04.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:09:04 smithi135 bash[18657]: cephadm 2024-09-18T14:09:03.176697+0000 mgr.a (mgr.14150) 214 : cephadm [INF] Adjusting osd_memory_target on smithi192 to 20343M 2024-09-18T14:09:04.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:09:04 smithi135 bash[18657]: cluster 2024-09-18T14:09:03.447950+0000 mgr.a (mgr.14150) 215 : cluster [DBG] pgmap v160: 1 pgs: 1 unknown; 0 B data, 872 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:09:04.957 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:09:04 smithi135 bash[18657]: audit 2024-09-18T14:09:03.529513+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-18T14:09:04.957 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:09:04 smithi135 bash[18657]: cluster 2024-09-18T14:09:03.529641+0000 mon.a (mon.0) 578 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-09-18T14:09:04.957 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:09:04 smithi135 bash[18657]: cluster 2024-09-18T14:09:04.440054+0000 mon.a (mon.0) 579 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-09-18T14:09:04.957 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:09:04 smithi135 bash[18657]: cluster 2024-09-18T14:09:04.440120+0000 mon.a (mon.0) 580 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-18T14:09:05.018 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:09:04 smithi192 bash[19392]: cephadm 2024-09-18T14:09:03.176697+0000 mgr.a (mgr.14150) 214 : cephadm [INF] Adjusting osd_memory_target on smithi192 to 20343M 2024-09-18T14:09:05.019 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:09:04 smithi192 bash[19392]: cluster 2024-09-18T14:09:03.447950+0000 mgr.a (mgr.14150) 215 : cluster [DBG] pgmap v160: 1 pgs: 1 unknown; 0 B data, 872 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:09:05.019 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:09:04 smithi192 bash[19392]: audit 2024-09-18T14:09:03.529513+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-18T14:09:05.019 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:09:04 smithi192 bash[19392]: cluster 2024-09-18T14:09:03.529641+0000 mon.a (mon.0) 578 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-09-18T14:09:05.019 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:09:04 smithi192 bash[19392]: cluster 2024-09-18T14:09:04.440054+0000 mon.a (mon.0) 579 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-09-18T14:09:05.019 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:09:04 smithi192 bash[19392]: cluster 2024-09-18T14:09:04.440120+0000 mon.a (mon.0) 580 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-18T14:09:05.022 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:09:04 smithi161 bash[19407]: cephadm 2024-09-18T14:09:03.176697+0000 mgr.a (mgr.14150) 214 : cephadm [INF] Adjusting osd_memory_target on smithi192 to 20343M 2024-09-18T14:09:05.022 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:09:04 smithi161 bash[19407]: cluster 2024-09-18T14:09:03.447950+0000 mgr.a (mgr.14150) 215 : cluster [DBG] pgmap v160: 1 pgs: 1 unknown; 0 B data, 872 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:09:05.022 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:09:04 smithi161 bash[19407]: audit 2024-09-18T14:09:03.529513+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-18T14:09:05.022 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:09:04 smithi161 bash[19407]: cluster 2024-09-18T14:09:03.529641+0000 mon.a (mon.0) 578 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-09-18T14:09:05.022 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:09:04 smithi161 bash[19407]: cluster 2024-09-18T14:09:04.440054+0000 mon.a (mon.0) 579 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-09-18T14:09:05.022 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:09:04 smithi161 bash[19407]: cluster 2024-09-18T14:09:04.440120+0000 mon.a (mon.0) 580 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-18T14:09:05.813 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:09:05 smithi135 bash[18657]: cluster 2024-09-18T14:09:04.540058+0000 mon.a (mon.0) 581 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-09-18T14:09:05.814 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:09:05 smithi135 bash[18657]: audit 2024-09-18T14:09:04.577928+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:09:05.814 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:09:05 smithi135 bash[18657]: audit 2024-09-18T14:09:05.503467+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:09:06.018 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:09:05 smithi192 bash[19392]: cluster 2024-09-18T14:09:04.540058+0000 mon.a (mon.0) 581 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-09-18T14:09:06.019 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:09:05 smithi192 bash[19392]: audit 2024-09-18T14:09:04.577928+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:09:06.019 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:09:05 smithi192 bash[19392]: audit 2024-09-18T14:09:05.503467+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:09:06.022 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:09:05 smithi161 bash[19407]: cluster 2024-09-18T14:09:04.540058+0000 mon.a (mon.0) 581 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-09-18T14:09:06.023 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:09:05 smithi161 bash[19407]: audit 2024-09-18T14:09:04.577928+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:09:06.023 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:09:05 smithi161 bash[19407]: audit 2024-09-18T14:09:05.503467+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:09:07.598 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:09:07 smithi161 bash[19407]: cluster 2024-09-18T14:09:05.448477+0000 mgr.a (mgr.14150) 216 : cluster [DBG] pgmap v163: 1 pgs: 1 unknown; 0 B data, 872 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:09:07.598 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:09:07 smithi161 bash[19407]: cluster 2024-09-18T14:09:05.574335+0000 mon.a (mon.0) 584 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-18T14:09:07.598 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:09:07 smithi161 bash[19407]: cluster 2024-09-18T14:09:05.591670+0000 mon.a (mon.0) 585 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-09-18T14:09:07.598 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:09:07 smithi161 bash[19407]: audit 2024-09-18T14:09:06.447144+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:09:07.598 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:09:07 smithi161 bash[19407]: audit 2024-09-18T14:09:06.449469+0000 mon.a (mon.0) 587 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-18T14:09:07.706 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:09:07 smithi135 bash[18657]: cluster 2024-09-18T14:09:05.448477+0000 mgr.a (mgr.14150) 216 : cluster [DBG] pgmap v163: 1 pgs: 1 unknown; 0 B data, 872 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:09:07.706 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:09:07 smithi135 bash[18657]: cluster 2024-09-18T14:09:05.574335+0000 mon.a (mon.0) 584 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-18T14:09:07.707 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:09:07 smithi135 bash[18657]: cluster 2024-09-18T14:09:05.591670+0000 mon.a (mon.0) 585 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-09-18T14:09:07.707 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:09:07 smithi135 bash[18657]: audit 2024-09-18T14:09:06.447144+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:09:07.707 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:09:07 smithi135 bash[18657]: audit 2024-09-18T14:09:06.449469+0000 mon.a (mon.0) 587 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-18T14:09:07.768 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:09:07 smithi192 bash[19392]: cluster 2024-09-18T14:09:05.448477+0000 mgr.a (mgr.14150) 216 : cluster [DBG] pgmap v163: 1 pgs: 1 unknown; 0 B data, 872 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:09:07.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:09:07 smithi192 bash[19392]: cluster 2024-09-18T14:09:05.574335+0000 mon.a (mon.0) 584 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-18T14:09:07.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:09:07 smithi192 bash[19392]: cluster 2024-09-18T14:09:05.591670+0000 mon.a (mon.0) 585 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-09-18T14:09:07.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:09:07 smithi192 bash[19392]: audit 2024-09-18T14:09:06.447144+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:09:07.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:09:07 smithi192 bash[19392]: audit 2024-09-18T14:09:06.449469+0000 mon.a (mon.0) 587 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-18T14:09:09.456 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:09:09 smithi135 bash[18657]: audit 2024-09-18T14:09:07.350653+0000 mon.a (mon.0) 588 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-18T14:09:09.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:09:09 smithi135 bash[18657]: audit 2024-09-18T14:09:07.352004+0000 mon.a (mon.0) 589 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-18T14:09:09.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:09:09 smithi135 bash[18657]: audit 2024-09-18T14:09:07.352910+0000 mon.a (mon.0) 590 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-18T14:09:09.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:09:09 smithi135 bash[18657]: audit 2024-09-18T14:09:07.357926+0000 mon.a (mon.0) 591 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-18T14:09:09.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:09:09 smithi135 bash[18657]: audit 2024-09-18T14:09:07.360342+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-18T14:09:09.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:09:09 smithi135 bash[18657]: audit 2024-09-18T14:09:07.361065+0000 mon.a (mon.0) 592 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-18T14:09:09.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:09:09 smithi135 bash[18657]: audit 2024-09-18T14:09:07.361345+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-18T14:09:09.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:09:09 smithi135 bash[18657]: audit 2024-09-18T14:09:07.361586+0000 mon.a (mon.0) 594 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-18T14:09:09.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:09:09 smithi135 bash[18657]: cluster 2024-09-18T14:09:07.449069+0000 mgr.a (mgr.14150) 217 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:09:09.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:09:09 smithi135 bash[18657]: audit 2024-09-18T14:09:08.238841+0000 mon.c (mon.1) 9 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-18T14:09:09.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:09:09 smithi135 bash[18657]: audit 2024-09-18T14:09:08.244448+0000 mon.a (mon.0) 595 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-18T14:09:09.458 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:09:09 smithi135 bash[18657]: audit 2024-09-18T14:09:08.244947+0000 mon.a (mon.0) 596 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-18T14:09:09.458 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:09:09 smithi135 bash[18657]: audit 2024-09-18T14:09:08.245457+0000 mon.a (mon.0) 597 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-18T14:09:09.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:09:09 smithi192 bash[19392]: audit 2024-09-18T14:09:07.350653+0000 mon.a (mon.0) 588 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-18T14:09:09.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:09:09 smithi192 bash[19392]: audit 2024-09-18T14:09:07.352004+0000 mon.a (mon.0) 589 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-18T14:09:09.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:09:09 smithi192 bash[19392]: audit 2024-09-18T14:09:07.352910+0000 mon.a (mon.0) 590 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-18T14:09:09.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:09:09 smithi192 bash[19392]: audit 2024-09-18T14:09:07.357926+0000 mon.a (mon.0) 591 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-18T14:09:09.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:09:09 smithi192 bash[19392]: audit 2024-09-18T14:09:07.360342+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-18T14:09:09.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:09:09 smithi192 bash[19392]: audit 2024-09-18T14:09:07.361065+0000 mon.a (mon.0) 592 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-18T14:09:09.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:09:09 smithi192 bash[19392]: audit 2024-09-18T14:09:07.361345+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-18T14:09:09.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:09:09 smithi192 bash[19392]: audit 2024-09-18T14:09:07.361586+0000 mon.a (mon.0) 594 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-18T14:09:09.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:09:09 smithi192 bash[19392]: cluster 2024-09-18T14:09:07.449069+0000 mgr.a (mgr.14150) 217 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:09:09.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:09:09 smithi192 bash[19392]: audit 2024-09-18T14:09:08.238841+0000 mon.c (mon.1) 9 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-18T14:09:09.520 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:09:09 smithi192 bash[19392]: audit 2024-09-18T14:09:08.244448+0000 mon.a (mon.0) 595 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-18T14:09:09.520 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:09:09 smithi192 bash[19392]: audit 2024-09-18T14:09:08.244947+0000 mon.a (mon.0) 596 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-18T14:09:09.520 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:09:09 smithi192 bash[19392]: audit 2024-09-18T14:09:08.245457+0000 mon.a (mon.0) 597 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-18T14:09:09.522 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:09:09 smithi161 bash[19407]: audit 2024-09-18T14:09:07.350653+0000 mon.a (mon.0) 588 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-18T14:09:09.522 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:09:09 smithi161 bash[19407]: audit 2024-09-18T14:09:07.352004+0000 mon.a (mon.0) 589 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-18T14:09:09.523 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:09:09 smithi161 bash[19407]: audit 2024-09-18T14:09:07.352910+0000 mon.a (mon.0) 590 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-18T14:09:09.523 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:09:09 smithi161 bash[19407]: audit 2024-09-18T14:09:07.357926+0000 mon.a (mon.0) 591 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-18T14:09:09.523 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:09:09 smithi161 bash[19407]: audit 2024-09-18T14:09:07.360342+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-18T14:09:09.523 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:09:09 smithi161 bash[19407]: audit 2024-09-18T14:09:07.361065+0000 mon.a (mon.0) 592 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-18T14:09:09.523 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:09:09 smithi161 bash[19407]: audit 2024-09-18T14:09:07.361345+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-18T14:09:09.523 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:09:09 smithi161 bash[19407]: audit 2024-09-18T14:09:07.361586+0000 mon.a (mon.0) 594 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-18T14:09:09.523 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:09:09 smithi161 bash[19407]: cluster 2024-09-18T14:09:07.449069+0000 mgr.a (mgr.14150) 217 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:09:09.523 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:09:09 smithi161 bash[19407]: audit 2024-09-18T14:09:08.238841+0000 mon.c (mon.1) 9 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-18T14:09:09.523 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:09:09 smithi161 bash[19407]: audit 2024-09-18T14:09:08.244448+0000 mon.a (mon.0) 595 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-18T14:09:09.523 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:09:09 smithi161 bash[19407]: audit 2024-09-18T14:09:08.244947+0000 mon.a (mon.0) 596 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-18T14:09:09.523 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:09:09 smithi161 bash[19407]: audit 2024-09-18T14:09:08.245457+0000 mon.a (mon.0) 597 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-18T14:09:09.646 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /var/lib/ceph/8600d7e2-75c6-11ef-bceb-c7b262605968/mon.a/config 2024-09-18T14:09:10.456 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:09:10 smithi135 bash[18657]: audit 2024-09-18T14:09:08.243207+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-18T14:09:10.456 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:09:10 smithi135 bash[18657]: audit 2024-09-18T14:09:09.169544+0000 mon.b (mon.2) 12 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-18T14:09:10.456 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:09:10 smithi135 bash[18657]: audit 2024-09-18T14:09:09.185962+0000 mon.a (mon.0) 598 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:09:10.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:09:10 smithi135 bash[18657]: audit 2024-09-18T14:09:09.191272+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:09:10.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:09:10 smithi135 bash[18657]: audit 2024-09-18T14:09:09.193970+0000 mon.a (mon.0) 600 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T14:09:10.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:09:10 smithi135 bash[18657]: audit 2024-09-18T14:09:09.197399+0000 mon.a (mon.0) 601 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:09:10.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:09:10 smithi135 bash[18657]: audit 2024-09-18T14:09:09.197606+0000 mon.a (mon.0) 602 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:09:10.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:09:10 smithi135 bash[18657]: audit 2024-09-18T14:09:09.198966+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T14:09:10.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:09:10 smithi135 bash[18657]: cluster 2024-09-18T14:09:09.200779+0000 mgr.a (mgr.14150) 218 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 875 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:09:10.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:09:10 smithi135 bash[18657]: audit 2024-09-18T14:09:09.204681+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:09:10.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:09:10 smithi192 bash[19392]: audit 2024-09-18T14:09:08.243207+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-18T14:09:10.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:09:10 smithi192 bash[19392]: audit 2024-09-18T14:09:09.169544+0000 mon.b (mon.2) 12 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-18T14:09:10.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:09:10 smithi192 bash[19392]: audit 2024-09-18T14:09:09.185962+0000 mon.a (mon.0) 598 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:09:10.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:09:10 smithi192 bash[19392]: audit 2024-09-18T14:09:09.191272+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:09:10.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:09:10 smithi192 bash[19392]: audit 2024-09-18T14:09:09.193970+0000 mon.a (mon.0) 600 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T14:09:10.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:09:10 smithi192 bash[19392]: audit 2024-09-18T14:09:09.197399+0000 mon.a (mon.0) 601 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:09:10.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:09:10 smithi192 bash[19392]: audit 2024-09-18T14:09:09.197606+0000 mon.a (mon.0) 602 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:09:10.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:09:10 smithi192 bash[19392]: audit 2024-09-18T14:09:09.198966+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T14:09:10.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:09:10 smithi192 bash[19392]: cluster 2024-09-18T14:09:09.200779+0000 mgr.a (mgr.14150) 218 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 875 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:09:10.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:09:10 smithi192 bash[19392]: audit 2024-09-18T14:09:09.204681+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:09:10.522 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:09:10 smithi161 bash[19407]: audit 2024-09-18T14:09:08.243207+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-18T14:09:10.522 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:09:10 smithi161 bash[19407]: audit 2024-09-18T14:09:09.169544+0000 mon.b (mon.2) 12 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-18T14:09:10.523 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:09:10 smithi161 bash[19407]: audit 2024-09-18T14:09:09.185962+0000 mon.a (mon.0) 598 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:09:10.523 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:09:10 smithi161 bash[19407]: audit 2024-09-18T14:09:09.191272+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:09:10.523 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:09:10 smithi161 bash[19407]: audit 2024-09-18T14:09:09.193970+0000 mon.a (mon.0) 600 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T14:09:10.523 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:09:10 smithi161 bash[19407]: audit 2024-09-18T14:09:09.197399+0000 mon.a (mon.0) 601 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:09:10.523 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:09:10 smithi161 bash[19407]: audit 2024-09-18T14:09:09.197606+0000 mon.a (mon.0) 602 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:09:10.523 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:09:10 smithi161 bash[19407]: audit 2024-09-18T14:09:09.198966+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T14:09:10.523 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:09:10 smithi161 bash[19407]: cluster 2024-09-18T14:09:09.200779+0000 mgr.a (mgr.14150) 218 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 875 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:09:10.523 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:09:10 smithi161 bash[19407]: audit 2024-09-18T14:09:09.204681+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:09:11.214 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:09:11 smithi135 bash[18657]: cluster 2024-09-18T14:09:10.195049+0000 mon.a (mon.0) 605 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-09-18T14:09:11.518 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:09:11 smithi192 bash[19392]: cluster 2024-09-18T14:09:10.195049+0000 mon.a (mon.0) 605 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-09-18T14:09:11.518 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:09:11 smithi192 bash[19392]: cluster 2024-09-18T14:09:10.195117+0000 mon.a (mon.0) 606 : cluster [INF] Cluster is now healthy 2024-09-18T14:09:11.522 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:09:11 smithi161 bash[19407]: cluster 2024-09-18T14:09:10.195049+0000 mon.a (mon.0) 605 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-09-18T14:09:11.522 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:09:11 smithi161 bash[19407]: cluster 2024-09-18T14:09:10.195117+0000 mon.a (mon.0) 606 : cluster [INF] Cluster is now healthy 2024-09-18T14:09:11.706 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:09:11 smithi135 bash[18657]: cluster 2024-09-18T14:09:10.195117+0000 mon.a (mon.0) 606 : cluster [INF] Cluster is now healthy 2024-09-18T14:09:12.206 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:09:12 smithi135 bash[18657]: cluster 2024-09-18T14:09:11.201273+0000 mgr.a (mgr.14150) 219 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 875 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:09:12.518 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:09:12 smithi192 bash[19392]: cluster 2024-09-18T14:09:11.201273+0000 mgr.a (mgr.14150) 219 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 875 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:09:12.522 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:09:12 smithi161 bash[19407]: cluster 2024-09-18T14:09:11.201273+0000 mgr.a (mgr.14150) 219 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 875 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:09:13.291 INFO:teuthology.orchestra.run.smithi135.stdout: 2024-09-18T14:09:13.706 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:09:13 smithi135 bash[18657]: audit 2024-09-18T14:09:12.564085+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:09:13.706 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:09:13 smithi135 bash[18657]: audit 2024-09-18T14:09:12.572798+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:09:13.706 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:09:13 smithi135 bash[18657]: audit 2024-09-18T14:09:12.581045+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:09:13.706 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:09:13 smithi135 bash[18657]: audit 2024-09-18T14:09:13.290824+0000 mon.a (mon.0) 610 : audit [DBG] from='client.? 172.21.15.135:0/1542163357' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-18T14:09:13.706 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:09:13 smithi135 bash[18657]: audit 2024-09-18T14:09:13.401349+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:09:13.706 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:09:13 smithi135 bash[18657]: audit 2024-09-18T14:09:13.410583+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:09:13.707 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:09:13 smithi135 bash[18657]: audit 2024-09-18T14:09:13.419875+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:09:13.772 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:09:13 smithi161 bash[19407]: audit 2024-09-18T14:09:12.564085+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:09:13.773 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:09:13 smithi161 bash[19407]: audit 2024-09-18T14:09:12.572798+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:09:13.773 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:09:13 smithi161 bash[19407]: audit 2024-09-18T14:09:12.581045+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:09:13.773 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:09:13 smithi161 bash[19407]: audit 2024-09-18T14:09:13.290824+0000 mon.a (mon.0) 610 : audit [DBG] from='client.? 172.21.15.135:0/1542163357' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-18T14:09:13.773 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:09:13 smithi161 bash[19407]: audit 2024-09-18T14:09:13.401349+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:09:13.773 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:09:13 smithi161 bash[19407]: audit 2024-09-18T14:09:13.410583+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:09:13.773 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:09:13 smithi161 bash[19407]: audit 2024-09-18T14:09:13.419875+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:09:14.018 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:09:13 smithi192 bash[19392]: audit 2024-09-18T14:09:12.564085+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:09:14.019 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:09:13 smithi192 bash[19392]: audit 2024-09-18T14:09:12.572798+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:09:14.019 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:09:13 smithi192 bash[19392]: audit 2024-09-18T14:09:12.581045+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:09:14.019 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:09:13 smithi192 bash[19392]: audit 2024-09-18T14:09:13.290824+0000 mon.a (mon.0) 610 : audit [DBG] from='client.? 172.21.15.135:0/1542163357' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-18T14:09:14.019 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:09:13 smithi192 bash[19392]: audit 2024-09-18T14:09:13.401349+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:09:14.019 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:09:13 smithi192 bash[19392]: audit 2024-09-18T14:09:13.410583+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:09:14.019 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:09:13 smithi192 bash[19392]: audit 2024-09-18T14:09:13.419875+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:09:14.113 INFO:teuthology.orchestra.run.smithi135.stdout:{"epoch":22,"num_osds":3,"num_up_osds":3,"osd_up_since":1726668540,"num_in_osds":3,"osd_in_since":1726668513,"num_remapped_pgs":0} 2024-09-18T14:09:14.114 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7061ea6ca50908d104e9f3979dc615e118d9e153 shell --fsid 8600d7e2-75c6-11ef-bceb-c7b262605968 -- ceph osd dump --format=json 2024-09-18T14:09:14.942 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:09:14 smithi192 bash[19392]: cluster 2024-09-18T14:09:13.201696+0000 mgr.a (mgr.14150) 220 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail; 1.6 KiB/s rd, 46 KiB/s wr, 4 op/s 2024-09-18T14:09:14.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:09:14 smithi135 bash[18657]: cluster 2024-09-18T14:09:13.201696+0000 mgr.a (mgr.14150) 220 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail; 1.6 KiB/s rd, 46 KiB/s wr, 4 op/s 2024-09-18T14:09:15.022 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:09:14 smithi161 bash[19407]: cluster 2024-09-18T14:09:13.201696+0000 mgr.a (mgr.14150) 220 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail; 1.6 KiB/s rd, 46 KiB/s wr, 4 op/s 2024-09-18T14:09:16.768 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:09:16 smithi192 bash[19392]: cluster 2024-09-18T14:09:15.202174+0000 mgr.a (mgr.14150) 221 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail; 1.2 KiB/s rd, 34 KiB/s wr, 3 op/s 2024-09-18T14:09:16.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:09:16 smithi135 bash[18657]: cluster 2024-09-18T14:09:15.202174+0000 mgr.a (mgr.14150) 221 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail; 1.2 KiB/s rd, 34 KiB/s wr, 3 op/s 2024-09-18T14:09:17.022 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:09:16 smithi161 bash[19407]: cluster 2024-09-18T14:09:15.202174+0000 mgr.a (mgr.14150) 221 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail; 1.2 KiB/s rd, 34 KiB/s wr, 3 op/s 2024-09-18T14:09:18.842 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /var/lib/ceph/8600d7e2-75c6-11ef-bceb-c7b262605968/mon.a/config 2024-09-18T14:09:18.881 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:09:18 smithi192 bash[19392]: cluster 2024-09-18T14:09:17.202714+0000 mgr.a (mgr.14150) 222 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail; 944 B/s rd, 27 KiB/s wr, 2 op/s 2024-09-18T14:09:18.947 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:09:18 smithi135 bash[18657]: cluster 2024-09-18T14:09:17.202714+0000 mgr.a (mgr.14150) 222 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail; 944 B/s rd, 27 KiB/s wr, 2 op/s 2024-09-18T14:09:19.022 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:09:18 smithi161 bash[19407]: cluster 2024-09-18T14:09:17.202714+0000 mgr.a (mgr.14150) 222 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail; 944 B/s rd, 27 KiB/s wr, 2 op/s 2024-09-18T14:09:20.943 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:09:20 smithi135 bash[18657]: cluster 2024-09-18T14:09:19.203252+0000 mgr.a (mgr.14150) 223 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail; 784 B/s rd, 22 KiB/s wr, 2 op/s 2024-09-18T14:09:21.018 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:09:20 smithi192 bash[19392]: cluster 2024-09-18T14:09:19.203252+0000 mgr.a (mgr.14150) 223 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail; 784 B/s rd, 22 KiB/s wr, 2 op/s 2024-09-18T14:09:21.022 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:09:20 smithi161 bash[19407]: cluster 2024-09-18T14:09:19.203252+0000 mgr.a (mgr.14150) 223 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail; 784 B/s rd, 22 KiB/s wr, 2 op/s 2024-09-18T14:09:22.250 INFO:teuthology.orchestra.run.smithi135.stdout: 2024-09-18T14:09:22.250 INFO:teuthology.orchestra.run.smithi135.stdout:{"epoch":22,"fsid":"8600d7e2-75c6-11ef-bceb-c7b262605968","created":"2024-09-18T14:03:03.265052+0000","modified":"2024-09-18T14:09:04.531816+0000","last_up_change":"2024-09-18T14:09:00.494804+0000","last_in_change":"2024-09-18T14:08:33.798161+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":"quincy","pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-09-18T14:09:01.938707+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}}}],"osds":[{"osd":0,"uuid":"4f08ae0e-2e84-48dd-8e04-555049ed3182","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.135:6802","nonce":2486028284},{"type":"v1","addr":"172.21.15.135:6803","nonce":2486028284}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6804","nonce":2486028284},{"type":"v1","addr":"172.21.15.135:6805","nonce":2486028284}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6808","nonce":2486028284},{"type":"v1","addr":"172.21.15.135:6809","nonce":2486028284}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6806","nonce":2486028284},{"type":"v1","addr":"172.21.15.135:6807","nonce":2486028284}]},"public_addr":"172.21.15.135:6803/2486028284","cluster_addr":"172.21.15.135:6805/2486028284","heartbeat_back_addr":"172.21.15.135:6809/2486028284","heartbeat_front_addr":"172.21.15.135:6807/2486028284","state":["exists","up"]},{"osd":1,"uuid":"14a8d13a-9205-4069-9d2b-19e3f6d158f3","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":20,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6800","nonce":1834256462},{"type":"v1","addr":"172.21.15.161:6801","nonce":1834256462}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6802","nonce":1834256462},{"type":"v1","addr":"172.21.15.161:6803","nonce":1834256462}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6806","nonce":1834256462},{"type":"v1","addr":"172.21.15.161:6807","nonce":1834256462}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6804","nonce":1834256462},{"type":"v1","addr":"172.21.15.161:6805","nonce":1834256462}]},"public_addr":"172.21.15.161:6801/1834256462","cluster_addr":"172.21.15.161:6803/1834256462","heartbeat_back_addr":"172.21.15.161:6807/1834256462","heartbeat_front_addr":"172.21.15.161:6805/1834256462","state":["exists","up"]},{"osd":2,"uuid":"0a015931-98c0-43f6-a71e-6a6dbe089f8a","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.192:6800","nonce":429482268},{"type":"v1","addr":"172.21.15.192:6801","nonce":429482268}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6802","nonce":429482268},{"type":"v1","addr":"172.21.15.192:6803","nonce":429482268}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6806","nonce":429482268},{"type":"v1","addr":"172.21.15.192:6807","nonce":429482268}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6804","nonce":429482268},{"type":"v1","addr":"172.21.15.192:6805","nonce":429482268}]},"public_addr":"172.21.15.192:6801/429482268","cluster_addr":"172.21.15.192:6803/429482268","heartbeat_back_addr":"172.21.15.192:6807/429482268","heartbeat_front_addr":"172.21.15.192:6805/429482268","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2024-09-18T14:07:14.885182+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2024-09-18T14:08:05.121307+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2024-09-18T14:08:59.284788+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.135:0/2588668842":"2024-09-19T14:04:07.311162+0000","172.21.15.135:6800/454375270":"2024-09-19T14:04:07.311162+0000","172.21.15.135:0/466464587":"2024-09-19T14:04:07.311162+0000","172.21.15.135:0/2584728572":"2024-09-19T14:03:32.031205+0000","172.21.15.135:6801/454375270":"2024-09-19T14:04:07.311162+0000","172.21.15.135:0/1482476197":"2024-09-19T14:03:32.031205+0000","172.21.15.135:0/3671475560":"2024-09-19T14:04:07.311162+0000","172.21.15.135:0/1023596646":"2024-09-19T14:03:32.031205+0000","172.21.15.135:6801/3695756633":"2024-09-19T14:03:32.031205+0000","172.21.15.135:6800/3695756633":"2024-09-19T14:03:32.031205+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-09-18T14:09:22.706 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:09:22 smithi135 bash[18657]: cluster 2024-09-18T14:09:21.203812+0000 mgr.a (mgr.14150) 224 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2024-09-18T14:09:22.706 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:09:22 smithi135 bash[18657]: audit 2024-09-18T14:09:22.248558+0000 mon.a (mon.0) 614 : audit [DBG] from='client.? 172.21.15.135:0/3723205702' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-18T14:09:22.987 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-09-18T14:09:01.938707+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '22', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr': {}}}] 2024-09-18T14:09:22.988 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7061ea6ca50908d104e9f3979dc615e118d9e153 shell --fsid 8600d7e2-75c6-11ef-bceb-c7b262605968 -- ceph osd pool get .mgr pg_num 2024-09-18T14:09:23.018 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:09:22 smithi192 bash[19392]: cluster 2024-09-18T14:09:21.203812+0000 mgr.a (mgr.14150) 224 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2024-09-18T14:09:23.019 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:09:22 smithi192 bash[19392]: audit 2024-09-18T14:09:22.248558+0000 mon.a (mon.0) 614 : audit [DBG] from='client.? 172.21.15.135:0/3723205702' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-18T14:09:23.022 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:09:22 smithi161 bash[19407]: cluster 2024-09-18T14:09:21.203812+0000 mgr.a (mgr.14150) 224 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2024-09-18T14:09:23.022 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:09:22 smithi161 bash[19407]: audit 2024-09-18T14:09:22.248558+0000 mon.a (mon.0) 614 : audit [DBG] from='client.? 172.21.15.135:0/3723205702' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-18T14:09:24.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:09:24 smithi135 bash[18657]: cluster 2024-09-18T14:09:23.204375+0000 mgr.a (mgr.14150) 225 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2024-09-18T14:09:25.018 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:09:24 smithi192 bash[19392]: cluster 2024-09-18T14:09:23.204375+0000 mgr.a (mgr.14150) 225 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2024-09-18T14:09:25.022 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:09:24 smithi161 bash[19407]: cluster 2024-09-18T14:09:23.204375+0000 mgr.a (mgr.14150) 225 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2024-09-18T14:09:26.772 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:09:26 smithi161 bash[19407]: cluster 2024-09-18T14:09:25.204872+0000 mgr.a (mgr.14150) 226 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:09:26.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:09:26 smithi135 bash[18657]: cluster 2024-09-18T14:09:25.204872+0000 mgr.a (mgr.14150) 226 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:09:27.018 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:09:26 smithi192 bash[19392]: cluster 2024-09-18T14:09:25.204872+0000 mgr.a (mgr.14150) 226 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:09:28.290 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /var/lib/ceph/8600d7e2-75c6-11ef-bceb-c7b262605968/mon.a/config 2024-09-18T14:09:28.706 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:09:28 smithi135 bash[18657]: cluster 2024-09-18T14:09:27.205537+0000 mgr.a (mgr.14150) 227 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:09:29.018 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:09:28 smithi192 bash[19392]: cluster 2024-09-18T14:09:27.205537+0000 mgr.a (mgr.14150) 227 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:09:29.022 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:09:28 smithi161 bash[19407]: cluster 2024-09-18T14:09:27.205537+0000 mgr.a (mgr.14150) 227 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:09:29.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:09:29 smithi135 bash[18657]: audit 2024-09-18T14:09:28.819384+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:09:29.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:09:29 smithi135 bash[18657]: audit 2024-09-18T14:09:28.825675+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:09:29.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:09:29 smithi135 bash[18657]: audit 2024-09-18T14:09:28.834522+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:09:30.120 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:09:29 smithi161 bash[19407]: audit 2024-09-18T14:09:28.819384+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:09:30.120 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:09:29 smithi161 bash[19407]: audit 2024-09-18T14:09:28.825675+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:09:30.120 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:09:29 smithi161 bash[19407]: audit 2024-09-18T14:09:28.834522+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:09:30.268 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:09:29 smithi192 bash[19392]: audit 2024-09-18T14:09:28.819384+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:09:30.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:09:29 smithi192 bash[19392]: audit 2024-09-18T14:09:28.825675+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:09:30.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:09:29 smithi192 bash[19392]: audit 2024-09-18T14:09:28.834522+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:09:31.206 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:09:30 smithi135 bash[18657]: cluster 2024-09-18T14:09:29.206138+0000 mgr.a (mgr.14150) 228 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:09:31.268 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:09:30 smithi192 bash[19392]: cluster 2024-09-18T14:09:29.206138+0000 mgr.a (mgr.14150) 228 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:09:31.272 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:09:30 smithi161 bash[19407]: cluster 2024-09-18T14:09:29.206138+0000 mgr.a (mgr.14150) 228 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:09:31.846 INFO:teuthology.orchestra.run.smithi135.stdout:pg_num: 1 2024-09-18T14:09:32.632 INFO:tasks.cephadm:Setting up client nodes... 2024-09-18T14:09:32.633 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-09-18T14:09:32.633 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-09-18T14:09:32.633 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7061ea6ca50908d104e9f3979dc615e118d9e153 shell --fsid 8600d7e2-75c6-11ef-bceb-c7b262605968 -- ceph mgr dump --format=json 2024-09-18T14:09:32.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:09:32 smithi135 bash[18657]: cluster 2024-09-18T14:09:31.206633+0000 mgr.a (mgr.14150) 229 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:09:32.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:09:32 smithi135 bash[18657]: audit 2024-09-18T14:09:31.845200+0000 mon.a (mon.0) 618 : audit [DBG] from='client.? 172.21.15.135:0/971398455' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-09-18T14:09:32.957 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:09:32 smithi135 bash[18657]: audit 2024-09-18T14:09:32.739421+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:09:32.957 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:09:32 smithi135 bash[18657]: audit 2024-09-18T14:09:32.747798+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:09:32.957 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:09:32 smithi135 bash[18657]: audit 2024-09-18T14:09:32.757782+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:09:33.268 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:09:32 smithi192 bash[19392]: cluster 2024-09-18T14:09:31.206633+0000 mgr.a (mgr.14150) 229 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:09:33.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:09:32 smithi192 bash[19392]: audit 2024-09-18T14:09:31.845200+0000 mon.a (mon.0) 618 : audit [DBG] from='client.? 172.21.15.135:0/971398455' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-09-18T14:09:33.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:09:32 smithi192 bash[19392]: audit 2024-09-18T14:09:32.739421+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:09:33.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:09:32 smithi192 bash[19392]: audit 2024-09-18T14:09:32.747798+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:09:33.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:09:32 smithi192 bash[19392]: audit 2024-09-18T14:09:32.757782+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:09:33.272 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:09:32 smithi161 bash[19407]: cluster 2024-09-18T14:09:31.206633+0000 mgr.a (mgr.14150) 229 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:09:33.272 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:09:32 smithi161 bash[19407]: audit 2024-09-18T14:09:31.845200+0000 mon.a (mon.0) 618 : audit [DBG] from='client.? 172.21.15.135:0/971398455' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-09-18T14:09:33.272 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:09:32 smithi161 bash[19407]: audit 2024-09-18T14:09:32.739421+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:09:33.272 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:09:32 smithi161 bash[19407]: audit 2024-09-18T14:09:32.747798+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:09:33.272 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:09:32 smithi161 bash[19407]: audit 2024-09-18T14:09:32.757782+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:09:34.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:09:34 smithi135 bash[18657]: cluster 2024-09-18T14:09:33.207253+0000 mgr.a (mgr.14150) 230 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:09:34.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:09:34 smithi135 bash[18657]: audit 2024-09-18T14:09:33.580548+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:09:34.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:09:34 smithi135 bash[18657]: audit 2024-09-18T14:09:33.590096+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:09:34.957 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:09:34 smithi135 bash[18657]: audit 2024-09-18T14:09:33.600751+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:09:35.018 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:09:34 smithi192 bash[19392]: cluster 2024-09-18T14:09:33.207253+0000 mgr.a (mgr.14150) 230 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:09:35.019 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:09:34 smithi192 bash[19392]: audit 2024-09-18T14:09:33.580548+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:09:35.019 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:09:34 smithi192 bash[19392]: audit 2024-09-18T14:09:33.590096+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:09:35.019 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:09:34 smithi192 bash[19392]: audit 2024-09-18T14:09:33.600751+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:09:35.022 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:09:34 smithi161 bash[19407]: cluster 2024-09-18T14:09:33.207253+0000 mgr.a (mgr.14150) 230 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:09:35.022 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:09:34 smithi161 bash[19407]: audit 2024-09-18T14:09:33.580548+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:09:35.022 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:09:34 smithi161 bash[19407]: audit 2024-09-18T14:09:33.590096+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:09:35.022 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:09:34 smithi161 bash[19407]: audit 2024-09-18T14:09:33.600751+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:09:36.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:09:36 smithi135 bash[18657]: cluster 2024-09-18T14:09:35.207787+0000 mgr.a (mgr.14150) 231 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:09:37.018 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:09:36 smithi192 bash[19392]: cluster 2024-09-18T14:09:35.207787+0000 mgr.a (mgr.14150) 231 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:09:37.022 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:09:36 smithi161 bash[19407]: cluster 2024-09-18T14:09:35.207787+0000 mgr.a (mgr.14150) 231 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:09:37.358 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /var/lib/ceph/8600d7e2-75c6-11ef-bceb-c7b262605968/mon.a/config 2024-09-18T14:09:38.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:09:38 smithi192 bash[19392]: cluster 2024-09-18T14:09:37.208411+0000 mgr.a (mgr.14150) 232 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:09:38.876 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:09:38 smithi135 bash[18657]: cluster 2024-09-18T14:09:37.208411+0000 mgr.a (mgr.14150) 232 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:09:39.022 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:09:38 smithi161 bash[19407]: cluster 2024-09-18T14:09:37.208411+0000 mgr.a (mgr.14150) 232 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:09:40.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:09:40 smithi135 bash[18657]: cluster 2024-09-18T14:09:39.208969+0000 mgr.a (mgr.14150) 233 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:09:40.971 INFO:teuthology.orchestra.run.smithi135.stdout: 2024-09-18T14:09:41.018 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:09:40 smithi192 bash[19392]: cluster 2024-09-18T14:09:39.208969+0000 mgr.a (mgr.14150) 233 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:09:41.022 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:09:40 smithi161 bash[19407]: cluster 2024-09-18T14:09:39.208969+0000 mgr.a (mgr.14150) 233 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:09:41.648 INFO:teuthology.orchestra.run.smithi135.stdout:{"epoch":15,"flags":0,"active_gid":14150,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6800","nonce":1933852928},{"type":"v1","addr":"172.21.15.135:6801","nonce":1933852928}]},"active_addr":"172.21.15.135:6801/1933852928","active_change":"2024-09-18T14:04:07.311386+0000","active_mgr_features":4540138320759226367,"available":true,"standbys":[{"gid":24116,"name":"b","mgr_features":4540138320759226367,"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":"7","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 or 7 = 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":"2400","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":"7","min":"0","max":"7","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 or 7 = 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","upmap"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"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_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/ceph-grafana:9.4.7","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_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.1.5","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_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_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":[]},"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":[]},"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":[]},"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":[]},"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":"False","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":[]},"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":"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":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_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":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_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":{"drive_group_interval":{"name":"drive_group_interval","type":"float","level":"advanced","flags":0,"default_value":"300.0","min":"","max":"","enum_allowed":[],"desc":"interval in seconds between re-application of applied drive_groups","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":[]},"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":"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":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_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":[]},"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":[]},"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":"7","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 or 7 = 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":"2400","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":"7","min":"0","max":"7","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 or 7 = 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","upmap"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"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_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/ceph-grafana:9.4.7","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_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.1.5","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_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_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":[]},"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":[]},"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":[]},"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":[]},"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":"False","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":[]},"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":"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":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_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":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_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":{"drive_group_interval":{"name":"drive_group_interval","type":"float","level":"advanced","flags":0,"default_value":"300.0","min":"","max":"","enum_allowed":[],"desc":"interval in seconds between re-application of applied drive_groups","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":[]},"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":"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":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_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":[]},"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":[]},"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.135: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"]},"last_failure_osd_epoch":3,"active_clients":[{"name":"devicehealth","addrvec":[{"type":"v2","addr":"172.21.15.135:0","nonce":1229261332}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.135:0","nonce":2010468901}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.135:0","nonce":894431741}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.135:0","nonce":3304578521}]}]} 2024-09-18T14:09:41.654 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-09-18T14:09:41.654 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-09-18T14:09:41.655 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7061ea6ca50908d104e9f3979dc615e118d9e153 shell --fsid 8600d7e2-75c6-11ef-bceb-c7b262605968 -- ceph osd dump --format=json 2024-09-18T14:09:41.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:09:41 smithi135 bash[18657]: audit 2024-09-18T14:09:40.961298+0000 mon.a (mon.0) 625 : audit [DBG] from='client.? 172.21.15.135:0/3724282849' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-18T14:09:42.018 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:09:41 smithi192 bash[19392]: audit 2024-09-18T14:09:40.961298+0000 mon.a (mon.0) 625 : audit [DBG] from='client.? 172.21.15.135:0/3724282849' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-18T14:09:42.022 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:09:41 smithi161 bash[19407]: audit 2024-09-18T14:09:40.961298+0000 mon.a (mon.0) 625 : audit [DBG] from='client.? 172.21.15.135:0/3724282849' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-18T14:09:42.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:09:42 smithi135 bash[18657]: cluster 2024-09-18T14:09:41.209514+0000 mgr.a (mgr.14150) 234 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:09:43.021 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:09:42 smithi192 bash[19392]: cluster 2024-09-18T14:09:41.209514+0000 mgr.a (mgr.14150) 234 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:09:43.025 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:09:42 smithi161 bash[19407]: cluster 2024-09-18T14:09:41.209514+0000 mgr.a (mgr.14150) 234 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:09:44.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:09:44 smithi135 bash[18657]: cluster 2024-09-18T14:09:43.210082+0000 mgr.a (mgr.14150) 235 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:09:45.018 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:09:44 smithi192 bash[19392]: cluster 2024-09-18T14:09:43.210082+0000 mgr.a (mgr.14150) 235 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:09:45.022 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:09:44 smithi161 bash[19407]: cluster 2024-09-18T14:09:43.210082+0000 mgr.a (mgr.14150) 235 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:09:46.423 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /var/lib/ceph/8600d7e2-75c6-11ef-bceb-c7b262605968/mon.a/config 2024-09-18T14:09:46.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:09:46 smithi135 bash[18657]: cluster 2024-09-18T14:09:45.210586+0000 mgr.a (mgr.14150) 236 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:09:47.018 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:09:46 smithi192 bash[19392]: cluster 2024-09-18T14:09:45.210586+0000 mgr.a (mgr.14150) 236 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:09:47.022 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:09:46 smithi161 bash[19407]: cluster 2024-09-18T14:09:45.210586+0000 mgr.a (mgr.14150) 236 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:09:48.772 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:09:48 smithi161 bash[19407]: cluster 2024-09-18T14:09:47.211145+0000 mgr.a (mgr.14150) 237 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:09:48.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:09:48 smithi135 bash[18657]: cluster 2024-09-18T14:09:47.211145+0000 mgr.a (mgr.14150) 237 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:09:49.018 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:09:48 smithi192 bash[19392]: cluster 2024-09-18T14:09:47.211145+0000 mgr.a (mgr.14150) 237 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:09:50.272 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:09:50 smithi161 bash[19407]: audit 2024-09-18T14:09:49.040285+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:09:50.273 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:09:50 smithi161 bash[19407]: audit 2024-09-18T14:09:49.048053+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:09:50.273 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:09:50 smithi161 bash[19407]: audit 2024-09-18T14:09:49.060117+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:09:50.456 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:09:50 smithi135 bash[18657]: audit 2024-09-18T14:09:49.040285+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:09:50.456 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:09:50 smithi135 bash[18657]: audit 2024-09-18T14:09:49.048053+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:09:50.456 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:09:50 smithi135 bash[18657]: audit 2024-09-18T14:09:49.060117+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:09:50.518 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:09:50 smithi192 bash[19392]: audit 2024-09-18T14:09:49.040285+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:09:50.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:09:50 smithi192 bash[19392]: audit 2024-09-18T14:09:49.048053+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:09:50.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:09:50 smithi192 bash[19392]: audit 2024-09-18T14:09:49.060117+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:09:50.893 INFO:teuthology.orchestra.run.smithi135.stdout: 2024-09-18T14:09:50.893 INFO:teuthology.orchestra.run.smithi135.stdout:{"epoch":22,"fsid":"8600d7e2-75c6-11ef-bceb-c7b262605968","created":"2024-09-18T14:03:03.265052+0000","modified":"2024-09-18T14:09:04.531816+0000","last_up_change":"2024-09-18T14:09:00.494804+0000","last_in_change":"2024-09-18T14:08:33.798161+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":"quincy","pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-09-18T14:09:01.938707+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}}}],"osds":[{"osd":0,"uuid":"4f08ae0e-2e84-48dd-8e04-555049ed3182","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.135:6802","nonce":2486028284},{"type":"v1","addr":"172.21.15.135:6803","nonce":2486028284}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6804","nonce":2486028284},{"type":"v1","addr":"172.21.15.135:6805","nonce":2486028284}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6808","nonce":2486028284},{"type":"v1","addr":"172.21.15.135:6809","nonce":2486028284}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6806","nonce":2486028284},{"type":"v1","addr":"172.21.15.135:6807","nonce":2486028284}]},"public_addr":"172.21.15.135:6803/2486028284","cluster_addr":"172.21.15.135:6805/2486028284","heartbeat_back_addr":"172.21.15.135:6809/2486028284","heartbeat_front_addr":"172.21.15.135:6807/2486028284","state":["exists","up"]},{"osd":1,"uuid":"14a8d13a-9205-4069-9d2b-19e3f6d158f3","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":20,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6800","nonce":1834256462},{"type":"v1","addr":"172.21.15.161:6801","nonce":1834256462}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6802","nonce":1834256462},{"type":"v1","addr":"172.21.15.161:6803","nonce":1834256462}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6806","nonce":1834256462},{"type":"v1","addr":"172.21.15.161:6807","nonce":1834256462}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6804","nonce":1834256462},{"type":"v1","addr":"172.21.15.161:6805","nonce":1834256462}]},"public_addr":"172.21.15.161:6801/1834256462","cluster_addr":"172.21.15.161:6803/1834256462","heartbeat_back_addr":"172.21.15.161:6807/1834256462","heartbeat_front_addr":"172.21.15.161:6805/1834256462","state":["exists","up"]},{"osd":2,"uuid":"0a015931-98c0-43f6-a71e-6a6dbe089f8a","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.192:6800","nonce":429482268},{"type":"v1","addr":"172.21.15.192:6801","nonce":429482268}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6802","nonce":429482268},{"type":"v1","addr":"172.21.15.192:6803","nonce":429482268}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6806","nonce":429482268},{"type":"v1","addr":"172.21.15.192:6807","nonce":429482268}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6804","nonce":429482268},{"type":"v1","addr":"172.21.15.192:6805","nonce":429482268}]},"public_addr":"172.21.15.192:6801/429482268","cluster_addr":"172.21.15.192:6803/429482268","heartbeat_back_addr":"172.21.15.192:6807/429482268","heartbeat_front_addr":"172.21.15.192:6805/429482268","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2024-09-18T14:07:14.885182+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2024-09-18T14:08:05.121307+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2024-09-18T14:08:59.284788+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.135:0/2588668842":"2024-09-19T14:04:07.311162+0000","172.21.15.135:6800/454375270":"2024-09-19T14:04:07.311162+0000","172.21.15.135:0/466464587":"2024-09-19T14:04:07.311162+0000","172.21.15.135:0/2584728572":"2024-09-19T14:03:32.031205+0000","172.21.15.135:6801/454375270":"2024-09-19T14:04:07.311162+0000","172.21.15.135:0/1482476197":"2024-09-19T14:03:32.031205+0000","172.21.15.135:0/3671475560":"2024-09-19T14:04:07.311162+0000","172.21.15.135:0/1023596646":"2024-09-19T14:03:32.031205+0000","172.21.15.135:6801/3695756633":"2024-09-19T14:03:32.031205+0000","172.21.15.135:6800/3695756633":"2024-09-19T14:03:32.031205+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-09-18T14:09:51.206 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:09:51 smithi135 bash[18657]: cluster 2024-09-18T14:09:49.211683+0000 mgr.a (mgr.14150) 238 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:09:51.206 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:09:51 smithi135 bash[18657]: audit 2024-09-18T14:09:50.892121+0000 mon.a (mon.0) 629 : audit [DBG] from='client.? 172.21.15.135:0/2033249286' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-18T14:09:51.518 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:09:51 smithi192 bash[19392]: cluster 2024-09-18T14:09:49.211683+0000 mgr.a (mgr.14150) 238 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:09:51.518 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:09:51 smithi192 bash[19392]: audit 2024-09-18T14:09:50.892121+0000 mon.a (mon.0) 629 : audit [DBG] from='client.? 172.21.15.135:0/2033249286' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-18T14:09:51.522 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:09:51 smithi161 bash[19407]: cluster 2024-09-18T14:09:49.211683+0000 mgr.a (mgr.14150) 238 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:09:51.522 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:09:51 smithi161 bash[19407]: audit 2024-09-18T14:09:50.892121+0000 mon.a (mon.0) 629 : audit [DBG] from='client.? 172.21.15.135:0/2033249286' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-18T14:09:51.665 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-09-18T14:09:51.665 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7061ea6ca50908d104e9f3979dc615e118d9e153 shell --fsid 8600d7e2-75c6-11ef-bceb-c7b262605968 -- ceph osd dump --format=json 2024-09-18T14:09:53.456 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:09:53 smithi135 bash[18657]: cluster 2024-09-18T14:09:51.212197+0000 mgr.a (mgr.14150) 239 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:09:53.456 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:09:53 smithi135 bash[18657]: audit 2024-09-18T14:09:52.950701+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:09:53.456 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:09:53 smithi135 bash[18657]: audit 2024-09-18T14:09:52.957060+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:09:53.456 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:09:53 smithi135 bash[18657]: audit 2024-09-18T14:09:52.965946+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:09:53.518 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:09:53 smithi192 bash[19392]: cluster 2024-09-18T14:09:51.212197+0000 mgr.a (mgr.14150) 239 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:09:53.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:09:53 smithi192 bash[19392]: audit 2024-09-18T14:09:52.950701+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:09:53.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:09:53 smithi192 bash[19392]: audit 2024-09-18T14:09:52.957060+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:09:53.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:09:53 smithi192 bash[19392]: audit 2024-09-18T14:09:52.965946+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:09:53.522 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:09:53 smithi161 bash[19407]: cluster 2024-09-18T14:09:51.212197+0000 mgr.a (mgr.14150) 239 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:09:53.522 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:09:53 smithi161 bash[19407]: audit 2024-09-18T14:09:52.950701+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:09:53.522 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:09:53 smithi161 bash[19407]: audit 2024-09-18T14:09:52.957060+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:09:53.523 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:09:53 smithi161 bash[19407]: audit 2024-09-18T14:09:52.965946+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:09:55.019 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:09:54 smithi192 bash[19392]: cluster 2024-09-18T14:09:53.212742+0000 mgr.a (mgr.14150) 240 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:09:55.019 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:09:54 smithi192 bash[19392]: audit 2024-09-18T14:09:53.760607+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:09:55.019 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:09:54 smithi192 bash[19392]: audit 2024-09-18T14:09:53.774852+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:09:55.019 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:09:54 smithi192 bash[19392]: audit 2024-09-18T14:09:53.782923+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:09:55.022 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:09:54 smithi161 bash[19407]: cluster 2024-09-18T14:09:53.212742+0000 mgr.a (mgr.14150) 240 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:09:55.022 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:09:54 smithi161 bash[19407]: audit 2024-09-18T14:09:53.760607+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:09:55.022 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:09:54 smithi161 bash[19407]: audit 2024-09-18T14:09:53.774852+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:09:55.022 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:09:54 smithi161 bash[19407]: audit 2024-09-18T14:09:53.782923+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:09:55.206 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:09:54 smithi135 bash[18657]: cluster 2024-09-18T14:09:53.212742+0000 mgr.a (mgr.14150) 240 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:09:55.206 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:09:54 smithi135 bash[18657]: audit 2024-09-18T14:09:53.760607+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:09:55.207 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:09:54 smithi135 bash[18657]: audit 2024-09-18T14:09:53.774852+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:09:55.207 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:09:54 smithi135 bash[18657]: audit 2024-09-18T14:09:53.782923+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:09:56.391 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /var/lib/ceph/8600d7e2-75c6-11ef-bceb-c7b262605968/mon.a/config 2024-09-18T14:09:57.018 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:09:56 smithi192 bash[19392]: cluster 2024-09-18T14:09:55.213429+0000 mgr.a (mgr.14150) 241 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:09:57.022 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:09:56 smithi161 bash[19407]: cluster 2024-09-18T14:09:55.213429+0000 mgr.a (mgr.14150) 241 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:09:57.206 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:09:56 smithi135 bash[18657]: cluster 2024-09-18T14:09:55.213429+0000 mgr.a (mgr.14150) 241 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:09:58.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:09:58 smithi135 bash[18657]: cluster 2024-09-18T14:09:57.214061+0000 mgr.a (mgr.14150) 242 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:09:59.018 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:09:58 smithi192 bash[19392]: cluster 2024-09-18T14:09:57.214061+0000 mgr.a (mgr.14150) 242 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:09:59.022 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:09:58 smithi161 bash[19407]: cluster 2024-09-18T14:09:57.214061+0000 mgr.a (mgr.14150) 242 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:09:59.906 INFO:teuthology.orchestra.run.smithi135.stdout: 2024-09-18T14:09:59.906 INFO:teuthology.orchestra.run.smithi135.stdout:{"epoch":22,"fsid":"8600d7e2-75c6-11ef-bceb-c7b262605968","created":"2024-09-18T14:03:03.265052+0000","modified":"2024-09-18T14:09:04.531816+0000","last_up_change":"2024-09-18T14:09:00.494804+0000","last_in_change":"2024-09-18T14:08:33.798161+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":"quincy","pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-09-18T14:09:01.938707+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}}}],"osds":[{"osd":0,"uuid":"4f08ae0e-2e84-48dd-8e04-555049ed3182","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.135:6802","nonce":2486028284},{"type":"v1","addr":"172.21.15.135:6803","nonce":2486028284}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6804","nonce":2486028284},{"type":"v1","addr":"172.21.15.135:6805","nonce":2486028284}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6808","nonce":2486028284},{"type":"v1","addr":"172.21.15.135:6809","nonce":2486028284}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6806","nonce":2486028284},{"type":"v1","addr":"172.21.15.135:6807","nonce":2486028284}]},"public_addr":"172.21.15.135:6803/2486028284","cluster_addr":"172.21.15.135:6805/2486028284","heartbeat_back_addr":"172.21.15.135:6809/2486028284","heartbeat_front_addr":"172.21.15.135:6807/2486028284","state":["exists","up"]},{"osd":1,"uuid":"14a8d13a-9205-4069-9d2b-19e3f6d158f3","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":20,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6800","nonce":1834256462},{"type":"v1","addr":"172.21.15.161:6801","nonce":1834256462}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6802","nonce":1834256462},{"type":"v1","addr":"172.21.15.161:6803","nonce":1834256462}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6806","nonce":1834256462},{"type":"v1","addr":"172.21.15.161:6807","nonce":1834256462}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6804","nonce":1834256462},{"type":"v1","addr":"172.21.15.161:6805","nonce":1834256462}]},"public_addr":"172.21.15.161:6801/1834256462","cluster_addr":"172.21.15.161:6803/1834256462","heartbeat_back_addr":"172.21.15.161:6807/1834256462","heartbeat_front_addr":"172.21.15.161:6805/1834256462","state":["exists","up"]},{"osd":2,"uuid":"0a015931-98c0-43f6-a71e-6a6dbe089f8a","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.192:6800","nonce":429482268},{"type":"v1","addr":"172.21.15.192:6801","nonce":429482268}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6802","nonce":429482268},{"type":"v1","addr":"172.21.15.192:6803","nonce":429482268}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6806","nonce":429482268},{"type":"v1","addr":"172.21.15.192:6807","nonce":429482268}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6804","nonce":429482268},{"type":"v1","addr":"172.21.15.192:6805","nonce":429482268}]},"public_addr":"172.21.15.192:6801/429482268","cluster_addr":"172.21.15.192:6803/429482268","heartbeat_back_addr":"172.21.15.192:6807/429482268","heartbeat_front_addr":"172.21.15.192:6805/429482268","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2024-09-18T14:07:14.885182+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2024-09-18T14:08:05.121307+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2024-09-18T14:08:59.284788+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.135:0/2588668842":"2024-09-19T14:04:07.311162+0000","172.21.15.135:6800/454375270":"2024-09-19T14:04:07.311162+0000","172.21.15.135:0/466464587":"2024-09-19T14:04:07.311162+0000","172.21.15.135:0/2584728572":"2024-09-19T14:03:32.031205+0000","172.21.15.135:6801/454375270":"2024-09-19T14:04:07.311162+0000","172.21.15.135:0/1482476197":"2024-09-19T14:03:32.031205+0000","172.21.15.135:0/3671475560":"2024-09-19T14:04:07.311162+0000","172.21.15.135:0/1023596646":"2024-09-19T14:03:32.031205+0000","172.21.15.135:6801/3695756633":"2024-09-19T14:03:32.031205+0000","172.21.15.135:6800/3695756633":"2024-09-19T14:03:32.031205+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-09-18T14:10:00.728 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7061ea6ca50908d104e9f3979dc615e118d9e153 shell --fsid 8600d7e2-75c6-11ef-bceb-c7b262605968 -- ceph tell osd.0 flush_pg_stats 2024-09-18T14:10:00.729 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7061ea6ca50908d104e9f3979dc615e118d9e153 shell --fsid 8600d7e2-75c6-11ef-bceb-c7b262605968 -- ceph tell osd.1 flush_pg_stats 2024-09-18T14:10:00.729 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7061ea6ca50908d104e9f3979dc615e118d9e153 shell --fsid 8600d7e2-75c6-11ef-bceb-c7b262605968 -- ceph tell osd.2 flush_pg_stats 2024-09-18T14:10:01.208 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:10:00 smithi135 bash[18657]: cluster 2024-09-18T14:09:59.214620+0000 mgr.a (mgr.14150) 243 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:10:01.209 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:10:00 smithi135 bash[18657]: audit 2024-09-18T14:09:59.904663+0000 mon.a (mon.0) 636 : audit [DBG] from='client.? 172.21.15.135:0/560983173' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-18T14:10:01.209 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:10:00 smithi135 bash[18657]: cluster 2024-09-18T14:10:00.000168+0000 mon.a (mon.0) 637 : cluster [INF] overall HEALTH_OK 2024-09-18T14:10:01.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:10:00 smithi192 bash[19392]: cluster 2024-09-18T14:09:59.214620+0000 mgr.a (mgr.14150) 243 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:10:01.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:10:00 smithi192 bash[19392]: audit 2024-09-18T14:09:59.904663+0000 mon.a (mon.0) 636 : audit [DBG] from='client.? 172.21.15.135:0/560983173' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-18T14:10:01.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:10:00 smithi192 bash[19392]: cluster 2024-09-18T14:10:00.000168+0000 mon.a (mon.0) 637 : cluster [INF] overall HEALTH_OK 2024-09-18T14:10:01.272 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:10:00 smithi161 bash[19407]: cluster 2024-09-18T14:09:59.214620+0000 mgr.a (mgr.14150) 243 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:10:01.272 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:10:00 smithi161 bash[19407]: audit 2024-09-18T14:09:59.904663+0000 mon.a (mon.0) 636 : audit [DBG] from='client.? 172.21.15.135:0/560983173' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-18T14:10:01.272 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:10:00 smithi161 bash[19407]: cluster 2024-09-18T14:10:00.000168+0000 mon.a (mon.0) 637 : cluster [INF] overall HEALTH_OK 2024-09-18T14:10:03.206 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:10:02 smithi135 bash[18657]: cluster 2024-09-18T14:10:01.215143+0000 mgr.a (mgr.14150) 244 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:10:03.268 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:10:02 smithi192 bash[19392]: cluster 2024-09-18T14:10:01.215143+0000 mgr.a (mgr.14150) 244 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:10:03.272 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:10:02 smithi161 bash[19407]: cluster 2024-09-18T14:10:01.215143+0000 mgr.a (mgr.14150) 244 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:10:05.206 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:10:04 smithi135 bash[18657]: cluster 2024-09-18T14:10:03.215703+0000 mgr.a (mgr.14150) 245 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:10:05.268 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:10:04 smithi192 bash[19392]: cluster 2024-09-18T14:10:03.215703+0000 mgr.a (mgr.14150) 245 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:10:05.272 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:10:04 smithi161 bash[19407]: cluster 2024-09-18T14:10:03.215703+0000 mgr.a (mgr.14150) 245 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:10:05.456 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /var/lib/ceph/8600d7e2-75c6-11ef-bceb-c7b262605968/mon.a/config 2024-09-18T14:10:05.456 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /var/lib/ceph/8600d7e2-75c6-11ef-bceb-c7b262605968/mon.a/config 2024-09-18T14:10:05.457 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /var/lib/ceph/8600d7e2-75c6-11ef-bceb-c7b262605968/mon.a/config 2024-09-18T14:10:07.022 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:10:06 smithi161 bash[19407]: cluster 2024-09-18T14:10:05.216348+0000 mgr.a (mgr.14150) 246 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:10:07.198 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:10:06 smithi135 bash[18657]: cluster 2024-09-18T14:10:05.216348+0000 mgr.a (mgr.14150) 246 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:10:07.268 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:10:06 smithi192 bash[19392]: cluster 2024-09-18T14:10:05.216348+0000 mgr.a (mgr.14150) 246 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:10:08.839 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:10:08 smithi135 bash[18657]: cluster 2024-09-18T14:10:07.216845+0000 mgr.a (mgr.14150) 247 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:10:09.204 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:10:08 smithi161 bash[19407]: cluster 2024-09-18T14:10:07.216845+0000 mgr.a (mgr.14150) 247 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:10:09.268 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:10:08 smithi192 bash[19392]: cluster 2024-09-18T14:10:07.216845+0000 mgr.a (mgr.14150) 247 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:10:10.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:10:10 smithi192 bash[19392]: cluster 2024-09-18T14:10:09.217436+0000 mgr.a (mgr.14150) 248 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:10:10.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:10:10 smithi192 bash[19392]: audit 2024-09-18T14:10:09.250701+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:10:10.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:10:10 smithi192 bash[19392]: audit 2024-09-18T14:10:09.258648+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:10:10.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:10:10 smithi192 bash[19392]: audit 2024-09-18T14:10:09.268117+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:10:10.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:10:10 smithi192 bash[19392]: audit 2024-09-18T14:10:09.270939+0000 mon.a (mon.0) 641 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T14:10:10.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:10:10 smithi192 bash[19392]: audit 2024-09-18T14:10:09.274446+0000 mon.a (mon.0) 642 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:10:10.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:10:10 smithi192 bash[19392]: audit 2024-09-18T14:10:09.275659+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T14:10:10.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:10:10 smithi192 bash[19392]: audit 2024-09-18T14:10:09.283160+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:10:10.522 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:10:10 smithi161 bash[19407]: cluster 2024-09-18T14:10:09.217436+0000 mgr.a (mgr.14150) 248 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:10:10.522 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:10:10 smithi161 bash[19407]: audit 2024-09-18T14:10:09.250701+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:10:10.522 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:10:10 smithi161 bash[19407]: audit 2024-09-18T14:10:09.258648+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:10:10.522 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:10:10 smithi161 bash[19407]: audit 2024-09-18T14:10:09.268117+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:10:10.522 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:10:10 smithi161 bash[19407]: audit 2024-09-18T14:10:09.270939+0000 mon.a (mon.0) 641 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T14:10:10.523 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:10:10 smithi161 bash[19407]: audit 2024-09-18T14:10:09.274446+0000 mon.a (mon.0) 642 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:10:10.523 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:10:10 smithi161 bash[19407]: audit 2024-09-18T14:10:09.275659+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T14:10:10.523 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:10:10 smithi161 bash[19407]: audit 2024-09-18T14:10:09.283160+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:10:10.706 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:10:10 smithi135 bash[18657]: cluster 2024-09-18T14:10:09.217436+0000 mgr.a (mgr.14150) 248 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:10:10.707 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:10:10 smithi135 bash[18657]: audit 2024-09-18T14:10:09.250701+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:10:10.707 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:10:10 smithi135 bash[18657]: audit 2024-09-18T14:10:09.258648+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:10:10.707 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:10:10 smithi135 bash[18657]: audit 2024-09-18T14:10:09.268117+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:10:10.707 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:10:10 smithi135 bash[18657]: audit 2024-09-18T14:10:09.270939+0000 mon.a (mon.0) 641 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T14:10:10.707 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:10:10 smithi135 bash[18657]: audit 2024-09-18T14:10:09.274446+0000 mon.a (mon.0) 642 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:10:10.707 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:10:10 smithi135 bash[18657]: audit 2024-09-18T14:10:09.275659+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T14:10:10.707 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:10:10 smithi135 bash[18657]: audit 2024-09-18T14:10:09.283160+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:10:12.518 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:10:12 smithi192 bash[19392]: cluster 2024-09-18T14:10:11.217993+0000 mgr.a (mgr.14150) 249 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:10:12.522 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:10:12 smithi161 bash[19407]: cluster 2024-09-18T14:10:11.217993+0000 mgr.a (mgr.14150) 249 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:10:12.779 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:10:12 smithi135 bash[18657]: cluster 2024-09-18T14:10:11.217993+0000 mgr.a (mgr.14150) 249 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:10:14.272 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:10:14 smithi161 bash[19407]: audit 2024-09-18T14:10:13.120665+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:10:14.272 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:10:14 smithi161 bash[19407]: audit 2024-09-18T14:10:13.128960+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:10:14.273 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:10:14 smithi161 bash[19407]: audit 2024-09-18T14:10:13.136761+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:10:14.273 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:10:14 smithi161 bash[19407]: cluster 2024-09-18T14:10:13.218596+0000 mgr.a (mgr.14150) 250 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:10:14.273 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:10:14 smithi161 bash[19407]: audit 2024-09-18T14:10:13.946678+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:10:14.273 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:10:14 smithi161 bash[19407]: audit 2024-09-18T14:10:13.953393+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:10:14.273 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:10:14 smithi161 bash[19407]: audit 2024-09-18T14:10:13.962504+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:10:14.464 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:10:14 smithi135 bash[18657]: audit 2024-09-18T14:10:13.120665+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:10:14.464 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:10:14 smithi135 bash[18657]: audit 2024-09-18T14:10:13.128960+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:10:14.464 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:10:14 smithi135 bash[18657]: audit 2024-09-18T14:10:13.136761+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:10:14.464 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:10:14 smithi135 bash[18657]: cluster 2024-09-18T14:10:13.218596+0000 mgr.a (mgr.14150) 250 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:10:14.464 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:10:14 smithi135 bash[18657]: audit 2024-09-18T14:10:13.946678+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:10:14.464 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:10:14 smithi135 bash[18657]: audit 2024-09-18T14:10:13.953393+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:10:14.464 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:10:14 smithi135 bash[18657]: audit 2024-09-18T14:10:13.962504+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:10:14.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:10:14 smithi192 bash[19392]: audit 2024-09-18T14:10:13.120665+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:10:14.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:10:14 smithi192 bash[19392]: audit 2024-09-18T14:10:13.128960+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:10:14.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:10:14 smithi192 bash[19392]: audit 2024-09-18T14:10:13.136761+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:10:14.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:10:14 smithi192 bash[19392]: cluster 2024-09-18T14:10:13.218596+0000 mgr.a (mgr.14150) 250 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:10:14.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:10:14 smithi192 bash[19392]: audit 2024-09-18T14:10:13.946678+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:10:14.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:10:14 smithi192 bash[19392]: audit 2024-09-18T14:10:13.953393+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:10:14.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:10:14 smithi192 bash[19392]: audit 2024-09-18T14:10:13.962504+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:10:15.638 INFO:teuthology.orchestra.run.smithi135.stdout:34359738407 2024-09-18T14:10:15.638 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7061ea6ca50908d104e9f3979dc615e118d9e153 shell --fsid 8600d7e2-75c6-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.0 2024-09-18T14:10:16.456 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:10:16 smithi135 bash[18657]: cluster 2024-09-18T14:10:15.219211+0000 mgr.a (mgr.14150) 251 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:10:16.620 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:10:16 smithi192 bash[19392]: cluster 2024-09-18T14:10:15.219211+0000 mgr.a (mgr.14150) 251 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:10:16.624 INFO:teuthology.orchestra.run.smithi135.stdout:77309411345 2024-09-18T14:10:16.625 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7061ea6ca50908d104e9f3979dc615e118d9e153 shell --fsid 8600d7e2-75c6-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.2 2024-09-18T14:10:16.681 INFO:teuthology.orchestra.run.smithi135.stdout:55834574875 2024-09-18T14:10:16.682 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7061ea6ca50908d104e9f3979dc615e118d9e153 shell --fsid 8600d7e2-75c6-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.1 2024-09-18T14:10:16.772 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:10:16 smithi161 bash[19407]: cluster 2024-09-18T14:10:15.219211+0000 mgr.a (mgr.14150) 251 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:10:18.706 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:10:18 smithi135 bash[18657]: cluster 2024-09-18T14:10:17.219862+0000 mgr.a (mgr.14150) 252 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:10:18.768 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:10:18 smithi192 bash[19392]: cluster 2024-09-18T14:10:17.219862+0000 mgr.a (mgr.14150) 252 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:10:18.772 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:10:18 smithi161 bash[19407]: cluster 2024-09-18T14:10:17.219862+0000 mgr.a (mgr.14150) 252 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:10:20.360 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /var/lib/ceph/8600d7e2-75c6-11ef-bceb-c7b262605968/mon.a/config 2024-09-18T14:10:20.361 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /var/lib/ceph/8600d7e2-75c6-11ef-bceb-c7b262605968/mon.a/config 2024-09-18T14:10:20.559 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:10:20 smithi135 bash[18657]: cluster 2024-09-18T14:10:19.220460+0000 mgr.a (mgr.14150) 253 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:10:20.768 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:10:20 smithi192 bash[19392]: cluster 2024-09-18T14:10:19.220460+0000 mgr.a (mgr.14150) 253 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:10:20.772 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:10:20 smithi161 bash[19407]: cluster 2024-09-18T14:10:19.220460+0000 mgr.a (mgr.14150) 253 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:10:21.366 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /var/lib/ceph/8600d7e2-75c6-11ef-bceb-c7b262605968/mon.a/config 2024-09-18T14:10:22.706 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:10:22 smithi135 bash[18657]: cluster 2024-09-18T14:10:21.220979+0000 mgr.a (mgr.14150) 254 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:10:22.768 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:10:22 smithi192 bash[19392]: cluster 2024-09-18T14:10:21.220979+0000 mgr.a (mgr.14150) 254 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:10:22.772 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:10:22 smithi161 bash[19407]: cluster 2024-09-18T14:10:21.220979+0000 mgr.a (mgr.14150) 254 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:10:24.578 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:10:24 smithi135 bash[18657]: cluster 2024-09-18T14:10:23.221595+0000 mgr.a (mgr.14150) 255 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:10:24.768 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:10:24 smithi192 bash[19392]: cluster 2024-09-18T14:10:23.221595+0000 mgr.a (mgr.14150) 255 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:10:24.772 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:10:24 smithi161 bash[19407]: cluster 2024-09-18T14:10:23.221595+0000 mgr.a (mgr.14150) 255 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:10:26.644 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:10:26 smithi161 bash[19407]: cluster 2024-09-18T14:10:25.222077+0000 mgr.a (mgr.14150) 256 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:10:26.706 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:10:26 smithi135 bash[18657]: cluster 2024-09-18T14:10:25.222077+0000 mgr.a (mgr.14150) 256 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:10:26.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:10:26 smithi192 bash[19392]: cluster 2024-09-18T14:10:25.222077+0000 mgr.a (mgr.14150) 256 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:10:27.301 INFO:teuthology.orchestra.run.smithi135.stdout:77309411348 2024-09-18T14:10:27.595 INFO:teuthology.orchestra.run.smithi135.stdout:34359738409 2024-09-18T14:10:27.728 INFO:teuthology.orchestra.run.smithi135.stdout:55834574878 2024-09-18T14:10:28.335 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411345 got 77309411348 for osd.2 2024-09-18T14:10:28.336 DEBUG:teuthology.parallel:result is None 2024-09-18T14:10:28.698 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:10:28 smithi135 bash[18657]: cluster 2024-09-18T14:10:27.222505+0000 mgr.a (mgr.14150) 257 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:10:28.699 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:10:28 smithi135 bash[18657]: audit 2024-09-18T14:10:27.300503+0000 mon.a (mon.0) 651 : audit [DBG] from='client.? 172.21.15.135:0/3276662925' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-09-18T14:10:28.699 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:10:28 smithi135 bash[18657]: audit 2024-09-18T14:10:27.594738+0000 mon.a (mon.0) 652 : audit [DBG] from='client.? 172.21.15.135:0/1880800761' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-09-18T14:10:28.699 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:10:28 smithi135 bash[18657]: audit 2024-09-18T14:10:27.727213+0000 mon.a (mon.0) 653 : audit [DBG] from='client.? 172.21.15.135:0/378168749' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-09-18T14:10:28.768 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:10:28 smithi192 bash[19392]: cluster 2024-09-18T14:10:27.222505+0000 mgr.a (mgr.14150) 257 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:10:28.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:10:28 smithi192 bash[19392]: audit 2024-09-18T14:10:27.300503+0000 mon.a (mon.0) 651 : audit [DBG] from='client.? 172.21.15.135:0/3276662925' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-09-18T14:10:28.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:10:28 smithi192 bash[19392]: audit 2024-09-18T14:10:27.594738+0000 mon.a (mon.0) 652 : audit [DBG] from='client.? 172.21.15.135:0/1880800761' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-09-18T14:10:28.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:10:28 smithi192 bash[19392]: audit 2024-09-18T14:10:27.727213+0000 mon.a (mon.0) 653 : audit [DBG] from='client.? 172.21.15.135:0/378168749' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-09-18T14:10:28.772 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:10:28 smithi161 bash[19407]: cluster 2024-09-18T14:10:27.222505+0000 mgr.a (mgr.14150) 257 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:10:28.772 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:10:28 smithi161 bash[19407]: audit 2024-09-18T14:10:27.300503+0000 mon.a (mon.0) 651 : audit [DBG] from='client.? 172.21.15.135:0/3276662925' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-09-18T14:10:28.772 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:10:28 smithi161 bash[19407]: audit 2024-09-18T14:10:27.594738+0000 mon.a (mon.0) 652 : audit [DBG] from='client.? 172.21.15.135:0/1880800761' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-09-18T14:10:28.772 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:10:28 smithi161 bash[19407]: audit 2024-09-18T14:10:27.727213+0000 mon.a (mon.0) 653 : audit [DBG] from='client.? 172.21.15.135:0/378168749' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-09-18T14:10:29.519 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574875 got 55834574878 for osd.1 2024-09-18T14:10:29.519 DEBUG:teuthology.parallel:result is None 2024-09-18T14:10:29.520 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738407 got 34359738409 for osd.0 2024-09-18T14:10:29.520 DEBUG:teuthology.parallel:result is None 2024-09-18T14:10:29.520 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-09-18T14:10:29.520 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7061ea6ca50908d104e9f3979dc615e118d9e153 shell --fsid 8600d7e2-75c6-11ef-bceb-c7b262605968 -- ceph pg dump --format=json 2024-09-18T14:10:30.685 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:10:30 smithi135 bash[18657]: cluster 2024-09-18T14:10:29.223037+0000 mgr.a (mgr.14150) 258 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:10:30.685 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:10:30 smithi135 bash[18657]: audit 2024-09-18T14:10:29.465821+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:10:30.685 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:10:30 smithi135 bash[18657]: audit 2024-09-18T14:10:29.472549+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:10:30.685 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:10:30 smithi135 bash[18657]: audit 2024-09-18T14:10:29.482593+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:10:30.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:10:30 smithi192 bash[19392]: cluster 2024-09-18T14:10:29.223037+0000 mgr.a (mgr.14150) 258 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:10:30.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:10:30 smithi192 bash[19392]: audit 2024-09-18T14:10:29.465821+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:10:30.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:10:30 smithi192 bash[19392]: audit 2024-09-18T14:10:29.472549+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:10:30.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:10:30 smithi192 bash[19392]: audit 2024-09-18T14:10:29.482593+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:10:30.772 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:10:30 smithi161 bash[19407]: cluster 2024-09-18T14:10:29.223037+0000 mgr.a (mgr.14150) 258 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:10:30.772 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:10:30 smithi161 bash[19407]: audit 2024-09-18T14:10:29.465821+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:10:30.772 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:10:30 smithi161 bash[19407]: audit 2024-09-18T14:10:29.472549+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:10:30.773 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:10:30 smithi161 bash[19407]: audit 2024-09-18T14:10:29.482593+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:10:32.768 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:10:32 smithi192 bash[19392]: cluster 2024-09-18T14:10:31.223607+0000 mgr.a (mgr.14150) 259 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:10:32.772 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:10:32 smithi161 bash[19407]: cluster 2024-09-18T14:10:31.223607+0000 mgr.a (mgr.14150) 259 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:10:32.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:10:32 smithi135 bash[18657]: cluster 2024-09-18T14:10:31.223607+0000 mgr.a (mgr.14150) 259 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:10:34.422 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /var/lib/ceph/8600d7e2-75c6-11ef-bceb-c7b262605968/mon.a/config 2024-09-18T14:10:34.522 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:10:34 smithi161 bash[19407]: cluster 2024-09-18T14:10:33.224126+0000 mgr.a (mgr.14150) 260 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:10:34.522 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:10:34 smithi161 bash[19407]: audit 2024-09-18T14:10:33.289340+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:10:34.523 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:10:34 smithi161 bash[19407]: audit 2024-09-18T14:10:33.297635+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:10:34.523 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:10:34 smithi161 bash[19407]: audit 2024-09-18T14:10:33.307736+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:10:34.523 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:10:34 smithi161 bash[19407]: audit 2024-09-18T14:10:34.124599+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:10:34.523 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:10:34 smithi161 bash[19407]: audit 2024-09-18T14:10:34.132230+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:10:34.523 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:10:34 smithi161 bash[19407]: audit 2024-09-18T14:10:34.139305+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:10:34.706 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:10:34 smithi135 bash[18657]: cluster 2024-09-18T14:10:33.224126+0000 mgr.a (mgr.14150) 260 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:10:34.706 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:10:34 smithi135 bash[18657]: audit 2024-09-18T14:10:33.289340+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:10:34.707 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:10:34 smithi135 bash[18657]: audit 2024-09-18T14:10:33.297635+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:10:34.707 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:10:34 smithi135 bash[18657]: audit 2024-09-18T14:10:33.307736+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:10:34.707 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:10:34 smithi135 bash[18657]: audit 2024-09-18T14:10:34.124599+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:10:34.707 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:10:34 smithi135 bash[18657]: audit 2024-09-18T14:10:34.132230+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:10:34.707 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:10:34 smithi135 bash[18657]: audit 2024-09-18T14:10:34.139305+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:10:34.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:10:34 smithi192 bash[19392]: cluster 2024-09-18T14:10:33.224126+0000 mgr.a (mgr.14150) 260 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:10:34.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:10:34 smithi192 bash[19392]: audit 2024-09-18T14:10:33.289340+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:10:34.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:10:34 smithi192 bash[19392]: audit 2024-09-18T14:10:33.297635+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:10:34.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:10:34 smithi192 bash[19392]: audit 2024-09-18T14:10:33.307736+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:10:34.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:10:34 smithi192 bash[19392]: audit 2024-09-18T14:10:34.124599+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:10:34.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:10:34 smithi192 bash[19392]: audit 2024-09-18T14:10:34.132230+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:10:34.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:10:34 smithi192 bash[19392]: audit 2024-09-18T14:10:34.139305+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:10:36.599 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:10:36 smithi135 bash[18657]: cluster 2024-09-18T14:10:35.224627+0000 mgr.a (mgr.14150) 261 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:10:36.679 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:10:36 smithi192 bash[19392]: cluster 2024-09-18T14:10:35.224627+0000 mgr.a (mgr.14150) 261 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:10:36.772 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:10:36 smithi161 bash[19407]: cluster 2024-09-18T14:10:35.224627+0000 mgr.a (mgr.14150) 261 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:10:37.999 INFO:teuthology.orchestra.run.smithi135.stderr:dumped all 2024-09-18T14:10:37.999 INFO:teuthology.orchestra.run.smithi135.stdout: 2024-09-18T14:10:38.456 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:10:38 smithi135 bash[18657]: cluster 2024-09-18T14:10:37.225189+0000 mgr.a (mgr.14150) 262 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:10:38.456 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:10:38 smithi135 bash[18657]: audit 2024-09-18T14:10:37.997784+0000 mgr.a (mgr.14150) 263 : audit [DBG] from='client.14379 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-18T14:10:38.714 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:10:38 smithi192 bash[19392]: cluster 2024-09-18T14:10:37.225189+0000 mgr.a (mgr.14150) 262 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:10:38.714 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:10:38 smithi192 bash[19392]: audit 2024-09-18T14:10:37.997784+0000 mgr.a (mgr.14150) 263 : audit [DBG] from='client.14379 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-18T14:10:38.759 INFO:teuthology.orchestra.run.smithi135.stdout:{"pg_ready":true,"pg_map":{"version":209,"stamp":"2024-09-18T14:10:37.224932+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":894972,"kb_used_data":2292,"kb_used_omap":4,"kb_used_meta":892027,"kb_avail":280340484,"statfs":{"total":287985106944,"available":287068655616,"internally_reserved":0,"allocated":2347008,"data_stored":1943751,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":5112,"internal_metadata":913435656},"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.003074"},"pg_stats":[{"pgid":"1.0","version":"22'92","reported_seq":123,"reported_epoch":22,"state":"active+clean","last_fresh":"2024-09-18T14:09:09.192510+0000","last_change":"2024-09-18T14:09:03.530818+0000","last_active":"2024-09-18T14:09:09.192510+0000","last_peered":"2024-09-18T14:09:09.192510+0000","last_clean":"2024-09-18T14:09:09.192510+0000","last_became_active":"2024-09-18T14:09:03.529706+0000","last_became_peered":"2024-09-18T14:09:03.529706+0000","last_unstale":"2024-09-18T14:09:09.192510+0000","last_undegraded":"2024-09-18T14:09:09.192510+0000","last_fullsized":"2024-09-18T14:09:09.192510+0000","mapping_epoch":20,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":21,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-18T14:09:02.510344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-18T14:09:02.510344+0000","last_clean_scrub_stamp":"2024-09-18T14:09:02.510344+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-09-19T17:09:40.823780+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2,0],"acting":[1,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":1781760,"data_stored":1771104,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":92,"ondisk_log_size":92,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":2,"up_from":18,"seq":77309411350,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":298304,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":297342,"kb_avail":93446848,"statfs":{"total":95995035648,"available":95689572352,"internally_reserved":0,"allocated":782336,"data_stored":647917,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1704,"internal_metadata":304478552},"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":[],"network_ping_times":[{"osd":0,"last update":"Wed Sep 18 14:10:02 2024","interfaces":[{"interface":"back","average":{"1min":0.64000000000000001,"5min":0.64000000000000001,"15min":0.64000000000000001},"min":{"1min":0.53200000000000003,"5min":0.53200000000000003,"15min":0.53200000000000003},"max":{"1min":0.76400000000000001,"5min":0.76400000000000001,"15min":0.76400000000000001},"last":0.61599999999999999},{"interface":"front","average":{"1min":0.70699999999999996,"5min":0.70699999999999996,"15min":0.70699999999999996},"min":{"1min":0.57399999999999995,"5min":0.57399999999999995,"15min":0.57399999999999995},"max":{"1min":0.874,"5min":0.874,"15min":0.874},"last":0.70499999999999996}]},{"osd":1,"last update":"Wed Sep 18 14:10:02 2024","interfaces":[{"interface":"back","average":{"1min":0.78200000000000003,"5min":0.78200000000000003,"15min":0.78200000000000003},"min":{"1min":0.72299999999999998,"5min":0.72299999999999998,"15min":0.72299999999999998},"max":{"1min":0.90900000000000003,"5min":0.90900000000000003,"15min":0.90900000000000003},"last":0.79200000000000004},{"interface":"front","average":{"1min":0.78000000000000003,"5min":0.78000000000000003,"15min":0.78000000000000003},"min":{"1min":0.65400000000000003,"5min":0.65400000000000003,"15min":0.65400000000000003},"max":{"1min":0.998,"5min":0.998,"15min":0.998},"last":0.748}]}]},{"osd":1,"up_from":13,"seq":55834574880,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":298304,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":297342,"kb_avail":93446848,"statfs":{"total":95995035648,"available":95689572352,"internally_reserved":0,"allocated":782336,"data_stored":647917,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1704,"internal_metadata":304478552},"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":[],"network_ping_times":[{"osd":0,"last update":"Wed Sep 18 14:10:12 2024","interfaces":[{"interface":"back","average":{"1min":0.68500000000000005,"5min":0.68799999999999994,"15min":0.68799999999999994},"min":{"1min":0.55100000000000005,"5min":0.53300000000000003,"15min":0.53300000000000003},"max":{"1min":0.85899999999999999,"5min":1.228,"15min":1.228},"last":0.75900000000000001},{"interface":"front","average":{"1min":0.74299999999999999,"5min":0.73199999999999998,"15min":0.72999999999999998},"min":{"1min":0.60299999999999998,"5min":0.45200000000000001,"15min":0.45200000000000001},"max":{"1min":0.92500000000000004,"5min":1.292,"15min":1.292},"last":0.69299999999999995}]},{"osd":2,"last update":"Wed Sep 18 14:10:01 2024","interfaces":[{"interface":"back","average":{"1min":0.76100000000000001,"5min":0.76100000000000001,"15min":0.76100000000000001},"min":{"1min":0.59599999999999997,"5min":0.59599999999999997,"15min":0.59599999999999997},"max":{"1min":1.05,"5min":1.05,"15min":1.05},"last":0.81200000000000006},{"interface":"front","average":{"1min":0.77500000000000002,"5min":0.77500000000000002,"15min":0.77500000000000002},"min":{"1min":0.56399999999999995,"5min":0.56399999999999995,"15min":0.56399999999999995},"max":{"1min":1.135,"5min":1.135,"15min":1.135},"last":0.73099999999999998}]}]},{"osd":0,"up_from":8,"seq":34359738411,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":298364,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":297342,"kb_avail":93446788,"statfs":{"total":95995035648,"available":95689510912,"internally_reserved":0,"allocated":782336,"data_stored":647917,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1704,"internal_metadata":304478552},"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":[],"network_ping_times":[{"osd":1,"last update":"Wed Sep 18 14:10:14 2024","interfaces":[{"interface":"back","average":{"1min":0.71099999999999997,"5min":0.71899999999999997,"15min":0.71999999999999997},"min":{"1min":0.61599999999999999,"5min":0.52300000000000002,"15min":0.52300000000000002},"max":{"1min":0.83299999999999996,"5min":0.90800000000000003,"15min":0.90800000000000003},"last":0.72799999999999998},{"interface":"front","average":{"1min":0.72499999999999998,"5min":0.72799999999999998,"15min":0.72799999999999998},"min":{"1min":0.59399999999999997,"5min":0.59399999999999997,"15min":0.59399999999999997},"max":{"1min":0.83599999999999997,"5min":0.995,"15min":0.995},"last":0.69599999999999995}]},{"osd":2,"last update":"Wed Sep 18 14:10:03 2024","interfaces":[{"interface":"back","average":{"1min":0.75900000000000001,"5min":0.75900000000000001,"15min":0.75900000000000001},"min":{"1min":0.48799999999999999,"5min":0.48799999999999999,"15min":0.48799999999999999},"max":{"1min":0.93899999999999995,"5min":0.93899999999999995,"15min":0.93899999999999995},"last":0.75900000000000001},{"interface":"front","average":{"1min":0.72999999999999998,"5min":0.72999999999999998,"15min":0.72999999999999998},"min":{"1min":0.45400000000000001,"5min":0.45400000000000001,"15min":0.45400000000000001},"max":{"1min":0.88200000000000001,"5min":0.88200000000000001,"15min":0.88200000000000001},"last":0.79900000000000004}]}]}],"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-09-18T14:10:38.760 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7061ea6ca50908d104e9f3979dc615e118d9e153 shell --fsid 8600d7e2-75c6-11ef-bceb-c7b262605968 -- ceph pg dump --format=json 2024-09-18T14:10:38.772 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:10:38 smithi161 bash[19407]: cluster 2024-09-18T14:10:37.225189+0000 mgr.a (mgr.14150) 262 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:10:38.772 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:10:38 smithi161 bash[19407]: audit 2024-09-18T14:10:37.997784+0000 mgr.a (mgr.14150) 263 : audit [DBG] from='client.14379 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-18T14:10:40.706 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:10:40 smithi135 bash[18657]: cluster 2024-09-18T14:10:39.225731+0000 mgr.a (mgr.14150) 264 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:10:40.768 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:10:40 smithi192 bash[19392]: cluster 2024-09-18T14:10:39.225731+0000 mgr.a (mgr.14150) 264 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:10:40.772 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:10:40 smithi161 bash[19407]: cluster 2024-09-18T14:10:39.225731+0000 mgr.a (mgr.14150) 264 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:10:42.706 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:10:42 smithi135 bash[18657]: cluster 2024-09-18T14:10:41.226280+0000 mgr.a (mgr.14150) 265 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:10:42.768 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:10:42 smithi192 bash[19392]: cluster 2024-09-18T14:10:41.226280+0000 mgr.a (mgr.14150) 265 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:10:42.772 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:10:42 smithi161 bash[19407]: cluster 2024-09-18T14:10:41.226280+0000 mgr.a (mgr.14150) 265 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:10:43.483 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /var/lib/ceph/8600d7e2-75c6-11ef-bceb-c7b262605968/mon.a/config 2024-09-18T14:10:44.671 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:10:44 smithi135 bash[18657]: cluster 2024-09-18T14:10:43.226841+0000 mgr.a (mgr.14150) 266 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:10:44.768 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:10:44 smithi192 bash[19392]: cluster 2024-09-18T14:10:43.226841+0000 mgr.a (mgr.14150) 266 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:10:44.772 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:10:44 smithi161 bash[19407]: cluster 2024-09-18T14:10:43.226841+0000 mgr.a (mgr.14150) 266 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:10:46.706 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:10:46 smithi135 bash[18657]: cluster 2024-09-18T14:10:45.227365+0000 mgr.a (mgr.14150) 267 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:10:46.715 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:10:46 smithi161 bash[19407]: cluster 2024-09-18T14:10:45.227365+0000 mgr.a (mgr.14150) 267 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:10:46.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:10:46 smithi192 bash[19392]: cluster 2024-09-18T14:10:45.227365+0000 mgr.a (mgr.14150) 267 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:10:47.305 INFO:teuthology.orchestra.run.smithi135.stderr:dumped all 2024-09-18T14:10:47.305 INFO:teuthology.orchestra.run.smithi135.stdout: 2024-09-18T14:10:48.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:10:48 smithi192 bash[19392]: cluster 2024-09-18T14:10:47.227890+0000 mgr.a (mgr.14150) 268 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:10:48.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:10:48 smithi192 bash[19392]: audit 2024-09-18T14:10:47.302441+0000 mgr.a (mgr.14150) 269 : audit [DBG] from='client.24286 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-18T14:10:48.617 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:10:48 smithi135 bash[18657]: cluster 2024-09-18T14:10:47.227890+0000 mgr.a (mgr.14150) 268 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:10:48.618 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:10:48 smithi135 bash[18657]: audit 2024-09-18T14:10:47.302441+0000 mgr.a (mgr.14150) 269 : audit [DBG] from='client.24286 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-18T14:10:48.618 INFO:teuthology.orchestra.run.smithi135.stdout:{"pg_ready":true,"pg_map":{"version":214,"stamp":"2024-09-18T14:10:47.227648+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":894972,"kb_used_data":2292,"kb_used_omap":4,"kb_used_meta":892027,"kb_avail":280340484,"statfs":{"total":287985106944,"available":287068655616,"internally_reserved":0,"allocated":2347008,"data_stored":1943751,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":5112,"internal_metadata":913435656},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.003246"},"pg_stats":[{"pgid":"1.0","version":"22'92","reported_seq":123,"reported_epoch":22,"state":"active+clean","last_fresh":"2024-09-18T14:09:09.192510+0000","last_change":"2024-09-18T14:09:03.530818+0000","last_active":"2024-09-18T14:09:09.192510+0000","last_peered":"2024-09-18T14:09:09.192510+0000","last_clean":"2024-09-18T14:09:09.192510+0000","last_became_active":"2024-09-18T14:09:03.529706+0000","last_became_peered":"2024-09-18T14:09:03.529706+0000","last_unstale":"2024-09-18T14:09:09.192510+0000","last_undegraded":"2024-09-18T14:09:09.192510+0000","last_fullsized":"2024-09-18T14:09:09.192510+0000","mapping_epoch":20,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":21,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-18T14:09:02.510344+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-18T14:09:02.510344+0000","last_clean_scrub_stamp":"2024-09-18T14:09:02.510344+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-09-19T17:09:40.823780+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":77309411352,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":298304,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":297342,"kb_avail":93446848,"statfs":{"total":95995035648,"available":95689572352,"internally_reserved":0,"allocated":782336,"data_stored":647917,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1704,"internal_metadata":304478552},"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":[],"network_ping_times":[{"osd":0,"last update":"Wed Sep 18 14:10:02 2024","interfaces":[{"interface":"back","average":{"1min":0.64000000000000001,"5min":0.64000000000000001,"15min":0.64000000000000001},"min":{"1min":0.53200000000000003,"5min":0.53200000000000003,"15min":0.53200000000000003},"max":{"1min":0.76400000000000001,"5min":0.76400000000000001,"15min":0.76400000000000001},"last":0.77200000000000002},{"interface":"front","average":{"1min":0.70699999999999996,"5min":0.70699999999999996,"15min":0.70699999999999996},"min":{"1min":0.57399999999999995,"5min":0.57399999999999995,"15min":0.57399999999999995},"max":{"1min":0.874,"5min":0.874,"15min":0.874},"last":0.65600000000000003}]},{"osd":1,"last update":"Wed Sep 18 14:10:02 2024","interfaces":[{"interface":"back","average":{"1min":0.78200000000000003,"5min":0.78200000000000003,"15min":0.78200000000000003},"min":{"1min":0.72299999999999998,"5min":0.72299999999999998,"15min":0.72299999999999998},"max":{"1min":0.90900000000000003,"5min":0.90900000000000003,"15min":0.90900000000000003},"last":0.71599999999999997},{"interface":"front","average":{"1min":0.78000000000000003,"5min":0.78000000000000003,"15min":0.78000000000000003},"min":{"1min":0.65400000000000003,"5min":0.65400000000000003,"15min":0.65400000000000003},"max":{"1min":0.998,"5min":0.998,"15min":0.998},"last":0.68300000000000005}]}]},{"osd":1,"up_from":13,"seq":55834574882,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":298304,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":297342,"kb_avail":93446848,"statfs":{"total":95995035648,"available":95689572352,"internally_reserved":0,"allocated":782336,"data_stored":647917,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1704,"internal_metadata":304478552},"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":[],"network_ping_times":[{"osd":0,"last update":"Wed Sep 18 14:10:12 2024","interfaces":[{"interface":"back","average":{"1min":0.68500000000000005,"5min":0.68799999999999994,"15min":0.68799999999999994},"min":{"1min":0.55100000000000005,"5min":0.53300000000000003,"15min":0.53300000000000003},"max":{"1min":0.85899999999999999,"5min":1.228,"15min":1.228},"last":0.76800000000000002},{"interface":"front","average":{"1min":0.74299999999999999,"5min":0.73199999999999998,"15min":0.72999999999999998},"min":{"1min":0.60299999999999998,"5min":0.45200000000000001,"15min":0.45200000000000001},"max":{"1min":0.92500000000000004,"5min":1.292,"15min":1.292},"last":0.70899999999999996}]},{"osd":2,"last update":"Wed Sep 18 14:10:01 2024","interfaces":[{"interface":"back","average":{"1min":0.76100000000000001,"5min":0.76100000000000001,"15min":0.76100000000000001},"min":{"1min":0.59599999999999997,"5min":0.59599999999999997,"15min":0.59599999999999997},"max":{"1min":1.05,"5min":1.05,"15min":1.05},"last":0.80700000000000005},{"interface":"front","average":{"1min":0.77500000000000002,"5min":0.77500000000000002,"15min":0.77500000000000002},"min":{"1min":0.56399999999999995,"5min":0.56399999999999995,"15min":0.56399999999999995},"max":{"1min":1.135,"5min":1.135,"15min":1.135},"last":0.68000000000000005}]}]},{"osd":0,"up_from":8,"seq":34359738413,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":298364,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":297342,"kb_avail":93446788,"statfs":{"total":95995035648,"available":95689510912,"internally_reserved":0,"allocated":782336,"data_stored":647917,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1704,"internal_metadata":304478552},"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":[],"network_ping_times":[{"osd":1,"last update":"Wed Sep 18 14:10:14 2024","interfaces":[{"interface":"back","average":{"1min":0.71099999999999997,"5min":0.71899999999999997,"15min":0.71999999999999997},"min":{"1min":0.61599999999999999,"5min":0.52300000000000002,"15min":0.52300000000000002},"max":{"1min":0.83299999999999996,"5min":0.90800000000000003,"15min":0.90800000000000003},"last":0.78700000000000003},{"interface":"front","average":{"1min":0.72499999999999998,"5min":0.72799999999999998,"15min":0.72799999999999998},"min":{"1min":0.59399999999999997,"5min":0.59399999999999997,"15min":0.59399999999999997},"max":{"1min":0.83599999999999997,"5min":0.995,"15min":0.995},"last":0.66900000000000004}]},{"osd":2,"last update":"Wed Sep 18 14:10:03 2024","interfaces":[{"interface":"back","average":{"1min":0.75900000000000001,"5min":0.75900000000000001,"15min":0.75900000000000001},"min":{"1min":0.48799999999999999,"5min":0.48799999999999999,"15min":0.48799999999999999},"max":{"1min":0.93899999999999995,"5min":0.93899999999999995,"15min":0.93899999999999995},"last":0.73699999999999999},{"interface":"front","average":{"1min":0.72999999999999998,"5min":0.72999999999999998,"15min":0.72999999999999998},"min":{"1min":0.45400000000000001,"5min":0.45400000000000001,"15min":0.45400000000000001},"max":{"1min":0.88200000000000001,"5min":0.88200000000000001,"15min":0.88200000000000001},"last":0.69999999999999996}]}]}],"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-09-18T14:10:48.619 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-09-18T14:10:48.619 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-09-18T14:10:48.619 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-09-18T14:10:48.620 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7061ea6ca50908d104e9f3979dc615e118d9e153 shell --fsid 8600d7e2-75c6-11ef-bceb-c7b262605968 -- ceph health --format=json 2024-09-18T14:10:48.772 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:10:48 smithi161 bash[19407]: cluster 2024-09-18T14:10:47.227890+0000 mgr.a (mgr.14150) 268 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:10:48.772 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:10:48 smithi161 bash[19407]: audit 2024-09-18T14:10:47.302441+0000 mgr.a (mgr.14150) 269 : audit [DBG] from='client.24286 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-18T14:10:50.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:10:50 smithi135 bash[18657]: cluster 2024-09-18T14:10:49.228507+0000 mgr.a (mgr.14150) 270 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:10:50.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:10:50 smithi135 bash[18657]: audit 2024-09-18T14:10:49.678394+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:10:50.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:10:50 smithi135 bash[18657]: audit 2024-09-18T14:10:49.685955+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:10:50.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:10:50 smithi135 bash[18657]: audit 2024-09-18T14:10:49.694186+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:10:51.019 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:10:50 smithi192 bash[19392]: cluster 2024-09-18T14:10:49.228507+0000 mgr.a (mgr.14150) 270 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:10:51.019 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:10:50 smithi192 bash[19392]: audit 2024-09-18T14:10:49.678394+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:10:51.019 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:10:50 smithi192 bash[19392]: audit 2024-09-18T14:10:49.685955+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:10:51.019 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:10:50 smithi192 bash[19392]: audit 2024-09-18T14:10:49.694186+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:10:51.022 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:10:50 smithi161 bash[19407]: cluster 2024-09-18T14:10:49.228507+0000 mgr.a (mgr.14150) 270 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:10:51.022 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:10:50 smithi161 bash[19407]: audit 2024-09-18T14:10:49.678394+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:10:51.022 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:10:50 smithi161 bash[19407]: audit 2024-09-18T14:10:49.685955+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:10:51.022 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:10:50 smithi161 bash[19407]: audit 2024-09-18T14:10:49.694186+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:10:52.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:10:52 smithi135 bash[18657]: cluster 2024-09-18T14:10:51.229142+0000 mgr.a (mgr.14150) 271 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:10:53.018 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:10:52 smithi192 bash[19392]: cluster 2024-09-18T14:10:51.229142+0000 mgr.a (mgr.14150) 271 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:10:53.024 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:10:52 smithi161 bash[19407]: cluster 2024-09-18T14:10:51.229142+0000 mgr.a (mgr.14150) 271 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:10:53.977 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /var/lib/ceph/8600d7e2-75c6-11ef-bceb-c7b262605968/mon.a/config 2024-09-18T14:10:54.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:10:54 smithi192 bash[19392]: cluster 2024-09-18T14:10:53.229887+0000 mgr.a (mgr.14150) 272 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:10:54.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:10:54 smithi192 bash[19392]: audit 2024-09-18T14:10:53.489764+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:10:54.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:10:54 smithi192 bash[19392]: audit 2024-09-18T14:10:53.495758+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:10:54.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:10:54 smithi192 bash[19392]: audit 2024-09-18T14:10:53.502935+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:10:54.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:10:54 smithi192 bash[19392]: audit 2024-09-18T14:10:54.301048+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:10:54.770 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:10:54 smithi192 bash[19392]: audit 2024-09-18T14:10:54.308717+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:10:54.770 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:10:54 smithi192 bash[19392]: audit 2024-09-18T14:10:54.315470+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:10:54.772 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:10:54 smithi161 bash[19407]: cluster 2024-09-18T14:10:53.229887+0000 mgr.a (mgr.14150) 272 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:10:54.772 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:10:54 smithi161 bash[19407]: audit 2024-09-18T14:10:53.489764+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:10:54.772 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:10:54 smithi161 bash[19407]: audit 2024-09-18T14:10:53.495758+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:10:54.772 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:10:54 smithi161 bash[19407]: audit 2024-09-18T14:10:53.502935+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:10:54.772 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:10:54 smithi161 bash[19407]: audit 2024-09-18T14:10:54.301048+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:10:54.772 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:10:54 smithi161 bash[19407]: audit 2024-09-18T14:10:54.308717+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:10:54.772 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:10:54 smithi161 bash[19407]: audit 2024-09-18T14:10:54.315470+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:10:54.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:10:54 smithi135 bash[18657]: cluster 2024-09-18T14:10:53.229887+0000 mgr.a (mgr.14150) 272 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:10:54.994 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:10:54 smithi135 bash[18657]: audit 2024-09-18T14:10:53.489764+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:10:54.994 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:10:54 smithi135 bash[18657]: audit 2024-09-18T14:10:53.495758+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:10:54.994 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:10:54 smithi135 bash[18657]: audit 2024-09-18T14:10:53.502935+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:10:54.994 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:10:54 smithi135 bash[18657]: audit 2024-09-18T14:10:54.301048+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:10:54.994 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:10:54 smithi135 bash[18657]: audit 2024-09-18T14:10:54.308717+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:10:54.994 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:10:54 smithi135 bash[18657]: audit 2024-09-18T14:10:54.315470+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:10:56.706 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:10:56 smithi135 bash[18657]: cluster 2024-09-18T14:10:55.230433+0000 mgr.a (mgr.14150) 273 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:10:56.768 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:10:56 smithi192 bash[19392]: cluster 2024-09-18T14:10:55.230433+0000 mgr.a (mgr.14150) 273 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:10:56.772 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:10:56 smithi161 bash[19407]: cluster 2024-09-18T14:10:55.230433+0000 mgr.a (mgr.14150) 273 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:10:57.808 INFO:teuthology.orchestra.run.smithi135.stdout: 2024-09-18T14:10:57.808 INFO:teuthology.orchestra.run.smithi135.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-09-18T14:10:58.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:10:58 smithi192 bash[19392]: cluster 2024-09-18T14:10:57.230968+0000 mgr.a (mgr.14150) 274 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:10:58.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:10:58 smithi192 bash[19392]: audit 2024-09-18T14:10:57.807578+0000 mon.a (mon.0) 672 : audit [DBG] from='client.? 172.21.15.135:0/3220520317' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-09-18T14:10:58.547 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-09-18T14:10:58.548 INFO:tasks.cephadm:Setup complete, yielding 2024-09-18T14:10:58.548 INFO:teuthology.run_tasks:Running task cephadm.apply... 2024-09-18T14:10:58.559 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-09-18T14:10:58.559 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7061ea6ca50908d104e9f3979dc615e118d9e153 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8600d7e2-75c6-11ef-bceb-c7b262605968 -- ceph orch apply -i - 2024-09-18T14:10:58.772 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:10:58 smithi161 bash[19407]: cluster 2024-09-18T14:10:57.230968+0000 mgr.a (mgr.14150) 274 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:10:58.772 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:10:58 smithi161 bash[19407]: audit 2024-09-18T14:10:57.807578+0000 mon.a (mon.0) 672 : audit [DBG] from='client.? 172.21.15.135:0/3220520317' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-09-18T14:10:58.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:10:58 smithi135 bash[18657]: cluster 2024-09-18T14:10:57.230968+0000 mgr.a (mgr.14150) 274 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:10:58.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:10:58 smithi135 bash[18657]: audit 2024-09-18T14:10:57.807578+0000 mon.a (mon.0) 672 : audit [DBG] from='client.? 172.21.15.135:0/3220520317' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-09-18T14:11:00.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:11:00 smithi192 bash[19392]: cluster 2024-09-18T14:10:59.231552+0000 mgr.a (mgr.14150) 275 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:11:00.772 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:11:00 smithi161 bash[19407]: cluster 2024-09-18T14:10:59.231552+0000 mgr.a (mgr.14150) 275 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:11:00.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:11:00 smithi135 bash[18657]: cluster 2024-09-18T14:10:59.231552+0000 mgr.a (mgr.14150) 275 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:11:02.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:11:02 smithi192 bash[19392]: cluster 2024-09-18T14:11:01.232094+0000 mgr.a (mgr.14150) 276 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:11:02.772 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:11:02 smithi161 bash[19407]: cluster 2024-09-18T14:11:01.232094+0000 mgr.a (mgr.14150) 276 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:11:02.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:11:02 smithi135 bash[18657]: cluster 2024-09-18T14:11:01.232094+0000 mgr.a (mgr.14150) 276 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:11:03.281 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /var/lib/ceph/8600d7e2-75c6-11ef-bceb-c7b262605968/mon.a/config 2024-09-18T14:11:04.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:11:04 smithi192 bash[19392]: cluster 2024-09-18T14:11:03.232738+0000 mgr.a (mgr.14150) 277 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:11:04.772 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:11:04 smithi161 bash[19407]: cluster 2024-09-18T14:11:03.232738+0000 mgr.a (mgr.14150) 277 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:11:04.813 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:11:04 smithi135 bash[18657]: cluster 2024-09-18T14:11:03.232738+0000 mgr.a (mgr.14150) 277 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:11:06.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:11:06 smithi192 bash[19392]: cluster 2024-09-18T14:11:05.233336+0000 mgr.a (mgr.14150) 278 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:11:06.772 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:11:06 smithi161 bash[19407]: cluster 2024-09-18T14:11:05.233336+0000 mgr.a (mgr.14150) 278 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:11:06.954 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:11:06 smithi135 bash[18657]: cluster 2024-09-18T14:11:05.233336+0000 mgr.a (mgr.14150) 278 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:11:07.291 INFO:teuthology.orchestra.run.smithi135.stdout:Scheduled mon update... 2024-09-18T14:11:08.340 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-18T14:11:08.349 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi135.front.sepia.ceph.com 2024-09-18T14:11:08.349 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7061ea6ca50908d104e9f3979dc615e118d9e153 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8600d7e2-75c6-11ef-bceb-c7b262605968 -- bash -c 'set -ex 2024-09-18T14:11:08.349 DEBUG:teuthology.orchestra.run.smithi135:> # since we don'"'"'t know the real hostnames before the test, the next 2024-09-18T14:11:08.349 DEBUG:teuthology.orchestra.run.smithi135:> # bit is in order to replace the fake hostnames "host.a/b/c" with 2024-09-18T14:11:08.350 DEBUG:teuthology.orchestra.run.smithi135:> # the actual names cephadm knows the host by within the mon spec 2024-09-18T14:11:08.350 DEBUG:teuthology.orchestra.run.smithi135:> ceph orch host ls --format json | jq -r '"'"'.[] | .hostname'"'"' > realnames 2024-09-18T14:11:08.350 DEBUG:teuthology.orchestra.run.smithi135:> echo $'"'"'host.a\nhost.b\nhost.c'"'"' > fakenames 2024-09-18T14:11:08.350 DEBUG:teuthology.orchestra.run.smithi135:> echo $'"'"'a\nb\nc'"'"' > mon_ids 2024-09-18T14:11:08.350 DEBUG:teuthology.orchestra.run.smithi135:> echo $'"'"'{datacenter=a}\n{datacenter=b,rack=2}\n{datacenter=a,rack=3}'"'"' > crush_locs 2024-09-18T14:11:08.350 DEBUG:teuthology.orchestra.run.smithi135:> ceph orch ls --service-name mon --export > mon.yaml 2024-09-18T14:11:08.350 DEBUG:teuthology.orchestra.run.smithi135:> MONSPEC=`cat mon.yaml` 2024-09-18T14:11:08.350 DEBUG:teuthology.orchestra.run.smithi135:> echo "$MONSPEC" 2024-09-18T14:11:08.350 DEBUG:teuthology.orchestra.run.smithi135:> while read realname <&3 && read fakename <&4; do 2024-09-18T14:11:08.350 DEBUG:teuthology.orchestra.run.smithi135:> MONSPEC="${MONSPEC//$fakename/$realname}" 2024-09-18T14:11:08.350 DEBUG:teuthology.orchestra.run.smithi135:> done 3 echo "$MONSPEC" > mon.yaml 2024-09-18T14:11:08.350 DEBUG:teuthology.orchestra.run.smithi135:> cat mon.yaml 2024-09-18T14:11:08.350 DEBUG:teuthology.orchestra.run.smithi135:> # now the spec should have the real hostnames, so let'"'"'s re-apply 2024-09-18T14:11:08.351 DEBUG:teuthology.orchestra.run.smithi135:> ceph orch apply -i mon.yaml 2024-09-18T14:11:08.351 DEBUG:teuthology.orchestra.run.smithi135:> sleep 90 2024-09-18T14:11:08.351 DEBUG:teuthology.orchestra.run.smithi135:> ceph orch ps --refresh 2024-09-18T14:11:08.351 DEBUG:teuthology.orchestra.run.smithi135:> ceph orch ls --service-name mon --export > mon.yaml; ceph orch apply -i mon.yaml 2024-09-18T14:11:08.351 DEBUG:teuthology.orchestra.run.smithi135:> sleep 90 2024-09-18T14:11:08.351 DEBUG:teuthology.orchestra.run.smithi135:> ceph mon dump 2024-09-18T14:11:08.351 DEBUG:teuthology.orchestra.run.smithi135:> ceph mon dump --format json 2024-09-18T14:11:08.351 DEBUG:teuthology.orchestra.run.smithi135:> # verify all the crush locations got set from "ceph mon dump" output 2024-09-18T14:11:08.351 DEBUG:teuthology.orchestra.run.smithi135:> while read monid <&3 && read crushloc <&4; do 2024-09-18T14:11:08.351 DEBUG:teuthology.orchestra.run.smithi135:> ceph mon dump --format json | jq --arg monid "$monid" --arg crushloc "$crushloc" -e '"'"'.mons | .[] | select(.name == $monid) | .crush_location == $crushloc'"'"' 2024-09-18T14:11:08.351 DEBUG:teuthology.orchestra.run.smithi135:> done 3 ' 2024-09-18T14:11:08.548 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:11:08 smithi135 bash[18657]: cluster 2024-09-18T14:11:07.233828+0000 mgr.a (mgr.14150) 279 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:11:08.549 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:11:08 smithi135 bash[18657]: audit 2024-09-18T14:11:07.279531+0000 mgr.a (mgr.14150) 280 : audit [DBG] from='client.14397 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T14:11:08.549 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:11:08 smithi135 bash[18657]: cephadm 2024-09-18T14:11:07.282939+0000 mgr.a (mgr.14150) 281 : cephadm [INF] Saving service mon spec with placement count:3 2024-09-18T14:11:08.549 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:11:08 smithi135 bash[18657]: audit 2024-09-18T14:11:07.290116+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:08.549 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:11:08 smithi135 bash[18657]: audit 2024-09-18T14:11:07.291568+0000 mon.a (mon.0) 674 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T14:11:08.549 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:11:08 smithi135 bash[18657]: audit 2024-09-18T14:11:07.295647+0000 mon.a (mon.0) 675 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:11:08.549 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:11:08 smithi135 bash[18657]: audit 2024-09-18T14:11:07.296711+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T14:11:08.549 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:11:08 smithi135 bash[18657]: audit 2024-09-18T14:11:07.303574+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:08.549 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:11:08 smithi135 bash[18657]: audit 2024-09-18T14:11:07.306123+0000 mon.a (mon.0) 678 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-18T14:11:08.549 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:11:08 smithi135 bash[18657]: audit 2024-09-18T14:11:07.313170+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:08.576 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:11:08 smithi161 bash[19407]: cluster 2024-09-18T14:11:07.233828+0000 mgr.a (mgr.14150) 279 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:11:08.576 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:11:08 smithi161 bash[19407]: audit 2024-09-18T14:11:07.279531+0000 mgr.a (mgr.14150) 280 : audit [DBG] from='client.14397 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T14:11:08.576 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:11:08 smithi161 bash[19407]: cephadm 2024-09-18T14:11:07.282939+0000 mgr.a (mgr.14150) 281 : cephadm [INF] Saving service mon spec with placement count:3 2024-09-18T14:11:08.576 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:11:08 smithi161 bash[19407]: audit 2024-09-18T14:11:07.290116+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:08.576 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:11:08 smithi161 bash[19407]: audit 2024-09-18T14:11:07.291568+0000 mon.a (mon.0) 674 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T14:11:08.577 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:11:08 smithi161 bash[19407]: audit 2024-09-18T14:11:07.295647+0000 mon.a (mon.0) 675 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:11:08.577 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:11:08 smithi161 bash[19407]: audit 2024-09-18T14:11:07.296711+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T14:11:08.577 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:11:08 smithi161 bash[19407]: audit 2024-09-18T14:11:07.303574+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:08.577 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:11:08 smithi161 bash[19407]: audit 2024-09-18T14:11:07.306123+0000 mon.a (mon.0) 678 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-18T14:11:08.577 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:11:08 smithi161 bash[19407]: audit 2024-09-18T14:11:07.313170+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:08.702 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:11:08 smithi192 bash[19392]: cluster 2024-09-18T14:11:07.233828+0000 mgr.a (mgr.14150) 279 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:11:08.702 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:11:08 smithi192 bash[19392]: audit 2024-09-18T14:11:07.279531+0000 mgr.a (mgr.14150) 280 : audit [DBG] from='client.14397 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T14:11:08.703 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:11:08 smithi192 bash[19392]: cephadm 2024-09-18T14:11:07.282939+0000 mgr.a (mgr.14150) 281 : cephadm [INF] Saving service mon spec with placement count:3 2024-09-18T14:11:08.703 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:11:08 smithi192 bash[19392]: audit 2024-09-18T14:11:07.290116+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:08.703 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:11:08 smithi192 bash[19392]: audit 2024-09-18T14:11:07.291568+0000 mon.a (mon.0) 674 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T14:11:08.703 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:11:08 smithi192 bash[19392]: audit 2024-09-18T14:11:07.295647+0000 mon.a (mon.0) 675 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:11:08.703 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:11:08 smithi192 bash[19392]: audit 2024-09-18T14:11:07.296711+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T14:11:08.703 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:11:08 smithi192 bash[19392]: audit 2024-09-18T14:11:07.303574+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:08.704 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:11:08 smithi192 bash[19392]: audit 2024-09-18T14:11:07.306123+0000 mon.a (mon.0) 678 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-18T14:11:08.704 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:11:08 smithi192 bash[19392]: audit 2024-09-18T14:11:07.313170+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:11.206 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:11:10 smithi135 bash[18657]: cluster 2024-09-18T14:11:09.234351+0000 mgr.a (mgr.14150) 282 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:11:11.207 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:11:10 smithi135 bash[18657]: audit 2024-09-18T14:11:09.883398+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:11.207 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:11:10 smithi135 bash[18657]: audit 2024-09-18T14:11:09.890951+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:11.207 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:11:10 smithi135 bash[18657]: audit 2024-09-18T14:11:09.898602+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:11.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:11:10 smithi192 bash[19392]: cluster 2024-09-18T14:11:09.234351+0000 mgr.a (mgr.14150) 282 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:11:11.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:11:10 smithi192 bash[19392]: audit 2024-09-18T14:11:09.883398+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:11.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:11:10 smithi192 bash[19392]: audit 2024-09-18T14:11:09.890951+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:11.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:11:10 smithi192 bash[19392]: audit 2024-09-18T14:11:09.898602+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:11.272 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:11:10 smithi161 bash[19407]: cluster 2024-09-18T14:11:09.234351+0000 mgr.a (mgr.14150) 282 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:11:11.272 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:11:10 smithi161 bash[19407]: audit 2024-09-18T14:11:09.883398+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:11.272 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:11:10 smithi161 bash[19407]: audit 2024-09-18T14:11:09.890951+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:11.272 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:11:10 smithi161 bash[19407]: audit 2024-09-18T14:11:09.898602+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:13.206 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:11:12 smithi135 bash[18657]: cluster 2024-09-18T14:11:11.234757+0000 mgr.a (mgr.14150) 283 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:11:13.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:11:12 smithi192 bash[19392]: cluster 2024-09-18T14:11:11.234757+0000 mgr.a (mgr.14150) 283 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:11:13.272 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:11:12 smithi161 bash[19407]: cluster 2024-09-18T14:11:11.234757+0000 mgr.a (mgr.14150) 283 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:11:13.464 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /var/lib/ceph/8600d7e2-75c6-11ef-bceb-c7b262605968/mon.a/config 2024-09-18T14:11:14.772 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:11:14 smithi161 bash[19407]: cluster 2024-09-18T14:11:13.235312+0000 mgr.a (mgr.14150) 284 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:11:14.772 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:11:14 smithi161 bash[19407]: audit 2024-09-18T14:11:13.646816+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:14.772 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:11:14 smithi161 bash[19407]: audit 2024-09-18T14:11:13.653183+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:14.772 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:11:14 smithi161 bash[19407]: audit 2024-09-18T14:11:13.660698+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:14.773 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:11:14 smithi161 bash[19407]: audit 2024-09-18T14:11:14.474156+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:14.773 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:11:14 smithi161 bash[19407]: audit 2024-09-18T14:11:14.480872+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:14.773 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:11:14 smithi161 bash[19407]: audit 2024-09-18T14:11:14.490756+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:14.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:11:14 smithi135 bash[18657]: cluster 2024-09-18T14:11:13.235312+0000 mgr.a (mgr.14150) 284 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:11:14.957 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:11:14 smithi135 bash[18657]: audit 2024-09-18T14:11:13.646816+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:14.957 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:11:14 smithi135 bash[18657]: audit 2024-09-18T14:11:13.653183+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:14.957 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:11:14 smithi135 bash[18657]: audit 2024-09-18T14:11:13.660698+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:14.957 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:11:14 smithi135 bash[18657]: audit 2024-09-18T14:11:14.474156+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:14.957 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:11:14 smithi135 bash[18657]: audit 2024-09-18T14:11:14.480872+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:14.957 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:11:14 smithi135 bash[18657]: audit 2024-09-18T14:11:14.490756+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:15.019 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:11:14 smithi192 bash[19392]: cluster 2024-09-18T14:11:13.235312+0000 mgr.a (mgr.14150) 284 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:11:15.019 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:11:14 smithi192 bash[19392]: audit 2024-09-18T14:11:13.646816+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:15.019 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:11:14 smithi192 bash[19392]: audit 2024-09-18T14:11:13.653183+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:15.019 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:11:14 smithi192 bash[19392]: audit 2024-09-18T14:11:13.660698+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:15.019 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:11:14 smithi192 bash[19392]: audit 2024-09-18T14:11:14.474156+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:15.019 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:11:14 smithi192 bash[19392]: audit 2024-09-18T14:11:14.480872+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:15.019 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:11:14 smithi192 bash[19392]: audit 2024-09-18T14:11:14.490756+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:16.894 INFO:teuthology.orchestra.run.smithi135.stderr:+ ceph orch host ls --format json 2024-09-18T14:11:16.897 INFO:teuthology.orchestra.run.smithi135.stderr:+ jq -r '.[] | .hostname' 2024-09-18T14:11:16.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:11:16 smithi135 bash[18657]: cluster 2024-09-18T14:11:15.235869+0000 mgr.a (mgr.14150) 285 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:11:17.019 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:11:16 smithi192 bash[19392]: cluster 2024-09-18T14:11:15.235869+0000 mgr.a (mgr.14150) 285 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:11:17.022 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:11:16 smithi161 bash[19407]: cluster 2024-09-18T14:11:15.235869+0000 mgr.a (mgr.14150) 285 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:11:17.203 INFO:teuthology.orchestra.run.smithi135.stderr:+ echo 'host.a 2024-09-18T14:11:17.204 INFO:teuthology.orchestra.run.smithi135.stderr:host.b 2024-09-18T14:11:17.204 INFO:teuthology.orchestra.run.smithi135.stderr:host.c' 2024-09-18T14:11:17.204 INFO:teuthology.orchestra.run.smithi135.stderr:+ echo 'a 2024-09-18T14:11:17.204 INFO:teuthology.orchestra.run.smithi135.stderr:b 2024-09-18T14:11:17.204 INFO:teuthology.orchestra.run.smithi135.stderr:c' 2024-09-18T14:11:17.204 INFO:teuthology.orchestra.run.smithi135.stderr:+ echo '{datacenter=a} 2024-09-18T14:11:17.204 INFO:teuthology.orchestra.run.smithi135.stderr:{datacenter=b,rack=2} 2024-09-18T14:11:17.204 INFO:teuthology.orchestra.run.smithi135.stderr:{datacenter=a,rack=3}' 2024-09-18T14:11:17.204 INFO:teuthology.orchestra.run.smithi135.stderr:+ ceph orch ls --service-name mon --export 2024-09-18T14:11:17.523 INFO:teuthology.orchestra.run.smithi135.stderr:++ cat mon.yaml 2024-09-18T14:11:17.525 INFO:teuthology.orchestra.run.smithi135.stdout:service_type: mon 2024-09-18T14:11:17.525 INFO:teuthology.orchestra.run.smithi135.stdout:service_name: mon 2024-09-18T14:11:17.525 INFO:teuthology.orchestra.run.smithi135.stdout:placement: 2024-09-18T14:11:17.525 INFO:teuthology.orchestra.run.smithi135.stdout: count: 3 2024-09-18T14:11:17.526 INFO:teuthology.orchestra.run.smithi135.stdout:spec: 2024-09-18T14:11:17.526 INFO:teuthology.orchestra.run.smithi135.stdout: crush_locations: 2024-09-18T14:11:17.526 INFO:teuthology.orchestra.run.smithi135.stdout: host.a: 2024-09-18T14:11:17.526 INFO:teuthology.orchestra.run.smithi135.stdout: - datacenter=a 2024-09-18T14:11:17.526 INFO:teuthology.orchestra.run.smithi135.stdout: host.b: 2024-09-18T14:11:17.526 INFO:teuthology.orchestra.run.smithi135.stdout: - datacenter=b 2024-09-18T14:11:17.526 INFO:teuthology.orchestra.run.smithi135.stdout: - rack=2 2024-09-18T14:11:17.526 INFO:teuthology.orchestra.run.smithi135.stdout: host.c: 2024-09-18T14:11:17.526 INFO:teuthology.orchestra.run.smithi135.stdout: - datacenter=a 2024-09-18T14:11:17.526 INFO:teuthology.orchestra.run.smithi135.stdout: - rack=3 2024-09-18T14:11:17.527 INFO:teuthology.orchestra.run.smithi135.stderr:+ MONSPEC='service_type: mon 2024-09-18T14:11:17.527 INFO:teuthology.orchestra.run.smithi135.stderr:service_name: mon 2024-09-18T14:11:17.527 INFO:teuthology.orchestra.run.smithi135.stderr:placement: 2024-09-18T14:11:17.527 INFO:teuthology.orchestra.run.smithi135.stderr: count: 3 2024-09-18T14:11:17.527 INFO:teuthology.orchestra.run.smithi135.stderr:spec: 2024-09-18T14:11:17.527 INFO:teuthology.orchestra.run.smithi135.stderr: crush_locations: 2024-09-18T14:11:17.528 INFO:teuthology.orchestra.run.smithi135.stderr: host.a: 2024-09-18T14:11:17.528 INFO:teuthology.orchestra.run.smithi135.stderr: - datacenter=a 2024-09-18T14:11:17.528 INFO:teuthology.orchestra.run.smithi135.stderr: host.b: 2024-09-18T14:11:17.528 INFO:teuthology.orchestra.run.smithi135.stderr: - datacenter=b 2024-09-18T14:11:17.528 INFO:teuthology.orchestra.run.smithi135.stderr: - rack=2 2024-09-18T14:11:17.528 INFO:teuthology.orchestra.run.smithi135.stderr: host.c: 2024-09-18T14:11:17.528 INFO:teuthology.orchestra.run.smithi135.stderr: - datacenter=a 2024-09-18T14:11:17.528 INFO:teuthology.orchestra.run.smithi135.stderr: - rack=3' 2024-09-18T14:11:17.528 INFO:teuthology.orchestra.run.smithi135.stderr:+ echo 'service_type: mon 2024-09-18T14:11:17.528 INFO:teuthology.orchestra.run.smithi135.stderr:service_name: mon 2024-09-18T14:11:17.528 INFO:teuthology.orchestra.run.smithi135.stderr:placement: 2024-09-18T14:11:17.528 INFO:teuthology.orchestra.run.smithi135.stderr: count: 3 2024-09-18T14:11:17.529 INFO:teuthology.orchestra.run.smithi135.stderr:spec: 2024-09-18T14:11:17.529 INFO:teuthology.orchestra.run.smithi135.stderr: crush_locations: 2024-09-18T14:11:17.529 INFO:teuthology.orchestra.run.smithi135.stderr: host.a: 2024-09-18T14:11:17.529 INFO:teuthology.orchestra.run.smithi135.stderr: - datacenter=a 2024-09-18T14:11:17.529 INFO:teuthology.orchestra.run.smithi135.stderr: host.b: 2024-09-18T14:11:17.529 INFO:teuthology.orchestra.run.smithi135.stderr: - datacenter=b 2024-09-18T14:11:17.529 INFO:teuthology.orchestra.run.smithi135.stderr: - rack=2 2024-09-18T14:11:17.529 INFO:teuthology.orchestra.run.smithi135.stderr: host.c: 2024-09-18T14:11:17.529 INFO:teuthology.orchestra.run.smithi135.stderr: - datacenter=a 2024-09-18T14:11:17.529 INFO:teuthology.orchestra.run.smithi135.stderr: - rack=3' 2024-09-18T14:11:17.529 INFO:teuthology.orchestra.run.smithi135.stderr:+ read realname 2024-09-18T14:11:17.529 INFO:teuthology.orchestra.run.smithi135.stderr:+ read fakename 2024-09-18T14:11:17.530 INFO:teuthology.orchestra.run.smithi135.stderr:+ MONSPEC='service_type: mon 2024-09-18T14:11:17.530 INFO:teuthology.orchestra.run.smithi135.stderr:service_name: mon 2024-09-18T14:11:17.530 INFO:teuthology.orchestra.run.smithi135.stderr:placement: 2024-09-18T14:11:17.530 INFO:teuthology.orchestra.run.smithi135.stderr: count: 3 2024-09-18T14:11:17.530 INFO:teuthology.orchestra.run.smithi135.stderr:spec: 2024-09-18T14:11:17.530 INFO:teuthology.orchestra.run.smithi135.stderr: crush_locations: 2024-09-18T14:11:17.530 INFO:teuthology.orchestra.run.smithi135.stderr: smithi135: 2024-09-18T14:11:17.530 INFO:teuthology.orchestra.run.smithi135.stderr: - datacenter=a 2024-09-18T14:11:17.530 INFO:teuthology.orchestra.run.smithi135.stderr: host.b: 2024-09-18T14:11:17.530 INFO:teuthology.orchestra.run.smithi135.stderr: - datacenter=b 2024-09-18T14:11:17.530 INFO:teuthology.orchestra.run.smithi135.stderr: - rack=2 2024-09-18T14:11:17.531 INFO:teuthology.orchestra.run.smithi135.stderr: host.c: 2024-09-18T14:11:17.531 INFO:teuthology.orchestra.run.smithi135.stderr: - datacenter=a 2024-09-18T14:11:17.531 INFO:teuthology.orchestra.run.smithi135.stderr: - rack=3' 2024-09-18T14:11:17.531 INFO:teuthology.orchestra.run.smithi135.stderr:+ read realname 2024-09-18T14:11:17.531 INFO:teuthology.orchestra.run.smithi135.stderr:+ read fakename 2024-09-18T14:11:17.531 INFO:teuthology.orchestra.run.smithi135.stderr:+ MONSPEC='service_type: mon 2024-09-18T14:11:17.531 INFO:teuthology.orchestra.run.smithi135.stderr:service_name: mon 2024-09-18T14:11:17.531 INFO:teuthology.orchestra.run.smithi135.stderr:placement: 2024-09-18T14:11:17.531 INFO:teuthology.orchestra.run.smithi135.stderr: count: 3 2024-09-18T14:11:17.531 INFO:teuthology.orchestra.run.smithi135.stderr:spec: 2024-09-18T14:11:17.531 INFO:teuthology.orchestra.run.smithi135.stderr: crush_locations: 2024-09-18T14:11:17.531 INFO:teuthology.orchestra.run.smithi135.stderr: smithi135: 2024-09-18T14:11:17.531 INFO:teuthology.orchestra.run.smithi135.stderr: - datacenter=a 2024-09-18T14:11:17.532 INFO:teuthology.orchestra.run.smithi135.stderr: smithi161: 2024-09-18T14:11:17.532 INFO:teuthology.orchestra.run.smithi135.stderr: - datacenter=b 2024-09-18T14:11:17.532 INFO:teuthology.orchestra.run.smithi135.stderr: - rack=2 2024-09-18T14:11:17.532 INFO:teuthology.orchestra.run.smithi135.stderr: host.c: 2024-09-18T14:11:17.532 INFO:teuthology.orchestra.run.smithi135.stderr: - datacenter=a 2024-09-18T14:11:17.532 INFO:teuthology.orchestra.run.smithi135.stderr: - rack=3' 2024-09-18T14:11:17.532 INFO:teuthology.orchestra.run.smithi135.stderr:+ read realname 2024-09-18T14:11:17.532 INFO:teuthology.orchestra.run.smithi135.stderr:+ read fakename 2024-09-18T14:11:17.532 INFO:teuthology.orchestra.run.smithi135.stderr:+ MONSPEC='service_type: mon 2024-09-18T14:11:17.532 INFO:teuthology.orchestra.run.smithi135.stderr:service_name: mon 2024-09-18T14:11:17.532 INFO:teuthology.orchestra.run.smithi135.stderr:placement: 2024-09-18T14:11:17.533 INFO:teuthology.orchestra.run.smithi135.stderr: count: 3 2024-09-18T14:11:17.533 INFO:teuthology.orchestra.run.smithi135.stderr:spec: 2024-09-18T14:11:17.533 INFO:teuthology.orchestra.run.smithi135.stderr: crush_locations: 2024-09-18T14:11:17.533 INFO:teuthology.orchestra.run.smithi135.stderr: smithi135: 2024-09-18T14:11:17.533 INFO:teuthology.orchestra.run.smithi135.stderr: - datacenter=a 2024-09-18T14:11:17.533 INFO:teuthology.orchestra.run.smithi135.stderr: smithi161: 2024-09-18T14:11:17.533 INFO:teuthology.orchestra.run.smithi135.stderr: - datacenter=b 2024-09-18T14:11:17.533 INFO:teuthology.orchestra.run.smithi135.stderr: - rack=2 2024-09-18T14:11:17.533 INFO:teuthology.orchestra.run.smithi135.stderr: smithi192: 2024-09-18T14:11:17.533 INFO:teuthology.orchestra.run.smithi135.stderr: - datacenter=a 2024-09-18T14:11:17.533 INFO:teuthology.orchestra.run.smithi135.stderr: - rack=3' 2024-09-18T14:11:17.533 INFO:teuthology.orchestra.run.smithi135.stderr:+ read realname 2024-09-18T14:11:17.534 INFO:teuthology.orchestra.run.smithi135.stderr:+ echo 'service_type: mon 2024-09-18T14:11:17.534 INFO:teuthology.orchestra.run.smithi135.stderr:service_name: mon 2024-09-18T14:11:17.534 INFO:teuthology.orchestra.run.smithi135.stderr:placement: 2024-09-18T14:11:17.534 INFO:teuthology.orchestra.run.smithi135.stderr: count: 3 2024-09-18T14:11:17.534 INFO:teuthology.orchestra.run.smithi135.stderr:spec: 2024-09-18T14:11:17.534 INFO:teuthology.orchestra.run.smithi135.stderr: crush_locations: 2024-09-18T14:11:17.534 INFO:teuthology.orchestra.run.smithi135.stderr: smithi135: 2024-09-18T14:11:17.534 INFO:teuthology.orchestra.run.smithi135.stderr: - datacenter=a 2024-09-18T14:11:17.534 INFO:teuthology.orchestra.run.smithi135.stderr: smithi161: 2024-09-18T14:11:17.534 INFO:teuthology.orchestra.run.smithi135.stderr: - datacenter=b 2024-09-18T14:11:17.534 INFO:teuthology.orchestra.run.smithi135.stderr: - rack=2 2024-09-18T14:11:17.534 INFO:teuthology.orchestra.run.smithi135.stderr: smithi192: 2024-09-18T14:11:17.534 INFO:teuthology.orchestra.run.smithi135.stderr: - datacenter=a 2024-09-18T14:11:17.535 INFO:teuthology.orchestra.run.smithi135.stderr: - rack=3' 2024-09-18T14:11:17.535 INFO:teuthology.orchestra.run.smithi135.stderr:+ cat mon.yaml 2024-09-18T14:11:17.535 INFO:teuthology.orchestra.run.smithi135.stdout:service_type: mon 2024-09-18T14:11:17.535 INFO:teuthology.orchestra.run.smithi135.stdout:service_name: mon 2024-09-18T14:11:17.535 INFO:teuthology.orchestra.run.smithi135.stdout:placement: 2024-09-18T14:11:17.535 INFO:teuthology.orchestra.run.smithi135.stdout: count: 3 2024-09-18T14:11:17.535 INFO:teuthology.orchestra.run.smithi135.stdout:spec: 2024-09-18T14:11:17.535 INFO:teuthology.orchestra.run.smithi135.stdout: crush_locations: 2024-09-18T14:11:17.535 INFO:teuthology.orchestra.run.smithi135.stdout: smithi135: 2024-09-18T14:11:17.536 INFO:teuthology.orchestra.run.smithi135.stdout: - datacenter=a 2024-09-18T14:11:17.536 INFO:teuthology.orchestra.run.smithi135.stdout: smithi161: 2024-09-18T14:11:17.536 INFO:teuthology.orchestra.run.smithi135.stdout: - datacenter=b 2024-09-18T14:11:17.536 INFO:teuthology.orchestra.run.smithi135.stdout: - rack=2 2024-09-18T14:11:17.536 INFO:teuthology.orchestra.run.smithi135.stdout: smithi192: 2024-09-18T14:11:17.536 INFO:teuthology.orchestra.run.smithi135.stdout: - datacenter=a 2024-09-18T14:11:17.536 INFO:teuthology.orchestra.run.smithi135.stdout: - rack=3 2024-09-18T14:11:17.536 INFO:teuthology.orchestra.run.smithi135.stderr:+ ceph orch apply -i mon.yaml 2024-09-18T14:11:17.832 INFO:teuthology.orchestra.run.smithi135.stdout:Scheduled mon update... 2024-09-18T14:11:17.846 INFO:teuthology.orchestra.run.smithi135.stderr:+ sleep 90 2024-09-18T14:11:24.207 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:11:23 smithi135 bash[18657]: cephadm 2024-09-18T14:11:22.901341+0000 mgr.a (mgr.14150) 295 : cephadm [INF] Setting crush location for mon c to {datacenter=a,rack=3} 2024-09-18T14:11:24.207 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:11:23 smithi135 bash[18657]: cluster 2024-09-18T14:11:22.913220+0000 mon.c (mon.1) 12 : cluster [INF] mon.c calling monitor election 2024-09-18T14:11:24.207 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:11:23 smithi135 bash[18657]: cluster 2024-09-18T14:11:22.913425+0000 mon.b (mon.2) 14 : cluster [INF] mon.b calling monitor election 2024-09-18T14:11:24.207 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:11:23 smithi135 bash[18657]: audit 2024-09-18T14:11:22.913828+0000 mon.a (mon.0) 718 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-18T14:11:24.208 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:11:23 smithi135 bash[18657]: audit 2024-09-18T14:11:22.914624+0000 mon.a (mon.0) 719 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-18T14:11:24.208 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:11:23 smithi135 bash[18657]: audit 2024-09-18T14:11:22.914893+0000 mon.a (mon.0) 720 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-18T14:11:24.208 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:11:23 smithi135 bash[18657]: cluster 2024-09-18T14:11:22.915685+0000 mon.a (mon.0) 721 : cluster [INF] mon.a calling monitor election 2024-09-18T14:11:24.208 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:11:23 smithi135 bash[18657]: cluster 2024-09-18T14:11:22.918161+0000 mon.a (mon.0) 722 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-18T14:11:24.208 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:11:23 smithi135 bash[18657]: cluster 2024-09-18T14:11:22.923538+0000 mon.a (mon.0) 723 : cluster [DBG] monmap e5: 3 mons at {a=[v2:172.21.15.135:3300/0,v1:172.21.15.135:6789/0],b=[v2:172.21.15.161:3300/0,v1:172.21.15.161:6789/0],c=[v2:172.21.15.192:3300/0,v1:172.21.15.192:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-18T14:11:24.208 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:11:23 smithi135 bash[18657]: cluster 2024-09-18T14:11:22.924512+0000 mon.a (mon.0) 724 : cluster [DBG] fsmap 2024-09-18T14:11:24.208 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:11:23 smithi135 bash[18657]: cluster 2024-09-18T14:11:22.924573+0000 mon.a (mon.0) 725 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-09-18T14:11:24.208 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:11:23 smithi135 bash[18657]: cluster 2024-09-18T14:11:22.925072+0000 mon.a (mon.0) 726 : cluster [DBG] mgrmap e15: a(active, since 7m), standbys: b 2024-09-18T14:11:24.208 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:11:23 smithi135 bash[18657]: cluster 2024-09-18T14:11:22.925332+0000 mon.a (mon.0) 727 : cluster [INF] overall HEALTH_OK 2024-09-18T14:11:24.208 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:11:23 smithi135 bash[18657]: audit 2024-09-18T14:11:22.930121+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:24.208 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:11:23 smithi135 bash[18657]: cephadm 2024-09-18T14:11:22.989910+0000 mgr.a (mgr.14150) 296 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-09-18T14:11:24.209 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:11:23 smithi135 bash[18657]: audit 2024-09-18T14:11:22.990569+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-18T14:11:24.209 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:11:23 smithi135 bash[18657]: audit 2024-09-18T14:11:22.992701+0000 mon.a (mon.0) 730 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-18T14:11:24.209 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:11:23 smithi135 bash[18657]: audit 2024-09-18T14:11:22.994395+0000 mon.a (mon.0) 731 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:11:24.209 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:11:23 smithi135 bash[18657]: cephadm 2024-09-18T14:11:22.996250+0000 mgr.a (mgr.14150) 297 : cephadm [INF] Reconfiguring daemon mon.a on smithi135 2024-09-18T14:11:24.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:11:23 smithi192 bash[19392]: cephadm 2024-09-18T14:11:22.901341+0000 mgr.a (mgr.14150) 295 : cephadm [INF] Setting crush location for mon c to {datacenter=a,rack=3} 2024-09-18T14:11:24.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:11:23 smithi192 bash[19392]: cluster 2024-09-18T14:11:22.913220+0000 mon.c (mon.1) 12 : cluster [INF] mon.c calling monitor election 2024-09-18T14:11:24.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:11:23 smithi192 bash[19392]: cluster 2024-09-18T14:11:22.913425+0000 mon.b (mon.2) 14 : cluster [INF] mon.b calling monitor election 2024-09-18T14:11:24.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:11:23 smithi192 bash[19392]: audit 2024-09-18T14:11:22.913828+0000 mon.a (mon.0) 718 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-18T14:11:24.270 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:11:23 smithi192 bash[19392]: audit 2024-09-18T14:11:22.914624+0000 mon.a (mon.0) 719 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-18T14:11:24.270 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:11:23 smithi192 bash[19392]: audit 2024-09-18T14:11:22.914893+0000 mon.a (mon.0) 720 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-18T14:11:24.270 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:11:23 smithi192 bash[19392]: cluster 2024-09-18T14:11:22.915685+0000 mon.a (mon.0) 721 : cluster [INF] mon.a calling monitor election 2024-09-18T14:11:24.270 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:11:23 smithi192 bash[19392]: cluster 2024-09-18T14:11:22.918161+0000 mon.a (mon.0) 722 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-18T14:11:24.270 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:11:23 smithi192 bash[19392]: cluster 2024-09-18T14:11:22.923538+0000 mon.a (mon.0) 723 : cluster [DBG] monmap e5: 3 mons at {a=[v2:172.21.15.135:3300/0,v1:172.21.15.135:6789/0],b=[v2:172.21.15.161:3300/0,v1:172.21.15.161:6789/0],c=[v2:172.21.15.192:3300/0,v1:172.21.15.192:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-18T14:11:24.270 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:11:23 smithi192 bash[19392]: cluster 2024-09-18T14:11:22.924512+0000 mon.a (mon.0) 724 : cluster [DBG] fsmap 2024-09-18T14:11:24.270 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:11:23 smithi192 bash[19392]: cluster 2024-09-18T14:11:22.924573+0000 mon.a (mon.0) 725 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-09-18T14:11:24.271 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:11:23 smithi192 bash[19392]: cluster 2024-09-18T14:11:22.925072+0000 mon.a (mon.0) 726 : cluster [DBG] mgrmap e15: a(active, since 7m), standbys: b 2024-09-18T14:11:24.271 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:11:23 smithi192 bash[19392]: cluster 2024-09-18T14:11:22.925332+0000 mon.a (mon.0) 727 : cluster [INF] overall HEALTH_OK 2024-09-18T14:11:24.271 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:11:23 smithi192 bash[19392]: audit 2024-09-18T14:11:22.930121+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:24.271 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:11:23 smithi192 bash[19392]: cephadm 2024-09-18T14:11:22.989910+0000 mgr.a (mgr.14150) 296 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-09-18T14:11:24.271 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:11:23 smithi192 bash[19392]: audit 2024-09-18T14:11:22.990569+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-18T14:11:24.271 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:11:23 smithi192 bash[19392]: audit 2024-09-18T14:11:22.992701+0000 mon.a (mon.0) 730 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-18T14:11:24.271 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:11:23 smithi192 bash[19392]: audit 2024-09-18T14:11:22.994395+0000 mon.a (mon.0) 731 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:11:24.271 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:11:23 smithi192 bash[19392]: cephadm 2024-09-18T14:11:22.996250+0000 mgr.a (mgr.14150) 297 : cephadm [INF] Reconfiguring daemon mon.a on smithi135 2024-09-18T14:11:24.272 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:11:23 smithi161 bash[19407]: cephadm 2024-09-18T14:11:22.901341+0000 mgr.a (mgr.14150) 295 : cephadm [INF] Setting crush location for mon c to {datacenter=a,rack=3} 2024-09-18T14:11:24.272 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:11:23 smithi161 bash[19407]: cluster 2024-09-18T14:11:22.913220+0000 mon.c (mon.1) 12 : cluster [INF] mon.c calling monitor election 2024-09-18T14:11:24.272 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:11:23 smithi161 bash[19407]: cluster 2024-09-18T14:11:22.913425+0000 mon.b (mon.2) 14 : cluster [INF] mon.b calling monitor election 2024-09-18T14:11:24.273 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:11:23 smithi161 bash[19407]: audit 2024-09-18T14:11:22.913828+0000 mon.a (mon.0) 718 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-18T14:11:24.273 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:11:23 smithi161 bash[19407]: audit 2024-09-18T14:11:22.914624+0000 mon.a (mon.0) 719 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-18T14:11:24.273 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:11:23 smithi161 bash[19407]: audit 2024-09-18T14:11:22.914893+0000 mon.a (mon.0) 720 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-18T14:11:24.273 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:11:23 smithi161 bash[19407]: cluster 2024-09-18T14:11:22.915685+0000 mon.a (mon.0) 721 : cluster [INF] mon.a calling monitor election 2024-09-18T14:11:24.273 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:11:23 smithi161 bash[19407]: cluster 2024-09-18T14:11:22.918161+0000 mon.a (mon.0) 722 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-18T14:11:24.273 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:11:23 smithi161 bash[19407]: cluster 2024-09-18T14:11:22.923538+0000 mon.a (mon.0) 723 : cluster [DBG] monmap e5: 3 mons at {a=[v2:172.21.15.135:3300/0,v1:172.21.15.135:6789/0],b=[v2:172.21.15.161:3300/0,v1:172.21.15.161:6789/0],c=[v2:172.21.15.192:3300/0,v1:172.21.15.192:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-18T14:11:24.273 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:11:23 smithi161 bash[19407]: cluster 2024-09-18T14:11:22.924512+0000 mon.a (mon.0) 724 : cluster [DBG] fsmap 2024-09-18T14:11:24.273 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:11:23 smithi161 bash[19407]: cluster 2024-09-18T14:11:22.924573+0000 mon.a (mon.0) 725 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-09-18T14:11:24.274 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:11:23 smithi161 bash[19407]: cluster 2024-09-18T14:11:22.925072+0000 mon.a (mon.0) 726 : cluster [DBG] mgrmap e15: a(active, since 7m), standbys: b 2024-09-18T14:11:24.274 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:11:23 smithi161 bash[19407]: cluster 2024-09-18T14:11:22.925332+0000 mon.a (mon.0) 727 : cluster [INF] overall HEALTH_OK 2024-09-18T14:11:24.274 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:11:23 smithi161 bash[19407]: audit 2024-09-18T14:11:22.930121+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:24.274 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:11:23 smithi161 bash[19407]: cephadm 2024-09-18T14:11:22.989910+0000 mgr.a (mgr.14150) 296 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-09-18T14:11:24.274 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:11:23 smithi161 bash[19407]: audit 2024-09-18T14:11:22.990569+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-18T14:11:24.274 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:11:23 smithi161 bash[19407]: audit 2024-09-18T14:11:22.992701+0000 mon.a (mon.0) 730 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-18T14:11:24.274 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:11:23 smithi161 bash[19407]: audit 2024-09-18T14:11:22.994395+0000 mon.a (mon.0) 731 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:11:24.274 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:11:23 smithi161 bash[19407]: cephadm 2024-09-18T14:11:22.996250+0000 mgr.a (mgr.14150) 297 : cephadm [INF] Reconfiguring daemon mon.a on smithi135 2024-09-18T14:11:25.206 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:11:24 smithi135 bash[18657]: cluster 2024-09-18T14:11:23.238238+0000 mgr.a (mgr.14150) 298 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:11:25.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:11:24 smithi192 bash[19392]: cluster 2024-09-18T14:11:23.238238+0000 mgr.a (mgr.14150) 298 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:11:25.272 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:11:24 smithi161 bash[19407]: cluster 2024-09-18T14:11:23.238238+0000 mgr.a (mgr.14150) 298 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:11:26.690 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:11:26 smithi135 bash[18657]: cluster 2024-09-18T14:11:25.238853+0000 mgr.a (mgr.14150) 299 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:11:26.690 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:11:26 smithi135 bash[18657]: audit 2024-09-18T14:11:25.367715+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:26.691 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:11:26 smithi135 bash[18657]: audit 2024-09-18T14:11:25.373808+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:26.691 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:11:26 smithi135 bash[18657]: cephadm 2024-09-18T14:11:25.374958+0000 mgr.a (mgr.14150) 300 : cephadm [INF] Reconfiguring mgr.a (monmap changed)... 2024-09-18T14:11:26.691 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:11:26 smithi135 bash[18657]: audit 2024-09-18T14:11:25.375558+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-18T14:11:26.691 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:11:26 smithi135 bash[18657]: audit 2024-09-18T14:11:25.377145+0000 mon.a (mon.0) 735 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-18T14:11:26.691 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:11:26 smithi135 bash[18657]: audit 2024-09-18T14:11:25.378473+0000 mon.a (mon.0) 736 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:11:26.691 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:11:26 smithi135 bash[18657]: cephadm 2024-09-18T14:11:25.379953+0000 mgr.a (mgr.14150) 301 : cephadm [INF] Reconfiguring daemon mgr.a on smithi135 2024-09-18T14:11:26.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:11:26 smithi192 bash[19392]: cluster 2024-09-18T14:11:25.238853+0000 mgr.a (mgr.14150) 299 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:11:26.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:11:26 smithi192 bash[19392]: audit 2024-09-18T14:11:25.367715+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:26.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:11:26 smithi192 bash[19392]: audit 2024-09-18T14:11:25.373808+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:26.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:11:26 smithi192 bash[19392]: cephadm 2024-09-18T14:11:25.374958+0000 mgr.a (mgr.14150) 300 : cephadm [INF] Reconfiguring mgr.a (monmap changed)... 2024-09-18T14:11:26.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:11:26 smithi192 bash[19392]: audit 2024-09-18T14:11:25.375558+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-18T14:11:26.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:11:26 smithi192 bash[19392]: audit 2024-09-18T14:11:25.377145+0000 mon.a (mon.0) 735 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-18T14:11:26.770 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:11:26 smithi192 bash[19392]: audit 2024-09-18T14:11:25.378473+0000 mon.a (mon.0) 736 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:11:26.770 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:11:26 smithi192 bash[19392]: cephadm 2024-09-18T14:11:25.379953+0000 mgr.a (mgr.14150) 301 : cephadm [INF] Reconfiguring daemon mgr.a on smithi135 2024-09-18T14:11:26.772 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:11:26 smithi161 bash[19407]: cluster 2024-09-18T14:11:25.238853+0000 mgr.a (mgr.14150) 299 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:11:26.772 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:11:26 smithi161 bash[19407]: audit 2024-09-18T14:11:25.367715+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:26.772 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:11:26 smithi161 bash[19407]: audit 2024-09-18T14:11:25.373808+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:26.773 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:11:26 smithi161 bash[19407]: cephadm 2024-09-18T14:11:25.374958+0000 mgr.a (mgr.14150) 300 : cephadm [INF] Reconfiguring mgr.a (monmap changed)... 2024-09-18T14:11:26.773 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:11:26 smithi161 bash[19407]: audit 2024-09-18T14:11:25.375558+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-18T14:11:26.773 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:11:26 smithi161 bash[19407]: audit 2024-09-18T14:11:25.377145+0000 mon.a (mon.0) 735 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-18T14:11:26.773 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:11:26 smithi161 bash[19407]: audit 2024-09-18T14:11:25.378473+0000 mon.a (mon.0) 736 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:11:26.773 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:11:26 smithi161 bash[19407]: cephadm 2024-09-18T14:11:25.379953+0000 mgr.a (mgr.14150) 301 : cephadm [INF] Reconfiguring daemon mgr.a on smithi135 2024-09-18T14:11:29.024 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:11:29 smithi161 bash[19407]: cluster 2024-09-18T14:11:27.239468+0000 mgr.a (mgr.14150) 302 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:11:29.024 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:11:29 smithi161 bash[19407]: audit 2024-09-18T14:11:28.005346+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:29.024 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:11:29 smithi161 bash[19407]: audit 2024-09-18T14:11:28.010946+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:29.024 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:11:29 smithi161 bash[19407]: cephadm 2024-09-18T14:11:28.012294+0000 mgr.a (mgr.14150) 303 : cephadm [INF] Reconfiguring osd.0 (monmap changed)... 2024-09-18T14:11:29.025 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:11:29 smithi161 bash[19407]: audit 2024-09-18T14:11:28.012842+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-18T14:11:29.025 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:11:29 smithi161 bash[19407]: audit 2024-09-18T14:11:28.014399+0000 mon.a (mon.0) 740 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:11:29.025 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:11:29 smithi161 bash[19407]: cephadm 2024-09-18T14:11:28.016152+0000 mgr.a (mgr.14150) 304 : cephadm [INF] Reconfiguring daemon osd.0 on smithi135 2024-09-18T14:11:29.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:11:29 smithi192 bash[19392]: cluster 2024-09-18T14:11:27.239468+0000 mgr.a (mgr.14150) 302 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:11:29.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:11:29 smithi192 bash[19392]: audit 2024-09-18T14:11:28.005346+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:29.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:11:29 smithi192 bash[19392]: audit 2024-09-18T14:11:28.010946+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:29.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:11:29 smithi192 bash[19392]: cephadm 2024-09-18T14:11:28.012294+0000 mgr.a (mgr.14150) 303 : cephadm [INF] Reconfiguring osd.0 (monmap changed)... 2024-09-18T14:11:29.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:11:29 smithi192 bash[19392]: audit 2024-09-18T14:11:28.012842+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-18T14:11:29.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:11:29 smithi192 bash[19392]: audit 2024-09-18T14:11:28.014399+0000 mon.a (mon.0) 740 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:11:29.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:11:29 smithi192 bash[19392]: cephadm 2024-09-18T14:11:28.016152+0000 mgr.a (mgr.14150) 304 : cephadm [INF] Reconfiguring daemon osd.0 on smithi135 2024-09-18T14:11:29.418 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:11:29 smithi135 bash[18657]: cluster 2024-09-18T14:11:27.239468+0000 mgr.a (mgr.14150) 302 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:11:29.418 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:11:29 smithi135 bash[18657]: audit 2024-09-18T14:11:28.005346+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:29.419 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:11:29 smithi135 bash[18657]: audit 2024-09-18T14:11:28.010946+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:29.419 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:11:29 smithi135 bash[18657]: cephadm 2024-09-18T14:11:28.012294+0000 mgr.a (mgr.14150) 303 : cephadm [INF] Reconfiguring osd.0 (monmap changed)... 2024-09-18T14:11:29.419 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:11:29 smithi135 bash[18657]: audit 2024-09-18T14:11:28.012842+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-18T14:11:29.419 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:11:29 smithi135 bash[18657]: audit 2024-09-18T14:11:28.014399+0000 mon.a (mon.0) 740 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:11:29.419 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:11:29 smithi135 bash[18657]: cephadm 2024-09-18T14:11:28.016152+0000 mgr.a (mgr.14150) 304 : cephadm [INF] Reconfiguring daemon osd.0 on smithi135 2024-09-18T14:11:31.443 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:11:31 smithi135 bash[18657]: cluster 2024-09-18T14:11:29.240020+0000 mgr.a (mgr.14150) 305 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:11:31.443 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:11:31 smithi135 bash[18657]: audit 2024-09-18T14:11:30.086696+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:31.443 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:11:31 smithi135 bash[18657]: audit 2024-09-18T14:11:30.093569+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:31.443 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:11:31 smithi135 bash[18657]: audit 2024-09-18T14:11:30.101959+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:31.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:11:31 smithi192 bash[19392]: cluster 2024-09-18T14:11:29.240020+0000 mgr.a (mgr.14150) 305 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:11:31.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:11:31 smithi192 bash[19392]: audit 2024-09-18T14:11:30.086696+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:31.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:11:31 smithi192 bash[19392]: audit 2024-09-18T14:11:30.093569+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:31.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:11:31 smithi192 bash[19392]: audit 2024-09-18T14:11:30.101959+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:31.522 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:11:31 smithi161 bash[19407]: cluster 2024-09-18T14:11:29.240020+0000 mgr.a (mgr.14150) 305 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:11:31.522 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:11:31 smithi161 bash[19407]: audit 2024-09-18T14:11:30.086696+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:31.522 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:11:31 smithi161 bash[19407]: audit 2024-09-18T14:11:30.093569+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:31.522 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:11:31 smithi161 bash[19407]: audit 2024-09-18T14:11:30.101959+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:32.516 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:11:32 smithi161 bash[19407]: audit 2024-09-18T14:11:31.225590+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:32.516 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:11:32 smithi161 bash[19407]: audit 2024-09-18T14:11:31.235249+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:32.516 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:11:32 smithi161 bash[19407]: cephadm 2024-09-18T14:11:31.236826+0000 mgr.a (mgr.14150) 306 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-09-18T14:11:32.517 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:11:32 smithi161 bash[19407]: audit 2024-09-18T14:11:31.237336+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-18T14:11:32.517 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:11:32 smithi161 bash[19407]: audit 2024-09-18T14:11:31.238698+0000 mon.a (mon.0) 747 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-18T14:11:32.517 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:11:32 smithi161 bash[19407]: audit 2024-09-18T14:11:31.240042+0000 mon.a (mon.0) 748 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:11:32.517 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:11:32 smithi161 bash[19407]: cluster 2024-09-18T14:11:31.240486+0000 mgr.a (mgr.14150) 307 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:11:32.517 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:11:32 smithi161 bash[19407]: cephadm 2024-09-18T14:11:31.241621+0000 mgr.a (mgr.14150) 308 : cephadm [INF] Reconfiguring daemon mon.b on smithi161 2024-09-18T14:11:32.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:11:32 smithi192 bash[19392]: audit 2024-09-18T14:11:31.225590+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:32.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:11:32 smithi192 bash[19392]: audit 2024-09-18T14:11:31.235249+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:32.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:11:32 smithi192 bash[19392]: cephadm 2024-09-18T14:11:31.236826+0000 mgr.a (mgr.14150) 306 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-09-18T14:11:32.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:11:32 smithi192 bash[19392]: audit 2024-09-18T14:11:31.237336+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-18T14:11:32.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:11:32 smithi192 bash[19392]: audit 2024-09-18T14:11:31.238698+0000 mon.a (mon.0) 747 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-18T14:11:32.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:11:32 smithi192 bash[19392]: audit 2024-09-18T14:11:31.240042+0000 mon.a (mon.0) 748 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:11:32.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:11:32 smithi192 bash[19392]: cluster 2024-09-18T14:11:31.240486+0000 mgr.a (mgr.14150) 307 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:11:32.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:11:32 smithi192 bash[19392]: cephadm 2024-09-18T14:11:31.241621+0000 mgr.a (mgr.14150) 308 : cephadm [INF] Reconfiguring daemon mon.b on smithi161 2024-09-18T14:11:32.609 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:11:32 smithi135 bash[18657]: audit 2024-09-18T14:11:31.225590+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:32.609 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:11:32 smithi135 bash[18657]: audit 2024-09-18T14:11:31.235249+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:32.609 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:11:32 smithi135 bash[18657]: cephadm 2024-09-18T14:11:31.236826+0000 mgr.a (mgr.14150) 306 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-09-18T14:11:32.609 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:11:32 smithi135 bash[18657]: audit 2024-09-18T14:11:31.237336+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-18T14:11:32.609 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:11:32 smithi135 bash[18657]: audit 2024-09-18T14:11:31.238698+0000 mon.a (mon.0) 747 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-18T14:11:32.610 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:11:32 smithi135 bash[18657]: audit 2024-09-18T14:11:31.240042+0000 mon.a (mon.0) 748 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:11:32.610 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:11:32 smithi135 bash[18657]: cluster 2024-09-18T14:11:31.240486+0000 mgr.a (mgr.14150) 307 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:11:32.610 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:11:32 smithi135 bash[18657]: cephadm 2024-09-18T14:11:31.241621+0000 mgr.a (mgr.14150) 308 : cephadm [INF] Reconfiguring daemon mon.b on smithi161 2024-09-18T14:11:34.610 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:11:34 smithi161 bash[19407]: cluster 2024-09-18T14:11:33.241086+0000 mgr.a (mgr.14150) 309 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:11:34.611 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:11:34 smithi161 bash[19407]: audit 2024-09-18T14:11:33.290566+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:34.611 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:11:34 smithi161 bash[19407]: audit 2024-09-18T14:11:33.298948+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:34.611 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:11:34 smithi161 bash[19407]: cephadm 2024-09-18T14:11:33.300357+0000 mgr.a (mgr.14150) 310 : cephadm [INF] Reconfiguring mgr.b (monmap changed)... 2024-09-18T14:11:34.611 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:11:34 smithi161 bash[19407]: audit 2024-09-18T14:11:33.300998+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-18T14:11:34.611 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:11:34 smithi161 bash[19407]: audit 2024-09-18T14:11:33.307226+0000 mon.a (mon.0) 752 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-18T14:11:34.611 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:11:34 smithi161 bash[19407]: audit 2024-09-18T14:11:33.308658+0000 mon.a (mon.0) 753 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:11:34.611 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:11:34 smithi161 bash[19407]: cephadm 2024-09-18T14:11:33.310315+0000 mgr.a (mgr.14150) 311 : cephadm [INF] Reconfiguring daemon mgr.b on smithi161 2024-09-18T14:11:34.611 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:11:34 smithi161 bash[19407]: audit 2024-09-18T14:11:33.806156+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:34.611 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:11:34 smithi161 bash[19407]: audit 2024-09-18T14:11:33.812682+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:34.611 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:11:34 smithi161 bash[19407]: audit 2024-09-18T14:11:33.819498+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:34.707 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:11:34 smithi135 bash[18657]: cluster 2024-09-18T14:11:33.241086+0000 mgr.a (mgr.14150) 309 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:11:34.707 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:11:34 smithi135 bash[18657]: audit 2024-09-18T14:11:33.290566+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:34.707 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:11:34 smithi135 bash[18657]: audit 2024-09-18T14:11:33.298948+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:34.707 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:11:34 smithi135 bash[18657]: cephadm 2024-09-18T14:11:33.300357+0000 mgr.a (mgr.14150) 310 : cephadm [INF] Reconfiguring mgr.b (monmap changed)... 2024-09-18T14:11:34.707 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:11:34 smithi135 bash[18657]: audit 2024-09-18T14:11:33.300998+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-18T14:11:34.707 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:11:34 smithi135 bash[18657]: audit 2024-09-18T14:11:33.307226+0000 mon.a (mon.0) 752 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-18T14:11:34.707 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:11:34 smithi135 bash[18657]: audit 2024-09-18T14:11:33.308658+0000 mon.a (mon.0) 753 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:11:34.707 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:11:34 smithi135 bash[18657]: cephadm 2024-09-18T14:11:33.310315+0000 mgr.a (mgr.14150) 311 : cephadm [INF] Reconfiguring daemon mgr.b on smithi161 2024-09-18T14:11:34.708 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:11:34 smithi135 bash[18657]: audit 2024-09-18T14:11:33.806156+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:34.708 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:11:34 smithi135 bash[18657]: audit 2024-09-18T14:11:33.812682+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:34.708 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:11:34 smithi135 bash[18657]: audit 2024-09-18T14:11:33.819498+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:34.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:11:34 smithi192 bash[19392]: cluster 2024-09-18T14:11:33.241086+0000 mgr.a (mgr.14150) 309 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:11:34.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:11:34 smithi192 bash[19392]: audit 2024-09-18T14:11:33.290566+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:34.770 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:11:34 smithi192 bash[19392]: audit 2024-09-18T14:11:33.298948+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:34.770 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:11:34 smithi192 bash[19392]: cephadm 2024-09-18T14:11:33.300357+0000 mgr.a (mgr.14150) 310 : cephadm [INF] Reconfiguring mgr.b (monmap changed)... 2024-09-18T14:11:34.770 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:11:34 smithi192 bash[19392]: audit 2024-09-18T14:11:33.300998+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-18T14:11:34.770 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:11:34 smithi192 bash[19392]: audit 2024-09-18T14:11:33.307226+0000 mon.a (mon.0) 752 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-18T14:11:34.770 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:11:34 smithi192 bash[19392]: audit 2024-09-18T14:11:33.308658+0000 mon.a (mon.0) 753 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:11:34.770 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:11:34 smithi192 bash[19392]: cephadm 2024-09-18T14:11:33.310315+0000 mgr.a (mgr.14150) 311 : cephadm [INF] Reconfiguring daemon mgr.b on smithi161 2024-09-18T14:11:34.771 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:11:34 smithi192 bash[19392]: audit 2024-09-18T14:11:33.806156+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:34.771 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:11:34 smithi192 bash[19392]: audit 2024-09-18T14:11:33.812682+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:34.771 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:11:34 smithi192 bash[19392]: audit 2024-09-18T14:11:33.819498+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:35.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:11:35 smithi135 bash[18657]: audit 2024-09-18T14:11:34.648101+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:35.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:11:35 smithi135 bash[18657]: audit 2024-09-18T14:11:34.654825+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:35.957 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:11:35 smithi135 bash[18657]: audit 2024-09-18T14:11:34.663164+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:35.957 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:11:35 smithi135 bash[18657]: audit 2024-09-18T14:11:35.239201+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:35.957 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:11:35 smithi135 bash[18657]: audit 2024-09-18T14:11:35.248040+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:35.957 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:11:35 smithi135 bash[18657]: audit 2024-09-18T14:11:35.249939+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-18T14:11:35.957 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:11:35 smithi135 bash[18657]: audit 2024-09-18T14:11:35.251707+0000 mon.a (mon.0) 763 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:11:36.019 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:11:35 smithi192 bash[19392]: audit 2024-09-18T14:11:34.648101+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:36.019 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:11:35 smithi192 bash[19392]: audit 2024-09-18T14:11:34.654825+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:36.019 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:11:35 smithi192 bash[19392]: audit 2024-09-18T14:11:34.663164+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:36.019 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:11:35 smithi192 bash[19392]: audit 2024-09-18T14:11:35.239201+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:36.019 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:11:35 smithi192 bash[19392]: audit 2024-09-18T14:11:35.248040+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:36.019 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:11:35 smithi192 bash[19392]: audit 2024-09-18T14:11:35.249939+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-18T14:11:36.019 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:11:35 smithi192 bash[19392]: audit 2024-09-18T14:11:35.251707+0000 mon.a (mon.0) 763 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:11:36.022 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:11:35 smithi161 bash[19407]: audit 2024-09-18T14:11:34.648101+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:36.022 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:11:35 smithi161 bash[19407]: audit 2024-09-18T14:11:34.654825+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:36.022 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:11:35 smithi161 bash[19407]: audit 2024-09-18T14:11:34.663164+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:36.022 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:11:35 smithi161 bash[19407]: audit 2024-09-18T14:11:35.239201+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:36.022 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:11:35 smithi161 bash[19407]: audit 2024-09-18T14:11:35.248040+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:36.022 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:11:35 smithi161 bash[19407]: audit 2024-09-18T14:11:35.249939+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-18T14:11:36.022 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:11:35 smithi161 bash[19407]: audit 2024-09-18T14:11:35.251707+0000 mon.a (mon.0) 763 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:11:36.772 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:11:36 smithi161 bash[19407]: cluster 2024-09-18T14:11:35.241572+0000 mgr.a (mgr.14150) 312 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:11:36.772 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:11:36 smithi161 bash[19407]: cephadm 2024-09-18T14:11:35.249344+0000 mgr.a (mgr.14150) 313 : cephadm [INF] Reconfiguring osd.1 (monmap changed)... 2024-09-18T14:11:36.772 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:11:36 smithi161 bash[19407]: cephadm 2024-09-18T14:11:35.254141+0000 mgr.a (mgr.14150) 314 : cephadm [INF] Reconfiguring daemon osd.1 on smithi161 2024-09-18T14:11:36.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:11:36 smithi135 bash[18657]: cluster 2024-09-18T14:11:35.241572+0000 mgr.a (mgr.14150) 312 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:11:36.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:11:36 smithi135 bash[18657]: cephadm 2024-09-18T14:11:35.249344+0000 mgr.a (mgr.14150) 313 : cephadm [INF] Reconfiguring osd.1 (monmap changed)... 2024-09-18T14:11:36.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:11:36 smithi135 bash[18657]: cephadm 2024-09-18T14:11:35.254141+0000 mgr.a (mgr.14150) 314 : cephadm [INF] Reconfiguring daemon osd.1 on smithi161 2024-09-18T14:11:37.020 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:11:36 smithi192 bash[19392]: cluster 2024-09-18T14:11:35.241572+0000 mgr.a (mgr.14150) 312 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:11:37.020 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:11:36 smithi192 bash[19392]: cephadm 2024-09-18T14:11:35.249344+0000 mgr.a (mgr.14150) 313 : cephadm [INF] Reconfiguring osd.1 (monmap changed)... 2024-09-18T14:11:37.020 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:11:36 smithi192 bash[19392]: cephadm 2024-09-18T14:11:35.254141+0000 mgr.a (mgr.14150) 314 : cephadm [INF] Reconfiguring daemon osd.1 on smithi161 2024-09-18T14:11:38.706 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:11:38 smithi135 bash[18657]: cluster 2024-09-18T14:11:37.242209+0000 mgr.a (mgr.14150) 315 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:11:38.707 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:11:38 smithi135 bash[18657]: audit 2024-09-18T14:11:37.359452+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:38.707 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:11:38 smithi135 bash[18657]: audit 2024-09-18T14:11:37.366949+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:38.707 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:11:38 smithi135 bash[18657]: cephadm 2024-09-18T14:11:37.368707+0000 mgr.a (mgr.14150) 316 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-09-18T14:11:38.707 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:11:38 smithi135 bash[18657]: audit 2024-09-18T14:11:37.369296+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-18T14:11:38.707 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:11:38 smithi135 bash[18657]: audit 2024-09-18T14:11:37.370742+0000 mon.a (mon.0) 767 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-18T14:11:38.707 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:11:38 smithi135 bash[18657]: audit 2024-09-18T14:11:37.372044+0000 mon.a (mon.0) 768 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:11:38.707 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:11:38 smithi135 bash[18657]: cephadm 2024-09-18T14:11:37.373659+0000 mgr.a (mgr.14150) 317 : cephadm [INF] Reconfiguring daemon mon.c on smithi192 2024-09-18T14:11:38.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:11:38 smithi192 bash[19392]: cluster 2024-09-18T14:11:37.242209+0000 mgr.a (mgr.14150) 315 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:11:38.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:11:38 smithi192 bash[19392]: audit 2024-09-18T14:11:37.359452+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:38.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:11:38 smithi192 bash[19392]: audit 2024-09-18T14:11:37.366949+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:38.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:11:38 smithi192 bash[19392]: cephadm 2024-09-18T14:11:37.368707+0000 mgr.a (mgr.14150) 316 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-09-18T14:11:38.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:11:38 smithi192 bash[19392]: audit 2024-09-18T14:11:37.369296+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-18T14:11:38.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:11:38 smithi192 bash[19392]: audit 2024-09-18T14:11:37.370742+0000 mon.a (mon.0) 767 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-18T14:11:38.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:11:38 smithi192 bash[19392]: audit 2024-09-18T14:11:37.372044+0000 mon.a (mon.0) 768 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:11:38.770 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:11:38 smithi192 bash[19392]: cephadm 2024-09-18T14:11:37.373659+0000 mgr.a (mgr.14150) 317 : cephadm [INF] Reconfiguring daemon mon.c on smithi192 2024-09-18T14:11:38.772 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:11:38 smithi161 bash[19407]: cluster 2024-09-18T14:11:37.242209+0000 mgr.a (mgr.14150) 315 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:11:38.772 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:11:38 smithi161 bash[19407]: audit 2024-09-18T14:11:37.359452+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:38.772 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:11:38 smithi161 bash[19407]: audit 2024-09-18T14:11:37.366949+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:38.772 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:11:38 smithi161 bash[19407]: cephadm 2024-09-18T14:11:37.368707+0000 mgr.a (mgr.14150) 316 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-09-18T14:11:38.772 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:11:38 smithi161 bash[19407]: audit 2024-09-18T14:11:37.369296+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-18T14:11:38.772 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:11:38 smithi161 bash[19407]: audit 2024-09-18T14:11:37.370742+0000 mon.a (mon.0) 767 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-18T14:11:38.773 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:11:38 smithi161 bash[19407]: audit 2024-09-18T14:11:37.372044+0000 mon.a (mon.0) 768 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:11:38.773 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:11:38 smithi161 bash[19407]: cephadm 2024-09-18T14:11:37.373659+0000 mgr.a (mgr.14150) 317 : cephadm [INF] Reconfiguring daemon mon.c on smithi192 2024-09-18T14:11:40.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:11:40 smithi192 bash[19392]: cluster 2024-09-18T14:11:39.242762+0000 mgr.a (mgr.14150) 318 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:11:40.706 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:11:40 smithi135 bash[18657]: cluster 2024-09-18T14:11:39.242762+0000 mgr.a (mgr.14150) 318 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:11:40.772 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:11:40 smithi161 bash[19407]: cluster 2024-09-18T14:11:39.242762+0000 mgr.a (mgr.14150) 318 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:11:42.206 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:11:41 smithi135 bash[18657]: audit 2024-09-18T14:11:40.811995+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:42.207 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:11:41 smithi135 bash[18657]: audit 2024-09-18T14:11:40.820205+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:42.207 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:11:41 smithi135 bash[18657]: cephadm 2024-09-18T14:11:40.821429+0000 mgr.a (mgr.14150) 319 : cephadm [INF] Reconfiguring osd.2 (monmap changed)... 2024-09-18T14:11:42.207 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:11:41 smithi135 bash[18657]: audit 2024-09-18T14:11:40.821975+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-18T14:11:42.207 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:11:41 smithi135 bash[18657]: audit 2024-09-18T14:11:40.823498+0000 mon.a (mon.0) 772 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:11:42.207 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:11:41 smithi135 bash[18657]: cephadm 2024-09-18T14:11:40.825308+0000 mgr.a (mgr.14150) 320 : cephadm [INF] Reconfiguring daemon osd.2 on smithi192 2024-09-18T14:11:42.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:11:41 smithi192 bash[19392]: audit 2024-09-18T14:11:40.811995+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:42.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:11:41 smithi192 bash[19392]: audit 2024-09-18T14:11:40.820205+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:42.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:11:41 smithi192 bash[19392]: cephadm 2024-09-18T14:11:40.821429+0000 mgr.a (mgr.14150) 319 : cephadm [INF] Reconfiguring osd.2 (monmap changed)... 2024-09-18T14:11:42.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:11:41 smithi192 bash[19392]: audit 2024-09-18T14:11:40.821975+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-18T14:11:42.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:11:41 smithi192 bash[19392]: audit 2024-09-18T14:11:40.823498+0000 mon.a (mon.0) 772 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:11:42.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:11:41 smithi192 bash[19392]: cephadm 2024-09-18T14:11:40.825308+0000 mgr.a (mgr.14150) 320 : cephadm [INF] Reconfiguring daemon osd.2 on smithi192 2024-09-18T14:11:42.272 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:11:41 smithi161 bash[19407]: audit 2024-09-18T14:11:40.811995+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:42.272 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:11:41 smithi161 bash[19407]: audit 2024-09-18T14:11:40.820205+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:42.272 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:11:41 smithi161 bash[19407]: cephadm 2024-09-18T14:11:40.821429+0000 mgr.a (mgr.14150) 319 : cephadm [INF] Reconfiguring osd.2 (monmap changed)... 2024-09-18T14:11:42.272 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:11:41 smithi161 bash[19407]: audit 2024-09-18T14:11:40.821975+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-18T14:11:42.272 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:11:41 smithi161 bash[19407]: audit 2024-09-18T14:11:40.823498+0000 mon.a (mon.0) 772 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:11:42.272 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:11:41 smithi161 bash[19407]: cephadm 2024-09-18T14:11:40.825308+0000 mgr.a (mgr.14150) 320 : cephadm [INF] Reconfiguring daemon osd.2 on smithi192 2024-09-18T14:11:43.019 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:11:42 smithi192 bash[19392]: cluster 2024-09-18T14:11:41.243269+0000 mgr.a (mgr.14150) 321 : cluster [DBG] pgmap v241: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:11:43.206 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:11:42 smithi135 bash[18657]: cluster 2024-09-18T14:11:41.243269+0000 mgr.a (mgr.14150) 321 : cluster [DBG] pgmap v241: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:11:43.272 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:11:42 smithi161 bash[19407]: cluster 2024-09-18T14:11:41.243269+0000 mgr.a (mgr.14150) 321 : cluster [DBG] pgmap v241: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:11:45.206 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:11:44 smithi135 bash[18657]: cluster 2024-09-18T14:11:43.243837+0000 mgr.a (mgr.14150) 322 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:11:45.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:11:44 smithi192 bash[19392]: cluster 2024-09-18T14:11:43.243837+0000 mgr.a (mgr.14150) 322 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:11:45.272 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:11:44 smithi161 bash[19407]: cluster 2024-09-18T14:11:43.243837+0000 mgr.a (mgr.14150) 322 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:11:46.706 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:11:46 smithi135 bash[18657]: cluster 2024-09-18T14:11:45.244423+0000 mgr.a (mgr.14150) 323 : cluster [DBG] pgmap v243: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:11:46.706 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:11:46 smithi135 bash[18657]: audit 2024-09-18T14:11:45.427623+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:46.707 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:11:46 smithi135 bash[18657]: audit 2024-09-18T14:11:45.433432+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:46.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:11:46 smithi192 bash[19392]: cluster 2024-09-18T14:11:45.244423+0000 mgr.a (mgr.14150) 323 : cluster [DBG] pgmap v243: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:11:46.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:11:46 smithi192 bash[19392]: audit 2024-09-18T14:11:45.427623+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:46.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:11:46 smithi192 bash[19392]: audit 2024-09-18T14:11:45.433432+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:46.772 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:11:46 smithi161 bash[19407]: cluster 2024-09-18T14:11:45.244423+0000 mgr.a (mgr.14150) 323 : cluster [DBG] pgmap v243: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:11:46.772 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:11:46 smithi161 bash[19407]: audit 2024-09-18T14:11:45.427623+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:46.772 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:11:46 smithi161 bash[19407]: audit 2024-09-18T14:11:45.433432+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:48.706 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:11:48 smithi135 bash[18657]: cluster 2024-09-18T14:11:47.245012+0000 mgr.a (mgr.14150) 324 : cluster [DBG] pgmap v244: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:11:48.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:11:48 smithi192 bash[19392]: cluster 2024-09-18T14:11:47.245012+0000 mgr.a (mgr.14150) 324 : cluster [DBG] pgmap v244: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:11:48.772 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:11:48 smithi161 bash[19407]: cluster 2024-09-18T14:11:47.245012+0000 mgr.a (mgr.14150) 324 : cluster [DBG] pgmap v244: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:11:50.706 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:11:50 smithi135 bash[18657]: cluster 2024-09-18T14:11:49.245588+0000 mgr.a (mgr.14150) 325 : cluster [DBG] pgmap v245: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:11:50.707 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:11:50 smithi135 bash[18657]: audit 2024-09-18T14:11:50.280232+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:50.707 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:11:50 smithi135 bash[18657]: audit 2024-09-18T14:11:50.285781+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:50.707 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:11:50 smithi135 bash[18657]: audit 2024-09-18T14:11:50.295136+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:50.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:11:50 smithi192 bash[19392]: cluster 2024-09-18T14:11:49.245588+0000 mgr.a (mgr.14150) 325 : cluster [DBG] pgmap v245: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:11:50.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:11:50 smithi192 bash[19392]: audit 2024-09-18T14:11:50.280232+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:50.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:11:50 smithi192 bash[19392]: audit 2024-09-18T14:11:50.285781+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:50.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:11:50 smithi192 bash[19392]: audit 2024-09-18T14:11:50.295136+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:50.772 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:11:50 smithi161 bash[19407]: cluster 2024-09-18T14:11:49.245588+0000 mgr.a (mgr.14150) 325 : cluster [DBG] pgmap v245: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:11:50.772 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:11:50 smithi161 bash[19407]: audit 2024-09-18T14:11:50.280232+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:50.772 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:11:50 smithi161 bash[19407]: audit 2024-09-18T14:11:50.285781+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:50.772 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:11:50 smithi161 bash[19407]: audit 2024-09-18T14:11:50.295136+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:52.706 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:11:52 smithi135 bash[18657]: cluster 2024-09-18T14:11:51.246148+0000 mgr.a (mgr.14150) 326 : cluster [DBG] pgmap v246: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:11:52.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:11:52 smithi192 bash[19392]: cluster 2024-09-18T14:11:51.246148+0000 mgr.a (mgr.14150) 326 : cluster [DBG] pgmap v246: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:11:52.772 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:11:52 smithi161 bash[19407]: cluster 2024-09-18T14:11:51.246148+0000 mgr.a (mgr.14150) 326 : cluster [DBG] pgmap v246: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:11:55.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:11:54 smithi192 bash[19392]: cluster 2024-09-18T14:11:53.246739+0000 mgr.a (mgr.14150) 327 : cluster [DBG] pgmap v247: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:11:55.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:11:54 smithi192 bash[19392]: audit 2024-09-18T14:11:53.970342+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:55.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:11:54 smithi192 bash[19392]: audit 2024-09-18T14:11:53.976426+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:55.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:11:54 smithi192 bash[19392]: audit 2024-09-18T14:11:53.982568+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:55.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:11:54 smithi192 bash[19392]: audit 2024-09-18T14:11:54.824092+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:55.270 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:11:54 smithi192 bash[19392]: audit 2024-09-18T14:11:54.831225+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:55.270 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:11:54 smithi192 bash[19392]: audit 2024-09-18T14:11:54.838149+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:55.272 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:11:54 smithi161 bash[19407]: cluster 2024-09-18T14:11:53.246739+0000 mgr.a (mgr.14150) 327 : cluster [DBG] pgmap v247: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:11:55.272 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:11:54 smithi161 bash[19407]: audit 2024-09-18T14:11:53.970342+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:55.272 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:11:54 smithi161 bash[19407]: audit 2024-09-18T14:11:53.976426+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:55.272 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:11:54 smithi161 bash[19407]: audit 2024-09-18T14:11:53.982568+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:55.272 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:11:54 smithi161 bash[19407]: audit 2024-09-18T14:11:54.824092+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:55.272 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:11:54 smithi161 bash[19407]: audit 2024-09-18T14:11:54.831225+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:55.272 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:11:54 smithi161 bash[19407]: audit 2024-09-18T14:11:54.838149+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:55.456 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:11:54 smithi135 bash[18657]: cluster 2024-09-18T14:11:53.246739+0000 mgr.a (mgr.14150) 327 : cluster [DBG] pgmap v247: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:11:55.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:11:54 smithi135 bash[18657]: audit 2024-09-18T14:11:53.970342+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:55.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:11:54 smithi135 bash[18657]: audit 2024-09-18T14:11:53.976426+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:55.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:11:54 smithi135 bash[18657]: audit 2024-09-18T14:11:53.982568+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:55.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:11:54 smithi135 bash[18657]: audit 2024-09-18T14:11:54.824092+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:55.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:11:54 smithi135 bash[18657]: audit 2024-09-18T14:11:54.831225+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:55.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:11:54 smithi135 bash[18657]: audit 2024-09-18T14:11:54.838149+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:11:57.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:11:56 smithi192 bash[19392]: cluster 2024-09-18T14:11:55.247288+0000 mgr.a (mgr.14150) 328 : cluster [DBG] pgmap v248: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:11:57.271 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:11:56 smithi161 bash[19407]: cluster 2024-09-18T14:11:55.247288+0000 mgr.a (mgr.14150) 328 : cluster [DBG] pgmap v248: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:11:57.456 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:11:56 smithi135 bash[18657]: cluster 2024-09-18T14:11:55.247288+0000 mgr.a (mgr.14150) 328 : cluster [DBG] pgmap v248: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:11:59.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:11:58 smithi192 bash[19392]: cluster 2024-09-18T14:11:57.247835+0000 mgr.a (mgr.14150) 329 : cluster [DBG] pgmap v249: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:11:59.272 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:11:58 smithi161 bash[19407]: cluster 2024-09-18T14:11:57.247835+0000 mgr.a (mgr.14150) 329 : cluster [DBG] pgmap v249: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:11:59.456 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:11:58 smithi135 bash[18657]: cluster 2024-09-18T14:11:57.247835+0000 mgr.a (mgr.14150) 329 : cluster [DBG] pgmap v249: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:12:01.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:12:00 smithi192 bash[19392]: cluster 2024-09-18T14:11:59.248382+0000 mgr.a (mgr.14150) 330 : cluster [DBG] pgmap v250: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:12:01.272 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:12:00 smithi161 bash[19407]: cluster 2024-09-18T14:11:59.248382+0000 mgr.a (mgr.14150) 330 : cluster [DBG] pgmap v250: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:12:01.456 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:12:00 smithi135 bash[18657]: cluster 2024-09-18T14:11:59.248382+0000 mgr.a (mgr.14150) 330 : cluster [DBG] pgmap v250: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:12:03.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:12:02 smithi192 bash[19392]: cluster 2024-09-18T14:12:01.248898+0000 mgr.a (mgr.14150) 331 : cluster [DBG] pgmap v251: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:12:03.272 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:12:02 smithi161 bash[19407]: cluster 2024-09-18T14:12:01.248898+0000 mgr.a (mgr.14150) 331 : cluster [DBG] pgmap v251: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:12:03.456 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:12:02 smithi135 bash[18657]: cluster 2024-09-18T14:12:01.248898+0000 mgr.a (mgr.14150) 331 : cluster [DBG] pgmap v251: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:12:05.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:12:04 smithi192 bash[19392]: cluster 2024-09-18T14:12:03.249455+0000 mgr.a (mgr.14150) 332 : cluster [DBG] pgmap v252: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:12:05.271 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:12:04 smithi161 bash[19407]: cluster 2024-09-18T14:12:03.249455+0000 mgr.a (mgr.14150) 332 : cluster [DBG] pgmap v252: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:12:05.456 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:12:04 smithi135 bash[18657]: cluster 2024-09-18T14:12:03.249455+0000 mgr.a (mgr.14150) 332 : cluster [DBG] pgmap v252: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:12:07.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:12:06 smithi192 bash[19392]: cluster 2024-09-18T14:12:05.249980+0000 mgr.a (mgr.14150) 333 : cluster [DBG] pgmap v253: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:12:07.272 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:12:06 smithi161 bash[19407]: cluster 2024-09-18T14:12:05.249980+0000 mgr.a (mgr.14150) 333 : cluster [DBG] pgmap v253: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:12:07.456 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:12:06 smithi135 bash[18657]: cluster 2024-09-18T14:12:05.249980+0000 mgr.a (mgr.14150) 333 : cluster [DBG] pgmap v253: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:12:09.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:12:09 smithi192 bash[19392]: cluster 2024-09-18T14:12:07.250557+0000 mgr.a (mgr.14150) 334 : cluster [DBG] pgmap v254: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:12:09.272 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:12:09 smithi161 bash[19407]: cluster 2024-09-18T14:12:07.250557+0000 mgr.a (mgr.14150) 334 : cluster [DBG] pgmap v254: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:12:09.315 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:12:09 smithi135 bash[18657]: cluster 2024-09-18T14:12:07.250557+0000 mgr.a (mgr.14150) 334 : cluster [DBG] pgmap v254: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:12:11.267 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:12:11 smithi135 bash[18657]: cluster 2024-09-18T14:12:09.251026+0000 mgr.a (mgr.14150) 335 : cluster [DBG] pgmap v255: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:12:11.267 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:12:11 smithi135 bash[18657]: audit 2024-09-18T14:12:10.480469+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:12:11.267 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:12:11 smithi135 bash[18657]: audit 2024-09-18T14:12:10.487284+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:12:11.268 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:12:11 smithi135 bash[18657]: audit 2024-09-18T14:12:10.494095+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:12:11.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:12:11 smithi192 bash[19392]: cluster 2024-09-18T14:12:09.251026+0000 mgr.a (mgr.14150) 335 : cluster [DBG] pgmap v255: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:12:11.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:12:11 smithi192 bash[19392]: audit 2024-09-18T14:12:10.480469+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:12:11.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:12:11 smithi192 bash[19392]: audit 2024-09-18T14:12:10.487284+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:12:11.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:12:11 smithi192 bash[19392]: audit 2024-09-18T14:12:10.494095+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:12:11.272 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:12:11 smithi161 bash[19407]: cluster 2024-09-18T14:12:09.251026+0000 mgr.a (mgr.14150) 335 : cluster [DBG] pgmap v255: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:12:11.272 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:12:11 smithi161 bash[19407]: audit 2024-09-18T14:12:10.480469+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:12:11.272 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:12:11 smithi161 bash[19407]: audit 2024-09-18T14:12:10.487284+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:12:11.272 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:12:11 smithi161 bash[19407]: audit 2024-09-18T14:12:10.494095+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:12:13.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:12:13 smithi192 bash[19392]: cluster 2024-09-18T14:12:11.251686+0000 mgr.a (mgr.14150) 336 : cluster [DBG] pgmap v256: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:12:13.272 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:12:13 smithi161 bash[19407]: cluster 2024-09-18T14:12:11.251686+0000 mgr.a (mgr.14150) 336 : cluster [DBG] pgmap v256: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:12:13.298 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:12:13 smithi135 bash[18657]: cluster 2024-09-18T14:12:11.251686+0000 mgr.a (mgr.14150) 336 : cluster [DBG] pgmap v256: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:12:15.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:12:15 smithi192 bash[19392]: cluster 2024-09-18T14:12:13.252093+0000 mgr.a (mgr.14150) 337 : cluster [DBG] pgmap v257: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:12:15.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:12:15 smithi192 bash[19392]: audit 2024-09-18T14:12:14.141434+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:12:15.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:12:15 smithi192 bash[19392]: audit 2024-09-18T14:12:14.149566+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:12:15.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:12:15 smithi192 bash[19392]: audit 2024-09-18T14:12:14.156224+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:12:15.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:12:15 smithi192 bash[19392]: audit 2024-09-18T14:12:15.003707+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:12:15.272 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:12:15 smithi161 bash[19407]: cluster 2024-09-18T14:12:13.252093+0000 mgr.a (mgr.14150) 337 : cluster [DBG] pgmap v257: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:12:15.272 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:12:15 smithi161 bash[19407]: audit 2024-09-18T14:12:14.141434+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:12:15.272 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:12:15 smithi161 bash[19407]: audit 2024-09-18T14:12:14.149566+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:12:15.272 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:12:15 smithi161 bash[19407]: audit 2024-09-18T14:12:14.156224+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:12:15.272 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:12:15 smithi161 bash[19407]: audit 2024-09-18T14:12:15.003707+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:12:15.456 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:12:15 smithi135 bash[18657]: cluster 2024-09-18T14:12:13.252093+0000 mgr.a (mgr.14150) 337 : cluster [DBG] pgmap v257: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:12:15.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:12:15 smithi135 bash[18657]: audit 2024-09-18T14:12:14.141434+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:12:15.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:12:15 smithi135 bash[18657]: audit 2024-09-18T14:12:14.149566+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:12:15.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:12:15 smithi135 bash[18657]: audit 2024-09-18T14:12:14.156224+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:12:15.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:12:15 smithi135 bash[18657]: audit 2024-09-18T14:12:15.003707+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:12:16.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:12:16 smithi192 bash[19392]: audit 2024-09-18T14:12:15.012053+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:12:16.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:12:16 smithi192 bash[19392]: audit 2024-09-18T14:12:15.024354+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:12:16.272 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:12:16 smithi161 bash[19407]: audit 2024-09-18T14:12:15.012053+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:12:16.272 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:12:16 smithi161 bash[19407]: audit 2024-09-18T14:12:15.024354+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:12:16.456 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:12:16 smithi135 bash[18657]: audit 2024-09-18T14:12:15.012053+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:12:16.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:12:16 smithi135 bash[18657]: audit 2024-09-18T14:12:15.024354+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:12:17.456 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:12:17 smithi135 bash[18657]: cluster 2024-09-18T14:12:15.252607+0000 mgr.a (mgr.14150) 338 : cluster [DBG] pgmap v258: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:12:17.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:12:17 smithi192 bash[19392]: cluster 2024-09-18T14:12:15.252607+0000 mgr.a (mgr.14150) 338 : cluster [DBG] pgmap v258: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:12:17.521 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:12:17 smithi161 bash[19407]: cluster 2024-09-18T14:12:15.252607+0000 mgr.a (mgr.14150) 338 : cluster [DBG] pgmap v258: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:12:19.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:12:19 smithi135 bash[18657]: cluster 2024-09-18T14:12:17.253149+0000 mgr.a (mgr.14150) 339 : cluster [DBG] pgmap v259: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:12:19.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:12:19 smithi192 bash[19392]: cluster 2024-09-18T14:12:17.253149+0000 mgr.a (mgr.14150) 339 : cluster [DBG] pgmap v259: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:12:19.522 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:12:19 smithi161 bash[19407]: cluster 2024-09-18T14:12:17.253149+0000 mgr.a (mgr.14150) 339 : cluster [DBG] pgmap v259: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:12:21.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:12:21 smithi192 bash[19392]: cluster 2024-09-18T14:12:19.253784+0000 mgr.a (mgr.14150) 340 : cluster [DBG] pgmap v260: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:12:21.456 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:12:21 smithi135 bash[18657]: cluster 2024-09-18T14:12:19.253784+0000 mgr.a (mgr.14150) 340 : cluster [DBG] pgmap v260: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:12:21.522 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:12:21 smithi161 bash[19407]: cluster 2024-09-18T14:12:19.253784+0000 mgr.a (mgr.14150) 340 : cluster [DBG] pgmap v260: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:12:23.456 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:12:23 smithi135 bash[18657]: cluster 2024-09-18T14:12:21.254318+0000 mgr.a (mgr.14150) 341 : cluster [DBG] pgmap v261: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:12:23.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:12:23 smithi192 bash[19392]: cluster 2024-09-18T14:12:21.254318+0000 mgr.a (mgr.14150) 341 : cluster [DBG] pgmap v261: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:12:23.522 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:12:23 smithi161 bash[19407]: cluster 2024-09-18T14:12:21.254318+0000 mgr.a (mgr.14150) 341 : cluster [DBG] pgmap v261: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:12:25.456 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:12:25 smithi135 bash[18657]: cluster 2024-09-18T14:12:23.254865+0000 mgr.a (mgr.14150) 342 : cluster [DBG] pgmap v262: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:12:25.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:12:25 smithi192 bash[19392]: cluster 2024-09-18T14:12:23.254865+0000 mgr.a (mgr.14150) 342 : cluster [DBG] pgmap v262: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:12:25.521 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:12:25 smithi161 bash[19407]: cluster 2024-09-18T14:12:23.254865+0000 mgr.a (mgr.14150) 342 : cluster [DBG] pgmap v262: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:12:27.272 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:12:27 smithi161 bash[19407]: cluster 2024-09-18T14:12:25.255377+0000 mgr.a (mgr.14150) 343 : cluster [DBG] pgmap v263: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:12:27.456 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:12:27 smithi135 bash[18657]: cluster 2024-09-18T14:12:25.255377+0000 mgr.a (mgr.14150) 343 : cluster [DBG] pgmap v263: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:12:27.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:12:27 smithi192 bash[19392]: cluster 2024-09-18T14:12:25.255377+0000 mgr.a (mgr.14150) 343 : cluster [DBG] pgmap v263: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:12:29.201 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:12:29 smithi135 bash[18657]: cluster 2024-09-18T14:12:27.255918+0000 mgr.a (mgr.14150) 344 : cluster [DBG] pgmap v264: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:12:29.508 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:12:29 smithi161 bash[19407]: cluster 2024-09-18T14:12:27.255918+0000 mgr.a (mgr.14150) 344 : cluster [DBG] pgmap v264: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:12:29.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:12:29 smithi192 bash[19392]: cluster 2024-09-18T14:12:27.255918+0000 mgr.a (mgr.14150) 344 : cluster [DBG] pgmap v264: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:12:31.456 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:12:31 smithi135 bash[18657]: cluster 2024-09-18T14:12:29.256482+0000 mgr.a (mgr.14150) 345 : cluster [DBG] pgmap v265: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:12:31.456 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:12:31 smithi135 bash[18657]: audit 2024-09-18T14:12:30.681697+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:12:31.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:12:31 smithi135 bash[18657]: audit 2024-09-18T14:12:30.688264+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:12:31.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:12:31 smithi135 bash[18657]: audit 2024-09-18T14:12:30.695114+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:12:31.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:12:31 smithi192 bash[19392]: cluster 2024-09-18T14:12:29.256482+0000 mgr.a (mgr.14150) 345 : cluster [DBG] pgmap v265: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:12:31.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:12:31 smithi192 bash[19392]: audit 2024-09-18T14:12:30.681697+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:12:31.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:12:31 smithi192 bash[19392]: audit 2024-09-18T14:12:30.688264+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:12:31.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:12:31 smithi192 bash[19392]: audit 2024-09-18T14:12:30.695114+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:12:31.521 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:12:31 smithi161 bash[19407]: cluster 2024-09-18T14:12:29.256482+0000 mgr.a (mgr.14150) 345 : cluster [DBG] pgmap v265: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:12:31.522 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:12:31 smithi161 bash[19407]: audit 2024-09-18T14:12:30.681697+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:12:31.522 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:12:31 smithi161 bash[19407]: audit 2024-09-18T14:12:30.688264+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:12:31.522 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:12:31 smithi161 bash[19407]: audit 2024-09-18T14:12:30.695114+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:12:33.456 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:12:33 smithi135 bash[18657]: cluster 2024-09-18T14:12:31.257068+0000 mgr.a (mgr.14150) 346 : cluster [DBG] pgmap v266: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:12:33.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:12:33 smithi192 bash[19392]: cluster 2024-09-18T14:12:31.257068+0000 mgr.a (mgr.14150) 346 : cluster [DBG] pgmap v266: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:12:33.521 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:12:33 smithi161 bash[19407]: cluster 2024-09-18T14:12:31.257068+0000 mgr.a (mgr.14150) 346 : cluster [DBG] pgmap v266: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:12:35.456 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:12:35 smithi135 bash[18657]: cluster 2024-09-18T14:12:33.257635+0000 mgr.a (mgr.14150) 347 : cluster [DBG] pgmap v267: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:12:35.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:12:35 smithi135 bash[18657]: audit 2024-09-18T14:12:34.310767+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:12:35.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:12:35 smithi135 bash[18657]: audit 2024-09-18T14:12:34.318183+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:12:35.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:12:35 smithi135 bash[18657]: audit 2024-09-18T14:12:34.326145+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:12:35.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:12:35 smithi192 bash[19392]: cluster 2024-09-18T14:12:33.257635+0000 mgr.a (mgr.14150) 347 : cluster [DBG] pgmap v267: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:12:35.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:12:35 smithi192 bash[19392]: audit 2024-09-18T14:12:34.310767+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:12:35.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:12:35 smithi192 bash[19392]: audit 2024-09-18T14:12:34.318183+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:12:35.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:12:35 smithi192 bash[19392]: audit 2024-09-18T14:12:34.326145+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:12:35.522 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:12:35 smithi161 bash[19407]: cluster 2024-09-18T14:12:33.257635+0000 mgr.a (mgr.14150) 347 : cluster [DBG] pgmap v267: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:12:35.522 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:12:35 smithi161 bash[19407]: audit 2024-09-18T14:12:34.310767+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:12:35.522 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:12:35 smithi161 bash[19407]: audit 2024-09-18T14:12:34.318183+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:12:35.522 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:12:35 smithi161 bash[19407]: audit 2024-09-18T14:12:34.326145+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:12:36.456 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:12:36 smithi135 bash[18657]: audit 2024-09-18T14:12:35.190275+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:12:36.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:12:36 smithi135 bash[18657]: audit 2024-09-18T14:12:35.197609+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:12:36.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:12:36 smithi135 bash[18657]: audit 2024-09-18T14:12:35.206026+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:12:36.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:12:36 smithi135 bash[18657]: cluster 2024-09-18T14:12:35.258181+0000 mgr.a (mgr.14150) 348 : cluster [DBG] pgmap v268: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:12:36.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:12:36 smithi192 bash[19392]: audit 2024-09-18T14:12:35.190275+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:12:36.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:12:36 smithi192 bash[19392]: audit 2024-09-18T14:12:35.197609+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:12:36.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:12:36 smithi192 bash[19392]: audit 2024-09-18T14:12:35.206026+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:12:36.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:12:36 smithi192 bash[19392]: cluster 2024-09-18T14:12:35.258181+0000 mgr.a (mgr.14150) 348 : cluster [DBG] pgmap v268: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:12:36.521 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:12:36 smithi161 bash[19407]: audit 2024-09-18T14:12:35.190275+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:12:36.522 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:12:36 smithi161 bash[19407]: audit 2024-09-18T14:12:35.197609+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:12:36.522 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:12:36 smithi161 bash[19407]: audit 2024-09-18T14:12:35.206026+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:12:36.522 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:12:36 smithi161 bash[19407]: cluster 2024-09-18T14:12:35.258181+0000 mgr.a (mgr.14150) 348 : cluster [DBG] pgmap v268: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:12:38.706 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:12:38 smithi135 bash[18657]: cluster 2024-09-18T14:12:37.258721+0000 mgr.a (mgr.14150) 349 : cluster [DBG] pgmap v269: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:12:38.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:12:38 smithi192 bash[19392]: cluster 2024-09-18T14:12:37.258721+0000 mgr.a (mgr.14150) 349 : cluster [DBG] pgmap v269: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:12:38.772 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:12:38 smithi161 bash[19407]: cluster 2024-09-18T14:12:37.258721+0000 mgr.a (mgr.14150) 349 : cluster [DBG] pgmap v269: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:12:40.520 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:12:40 smithi192 bash[19392]: cluster 2024-09-18T14:12:39.259274+0000 mgr.a (mgr.14150) 350 : cluster [DBG] pgmap v270: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:12:40.706 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:12:40 smithi135 bash[18657]: cluster 2024-09-18T14:12:39.259274+0000 mgr.a (mgr.14150) 350 : cluster [DBG] pgmap v270: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:12:40.772 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:12:40 smithi161 bash[19407]: cluster 2024-09-18T14:12:39.259274+0000 mgr.a (mgr.14150) 350 : cluster [DBG] pgmap v270: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:12:42.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:12:42 smithi192 bash[19392]: cluster 2024-09-18T14:12:41.259832+0000 mgr.a (mgr.14150) 351 : cluster [DBG] pgmap v271: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:12:42.706 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:12:42 smithi135 bash[18657]: cluster 2024-09-18T14:12:41.259832+0000 mgr.a (mgr.14150) 351 : cluster [DBG] pgmap v271: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:12:42.772 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:12:42 smithi161 bash[19407]: cluster 2024-09-18T14:12:41.259832+0000 mgr.a (mgr.14150) 351 : cluster [DBG] pgmap v271: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:12:44.706 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:12:44 smithi135 bash[18657]: cluster 2024-09-18T14:12:43.260452+0000 mgr.a (mgr.14150) 352 : cluster [DBG] pgmap v272: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:12:44.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:12:44 smithi192 bash[19392]: cluster 2024-09-18T14:12:43.260452+0000 mgr.a (mgr.14150) 352 : cluster [DBG] pgmap v272: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:12:44.771 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:12:44 smithi161 bash[19407]: cluster 2024-09-18T14:12:43.260452+0000 mgr.a (mgr.14150) 352 : cluster [DBG] pgmap v272: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:12:46.707 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:12:46 smithi135 bash[18657]: cluster 2024-09-18T14:12:45.260991+0000 mgr.a (mgr.14150) 353 : cluster [DBG] pgmap v273: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:12:46.707 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:12:46 smithi135 bash[18657]: audit 2024-09-18T14:12:45.435941+0000 mon.a (mon.0) 802 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T14:12:46.707 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:12:46 smithi135 bash[18657]: audit 2024-09-18T14:12:45.440393+0000 mon.a (mon.0) 803 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:12:46.707 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:12:46 smithi135 bash[18657]: audit 2024-09-18T14:12:45.442156+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T14:12:46.707 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:12:46 smithi135 bash[18657]: audit 2024-09-18T14:12:45.453666+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:12:46.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:12:46 smithi192 bash[19392]: cluster 2024-09-18T14:12:45.260991+0000 mgr.a (mgr.14150) 353 : cluster [DBG] pgmap v273: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:12:46.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:12:46 smithi192 bash[19392]: audit 2024-09-18T14:12:45.435941+0000 mon.a (mon.0) 802 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T14:12:46.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:12:46 smithi192 bash[19392]: audit 2024-09-18T14:12:45.440393+0000 mon.a (mon.0) 803 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:12:46.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:12:46 smithi192 bash[19392]: audit 2024-09-18T14:12:45.442156+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T14:12:46.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:12:46 smithi192 bash[19392]: audit 2024-09-18T14:12:45.453666+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:12:46.772 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:12:46 smithi161 bash[19407]: cluster 2024-09-18T14:12:45.260991+0000 mgr.a (mgr.14150) 353 : cluster [DBG] pgmap v273: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:12:46.772 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:12:46 smithi161 bash[19407]: audit 2024-09-18T14:12:45.435941+0000 mon.a (mon.0) 802 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T14:12:46.772 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:12:46 smithi161 bash[19407]: audit 2024-09-18T14:12:45.440393+0000 mon.a (mon.0) 803 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:12:46.772 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:12:46 smithi161 bash[19407]: audit 2024-09-18T14:12:45.442156+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T14:12:46.772 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:12:46 smithi161 bash[19407]: audit 2024-09-18T14:12:45.453666+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:12:47.849 INFO:teuthology.orchestra.run.smithi135.stderr:+ ceph orch ps --refresh 2024-09-18T14:12:48.153 INFO:teuthology.orchestra.run.smithi135.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-18T14:12:48.153 INFO:teuthology.orchestra.run.smithi135.stdout:agent.smithi135 smithi135 running 13s ago 8m - - 2024-09-18T14:12:48.153 INFO:teuthology.orchestra.run.smithi135.stdout:agent.smithi161 smithi161 running 12s ago 7m - - 2024-09-18T14:12:48.153 INFO:teuthology.orchestra.run.smithi135.stdout:agent.smithi192 smithi192 running 17s ago 7m - - 2024-09-18T14:12:48.153 INFO:teuthology.orchestra.run.smithi135.stdout:mgr.a smithi135 *:9283,8765 running (9m) 13s ago 9m 448M - 17.2.7-1645-g7061ea6c f2dfd3bedcfd 94e18916e083 2024-09-18T14:12:48.153 INFO:teuthology.orchestra.run.smithi135.stdout:mgr.b smithi161 *:8443 running (6m) 12s ago 6m 390M - 17.2.7-1645-g7061ea6c f2dfd3bedcfd b4b77e288c4b 2024-09-18T14:12:48.154 INFO:teuthology.orchestra.run.smithi135.stdout:mon.a smithi135 running (9m) 13s ago 9m 44.2M 2048M 17.2.7-1645-g7061ea6c f2dfd3bedcfd 4c9a097c5f5b 2024-09-18T14:12:48.154 INFO:teuthology.orchestra.run.smithi135.stdout:mon.b smithi161 running (6m) 12s ago 6m 42.0M 2048M 17.2.7-1645-g7061ea6c f2dfd3bedcfd c0c9dc9c3ba5 2024-09-18T14:12:48.154 INFO:teuthology.orchestra.run.smithi135.stdout:mon.c smithi192 running (6m) 17s ago 6m 37.3M 2048M 17.2.7-1645-g7061ea6c f2dfd3bedcfd 03b15b76168c 2024-09-18T14:12:48.154 INFO:teuthology.orchestra.run.smithi135.stdout:osd.0 smithi135 running (5m) 13s ago 5m 41.4M 4974M 17.2.7-1645-g7061ea6c f2dfd3bedcfd 88ef93b2e42f 2024-09-18T14:12:48.154 INFO:teuthology.orchestra.run.smithi135.stdout:osd.1 smithi161 running (4m) 12s ago 4m 43.1M 15.8G 17.2.7-1645-g7061ea6c f2dfd3bedcfd 0387bed92957 2024-09-18T14:12:48.154 INFO:teuthology.orchestra.run.smithi135.stdout:osd.2 smithi192 running (3m) 17s ago 3m 40.0M 19.8G 17.2.7-1645-g7061ea6c f2dfd3bedcfd 95c67c4cceae 2024-09-18T14:12:48.172 INFO:teuthology.orchestra.run.smithi135.stderr:+ ceph orch ls --service-name mon --export 2024-09-18T14:12:48.490 INFO:teuthology.orchestra.run.smithi135.stderr:+ ceph orch apply -i mon.yaml 2024-09-18T14:12:48.614 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:12:48 smithi135 bash[18657]: cluster 2024-09-18T14:12:47.261580+0000 mgr.a (mgr.14150) 354 : cluster [DBG] pgmap v274: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:12:48.614 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:12:48 smithi135 bash[18657]: audit 2024-09-18T14:12:48.145250+0000 mon.a (mon.0) 806 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T14:12:48.614 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:12:48 smithi135 bash[18657]: audit 2024-09-18T14:12:48.155312+0000 mon.a (mon.0) 807 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:12:48.614 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:12:48 smithi135 bash[18657]: audit 2024-09-18T14:12:48.157169+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T14:12:48.614 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:12:48 smithi135 bash[18657]: audit 2024-09-18T14:12:48.166237+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:12:48.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:12:48 smithi192 bash[19392]: cluster 2024-09-18T14:12:47.261580+0000 mgr.a (mgr.14150) 354 : cluster [DBG] pgmap v274: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:12:48.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:12:48 smithi192 bash[19392]: audit 2024-09-18T14:12:48.145250+0000 mon.a (mon.0) 806 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T14:12:48.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:12:48 smithi192 bash[19392]: audit 2024-09-18T14:12:48.155312+0000 mon.a (mon.0) 807 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:12:48.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:12:48 smithi192 bash[19392]: audit 2024-09-18T14:12:48.157169+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T14:12:48.770 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:12:48 smithi192 bash[19392]: audit 2024-09-18T14:12:48.166237+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:12:48.771 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:12:48 smithi161 bash[19407]: cluster 2024-09-18T14:12:47.261580+0000 mgr.a (mgr.14150) 354 : cluster [DBG] pgmap v274: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:12:48.772 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:12:48 smithi161 bash[19407]: audit 2024-09-18T14:12:48.145250+0000 mon.a (mon.0) 806 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T14:12:48.772 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:12:48 smithi161 bash[19407]: audit 2024-09-18T14:12:48.155312+0000 mon.a (mon.0) 807 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:12:48.772 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:12:48 smithi161 bash[19407]: audit 2024-09-18T14:12:48.157169+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T14:12:48.772 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:12:48 smithi161 bash[19407]: audit 2024-09-18T14:12:48.166237+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:12:48.799 INFO:teuthology.orchestra.run.smithi135.stdout:Scheduled mon update... 2024-09-18T14:12:48.818 INFO:teuthology.orchestra.run.smithi135.stderr:+ sleep 90 2024-09-18T14:12:55.207 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:12:54 smithi135 bash[18657]: cluster 2024-09-18T14:12:48.824026+0000 mon.c (mon.1) 13 : cluster [INF] mon.c calling monitor election 2024-09-18T14:12:55.207 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:12:54 smithi135 bash[18657]: cluster 2024-09-18T14:12:48.825570+0000 mon.b (mon.2) 15 : cluster [INF] mon.b calling monitor election 2024-09-18T14:12:55.208 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:12:54 smithi135 bash[18657]: cluster 2024-09-18T14:12:53.263306+0000 mgr.a (mgr.14150) 362 : cluster [DBG] pgmap v277: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:12:55.208 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:12:54 smithi135 bash[18657]: cluster 2024-09-18T14:12:53.828183+0000 mon.c (mon.1) 14 : cluster [INF] mon.c calling monitor election 2024-09-18T14:12:55.208 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:12:54 smithi135 bash[18657]: cluster 2024-09-18T14:12:53.832672+0000 mon.a (mon.0) 822 : cluster [DBG] monmap e6: 3 mons at {a=[v2:172.21.15.135:3300/0,v1:172.21.15.135:6789/0],b=[v2:172.21.15.161:3300/0,v1:172.21.15.161:6789/0],c=[v2:172.21.15.192:3300/0,v1:172.21.15.192:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-18T14:12:55.208 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:12:54 smithi135 bash[18657]: cluster 2024-09-18T14:12:53.850053+0000 mon.a (mon.0) 823 : cluster [DBG] fsmap 2024-09-18T14:12:55.208 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:12:54 smithi135 bash[18657]: cluster 2024-09-18T14:12:53.850101+0000 mon.a (mon.0) 824 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-09-18T14:12:55.208 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:12:54 smithi135 bash[18657]: cluster 2024-09-18T14:12:53.850627+0000 mon.a (mon.0) 825 : cluster [DBG] mgrmap e15: a(active, since 8m), standbys: b 2024-09-18T14:12:55.208 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:12:54 smithi135 bash[18657]: cluster 2024-09-18T14:12:53.850914+0000 mon.a (mon.0) 826 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-09-18T14:12:55.208 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:12:54 smithi135 bash[18657]: cluster 2024-09-18T14:12:53.854435+0000 mon.a (mon.0) 827 : cluster [INF] overall HEALTH_OK 2024-09-18T14:12:55.208 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:12:54 smithi135 bash[18657]: cluster 2024-09-18T14:12:53.854788+0000 mon.a (mon.0) 828 : cluster [INF] mon.a calling monitor election 2024-09-18T14:12:55.208 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:12:54 smithi135 bash[18657]: cluster 2024-09-18T14:12:53.857895+0000 mon.a (mon.0) 829 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-18T14:12:55.209 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:12:54 smithi135 bash[18657]: cluster 2024-09-18T14:12:53.868833+0000 mon.a (mon.0) 830 : cluster [DBG] monmap e6: 3 mons at {a=[v2:172.21.15.135:3300/0,v1:172.21.15.135:6789/0],b=[v2:172.21.15.161:3300/0,v1:172.21.15.161:6789/0],c=[v2:172.21.15.192:3300/0,v1:172.21.15.192:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-18T14:12:55.209 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:12:54 smithi135 bash[18657]: cluster 2024-09-18T14:12:53.869944+0000 mon.a (mon.0) 831 : cluster [DBG] fsmap 2024-09-18T14:12:55.209 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:12:54 smithi135 bash[18657]: cluster 2024-09-18T14:12:53.869998+0000 mon.a (mon.0) 832 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-09-18T14:12:55.209 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:12:54 smithi135 bash[18657]: cluster 2024-09-18T14:12:53.870469+0000 mon.a (mon.0) 833 : cluster [DBG] mgrmap e15: a(active, since 8m), standbys: b 2024-09-18T14:12:55.209 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:12:54 smithi135 bash[18657]: cluster 2024-09-18T14:12:53.870736+0000 mon.a (mon.0) 834 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-09-18T14:12:55.209 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:12:54 smithi135 bash[18657]: cluster 2024-09-18T14:12:53.870776+0000 mon.a (mon.0) 835 : cluster [INF] Cluster is now healthy 2024-09-18T14:12:55.209 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:12:54 smithi135 bash[18657]: cluster 2024-09-18T14:12:53.878194+0000 mon.a (mon.0) 836 : cluster [INF] overall HEALTH_OK 2024-09-18T14:12:55.209 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:12:54 smithi135 bash[18657]: audit 2024-09-18T14:12:53.883857+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:12:55.209 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:12:54 smithi135 bash[18657]: audit 2024-09-18T14:12:53.889427+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:12:55.209 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:12:54 smithi135 bash[18657]: audit 2024-09-18T14:12:53.895732+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:12:55.209 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:12:54 smithi135 bash[18657]: audit 2024-09-18T14:12:53.902848+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:12:55.209 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:12:54 smithi135 bash[18657]: cephadm 2024-09-18T14:12:53.952560+0000 mgr.a (mgr.14150) 363 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-09-18T14:12:55.210 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:12:54 smithi135 bash[18657]: audit 2024-09-18T14:12:53.953133+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-18T14:12:55.210 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:12:54 smithi135 bash[18657]: audit 2024-09-18T14:12:53.954812+0000 mon.a (mon.0) 842 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-18T14:12:55.210 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:12:54 smithi135 bash[18657]: audit 2024-09-18T14:12:53.956414+0000 mon.a (mon.0) 843 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:12:55.210 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:12:54 smithi135 bash[18657]: cephadm 2024-09-18T14:12:53.957945+0000 mgr.a (mgr.14150) 364 : cephadm [INF] Reconfiguring daemon mon.a on smithi135 2024-09-18T14:12:55.210 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:12:54 smithi135 bash[18657]: audit 2024-09-18T14:12:54.476230+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:12:55.210 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:12:54 smithi135 bash[18657]: audit 2024-09-18T14:12:54.482584+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:12:55.210 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:12:54 smithi135 bash[18657]: audit 2024-09-18T14:12:54.490830+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:12:55.270 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:12:54 smithi192 bash[19392]: cluster 2024-09-18T14:12:48.824026+0000 mon.c (mon.1) 13 : cluster [INF] mon.c calling monitor election 2024-09-18T14:12:55.270 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:12:54 smithi192 bash[19392]: cluster 2024-09-18T14:12:48.825570+0000 mon.b (mon.2) 15 : cluster [INF] mon.b calling monitor election 2024-09-18T14:12:55.270 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:12:54 smithi192 bash[19392]: cluster 2024-09-18T14:12:53.263306+0000 mgr.a (mgr.14150) 362 : cluster [DBG] pgmap v277: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:12:55.270 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:12:54 smithi192 bash[19392]: cluster 2024-09-18T14:12:53.828183+0000 mon.c (mon.1) 14 : cluster [INF] mon.c calling monitor election 2024-09-18T14:12:55.270 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:12:54 smithi192 bash[19392]: cluster 2024-09-18T14:12:53.832672+0000 mon.a (mon.0) 822 : cluster [DBG] monmap e6: 3 mons at {a=[v2:172.21.15.135:3300/0,v1:172.21.15.135:6789/0],b=[v2:172.21.15.161:3300/0,v1:172.21.15.161:6789/0],c=[v2:172.21.15.192:3300/0,v1:172.21.15.192:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-18T14:12:55.270 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:12:54 smithi192 bash[19392]: cluster 2024-09-18T14:12:53.850053+0000 mon.a (mon.0) 823 : cluster [DBG] fsmap 2024-09-18T14:12:55.270 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:12:54 smithi192 bash[19392]: cluster 2024-09-18T14:12:53.850101+0000 mon.a (mon.0) 824 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-09-18T14:12:55.270 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:12:54 smithi192 bash[19392]: cluster 2024-09-18T14:12:53.850627+0000 mon.a (mon.0) 825 : cluster [DBG] mgrmap e15: a(active, since 8m), standbys: b 2024-09-18T14:12:55.270 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:12:54 smithi192 bash[19392]: cluster 2024-09-18T14:12:53.850914+0000 mon.a (mon.0) 826 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-09-18T14:12:55.270 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:12:54 smithi192 bash[19392]: cluster 2024-09-18T14:12:53.854435+0000 mon.a (mon.0) 827 : cluster [INF] overall HEALTH_OK 2024-09-18T14:12:55.270 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:12:54 smithi192 bash[19392]: cluster 2024-09-18T14:12:53.854788+0000 mon.a (mon.0) 828 : cluster [INF] mon.a calling monitor election 2024-09-18T14:12:55.270 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:12:54 smithi192 bash[19392]: cluster 2024-09-18T14:12:53.857895+0000 mon.a (mon.0) 829 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-18T14:12:55.271 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:12:54 smithi192 bash[19392]: cluster 2024-09-18T14:12:53.868833+0000 mon.a (mon.0) 830 : cluster [DBG] monmap e6: 3 mons at {a=[v2:172.21.15.135:3300/0,v1:172.21.15.135:6789/0],b=[v2:172.21.15.161:3300/0,v1:172.21.15.161:6789/0],c=[v2:172.21.15.192:3300/0,v1:172.21.15.192:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-18T14:12:55.271 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:12:54 smithi192 bash[19392]: cluster 2024-09-18T14:12:53.869944+0000 mon.a (mon.0) 831 : cluster [DBG] fsmap 2024-09-18T14:12:55.271 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:12:54 smithi192 bash[19392]: cluster 2024-09-18T14:12:53.869998+0000 mon.a (mon.0) 832 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-09-18T14:12:55.271 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:12:54 smithi192 bash[19392]: cluster 2024-09-18T14:12:53.870469+0000 mon.a (mon.0) 833 : cluster [DBG] mgrmap e15: a(active, since 8m), standbys: b 2024-09-18T14:12:55.271 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:12:54 smithi192 bash[19392]: cluster 2024-09-18T14:12:53.870736+0000 mon.a (mon.0) 834 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-09-18T14:12:55.271 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:12:54 smithi192 bash[19392]: cluster 2024-09-18T14:12:53.870776+0000 mon.a (mon.0) 835 : cluster [INF] Cluster is now healthy 2024-09-18T14:12:55.271 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:12:54 smithi192 bash[19392]: cluster 2024-09-18T14:12:53.878194+0000 mon.a (mon.0) 836 : cluster [INF] overall HEALTH_OK 2024-09-18T14:12:55.271 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:12:54 smithi192 bash[19392]: audit 2024-09-18T14:12:53.883857+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:12:55.271 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:12:54 smithi192 bash[19392]: audit 2024-09-18T14:12:53.889427+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:12:55.271 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:12:54 smithi192 bash[19392]: audit 2024-09-18T14:12:53.895732+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:12:55.271 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:12:54 smithi192 bash[19392]: audit 2024-09-18T14:12:53.902848+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:12:55.271 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:12:54 smithi192 bash[19392]: cephadm 2024-09-18T14:12:53.952560+0000 mgr.a (mgr.14150) 363 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-09-18T14:12:55.271 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:12:54 smithi192 bash[19392]: audit 2024-09-18T14:12:53.953133+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-18T14:12:55.272 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:12:54 smithi192 bash[19392]: audit 2024-09-18T14:12:53.954812+0000 mon.a (mon.0) 842 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-18T14:12:55.272 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:12:54 smithi192 bash[19392]: audit 2024-09-18T14:12:53.956414+0000 mon.a (mon.0) 843 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:12:55.272 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:12:54 smithi192 bash[19392]: cephadm 2024-09-18T14:12:53.957945+0000 mgr.a (mgr.14150) 364 : cephadm [INF] Reconfiguring daemon mon.a on smithi135 2024-09-18T14:12:55.272 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:12:54 smithi192 bash[19392]: audit 2024-09-18T14:12:54.476230+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:12:55.272 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:12:54 smithi192 bash[19392]: audit 2024-09-18T14:12:54.482584+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:12:55.272 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:12:54 smithi192 bash[19392]: audit 2024-09-18T14:12:54.490830+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:12:55.273 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:12:54 smithi161 bash[19407]: cluster 2024-09-18T14:12:48.824026+0000 mon.c (mon.1) 13 : cluster [INF] mon.c calling monitor election 2024-09-18T14:12:55.273 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:12:54 smithi161 bash[19407]: cluster 2024-09-18T14:12:48.825570+0000 mon.b (mon.2) 15 : cluster [INF] mon.b calling monitor election 2024-09-18T14:12:55.273 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:12:54 smithi161 bash[19407]: cluster 2024-09-18T14:12:53.263306+0000 mgr.a (mgr.14150) 362 : cluster [DBG] pgmap v277: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:12:55.273 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:12:54 smithi161 bash[19407]: cluster 2024-09-18T14:12:53.828183+0000 mon.c (mon.1) 14 : cluster [INF] mon.c calling monitor election 2024-09-18T14:12:55.273 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:12:54 smithi161 bash[19407]: cluster 2024-09-18T14:12:53.832672+0000 mon.a (mon.0) 822 : cluster [DBG] monmap e6: 3 mons at {a=[v2:172.21.15.135:3300/0,v1:172.21.15.135:6789/0],b=[v2:172.21.15.161:3300/0,v1:172.21.15.161:6789/0],c=[v2:172.21.15.192:3300/0,v1:172.21.15.192:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-18T14:12:55.273 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:12:54 smithi161 bash[19407]: cluster 2024-09-18T14:12:53.850053+0000 mon.a (mon.0) 823 : cluster [DBG] fsmap 2024-09-18T14:12:55.273 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:12:54 smithi161 bash[19407]: cluster 2024-09-18T14:12:53.850101+0000 mon.a (mon.0) 824 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-09-18T14:12:55.273 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:12:54 smithi161 bash[19407]: cluster 2024-09-18T14:12:53.850627+0000 mon.a (mon.0) 825 : cluster [DBG] mgrmap e15: a(active, since 8m), standbys: b 2024-09-18T14:12:55.273 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:12:54 smithi161 bash[19407]: cluster 2024-09-18T14:12:53.850914+0000 mon.a (mon.0) 826 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-09-18T14:12:55.273 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:12:54 smithi161 bash[19407]: cluster 2024-09-18T14:12:53.854435+0000 mon.a (mon.0) 827 : cluster [INF] overall HEALTH_OK 2024-09-18T14:12:55.274 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:12:54 smithi161 bash[19407]: cluster 2024-09-18T14:12:53.854788+0000 mon.a (mon.0) 828 : cluster [INF] mon.a calling monitor election 2024-09-18T14:12:55.274 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:12:54 smithi161 bash[19407]: cluster 2024-09-18T14:12:53.857895+0000 mon.a (mon.0) 829 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-18T14:12:55.274 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:12:54 smithi161 bash[19407]: cluster 2024-09-18T14:12:53.868833+0000 mon.a (mon.0) 830 : cluster [DBG] monmap e6: 3 mons at {a=[v2:172.21.15.135:3300/0,v1:172.21.15.135:6789/0],b=[v2:172.21.15.161:3300/0,v1:172.21.15.161:6789/0],c=[v2:172.21.15.192:3300/0,v1:172.21.15.192:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-18T14:12:55.274 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:12:54 smithi161 bash[19407]: cluster 2024-09-18T14:12:53.869944+0000 mon.a (mon.0) 831 : cluster [DBG] fsmap 2024-09-18T14:12:55.274 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:12:54 smithi161 bash[19407]: cluster 2024-09-18T14:12:53.869998+0000 mon.a (mon.0) 832 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-09-18T14:12:55.274 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:12:54 smithi161 bash[19407]: cluster 2024-09-18T14:12:53.870469+0000 mon.a (mon.0) 833 : cluster [DBG] mgrmap e15: a(active, since 8m), standbys: b 2024-09-18T14:12:55.274 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:12:54 smithi161 bash[19407]: cluster 2024-09-18T14:12:53.870736+0000 mon.a (mon.0) 834 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-09-18T14:12:55.274 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:12:54 smithi161 bash[19407]: cluster 2024-09-18T14:12:53.870776+0000 mon.a (mon.0) 835 : cluster [INF] Cluster is now healthy 2024-09-18T14:12:55.274 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:12:54 smithi161 bash[19407]: cluster 2024-09-18T14:12:53.878194+0000 mon.a (mon.0) 836 : cluster [INF] overall HEALTH_OK 2024-09-18T14:12:55.274 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:12:54 smithi161 bash[19407]: audit 2024-09-18T14:12:53.883857+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:12:55.274 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:12:54 smithi161 bash[19407]: audit 2024-09-18T14:12:53.889427+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:12:55.274 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:12:54 smithi161 bash[19407]: audit 2024-09-18T14:12:53.895732+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:12:55.274 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:12:54 smithi161 bash[19407]: audit 2024-09-18T14:12:53.902848+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:12:55.274 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:12:54 smithi161 bash[19407]: cephadm 2024-09-18T14:12:53.952560+0000 mgr.a (mgr.14150) 363 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-09-18T14:12:55.275 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:12:54 smithi161 bash[19407]: audit 2024-09-18T14:12:53.953133+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-18T14:12:55.275 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:12:54 smithi161 bash[19407]: audit 2024-09-18T14:12:53.954812+0000 mon.a (mon.0) 842 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-18T14:12:55.275 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:12:54 smithi161 bash[19407]: audit 2024-09-18T14:12:53.956414+0000 mon.a (mon.0) 843 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:12:55.275 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:12:54 smithi161 bash[19407]: cephadm 2024-09-18T14:12:53.957945+0000 mgr.a (mgr.14150) 364 : cephadm [INF] Reconfiguring daemon mon.a on smithi135 2024-09-18T14:12:55.275 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:12:54 smithi161 bash[19407]: audit 2024-09-18T14:12:54.476230+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:12:55.275 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:12:54 smithi161 bash[19407]: audit 2024-09-18T14:12:54.482584+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:12:55.275 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:12:54 smithi161 bash[19407]: audit 2024-09-18T14:12:54.490830+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:12:56.706 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:12:56 smithi135 bash[18657]: cluster 2024-09-18T14:12:55.263941+0000 mgr.a (mgr.14150) 365 : cluster [DBG] pgmap v278: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:12:56.707 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:12:56 smithi135 bash[18657]: audit 2024-09-18T14:12:55.382009+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:12:56.707 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:12:56 smithi135 bash[18657]: audit 2024-09-18T14:12:55.389156+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:12:56.707 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:12:56 smithi135 bash[18657]: audit 2024-09-18T14:12:55.398086+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:12:56.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:12:56 smithi192 bash[19392]: cluster 2024-09-18T14:12:55.263941+0000 mgr.a (mgr.14150) 365 : cluster [DBG] pgmap v278: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:12:56.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:12:56 smithi192 bash[19392]: audit 2024-09-18T14:12:55.382009+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:12:56.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:12:56 smithi192 bash[19392]: audit 2024-09-18T14:12:55.389156+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:12:56.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:12:56 smithi192 bash[19392]: audit 2024-09-18T14:12:55.398086+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:12:56.771 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:12:56 smithi161 bash[19407]: cluster 2024-09-18T14:12:55.263941+0000 mgr.a (mgr.14150) 365 : cluster [DBG] pgmap v278: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:12:56.772 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:12:56 smithi161 bash[19407]: audit 2024-09-18T14:12:55.382009+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:12:56.772 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:12:56 smithi161 bash[19407]: audit 2024-09-18T14:12:55.389156+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:12:56.772 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:12:56 smithi161 bash[19407]: audit 2024-09-18T14:12:55.398086+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:12:57.885 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:12:57 smithi135 bash[18657]: audit 2024-09-18T14:12:56.608883+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:12:57.886 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:12:57 smithi135 bash[18657]: audit 2024-09-18T14:12:56.615612+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:12:57.886 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:12:57 smithi135 bash[18657]: cephadm 2024-09-18T14:12:56.616902+0000 mgr.a (mgr.14150) 366 : cephadm [INF] Reconfiguring mgr.a (monmap changed)... 2024-09-18T14:12:57.886 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:12:57 smithi135 bash[18657]: audit 2024-09-18T14:12:56.617501+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-18T14:12:57.886 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:12:57 smithi135 bash[18657]: audit 2024-09-18T14:12:56.619386+0000 mon.a (mon.0) 853 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-18T14:12:57.886 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:12:57 smithi135 bash[18657]: audit 2024-09-18T14:12:56.620922+0000 mon.a (mon.0) 854 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:12:57.886 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:12:57 smithi135 bash[18657]: cephadm 2024-09-18T14:12:56.622636+0000 mgr.a (mgr.14150) 367 : cephadm [INF] Reconfiguring daemon mgr.a on smithi135 2024-09-18T14:12:58.019 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:12:57 smithi192 bash[19392]: audit 2024-09-18T14:12:56.608883+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:12:58.019 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:12:57 smithi192 bash[19392]: audit 2024-09-18T14:12:56.615612+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:12:58.019 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:12:57 smithi192 bash[19392]: cephadm 2024-09-18T14:12:56.616902+0000 mgr.a (mgr.14150) 366 : cephadm [INF] Reconfiguring mgr.a (monmap changed)... 2024-09-18T14:12:58.019 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:12:57 smithi192 bash[19392]: audit 2024-09-18T14:12:56.617501+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-18T14:12:58.019 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:12:57 smithi192 bash[19392]: audit 2024-09-18T14:12:56.619386+0000 mon.a (mon.0) 853 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-18T14:12:58.019 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:12:57 smithi192 bash[19392]: audit 2024-09-18T14:12:56.620922+0000 mon.a (mon.0) 854 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:12:58.020 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:12:57 smithi192 bash[19392]: cephadm 2024-09-18T14:12:56.622636+0000 mgr.a (mgr.14150) 367 : cephadm [INF] Reconfiguring daemon mgr.a on smithi135 2024-09-18T14:12:58.022 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:12:57 smithi161 bash[19407]: audit 2024-09-18T14:12:56.608883+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:12:58.022 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:12:57 smithi161 bash[19407]: audit 2024-09-18T14:12:56.615612+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:12:58.022 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:12:57 smithi161 bash[19407]: cephadm 2024-09-18T14:12:56.616902+0000 mgr.a (mgr.14150) 366 : cephadm [INF] Reconfiguring mgr.a (monmap changed)... 2024-09-18T14:12:58.022 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:12:57 smithi161 bash[19407]: audit 2024-09-18T14:12:56.617501+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-18T14:12:58.022 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:12:57 smithi161 bash[19407]: audit 2024-09-18T14:12:56.619386+0000 mon.a (mon.0) 853 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-18T14:12:58.022 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:12:57 smithi161 bash[19407]: audit 2024-09-18T14:12:56.620922+0000 mon.a (mon.0) 854 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:12:58.022 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:12:57 smithi161 bash[19407]: cephadm 2024-09-18T14:12:56.622636+0000 mgr.a (mgr.14150) 367 : cephadm [INF] Reconfiguring daemon mgr.a on smithi135 2024-09-18T14:12:58.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:12:58 smithi135 bash[18657]: cluster 2024-09-18T14:12:57.264518+0000 mgr.a (mgr.14150) 368 : cluster [DBG] pgmap v279: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:12:59.019 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:12:58 smithi192 bash[19392]: cluster 2024-09-18T14:12:57.264518+0000 mgr.a (mgr.14150) 368 : cluster [DBG] pgmap v279: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:12:59.021 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:12:58 smithi161 bash[19407]: cluster 2024-09-18T14:12:57.264518+0000 mgr.a (mgr.14150) 368 : cluster [DBG] pgmap v279: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:13:00.206 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:12:59 smithi135 bash[18657]: audit 2024-09-18T14:12:58.841613+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:13:00.206 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:12:59 smithi135 bash[18657]: audit 2024-09-18T14:12:58.847140+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:13:00.207 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:12:59 smithi135 bash[18657]: cephadm 2024-09-18T14:12:58.848335+0000 mgr.a (mgr.14150) 369 : cephadm [INF] Reconfiguring osd.0 (monmap changed)... 2024-09-18T14:13:00.207 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:12:59 smithi135 bash[18657]: audit 2024-09-18T14:12:58.848709+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-18T14:13:00.207 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:12:59 smithi135 bash[18657]: audit 2024-09-18T14:12:58.849929+0000 mon.a (mon.0) 858 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:13:00.207 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:12:59 smithi135 bash[18657]: cephadm 2024-09-18T14:12:58.851817+0000 mgr.a (mgr.14150) 370 : cephadm [INF] Reconfiguring daemon osd.0 on smithi135 2024-09-18T14:13:00.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:12:59 smithi192 bash[19392]: audit 2024-09-18T14:12:58.841613+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:13:00.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:12:59 smithi192 bash[19392]: audit 2024-09-18T14:12:58.847140+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:13:00.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:12:59 smithi192 bash[19392]: cephadm 2024-09-18T14:12:58.848335+0000 mgr.a (mgr.14150) 369 : cephadm [INF] Reconfiguring osd.0 (monmap changed)... 2024-09-18T14:13:00.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:12:59 smithi192 bash[19392]: audit 2024-09-18T14:12:58.848709+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-18T14:13:00.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:12:59 smithi192 bash[19392]: audit 2024-09-18T14:12:58.849929+0000 mon.a (mon.0) 858 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:13:00.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:12:59 smithi192 bash[19392]: cephadm 2024-09-18T14:12:58.851817+0000 mgr.a (mgr.14150) 370 : cephadm [INF] Reconfiguring daemon osd.0 on smithi135 2024-09-18T14:13:00.272 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:12:59 smithi161 bash[19407]: audit 2024-09-18T14:12:58.841613+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:13:00.272 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:12:59 smithi161 bash[19407]: audit 2024-09-18T14:12:58.847140+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:13:00.272 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:12:59 smithi161 bash[19407]: cephadm 2024-09-18T14:12:58.848335+0000 mgr.a (mgr.14150) 369 : cephadm [INF] Reconfiguring osd.0 (monmap changed)... 2024-09-18T14:13:00.272 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:12:59 smithi161 bash[19407]: audit 2024-09-18T14:12:58.848709+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-18T14:13:00.272 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:12:59 smithi161 bash[19407]: audit 2024-09-18T14:12:58.849929+0000 mon.a (mon.0) 858 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:13:00.272 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:12:59 smithi161 bash[19407]: cephadm 2024-09-18T14:12:58.851817+0000 mgr.a (mgr.14150) 370 : cephadm [INF] Reconfiguring daemon osd.0 on smithi135 2024-09-18T14:13:00.976 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:13:00 smithi192 bash[19392]: cluster 2024-09-18T14:12:59.265113+0000 mgr.a (mgr.14150) 371 : cluster [DBG] pgmap v280: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:13:01.206 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:13:00 smithi135 bash[18657]: cluster 2024-09-18T14:12:59.265113+0000 mgr.a (mgr.14150) 371 : cluster [DBG] pgmap v280: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:13:01.272 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:13:00 smithi161 bash[19407]: cluster 2024-09-18T14:12:59.265113+0000 mgr.a (mgr.14150) 371 : cluster [DBG] pgmap v280: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:13:02.483 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:13:02 smithi161 bash[19407]: audit 2024-09-18T14:13:01.216093+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:13:02.484 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:13:02 smithi161 bash[19407]: audit 2024-09-18T14:13:01.224089+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:13:02.484 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:13:02 smithi161 bash[19407]: cephadm 2024-09-18T14:13:01.225842+0000 mgr.a (mgr.14150) 372 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-09-18T14:13:02.484 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:13:02 smithi161 bash[19407]: audit 2024-09-18T14:13:01.226354+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-18T14:13:02.484 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:13:02 smithi161 bash[19407]: audit 2024-09-18T14:13:01.227722+0000 mon.a (mon.0) 862 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-18T14:13:02.484 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:13:02 smithi161 bash[19407]: audit 2024-09-18T14:13:01.229015+0000 mon.a (mon.0) 863 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:13:02.484 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:13:02 smithi161 bash[19407]: cephadm 2024-09-18T14:13:01.230524+0000 mgr.a (mgr.14150) 373 : cephadm [INF] Reconfiguring daemon mon.b on smithi161 2024-09-18T14:13:02.484 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:13:02 smithi161 bash[19407]: cluster 2024-09-18T14:13:01.265675+0000 mgr.a (mgr.14150) 374 : cluster [DBG] pgmap v281: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:13:02.515 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:13:02 smithi192 bash[19392]: audit 2024-09-18T14:13:01.216093+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:13:02.515 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:13:02 smithi192 bash[19392]: audit 2024-09-18T14:13:01.224089+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:13:02.515 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:13:02 smithi192 bash[19392]: cephadm 2024-09-18T14:13:01.225842+0000 mgr.a (mgr.14150) 372 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-09-18T14:13:02.515 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:13:02 smithi192 bash[19392]: audit 2024-09-18T14:13:01.226354+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-18T14:13:02.515 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:13:02 smithi192 bash[19392]: audit 2024-09-18T14:13:01.227722+0000 mon.a (mon.0) 862 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-18T14:13:02.515 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:13:02 smithi192 bash[19392]: audit 2024-09-18T14:13:01.229015+0000 mon.a (mon.0) 863 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:13:02.516 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:13:02 smithi192 bash[19392]: cephadm 2024-09-18T14:13:01.230524+0000 mgr.a (mgr.14150) 373 : cephadm [INF] Reconfiguring daemon mon.b on smithi161 2024-09-18T14:13:02.516 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:13:02 smithi192 bash[19392]: cluster 2024-09-18T14:13:01.265675+0000 mgr.a (mgr.14150) 374 : cluster [DBG] pgmap v281: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:13:02.707 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:13:02 smithi135 bash[18657]: audit 2024-09-18T14:13:01.216093+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:13:02.707 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:13:02 smithi135 bash[18657]: audit 2024-09-18T14:13:01.224089+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:13:02.707 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:13:02 smithi135 bash[18657]: cephadm 2024-09-18T14:13:01.225842+0000 mgr.a (mgr.14150) 372 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-09-18T14:13:02.707 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:13:02 smithi135 bash[18657]: audit 2024-09-18T14:13:01.226354+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-18T14:13:02.708 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:13:02 smithi135 bash[18657]: audit 2024-09-18T14:13:01.227722+0000 mon.a (mon.0) 862 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-18T14:13:02.708 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:13:02 smithi135 bash[18657]: audit 2024-09-18T14:13:01.229015+0000 mon.a (mon.0) 863 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:13:02.708 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:13:02 smithi135 bash[18657]: cephadm 2024-09-18T14:13:01.230524+0000 mgr.a (mgr.14150) 373 : cephadm [INF] Reconfiguring daemon mon.b on smithi161 2024-09-18T14:13:02.708 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:13:02 smithi135 bash[18657]: cluster 2024-09-18T14:13:01.265675+0000 mgr.a (mgr.14150) 374 : cluster [DBG] pgmap v281: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:13:04.456 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:13:04 smithi135 bash[18657]: audit 2024-09-18T14:13:03.136807+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:13:04.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:13:04 smithi135 bash[18657]: audit 2024-09-18T14:13:03.143901+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:13:04.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:13:04 smithi135 bash[18657]: audit 2024-09-18T14:13:03.145765+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-18T14:13:04.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:13:04 smithi135 bash[18657]: audit 2024-09-18T14:13:03.147531+0000 mon.a (mon.0) 867 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-18T14:13:04.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:13:04 smithi135 bash[18657]: audit 2024-09-18T14:13:03.149021+0000 mon.a (mon.0) 868 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:13:04.457 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:13:04 smithi161 bash[19407]: audit 2024-09-18T14:13:03.136807+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:13:04.457 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:13:04 smithi161 bash[19407]: audit 2024-09-18T14:13:03.143901+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:13:04.458 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:13:04 smithi161 bash[19407]: audit 2024-09-18T14:13:03.145765+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-18T14:13:04.458 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:13:04 smithi161 bash[19407]: audit 2024-09-18T14:13:03.147531+0000 mon.a (mon.0) 867 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-18T14:13:04.458 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:13:04 smithi161 bash[19407]: audit 2024-09-18T14:13:03.149021+0000 mon.a (mon.0) 868 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:13:04.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:13:04 smithi192 bash[19392]: audit 2024-09-18T14:13:03.136807+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:13:04.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:13:04 smithi192 bash[19392]: audit 2024-09-18T14:13:03.143901+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:13:04.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:13:04 smithi192 bash[19392]: audit 2024-09-18T14:13:03.145765+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-18T14:13:04.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:13:04 smithi192 bash[19392]: audit 2024-09-18T14:13:03.147531+0000 mon.a (mon.0) 867 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-18T14:13:04.520 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:13:04 smithi192 bash[19392]: audit 2024-09-18T14:13:03.149021+0000 mon.a (mon.0) 868 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:13:05.450 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:13:05 smithi161 bash[19407]: cephadm 2024-09-18T14:13:03.145132+0000 mgr.a (mgr.14150) 375 : cephadm [INF] Reconfiguring mgr.b (monmap changed)... 2024-09-18T14:13:05.450 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:13:05 smithi161 bash[19407]: cephadm 2024-09-18T14:13:03.150659+0000 mgr.a (mgr.14150) 376 : cephadm [INF] Reconfiguring daemon mgr.b on smithi161 2024-09-18T14:13:05.450 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:13:05 smithi161 bash[19407]: cluster 2024-09-18T14:13:03.266150+0000 mgr.a (mgr.14150) 377 : cluster [DBG] pgmap v282: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:13:05.450 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:13:05 smithi161 bash[19407]: audit 2024-09-18T14:13:05.127402+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:13:05.456 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:13:05 smithi135 bash[18657]: cephadm 2024-09-18T14:13:03.145132+0000 mgr.a (mgr.14150) 375 : cephadm [INF] Reconfiguring mgr.b (monmap changed)... 2024-09-18T14:13:05.456 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:13:05 smithi135 bash[18657]: cephadm 2024-09-18T14:13:03.150659+0000 mgr.a (mgr.14150) 376 : cephadm [INF] Reconfiguring daemon mgr.b on smithi161 2024-09-18T14:13:05.456 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:13:05 smithi135 bash[18657]: cluster 2024-09-18T14:13:03.266150+0000 mgr.a (mgr.14150) 377 : cluster [DBG] pgmap v282: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:13:05.456 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:13:05 smithi135 bash[18657]: audit 2024-09-18T14:13:05.127402+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:13:05.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:13:05 smithi192 bash[19392]: cephadm 2024-09-18T14:13:03.145132+0000 mgr.a (mgr.14150) 375 : cephadm [INF] Reconfiguring mgr.b (monmap changed)... 2024-09-18T14:13:05.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:13:05 smithi192 bash[19392]: cephadm 2024-09-18T14:13:03.150659+0000 mgr.a (mgr.14150) 376 : cephadm [INF] Reconfiguring daemon mgr.b on smithi161 2024-09-18T14:13:05.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:13:05 smithi192 bash[19392]: cluster 2024-09-18T14:13:03.266150+0000 mgr.a (mgr.14150) 377 : cluster [DBG] pgmap v282: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:13:05.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:13:05 smithi192 bash[19392]: audit 2024-09-18T14:13:05.127402+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:13:06.438 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:13:06 smithi161 bash[19407]: audit 2024-09-18T14:13:05.135548+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:13:06.438 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:13:06 smithi161 bash[19407]: cephadm 2024-09-18T14:13:05.136875+0000 mgr.a (mgr.14150) 378 : cephadm [INF] Reconfiguring osd.1 (monmap changed)... 2024-09-18T14:13:06.438 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:13:06 smithi161 bash[19407]: audit 2024-09-18T14:13:05.137525+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-18T14:13:06.439 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:13:06 smithi161 bash[19407]: audit 2024-09-18T14:13:05.143639+0000 mon.a (mon.0) 872 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:13:06.439 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:13:06 smithi161 bash[19407]: cephadm 2024-09-18T14:13:05.145481+0000 mgr.a (mgr.14150) 379 : cephadm [INF] Reconfiguring daemon osd.1 on smithi161 2024-09-18T14:13:06.439 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:13:06 smithi161 bash[19407]: cluster 2024-09-18T14:13:05.266657+0000 mgr.a (mgr.14150) 380 : cluster [DBG] pgmap v283: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:13:06.456 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:13:06 smithi135 bash[18657]: audit 2024-09-18T14:13:05.135548+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:13:06.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:13:06 smithi135 bash[18657]: cephadm 2024-09-18T14:13:05.136875+0000 mgr.a (mgr.14150) 378 : cephadm [INF] Reconfiguring osd.1 (monmap changed)... 2024-09-18T14:13:06.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:13:06 smithi135 bash[18657]: audit 2024-09-18T14:13:05.137525+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-18T14:13:06.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:13:06 smithi135 bash[18657]: audit 2024-09-18T14:13:05.143639+0000 mon.a (mon.0) 872 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:13:06.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:13:06 smithi135 bash[18657]: cephadm 2024-09-18T14:13:05.145481+0000 mgr.a (mgr.14150) 379 : cephadm [INF] Reconfiguring daemon osd.1 on smithi161 2024-09-18T14:13:06.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:13:06 smithi135 bash[18657]: cluster 2024-09-18T14:13:05.266657+0000 mgr.a (mgr.14150) 380 : cluster [DBG] pgmap v283: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:13:06.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:13:06 smithi192 bash[19392]: audit 2024-09-18T14:13:05.135548+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:13:06.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:13:06 smithi192 bash[19392]: cephadm 2024-09-18T14:13:05.136875+0000 mgr.a (mgr.14150) 378 : cephadm [INF] Reconfiguring osd.1 (monmap changed)... 2024-09-18T14:13:06.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:13:06 smithi192 bash[19392]: audit 2024-09-18T14:13:05.137525+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-18T14:13:06.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:13:06 smithi192 bash[19392]: audit 2024-09-18T14:13:05.143639+0000 mon.a (mon.0) 872 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:13:06.520 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:13:06 smithi192 bash[19392]: cephadm 2024-09-18T14:13:05.145481+0000 mgr.a (mgr.14150) 379 : cephadm [INF] Reconfiguring daemon osd.1 on smithi161 2024-09-18T14:13:06.520 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:13:06 smithi192 bash[19392]: cluster 2024-09-18T14:13:05.266657+0000 mgr.a (mgr.14150) 380 : cluster [DBG] pgmap v283: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:13:08.272 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:13:08 smithi161 bash[19407]: audit 2024-09-18T14:13:07.066716+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:13:08.272 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:13:08 smithi161 bash[19407]: audit 2024-09-18T14:13:07.074932+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:13:08.272 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:13:08 smithi161 bash[19407]: cephadm 2024-09-18T14:13:07.076588+0000 mgr.a (mgr.14150) 381 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-09-18T14:13:08.272 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:13:08 smithi161 bash[19407]: audit 2024-09-18T14:13:07.077148+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-18T14:13:08.273 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:13:08 smithi161 bash[19407]: audit 2024-09-18T14:13:07.078632+0000 mon.a (mon.0) 876 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-18T14:13:08.273 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:13:08 smithi161 bash[19407]: audit 2024-09-18T14:13:07.079956+0000 mon.a (mon.0) 877 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:13:08.273 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:13:08 smithi161 bash[19407]: cephadm 2024-09-18T14:13:07.081636+0000 mgr.a (mgr.14150) 382 : cephadm [INF] Reconfiguring daemon mon.c on smithi192 2024-09-18T14:13:08.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:13:08 smithi135 bash[18657]: audit 2024-09-18T14:13:07.066716+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:13:08.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:13:08 smithi135 bash[18657]: audit 2024-09-18T14:13:07.074932+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:13:08.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:13:08 smithi135 bash[18657]: cephadm 2024-09-18T14:13:07.076588+0000 mgr.a (mgr.14150) 381 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-09-18T14:13:08.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:13:08 smithi135 bash[18657]: audit 2024-09-18T14:13:07.077148+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-18T14:13:08.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:13:08 smithi135 bash[18657]: audit 2024-09-18T14:13:07.078632+0000 mon.a (mon.0) 876 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-18T14:13:08.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:13:08 smithi135 bash[18657]: audit 2024-09-18T14:13:07.079956+0000 mon.a (mon.0) 877 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:13:08.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:13:08 smithi135 bash[18657]: cephadm 2024-09-18T14:13:07.081636+0000 mgr.a (mgr.14150) 382 : cephadm [INF] Reconfiguring daemon mon.c on smithi192 2024-09-18T14:13:08.498 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:13:08 smithi192 bash[19392]: audit 2024-09-18T14:13:07.066716+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:13:08.498 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:13:08 smithi192 bash[19392]: audit 2024-09-18T14:13:07.074932+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:13:08.498 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:13:08 smithi192 bash[19392]: cephadm 2024-09-18T14:13:07.076588+0000 mgr.a (mgr.14150) 381 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-09-18T14:13:08.498 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:13:08 smithi192 bash[19392]: audit 2024-09-18T14:13:07.077148+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-18T14:13:08.498 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:13:08 smithi192 bash[19392]: audit 2024-09-18T14:13:07.078632+0000 mon.a (mon.0) 876 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-18T14:13:08.498 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:13:08 smithi192 bash[19392]: audit 2024-09-18T14:13:07.079956+0000 mon.a (mon.0) 877 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:13:08.499 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:13:08 smithi192 bash[19392]: cephadm 2024-09-18T14:13:07.081636+0000 mgr.a (mgr.14150) 382 : cephadm [INF] Reconfiguring daemon mon.c on smithi192 2024-09-18T14:13:09.160 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:13:09 smithi161 bash[19407]: cluster 2024-09-18T14:13:07.267164+0000 mgr.a (mgr.14150) 383 : cluster [DBG] pgmap v284: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:13:09.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:13:09 smithi192 bash[19392]: cluster 2024-09-18T14:13:07.267164+0000 mgr.a (mgr.14150) 383 : cluster [DBG] pgmap v284: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:13:09.456 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:13:09 smithi135 bash[18657]: cluster 2024-09-18T14:13:07.267164+0000 mgr.a (mgr.14150) 383 : cluster [DBG] pgmap v284: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:13:10.593 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:13:10 smithi135 bash[18657]: cluster 2024-09-18T14:13:09.267704+0000 mgr.a (mgr.14150) 384 : cluster [DBG] pgmap v285: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:13:10.594 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:13:10 smithi135 bash[18657]: audit 2024-09-18T14:13:09.398151+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:13:10.594 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:13:10 smithi135 bash[18657]: audit 2024-09-18T14:13:09.405364+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:13:10.594 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:13:10 smithi135 bash[18657]: cephadm 2024-09-18T14:13:09.406343+0000 mgr.a (mgr.14150) 385 : cephadm [INF] Reconfiguring osd.2 (monmap changed)... 2024-09-18T14:13:10.594 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:13:10 smithi135 bash[18657]: audit 2024-09-18T14:13:09.406814+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-18T14:13:10.594 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:13:10 smithi135 bash[18657]: audit 2024-09-18T14:13:09.408276+0000 mon.a (mon.0) 881 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:13:10.594 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:13:10 smithi135 bash[18657]: cephadm 2024-09-18T14:13:09.410205+0000 mgr.a (mgr.14150) 386 : cephadm [INF] Reconfiguring daemon osd.2 on smithi192 2024-09-18T14:13:10.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:13:10 smithi192 bash[19392]: cluster 2024-09-18T14:13:09.267704+0000 mgr.a (mgr.14150) 384 : cluster [DBG] pgmap v285: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:13:10.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:13:10 smithi192 bash[19392]: audit 2024-09-18T14:13:09.398151+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:13:10.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:13:10 smithi192 bash[19392]: audit 2024-09-18T14:13:09.405364+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:13:10.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:13:10 smithi192 bash[19392]: cephadm 2024-09-18T14:13:09.406343+0000 mgr.a (mgr.14150) 385 : cephadm [INF] Reconfiguring osd.2 (monmap changed)... 2024-09-18T14:13:10.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:13:10 smithi192 bash[19392]: audit 2024-09-18T14:13:09.406814+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-18T14:13:10.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:13:10 smithi192 bash[19392]: audit 2024-09-18T14:13:09.408276+0000 mon.a (mon.0) 881 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:13:10.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:13:10 smithi192 bash[19392]: cephadm 2024-09-18T14:13:09.410205+0000 mgr.a (mgr.14150) 386 : cephadm [INF] Reconfiguring daemon osd.2 on smithi192 2024-09-18T14:13:10.772 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:13:10 smithi161 bash[19407]: cluster 2024-09-18T14:13:09.267704+0000 mgr.a (mgr.14150) 384 : cluster [DBG] pgmap v285: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:13:10.772 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:13:10 smithi161 bash[19407]: audit 2024-09-18T14:13:09.398151+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:13:10.772 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:13:10 smithi161 bash[19407]: audit 2024-09-18T14:13:09.405364+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:13:10.772 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:13:10 smithi161 bash[19407]: cephadm 2024-09-18T14:13:09.406343+0000 mgr.a (mgr.14150) 385 : cephadm [INF] Reconfiguring osd.2 (monmap changed)... 2024-09-18T14:13:10.772 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:13:10 smithi161 bash[19407]: audit 2024-09-18T14:13:09.406814+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-18T14:13:10.772 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:13:10 smithi161 bash[19407]: audit 2024-09-18T14:13:09.408276+0000 mon.a (mon.0) 881 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:13:10.772 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:13:10 smithi161 bash[19407]: cephadm 2024-09-18T14:13:09.410205+0000 mgr.a (mgr.14150) 386 : cephadm [INF] Reconfiguring daemon osd.2 on smithi192 2024-09-18T14:13:12.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:13:12 smithi135 bash[18657]: cluster 2024-09-18T14:13:11.268364+0000 mgr.a (mgr.14150) 387 : cluster [DBG] pgmap v286: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:13:12.957 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:13:12 smithi135 bash[18657]: audit 2024-09-18T14:13:11.700240+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:13:12.957 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:13:12 smithi135 bash[18657]: audit 2024-09-18T14:13:11.705871+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:13:13.019 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:13:12 smithi192 bash[19392]: cluster 2024-09-18T14:13:11.268364+0000 mgr.a (mgr.14150) 387 : cluster [DBG] pgmap v286: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:13:13.019 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:13:12 smithi192 bash[19392]: audit 2024-09-18T14:13:11.700240+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:13:13.019 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:13:12 smithi192 bash[19392]: audit 2024-09-18T14:13:11.705871+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:13:13.022 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:13:12 smithi161 bash[19407]: cluster 2024-09-18T14:13:11.268364+0000 mgr.a (mgr.14150) 387 : cluster [DBG] pgmap v286: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:13:13.022 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:13:12 smithi161 bash[19407]: audit 2024-09-18T14:13:11.700240+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:13:13.022 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:13:12 smithi161 bash[19407]: audit 2024-09-18T14:13:11.705871+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:13:14.456 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:13:14 smithi135 bash[18657]: audit 2024-09-18T14:13:13.099932+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:13:14.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:13:14 smithi135 bash[18657]: audit 2024-09-18T14:13:13.106174+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:13:14.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:13:14 smithi135 bash[18657]: audit 2024-09-18T14:13:13.113450+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:13:14.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:13:14 smithi192 bash[19392]: audit 2024-09-18T14:13:13.099932+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:13:14.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:13:14 smithi192 bash[19392]: audit 2024-09-18T14:13:13.106174+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:13:14.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:13:14 smithi192 bash[19392]: audit 2024-09-18T14:13:13.113450+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:13:14.521 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:13:14 smithi161 bash[19407]: audit 2024-09-18T14:13:13.099932+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:13:14.522 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:13:14 smithi161 bash[19407]: audit 2024-09-18T14:13:13.106174+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:13:14.522 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:13:14 smithi161 bash[19407]: audit 2024-09-18T14:13:13.113450+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:13:15.456 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:13:15 smithi135 bash[18657]: cluster 2024-09-18T14:13:13.268994+0000 mgr.a (mgr.14150) 388 : cluster [DBG] pgmap v287: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:13:15.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:13:15 smithi135 bash[18657]: audit 2024-09-18T14:13:14.646112+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:13:15.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:13:15 smithi135 bash[18657]: audit 2024-09-18T14:13:14.655278+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:13:15.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:13:15 smithi135 bash[18657]: audit 2024-09-18T14:13:14.664447+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:13:15.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:13:15 smithi192 bash[19392]: cluster 2024-09-18T14:13:13.268994+0000 mgr.a (mgr.14150) 388 : cluster [DBG] pgmap v287: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:13:15.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:13:15 smithi192 bash[19392]: audit 2024-09-18T14:13:14.646112+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:13:15.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:13:15 smithi192 bash[19392]: audit 2024-09-18T14:13:14.655278+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:13:15.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:13:15 smithi192 bash[19392]: audit 2024-09-18T14:13:14.664447+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:13:15.521 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:13:15 smithi161 bash[19407]: cluster 2024-09-18T14:13:13.268994+0000 mgr.a (mgr.14150) 388 : cluster [DBG] pgmap v287: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:13:15.522 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:13:15 smithi161 bash[19407]: audit 2024-09-18T14:13:14.646112+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:13:15.522 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:13:15 smithi161 bash[19407]: audit 2024-09-18T14:13:14.655278+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:13:15.522 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:13:15 smithi161 bash[19407]: audit 2024-09-18T14:13:14.664447+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:13:16.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:13:16 smithi135 bash[18657]: cluster 2024-09-18T14:13:15.269529+0000 mgr.a (mgr.14150) 389 : cluster [DBG] pgmap v288: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:13:16.957 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:13:16 smithi135 bash[18657]: audit 2024-09-18T14:13:15.568080+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:13:16.957 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:13:16 smithi135 bash[18657]: audit 2024-09-18T14:13:15.576516+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:13:16.957 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:13:16 smithi135 bash[18657]: audit 2024-09-18T14:13:15.583175+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:13:17.019 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:13:16 smithi192 bash[19392]: cluster 2024-09-18T14:13:15.269529+0000 mgr.a (mgr.14150) 389 : cluster [DBG] pgmap v288: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:13:17.019 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:13:16 smithi192 bash[19392]: audit 2024-09-18T14:13:15.568080+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:13:17.019 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:13:16 smithi192 bash[19392]: audit 2024-09-18T14:13:15.576516+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:13:17.019 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:13:16 smithi192 bash[19392]: audit 2024-09-18T14:13:15.583175+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:13:17.021 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:13:16 smithi161 bash[19407]: cluster 2024-09-18T14:13:15.269529+0000 mgr.a (mgr.14150) 389 : cluster [DBG] pgmap v288: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:13:17.022 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:13:16 smithi161 bash[19407]: audit 2024-09-18T14:13:15.568080+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:13:17.022 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:13:16 smithi161 bash[19407]: audit 2024-09-18T14:13:15.576516+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:13:17.022 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:13:16 smithi161 bash[19407]: audit 2024-09-18T14:13:15.583175+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:13:18.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:13:18 smithi135 bash[18657]: cluster 2024-09-18T14:13:17.270068+0000 mgr.a (mgr.14150) 390 : cluster [DBG] pgmap v289: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:13:19.019 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:13:18 smithi192 bash[19392]: cluster 2024-09-18T14:13:17.270068+0000 mgr.a (mgr.14150) 390 : cluster [DBG] pgmap v289: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:13:19.021 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:13:18 smithi161 bash[19407]: cluster 2024-09-18T14:13:17.270068+0000 mgr.a (mgr.14150) 390 : cluster [DBG] pgmap v289: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:13:20.829 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:13:20 smithi192 bash[19392]: cluster 2024-09-18T14:13:19.270643+0000 mgr.a (mgr.14150) 391 : cluster [DBG] pgmap v290: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:13:20.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:13:20 smithi135 bash[18657]: cluster 2024-09-18T14:13:19.270643+0000 mgr.a (mgr.14150) 391 : cluster [DBG] pgmap v290: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:13:21.022 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:13:20 smithi161 bash[19407]: cluster 2024-09-18T14:13:19.270643+0000 mgr.a (mgr.14150) 391 : cluster [DBG] pgmap v290: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:13:22.891 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:13:22 smithi192 bash[19392]: cluster 2024-09-18T14:13:21.271225+0000 mgr.a (mgr.14150) 392 : cluster [DBG] pgmap v291: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:13:22.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:13:22 smithi135 bash[18657]: cluster 2024-09-18T14:13:21.271225+0000 mgr.a (mgr.14150) 392 : cluster [DBG] pgmap v291: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:13:23.022 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:13:22 smithi161 bash[19407]: cluster 2024-09-18T14:13:21.271225+0000 mgr.a (mgr.14150) 392 : cluster [DBG] pgmap v291: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:13:24.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:13:24 smithi135 bash[18657]: cluster 2024-09-18T14:13:23.271822+0000 mgr.a (mgr.14150) 393 : cluster [DBG] pgmap v292: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:13:25.019 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:13:24 smithi192 bash[19392]: cluster 2024-09-18T14:13:23.271822+0000 mgr.a (mgr.14150) 393 : cluster [DBG] pgmap v292: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:13:25.021 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:13:24 smithi161 bash[19407]: cluster 2024-09-18T14:13:23.271822+0000 mgr.a (mgr.14150) 393 : cluster [DBG] pgmap v292: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:13:26.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:13:26 smithi135 bash[18657]: cluster 2024-09-18T14:13:25.272386+0000 mgr.a (mgr.14150) 394 : cluster [DBG] pgmap v293: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:13:27.019 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:13:26 smithi192 bash[19392]: cluster 2024-09-18T14:13:25.272386+0000 mgr.a (mgr.14150) 394 : cluster [DBG] pgmap v293: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:13:27.021 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:13:26 smithi161 bash[19407]: cluster 2024-09-18T14:13:25.272386+0000 mgr.a (mgr.14150) 394 : cluster [DBG] pgmap v293: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:13:28.864 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:13:28 smithi161 bash[19407]: cluster 2024-09-18T14:13:27.272951+0000 mgr.a (mgr.14150) 395 : cluster [DBG] pgmap v294: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:13:28.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:13:28 smithi135 bash[18657]: cluster 2024-09-18T14:13:27.272951+0000 mgr.a (mgr.14150) 395 : cluster [DBG] pgmap v294: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:13:29.019 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:13:28 smithi192 bash[19392]: cluster 2024-09-18T14:13:27.272951+0000 mgr.a (mgr.14150) 395 : cluster [DBG] pgmap v294: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:13:30.771 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:13:30 smithi161 bash[19407]: cluster 2024-09-18T14:13:29.273519+0000 mgr.a (mgr.14150) 396 : cluster [DBG] pgmap v295: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:13:30.880 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:13:30 smithi135 bash[18657]: cluster 2024-09-18T14:13:29.273519+0000 mgr.a (mgr.14150) 396 : cluster [DBG] pgmap v295: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:13:31.019 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:13:30 smithi192 bash[19392]: cluster 2024-09-18T14:13:29.273519+0000 mgr.a (mgr.14150) 396 : cluster [DBG] pgmap v295: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:13:32.931 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:13:32 smithi135 bash[18657]: cluster 2024-09-18T14:13:31.274241+0000 mgr.a (mgr.14150) 397 : cluster [DBG] pgmap v296: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:13:32.931 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:13:32 smithi135 bash[18657]: audit 2024-09-18T14:13:32.303407+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:13:32.931 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:13:32 smithi135 bash[18657]: audit 2024-09-18T14:13:32.310519+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:13:32.931 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:13:32 smithi135 bash[18657]: audit 2024-09-18T14:13:32.320277+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:13:33.019 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:13:32 smithi192 bash[19392]: cluster 2024-09-18T14:13:31.274241+0000 mgr.a (mgr.14150) 397 : cluster [DBG] pgmap v296: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:13:33.019 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:13:32 smithi192 bash[19392]: audit 2024-09-18T14:13:32.303407+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:13:33.019 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:13:32 smithi192 bash[19392]: audit 2024-09-18T14:13:32.310519+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:13:33.019 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:13:32 smithi192 bash[19392]: audit 2024-09-18T14:13:32.320277+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:13:33.021 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:13:32 smithi161 bash[19407]: cluster 2024-09-18T14:13:31.274241+0000 mgr.a (mgr.14150) 397 : cluster [DBG] pgmap v296: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:13:33.022 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:13:32 smithi161 bash[19407]: audit 2024-09-18T14:13:32.303407+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:13:33.022 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:13:32 smithi161 bash[19407]: audit 2024-09-18T14:13:32.310519+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:13:33.022 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:13:32 smithi161 bash[19407]: audit 2024-09-18T14:13:32.320277+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:13:34.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:13:34 smithi135 bash[18657]: cluster 2024-09-18T14:13:33.274862+0000 mgr.a (mgr.14150) 398 : cluster [DBG] pgmap v297: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:13:35.019 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:13:34 smithi192 bash[19392]: cluster 2024-09-18T14:13:33.274862+0000 mgr.a (mgr.14150) 398 : cluster [DBG] pgmap v297: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:13:35.021 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:13:34 smithi161 bash[19407]: cluster 2024-09-18T14:13:33.274862+0000 mgr.a (mgr.14150) 398 : cluster [DBG] pgmap v297: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:13:36.022 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:13:35 smithi161 bash[19407]: audit 2024-09-18T14:13:34.821360+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:13:36.022 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:13:35 smithi161 bash[19407]: audit 2024-09-18T14:13:34.828355+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:13:36.022 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:13:35 smithi161 bash[19407]: audit 2024-09-18T14:13:34.835632+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:13:36.022 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:13:35 smithi161 bash[19407]: audit 2024-09-18T14:13:35.745884+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:13:36.022 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:13:35 smithi161 bash[19407]: audit 2024-09-18T14:13:35.753554+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:13:36.022 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:13:35 smithi161 bash[19407]: audit 2024-09-18T14:13:35.761972+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:13:36.207 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:13:35 smithi135 bash[18657]: audit 2024-09-18T14:13:34.821360+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:13:36.207 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:13:35 smithi135 bash[18657]: audit 2024-09-18T14:13:34.828355+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:13:36.207 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:13:35 smithi135 bash[18657]: audit 2024-09-18T14:13:34.835632+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:13:36.207 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:13:35 smithi135 bash[18657]: audit 2024-09-18T14:13:35.745884+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:13:36.207 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:13:35 smithi135 bash[18657]: audit 2024-09-18T14:13:35.753554+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:13:36.207 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:13:35 smithi135 bash[18657]: audit 2024-09-18T14:13:35.761972+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:13:36.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:13:35 smithi192 bash[19392]: audit 2024-09-18T14:13:34.821360+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:13:36.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:13:35 smithi192 bash[19392]: audit 2024-09-18T14:13:34.828355+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:13:36.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:13:35 smithi192 bash[19392]: audit 2024-09-18T14:13:34.835632+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:13:36.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:13:35 smithi192 bash[19392]: audit 2024-09-18T14:13:35.745884+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:13:36.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:13:35 smithi192 bash[19392]: audit 2024-09-18T14:13:35.753554+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:13:36.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:13:35 smithi192 bash[19392]: audit 2024-09-18T14:13:35.761972+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:13:37.206 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:13:36 smithi135 bash[18657]: cluster 2024-09-18T14:13:35.275433+0000 mgr.a (mgr.14150) 399 : cluster [DBG] pgmap v298: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:13:37.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:13:36 smithi192 bash[19392]: cluster 2024-09-18T14:13:35.275433+0000 mgr.a (mgr.14150) 399 : cluster [DBG] pgmap v298: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:13:37.271 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:13:36 smithi161 bash[19407]: cluster 2024-09-18T14:13:35.275433+0000 mgr.a (mgr.14150) 399 : cluster [DBG] pgmap v298: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:13:39.206 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:13:38 smithi135 bash[18657]: cluster 2024-09-18T14:13:37.275984+0000 mgr.a (mgr.14150) 400 : cluster [DBG] pgmap v299: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:13:39.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:13:38 smithi192 bash[19392]: cluster 2024-09-18T14:13:37.275984+0000 mgr.a (mgr.14150) 400 : cluster [DBG] pgmap v299: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:13:39.271 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:13:38 smithi161 bash[19407]: cluster 2024-09-18T14:13:37.275984+0000 mgr.a (mgr.14150) 400 : cluster [DBG] pgmap v299: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:13:41.207 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:13:40 smithi135 bash[18657]: cluster 2024-09-18T14:13:39.276548+0000 mgr.a (mgr.14150) 401 : cluster [DBG] pgmap v300: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:13:41.235 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:13:40 smithi192 bash[19392]: cluster 2024-09-18T14:13:39.276548+0000 mgr.a (mgr.14150) 401 : cluster [DBG] pgmap v300: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:13:41.272 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:13:40 smithi161 bash[19407]: cluster 2024-09-18T14:13:39.276548+0000 mgr.a (mgr.14150) 401 : cluster [DBG] pgmap v300: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:13:43.145 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:13:42 smithi192 bash[19392]: cluster 2024-09-18T14:13:41.277068+0000 mgr.a (mgr.14150) 402 : cluster [DBG] pgmap v301: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:13:43.206 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:13:42 smithi135 bash[18657]: cluster 2024-09-18T14:13:41.277068+0000 mgr.a (mgr.14150) 402 : cluster [DBG] pgmap v301: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:13:43.271 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:13:42 smithi161 bash[19407]: cluster 2024-09-18T14:13:41.277068+0000 mgr.a (mgr.14150) 402 : cluster [DBG] pgmap v301: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:13:45.206 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:13:44 smithi135 bash[18657]: cluster 2024-09-18T14:13:43.277620+0000 mgr.a (mgr.14150) 403 : cluster [DBG] pgmap v302: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:13:45.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:13:44 smithi192 bash[19392]: cluster 2024-09-18T14:13:43.277620+0000 mgr.a (mgr.14150) 403 : cluster [DBG] pgmap v302: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:13:45.271 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:13:44 smithi161 bash[19407]: cluster 2024-09-18T14:13:43.277620+0000 mgr.a (mgr.14150) 403 : cluster [DBG] pgmap v302: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:13:47.206 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:13:46 smithi135 bash[18657]: cluster 2024-09-18T14:13:45.278166+0000 mgr.a (mgr.14150) 404 : cluster [DBG] pgmap v303: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:13:47.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:13:46 smithi192 bash[19392]: cluster 2024-09-18T14:13:45.278166+0000 mgr.a (mgr.14150) 404 : cluster [DBG] pgmap v303: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:13:47.271 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:13:46 smithi161 bash[19407]: cluster 2024-09-18T14:13:45.278166+0000 mgr.a (mgr.14150) 404 : cluster [DBG] pgmap v303: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:13:49.206 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:13:48 smithi135 bash[18657]: cluster 2024-09-18T14:13:47.278696+0000 mgr.a (mgr.14150) 405 : cluster [DBG] pgmap v304: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:13:49.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:13:48 smithi192 bash[19392]: cluster 2024-09-18T14:13:47.278696+0000 mgr.a (mgr.14150) 405 : cluster [DBG] pgmap v304: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:13:49.271 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:13:48 smithi161 bash[19407]: cluster 2024-09-18T14:13:47.278696+0000 mgr.a (mgr.14150) 405 : cluster [DBG] pgmap v304: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:13:51.022 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:13:50 smithi161 bash[19407]: cluster 2024-09-18T14:13:49.279253+0000 mgr.a (mgr.14150) 406 : cluster [DBG] pgmap v305: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:13:51.206 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:13:50 smithi135 bash[18657]: cluster 2024-09-18T14:13:49.279253+0000 mgr.a (mgr.14150) 406 : cluster [DBG] pgmap v305: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:13:51.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:13:50 smithi192 bash[19392]: cluster 2024-09-18T14:13:49.279253+0000 mgr.a (mgr.14150) 406 : cluster [DBG] pgmap v305: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:13:52.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:13:52 smithi192 bash[19392]: cluster 2024-09-18T14:13:51.279785+0000 mgr.a (mgr.14150) 407 : cluster [DBG] pgmap v306: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:13:52.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:13:52 smithi192 bash[19392]: audit 2024-09-18T14:13:51.509964+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:13:52.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:13:52 smithi192 bash[19392]: audit 2024-09-18T14:13:51.517123+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:13:52.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:13:52 smithi192 bash[19392]: audit 2024-09-18T14:13:51.525844+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:13:52.772 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:13:52 smithi161 bash[19407]: cluster 2024-09-18T14:13:51.279785+0000 mgr.a (mgr.14150) 407 : cluster [DBG] pgmap v306: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:13:52.772 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:13:52 smithi161 bash[19407]: audit 2024-09-18T14:13:51.509964+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:13:52.772 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:13:52 smithi161 bash[19407]: audit 2024-09-18T14:13:51.517123+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:13:52.772 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:13:52 smithi161 bash[19407]: audit 2024-09-18T14:13:51.525844+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:13:52.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:13:52 smithi135 bash[18657]: cluster 2024-09-18T14:13:51.279785+0000 mgr.a (mgr.14150) 407 : cluster [DBG] pgmap v306: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:13:52.957 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:13:52 smithi135 bash[18657]: audit 2024-09-18T14:13:51.509964+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:13:52.957 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:13:52 smithi135 bash[18657]: audit 2024-09-18T14:13:51.517123+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:13:52.957 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:13:52 smithi135 bash[18657]: audit 2024-09-18T14:13:51.525844+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:13:54.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:13:54 smithi192 bash[19392]: cluster 2024-09-18T14:13:53.280344+0000 mgr.a (mgr.14150) 408 : cluster [DBG] pgmap v307: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:13:54.771 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:13:54 smithi161 bash[19407]: cluster 2024-09-18T14:13:53.280344+0000 mgr.a (mgr.14150) 408 : cluster [DBG] pgmap v307: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:13:54.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:13:54 smithi135 bash[18657]: cluster 2024-09-18T14:13:53.280344+0000 mgr.a (mgr.14150) 408 : cluster [DBG] pgmap v307: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:13:56.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:13:55 smithi192 bash[19392]: audit 2024-09-18T14:13:54.994875+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:13:56.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:13:55 smithi192 bash[19392]: audit 2024-09-18T14:13:55.001413+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:13:56.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:13:55 smithi192 bash[19392]: audit 2024-09-18T14:13:55.010207+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:13:56.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:13:55 smithi192 bash[19392]: audit 2024-09-18T14:13:55.924081+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:13:56.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:13:55 smithi192 bash[19392]: audit 2024-09-18T14:13:55.930979+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:13:56.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:13:55 smithi192 bash[19392]: audit 2024-09-18T14:13:55.937999+0000 mon.a (mon.0) 910 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:13:56.271 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:13:55 smithi161 bash[19407]: audit 2024-09-18T14:13:54.994875+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:13:56.272 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:13:55 smithi161 bash[19407]: audit 2024-09-18T14:13:55.001413+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:13:56.272 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:13:55 smithi161 bash[19407]: audit 2024-09-18T14:13:55.010207+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:13:56.272 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:13:55 smithi161 bash[19407]: audit 2024-09-18T14:13:55.924081+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:13:56.272 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:13:55 smithi161 bash[19407]: audit 2024-09-18T14:13:55.930979+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:13:56.272 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:13:55 smithi161 bash[19407]: audit 2024-09-18T14:13:55.937999+0000 mon.a (mon.0) 910 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:13:56.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:13:55 smithi135 bash[18657]: audit 2024-09-18T14:13:54.994875+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:13:56.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:13:55 smithi135 bash[18657]: audit 2024-09-18T14:13:55.001413+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:13:56.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:13:55 smithi135 bash[18657]: audit 2024-09-18T14:13:55.010207+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:13:56.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:13:55 smithi135 bash[18657]: audit 2024-09-18T14:13:55.924081+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:13:56.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:13:55 smithi135 bash[18657]: audit 2024-09-18T14:13:55.930979+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:13:56.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:13:55 smithi135 bash[18657]: audit 2024-09-18T14:13:55.937999+0000 mon.a (mon.0) 910 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:13:57.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:13:57 smithi192 bash[19392]: cluster 2024-09-18T14:13:55.280887+0000 mgr.a (mgr.14150) 409 : cluster [DBG] pgmap v308: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:13:57.271 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:13:57 smithi161 bash[19407]: cluster 2024-09-18T14:13:55.280887+0000 mgr.a (mgr.14150) 409 : cluster [DBG] pgmap v308: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:13:57.456 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:13:57 smithi135 bash[18657]: cluster 2024-09-18T14:13:55.280887+0000 mgr.a (mgr.14150) 409 : cluster [DBG] pgmap v308: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:13:59.269 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:13:59 smithi192 bash[19392]: cluster 2024-09-18T14:13:57.281481+0000 mgr.a (mgr.14150) 410 : cluster [DBG] pgmap v309: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:13:59.271 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:13:59 smithi161 bash[19407]: cluster 2024-09-18T14:13:57.281481+0000 mgr.a (mgr.14150) 410 : cluster [DBG] pgmap v309: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:13:59.456 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:13:59 smithi135 bash[18657]: cluster 2024-09-18T14:13:57.281481+0000 mgr.a (mgr.14150) 410 : cluster [DBG] pgmap v309: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:14:01.272 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:14:01 smithi161 bash[19407]: cluster 2024-09-18T14:13:59.282028+0000 mgr.a (mgr.14150) 411 : cluster [DBG] pgmap v310: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:14:01.456 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:14:01 smithi135 bash[18657]: cluster 2024-09-18T14:13:59.282028+0000 mgr.a (mgr.14150) 411 : cluster [DBG] pgmap v310: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:14:01.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:14:01 smithi192 bash[19392]: cluster 2024-09-18T14:13:59.282028+0000 mgr.a (mgr.14150) 411 : cluster [DBG] pgmap v310: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:14:03.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:14:03 smithi135 bash[18657]: cluster 2024-09-18T14:14:01.282545+0000 mgr.a (mgr.14150) 412 : cluster [DBG] pgmap v311: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:14:03.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:14:03 smithi192 bash[19392]: cluster 2024-09-18T14:14:01.282545+0000 mgr.a (mgr.14150) 412 : cluster [DBG] pgmap v311: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:14:03.521 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:14:03 smithi161 bash[19407]: cluster 2024-09-18T14:14:01.282545+0000 mgr.a (mgr.14150) 412 : cluster [DBG] pgmap v311: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:14:05.456 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:14:05 smithi135 bash[18657]: cluster 2024-09-18T14:14:03.283092+0000 mgr.a (mgr.14150) 413 : cluster [DBG] pgmap v312: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:14:05.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:14:05 smithi192 bash[19392]: cluster 2024-09-18T14:14:03.283092+0000 mgr.a (mgr.14150) 413 : cluster [DBG] pgmap v312: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:14:05.521 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:14:05 smithi161 bash[19407]: cluster 2024-09-18T14:14:03.283092+0000 mgr.a (mgr.14150) 413 : cluster [DBG] pgmap v312: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:14:07.456 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:14:07 smithi135 bash[18657]: cluster 2024-09-18T14:14:05.283613+0000 mgr.a (mgr.14150) 414 : cluster [DBG] pgmap v313: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:14:07.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:14:07 smithi192 bash[19392]: cluster 2024-09-18T14:14:05.283613+0000 mgr.a (mgr.14150) 414 : cluster [DBG] pgmap v313: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:14:07.521 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:14:07 smithi161 bash[19407]: cluster 2024-09-18T14:14:05.283613+0000 mgr.a (mgr.14150) 414 : cluster [DBG] pgmap v313: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:14:09.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:14:09 smithi135 bash[18657]: cluster 2024-09-18T14:14:07.284167+0000 mgr.a (mgr.14150) 415 : cluster [DBG] pgmap v314: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:14:09.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:14:09 smithi192 bash[19392]: cluster 2024-09-18T14:14:07.284167+0000 mgr.a (mgr.14150) 415 : cluster [DBG] pgmap v314: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:14:09.521 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:14:09 smithi161 bash[19407]: cluster 2024-09-18T14:14:07.284167+0000 mgr.a (mgr.14150) 415 : cluster [DBG] pgmap v314: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:14:11.271 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:14:11 smithi161 bash[19407]: cluster 2024-09-18T14:14:09.284689+0000 mgr.a (mgr.14150) 416 : cluster [DBG] pgmap v315: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:14:11.323 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:14:11 smithi135 bash[18657]: cluster 2024-09-18T14:14:09.284689+0000 mgr.a (mgr.14150) 416 : cluster [DBG] pgmap v315: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:14:11.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:14:11 smithi192 bash[19392]: cluster 2024-09-18T14:14:09.284689+0000 mgr.a (mgr.14150) 416 : cluster [DBG] pgmap v315: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:14:12.332 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:14:12 smithi135 bash[18657]: audit 2024-09-18T14:14:11.708011+0000 mon.a (mon.0) 911 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T14:14:12.333 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:14:12 smithi135 bash[18657]: audit 2024-09-18T14:14:11.711514+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:14:12.333 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:14:12 smithi135 bash[18657]: audit 2024-09-18T14:14:11.720920+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:14:12.333 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:14:12 smithi135 bash[18657]: audit 2024-09-18T14:14:11.729966+0000 mon.a (mon.0) 914 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:14:12.333 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:14:12 smithi135 bash[18657]: audit 2024-09-18T14:14:12.008562+0000 mon.a (mon.0) 915 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:14:12.333 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:14:12 smithi135 bash[18657]: audit 2024-09-18T14:14:12.016948+0000 mon.a (mon.0) 916 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:14:12.333 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:14:12 smithi135 bash[18657]: audit 2024-09-18T14:14:12.018659+0000 mon.a (mon.0) 917 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:14:12.333 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:14:12 smithi135 bash[18657]: audit 2024-09-18T14:14:12.020152+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T14:14:12.333 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:14:12 smithi135 bash[18657]: audit 2024-09-18T14:14:12.029648+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:14:12.406 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:14:12 smithi161 bash[19407]: audit 2024-09-18T14:14:11.708011+0000 mon.a (mon.0) 911 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T14:14:12.407 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:14:12 smithi161 bash[19407]: audit 2024-09-18T14:14:11.711514+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:14:12.407 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:14:12 smithi161 bash[19407]: audit 2024-09-18T14:14:11.720920+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:14:12.407 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:14:12 smithi161 bash[19407]: audit 2024-09-18T14:14:11.729966+0000 mon.a (mon.0) 914 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:14:12.407 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:14:12 smithi161 bash[19407]: audit 2024-09-18T14:14:12.008562+0000 mon.a (mon.0) 915 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:14:12.407 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:14:12 smithi161 bash[19407]: audit 2024-09-18T14:14:12.016948+0000 mon.a (mon.0) 916 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:14:12.407 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:14:12 smithi161 bash[19407]: audit 2024-09-18T14:14:12.018659+0000 mon.a (mon.0) 917 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:14:12.407 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:14:12 smithi161 bash[19407]: audit 2024-09-18T14:14:12.020152+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T14:14:12.408 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:14:12 smithi161 bash[19407]: audit 2024-09-18T14:14:12.029648+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:14:12.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:14:12 smithi192 bash[19392]: audit 2024-09-18T14:14:11.708011+0000 mon.a (mon.0) 911 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T14:14:12.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:14:12 smithi192 bash[19392]: audit 2024-09-18T14:14:11.711514+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:14:12.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:14:12 smithi192 bash[19392]: audit 2024-09-18T14:14:11.720920+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:14:12.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:14:12 smithi192 bash[19392]: audit 2024-09-18T14:14:11.729966+0000 mon.a (mon.0) 914 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:14:12.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:14:12 smithi192 bash[19392]: audit 2024-09-18T14:14:12.008562+0000 mon.a (mon.0) 915 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:14:12.520 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:14:12 smithi192 bash[19392]: audit 2024-09-18T14:14:12.016948+0000 mon.a (mon.0) 916 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:14:12.520 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:14:12 smithi192 bash[19392]: audit 2024-09-18T14:14:12.018659+0000 mon.a (mon.0) 917 : audit [DBG] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T14:14:12.520 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:14:12 smithi192 bash[19392]: audit 2024-09-18T14:14:12.020152+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T14:14:12.520 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:14:12 smithi192 bash[19392]: audit 2024-09-18T14:14:12.029648+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:14:13.426 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:14:13 smithi135 bash[18657]: cluster 2024-09-18T14:14:11.285263+0000 mgr.a (mgr.14150) 417 : cluster [DBG] pgmap v316: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:14:13.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:14:13 smithi192 bash[19392]: cluster 2024-09-18T14:14:11.285263+0000 mgr.a (mgr.14150) 417 : cluster [DBG] pgmap v316: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:14:13.521 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:14:13 smithi161 bash[19407]: cluster 2024-09-18T14:14:11.285263+0000 mgr.a (mgr.14150) 417 : cluster [DBG] pgmap v316: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:14:15.368 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:14:15 smithi135 bash[18657]: cluster 2024-09-18T14:14:13.285817+0000 mgr.a (mgr.14150) 418 : cluster [DBG] pgmap v317: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:14:15.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:14:15 smithi192 bash[19392]: cluster 2024-09-18T14:14:13.285817+0000 mgr.a (mgr.14150) 418 : cluster [DBG] pgmap v317: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:14:15.521 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:14:15 smithi161 bash[19407]: cluster 2024-09-18T14:14:13.285817+0000 mgr.a (mgr.14150) 418 : cluster [DBG] pgmap v317: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:14:16.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:14:16 smithi135 bash[18657]: audit 2024-09-18T14:14:15.170661+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:14:16.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:14:16 smithi135 bash[18657]: audit 2024-09-18T14:14:15.176755+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:14:16.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:14:16 smithi135 bash[18657]: audit 2024-09-18T14:14:15.184369+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:14:16.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:14:16 smithi135 bash[18657]: cluster 2024-09-18T14:14:15.286373+0000 mgr.a (mgr.14150) 419 : cluster [DBG] pgmap v318: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:14:16.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:14:16 smithi135 bash[18657]: audit 2024-09-18T14:14:16.105311+0000 mon.a (mon.0) 923 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:14:16.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:14:16 smithi135 bash[18657]: audit 2024-09-18T14:14:16.111690+0000 mon.a (mon.0) 924 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:14:16.457 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:14:16 smithi135 bash[18657]: audit 2024-09-18T14:14:16.118817+0000 mon.a (mon.0) 925 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:14:16.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:14:16 smithi192 bash[19392]: audit 2024-09-18T14:14:15.170661+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:14:16.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:14:16 smithi192 bash[19392]: audit 2024-09-18T14:14:15.176755+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:14:16.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:14:16 smithi192 bash[19392]: audit 2024-09-18T14:14:15.184369+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:14:16.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:14:16 smithi192 bash[19392]: cluster 2024-09-18T14:14:15.286373+0000 mgr.a (mgr.14150) 419 : cluster [DBG] pgmap v318: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:14:16.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:14:16 smithi192 bash[19392]: audit 2024-09-18T14:14:16.105311+0000 mon.a (mon.0) 923 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:14:16.519 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:14:16 smithi192 bash[19392]: audit 2024-09-18T14:14:16.111690+0000 mon.a (mon.0) 924 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:14:16.520 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:14:16 smithi192 bash[19392]: audit 2024-09-18T14:14:16.118817+0000 mon.a (mon.0) 925 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:14:16.521 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:14:16 smithi161 bash[19407]: audit 2024-09-18T14:14:15.170661+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:14:16.521 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:14:16 smithi161 bash[19407]: audit 2024-09-18T14:14:15.176755+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:14:16.522 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:14:16 smithi161 bash[19407]: audit 2024-09-18T14:14:15.184369+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:14:16.522 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:14:16 smithi161 bash[19407]: cluster 2024-09-18T14:14:15.286373+0000 mgr.a (mgr.14150) 419 : cluster [DBG] pgmap v318: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:14:16.522 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:14:16 smithi161 bash[19407]: audit 2024-09-18T14:14:16.105311+0000 mon.a (mon.0) 923 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:14:16.522 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:14:16 smithi161 bash[19407]: audit 2024-09-18T14:14:16.111690+0000 mon.a (mon.0) 924 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:14:16.522 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:14:16 smithi161 bash[19407]: audit 2024-09-18T14:14:16.118817+0000 mon.a (mon.0) 925 : audit [INF] from='mgr.14150 172.21.15.135:0/3498323499' entity='mgr.a' 2024-09-18T14:14:18.707 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:14:18 smithi135 bash[18657]: cluster 2024-09-18T14:14:17.286919+0000 mgr.a (mgr.14150) 420 : cluster [DBG] pgmap v319: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:14:18.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:14:18 smithi192 bash[19392]: cluster 2024-09-18T14:14:17.286919+0000 mgr.a (mgr.14150) 420 : cluster [DBG] pgmap v319: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:14:18.771 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:14:18 smithi161 bash[19407]: cluster 2024-09-18T14:14:17.286919+0000 mgr.a (mgr.14150) 420 : cluster [DBG] pgmap v319: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:14:18.820 INFO:teuthology.orchestra.run.smithi135.stderr:+ ceph mon dump 2024-09-18T14:14:19.170 INFO:teuthology.orchestra.run.smithi135.stdout:epoch 6 2024-09-18T14:14:19.170 INFO:teuthology.orchestra.run.smithi135.stdout:fsid 8600d7e2-75c6-11ef-bceb-c7b262605968 2024-09-18T14:14:19.170 INFO:teuthology.orchestra.run.smithi135.stdout:last_changed 2024-09-18T14:12:48.818290+0000 2024-09-18T14:14:19.170 INFO:teuthology.orchestra.run.smithi135.stdout:created 2024-09-18T14:02:58.001548+0000 2024-09-18T14:14:19.170 INFO:teuthology.orchestra.run.smithi135.stdout:min_mon_release 17 (quincy) 2024-09-18T14:14:19.170 INFO:teuthology.orchestra.run.smithi135.stdout:election_strategy: 1 2024-09-18T14:14:19.170 INFO:teuthology.orchestra.run.smithi135.stdout:0: [v2:172.21.15.135:3300/0,v1:172.21.15.135:6789/0] mon.a; crush_location {datacenter=a} 2024-09-18T14:14:19.170 INFO:teuthology.orchestra.run.smithi135.stdout:1: [v2:172.21.15.192:3300/0,v1:172.21.15.192:6789/0] mon.c; crush_location {datacenter=a,rack=3} 2024-09-18T14:14:19.171 INFO:teuthology.orchestra.run.smithi135.stdout:2: [v2:172.21.15.161:3300/0,v1:172.21.15.161:6789/0] mon.b; crush_location {datacenter=b,rack=2} 2024-09-18T14:14:19.171 INFO:teuthology.orchestra.run.smithi135.stderr:dumped monmap epoch 6 2024-09-18T14:14:19.181 INFO:teuthology.orchestra.run.smithi135.stderr:+ ceph mon dump --format json 2024-09-18T14:14:19.529 INFO:teuthology.orchestra.run.smithi135.stdout: 2024-09-18T14:14:19.529 INFO:teuthology.orchestra.run.smithi135.stdout:{"epoch":6,"fsid":"8600d7e2-75c6-11ef-bceb-c7b262605968","modified":"2024-09-18T14:12:48.818290Z","created":"2024-09-18T14:02:58.001548Z","min_mon_release":17,"min_mon_release_name":"quincy","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:3300","nonce":0},{"type":"v1","addr":"172.21.15.135:6789","nonce":0}]},"addr":"172.21.15.135:6789/0","public_addr":"172.21.15.135:6789/0","priority":0,"weight":0,"crush_location":"{datacenter=a}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:3300","nonce":0},{"type":"v1","addr":"172.21.15.192:6789","nonce":0}]},"addr":"172.21.15.192:6789/0","public_addr":"172.21.15.192: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.161:3300","nonce":0},{"type":"v1","addr":"172.21.15.161:6789","nonce":0}]},"addr":"172.21.15.161:6789/0","public_addr":"172.21.15.161:6789/0","priority":0,"weight":0,"crush_location":"{datacenter=b,rack=2}"}],"quorum":[0,1,2]} 2024-09-18T14:14:19.530 INFO:teuthology.orchestra.run.smithi135.stderr:dumped monmap epoch 6 2024-09-18T14:14:19.542 INFO:teuthology.orchestra.run.smithi135.stderr:+ read monid 2024-09-18T14:14:19.542 INFO:teuthology.orchestra.run.smithi135.stderr:+ read crushloc 2024-09-18T14:14:19.542 INFO:teuthology.orchestra.run.smithi135.stderr:+ ceph mon dump --format json 2024-09-18T14:14:19.542 INFO:teuthology.orchestra.run.smithi135.stderr:+ jq --arg monid a --arg crushloc '{datacenter=a}' -e '.mons | .[] | select(.name == $monid) | .crush_location == $crushloc' 2024-09-18T14:14:19.706 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:14:19 smithi135 bash[18657]: audit 2024-09-18T14:14:19.168825+0000 mon.a (mon.0) 926 : audit [DBG] from='client.? 172.21.15.135:0/3433797523' entity='client.admin' cmd=[{"prefix": "mon dump"}]: dispatch 2024-09-18T14:14:19.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:14:19 smithi192 bash[19392]: audit 2024-09-18T14:14:19.168825+0000 mon.a (mon.0) 926 : audit [DBG] from='client.? 172.21.15.135:0/3433797523' entity='client.admin' cmd=[{"prefix": "mon dump"}]: dispatch 2024-09-18T14:14:19.771 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:14:19 smithi161 bash[19407]: audit 2024-09-18T14:14:19.168825+0000 mon.a (mon.0) 926 : audit [DBG] from='client.? 172.21.15.135:0/3433797523' entity='client.admin' cmd=[{"prefix": "mon dump"}]: dispatch 2024-09-18T14:14:19.869 INFO:teuthology.orchestra.run.smithi135.stderr:dumped monmap epoch 6 2024-09-18T14:14:19.880 INFO:teuthology.orchestra.run.smithi135.stdout:true 2024-09-18T14:14:19.881 INFO:teuthology.orchestra.run.smithi135.stderr:+ read monid 2024-09-18T14:14:19.881 INFO:teuthology.orchestra.run.smithi135.stderr:+ read crushloc 2024-09-18T14:14:19.881 INFO:teuthology.orchestra.run.smithi135.stderr:+ ceph mon dump --format json 2024-09-18T14:14:19.881 INFO:teuthology.orchestra.run.smithi135.stderr:+ jq --arg monid b --arg crushloc '{datacenter=b,rack=2}' -e '.mons | .[] | select(.name == $monid) | .crush_location == $crushloc' 2024-09-18T14:14:20.222 INFO:teuthology.orchestra.run.smithi135.stderr:dumped monmap epoch 6 2024-09-18T14:14:20.234 INFO:teuthology.orchestra.run.smithi135.stdout:true 2024-09-18T14:14:20.234 INFO:teuthology.orchestra.run.smithi135.stderr:+ read monid 2024-09-18T14:14:20.235 INFO:teuthology.orchestra.run.smithi135.stderr:+ read crushloc 2024-09-18T14:14:20.235 INFO:teuthology.orchestra.run.smithi135.stderr:+ jq --arg monid c --arg crushloc '{datacenter=a,rack=3}' -e '.mons | .[] | select(.name == $monid) | .crush_location == $crushloc' 2024-09-18T14:14:20.235 INFO:teuthology.orchestra.run.smithi135.stderr:+ ceph mon dump --format json 2024-09-18T14:14:20.566 INFO:teuthology.orchestra.run.smithi135.stderr:dumped monmap epoch 6 2024-09-18T14:14:20.584 INFO:teuthology.orchestra.run.smithi135.stdout:true 2024-09-18T14:14:20.584 INFO:teuthology.orchestra.run.smithi135.stderr:+ read monid 2024-09-18T14:14:20.615 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:14:20 smithi135 bash[18657]: cluster 2024-09-18T14:14:19.287312+0000 mgr.a (mgr.14150) 421 : cluster [DBG] pgmap v320: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:14:20.615 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:14:20 smithi135 bash[18657]: audit 2024-09-18T14:14:19.528294+0000 mon.a (mon.0) 927 : audit [DBG] from='client.? 172.21.15.135:0/3435046645' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-18T14:14:20.615 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:14:20 smithi135 bash[18657]: audit 2024-09-18T14:14:19.868693+0000 mon.a (mon.0) 928 : audit [DBG] from='client.? 172.21.15.135:0/3193051129' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-18T14:14:20.615 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:14:20 smithi135 bash[18657]: audit 2024-09-18T14:14:20.221484+0000 mon.a (mon.0) 929 : audit [DBG] from='client.? 172.21.15.135:0/3976925893' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-18T14:14:20.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:14:20 smithi192 bash[19392]: cluster 2024-09-18T14:14:19.287312+0000 mgr.a (mgr.14150) 421 : cluster [DBG] pgmap v320: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:14:20.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:14:20 smithi192 bash[19392]: audit 2024-09-18T14:14:19.528294+0000 mon.a (mon.0) 927 : audit [DBG] from='client.? 172.21.15.135:0/3435046645' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-18T14:14:20.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:14:20 smithi192 bash[19392]: audit 2024-09-18T14:14:19.868693+0000 mon.a (mon.0) 928 : audit [DBG] from='client.? 172.21.15.135:0/3193051129' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-18T14:14:20.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:14:20 smithi192 bash[19392]: audit 2024-09-18T14:14:20.221484+0000 mon.a (mon.0) 929 : audit [DBG] from='client.? 172.21.15.135:0/3976925893' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-18T14:14:20.771 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:14:20 smithi161 bash[19407]: cluster 2024-09-18T14:14:19.287312+0000 mgr.a (mgr.14150) 421 : cluster [DBG] pgmap v320: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T14:14:20.771 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:14:20 smithi161 bash[19407]: audit 2024-09-18T14:14:19.528294+0000 mon.a (mon.0) 927 : audit [DBG] from='client.? 172.21.15.135:0/3435046645' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-18T14:14:20.772 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:14:20 smithi161 bash[19407]: audit 2024-09-18T14:14:19.868693+0000 mon.a (mon.0) 928 : audit [DBG] from='client.? 172.21.15.135:0/3193051129' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-18T14:14:20.772 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:14:20 smithi161 bash[19407]: audit 2024-09-18T14:14:20.221484+0000 mon.a (mon.0) 929 : audit [DBG] from='client.? 172.21.15.135:0/3976925893' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-18T14:14:21.352 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-09-18T14:14:21.364 INFO:tasks.cephadm:Teardown begin 2024-09-18T14:14:21.365 DEBUG:teuthology.orchestra.run.smithi135:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-18T14:14:21.380 DEBUG:teuthology.orchestra.run.smithi161:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-18T14:14:21.395 DEBUG:teuthology.orchestra.run.smithi192:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-18T14:14:21.412 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-09-18T14:14:21.412 DEBUG:teuthology.orchestra.run.smithi135:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-18T14:14:21.419 DEBUG:teuthology.orchestra.run.smithi161:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-18T14:14:21.445 DEBUG:teuthology.orchestra.run.smithi192:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-18T14:14:21.452 INFO:tasks.cephadm:Stopping all daemons... 2024-09-18T14:14:21.452 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-09-18T14:14:21.453 DEBUG:teuthology.orchestra.run.smithi135:> sudo systemctl stop ceph-8600d7e2-75c6-11ef-bceb-c7b262605968@mon.a 2024-09-18T14:14:21.622 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:14:21 smithi135 bash[18657]: audit 2024-09-18T14:14:20.564970+0000 mon.a (mon.0) 930 : audit [DBG] from='client.? 172.21.15.135:0/2117851826' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-18T14:14:21.623 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:14:21 smithi135 systemd[1]: Stopping Ceph mon.a for 8600d7e2-75c6-11ef-bceb-c7b262605968... 2024-09-18T14:14:21.769 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:14:21 smithi192 bash[19392]: audit 2024-09-18T14:14:20.564970+0000 mon.a (mon.0) 930 : audit [DBG] from='client.? 172.21.15.135:0/2117851826' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-18T14:14:21.771 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:14:21 smithi161 bash[19407]: audit 2024-09-18T14:14:20.564970+0000 mon.a (mon.0) 930 : audit [DBG] from='client.? 172.21.15.135:0/2117851826' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-18T14:14:21.956 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:14:21 smithi135 bash[18657]: debug 2024-09-18T14:14:21.620+0000 7fc0902f6640 -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-09-18T14:14:21.957 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:14:21 smithi135 bash[18657]: debug 2024-09-18T14:14:21.620+0000 7fc0902f6640 -1 mon.a@0(leader) e6 *** Got Signal Terminated *** 2024-09-18T14:14:22.571 INFO:journalctl@ceph.mon.a.smithi135.stdout:Sep 18 14:14:22 smithi135 bash[40520]: ceph-8600d7e2-75c6-11ef-bceb-c7b262605968-mon-a 2024-09-18T14:14:22.591 DEBUG:teuthology.orchestra.run.smithi135:> sudo pkill -f 'journalctl -f -n 0 -u ceph-8600d7e2-75c6-11ef-bceb-c7b262605968@mon.a.service' 2024-09-18T14:14:22.641 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-18T14:14:22.641 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-09-18T14:14:22.642 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2024-09-18T14:14:22.642 DEBUG:teuthology.orchestra.run.smithi161:> sudo systemctl stop ceph-8600d7e2-75c6-11ef-bceb-c7b262605968@mon.b 2024-09-18T14:14:22.989 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:14:22 smithi161 systemd[1]: Stopping Ceph mon.b for 8600d7e2-75c6-11ef-bceb-c7b262605968... 2024-09-18T14:14:22.989 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:14:22 smithi161 bash[19407]: debug 2024-09-18T14:14:22.892+0000 7f2bfbbb7640 -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-09-18T14:14:22.989 INFO:journalctl@ceph.mon.b.smithi161.stdout:Sep 18 14:14:22 smithi161 bash[19407]: debug 2024-09-18T14:14:22.892+0000 7f2bfbbb7640 -1 mon.b@2(peon) e6 *** Got Signal Terminated *** 2024-09-18T14:14:23.737 DEBUG:teuthology.orchestra.run.smithi161:> sudo pkill -f 'journalctl -f -n 0 -u ceph-8600d7e2-75c6-11ef-bceb-c7b262605968@mon.b.service' 2024-09-18T14:14:23.773 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-18T14:14:23.773 INFO:tasks.cephadm.mon.c:Stopped mon.b 2024-09-18T14:14:23.773 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2024-09-18T14:14:23.774 DEBUG:teuthology.orchestra.run.smithi192:> sudo systemctl stop ceph-8600d7e2-75c6-11ef-bceb-c7b262605968@mon.c 2024-09-18T14:14:24.095 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:14:23 smithi192 systemd[1]: Stopping Ceph mon.c for 8600d7e2-75c6-11ef-bceb-c7b262605968... 2024-09-18T14:14:24.095 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:14:23 smithi192 bash[19392]: debug 2024-09-18T14:14:23.975+0000 7f06362d7640 -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-09-18T14:14:24.095 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 18 14:14:23 smithi192 bash[19392]: debug 2024-09-18T14:14:23.975+0000 7f06362d7640 -1 mon.c@1(peon) e6 *** Got Signal Terminated *** 2024-09-18T14:14:24.857 DEBUG:teuthology.orchestra.run.smithi192:> sudo pkill -f 'journalctl -f -n 0 -u ceph-8600d7e2-75c6-11ef-bceb-c7b262605968@mon.c.service' 2024-09-18T14:14:24.891 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-18T14:14:24.891 INFO:tasks.cephadm.mon.c:Stopped mon.c 2024-09-18T14:14:24.891 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2024-09-18T14:14:24.891 DEBUG:teuthology.orchestra.run.smithi135:> sudo systemctl stop ceph-8600d7e2-75c6-11ef-bceb-c7b262605968@mgr.a 2024-09-18T14:14:25.206 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:14:24 smithi135 systemd[1]: Stopping Ceph mgr.a for 8600d7e2-75c6-11ef-bceb-c7b262605968... 2024-09-18T14:14:25.207 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:14:25 smithi135 bash[18928]: debug 2024-09-18T14:14:25.084+0000 7f69b96c1640 -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-09-18T14:14:25.207 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:14:25 smithi135 bash[18928]: debug 2024-09-18T14:14:25.084+0000 7f69b96c1640 -1 mgr handle_mgr_signal *** Got signal Terminated *** 2024-09-18T14:14:25.910 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:14:25 smithi135 bash[40633]: ceph-8600d7e2-75c6-11ef-bceb-c7b262605968-mgr-a 2024-09-18T14:14:25.910 INFO:journalctl@ceph.mgr.a.smithi135.stdout:Sep 18 14:14:25 smithi135 bash[40698]: Error response from daemon: No such container: ceph-8600d7e2-75c6-11ef-bceb-c7b262605968-mgr-a 2024-09-18T14:14:25.913 DEBUG:teuthology.orchestra.run.smithi135:> sudo pkill -f 'journalctl -f -n 0 -u ceph-8600d7e2-75c6-11ef-bceb-c7b262605968@mgr.a.service' 2024-09-18T14:14:25.939 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-18T14:14:25.939 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2024-09-18T14:14:25.939 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2024-09-18T14:14:25.939 DEBUG:teuthology.orchestra.run.smithi161:> sudo systemctl stop ceph-8600d7e2-75c6-11ef-bceb-c7b262605968@mgr.b 2024-09-18T14:14:26.272 INFO:journalctl@ceph.mgr.b.smithi161.stdout:Sep 18 14:14:25 smithi161 systemd[1]: Stopping Ceph mgr.b for 8600d7e2-75c6-11ef-bceb-c7b262605968... 2024-09-18T14:14:26.772 DEBUG:teuthology.orchestra.run.smithi161:> sudo pkill -f 'journalctl -f -n 0 -u ceph-8600d7e2-75c6-11ef-bceb-c7b262605968@mgr.b.service' 2024-09-18T14:14:26.802 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-18T14:14:26.802 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2024-09-18T14:14:26.802 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-09-18T14:14:26.802 DEBUG:teuthology.orchestra.run.smithi135:> sudo systemctl stop ceph-8600d7e2-75c6-11ef-bceb-c7b262605968@osd.0 2024-09-18T14:14:27.207 INFO:journalctl@ceph.osd.0.smithi135.stdout:Sep 18 14:14:26 smithi135 systemd[1]: Stopping Ceph osd.0 for 8600d7e2-75c6-11ef-bceb-c7b262605968... 2024-09-18T14:14:27.207 INFO:journalctl@ceph.osd.0.smithi135.stdout:Sep 18 14:14:26 smithi135 bash[29713]: debug 2024-09-18T14:14:26.980+0000 7f08e934a640 -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-09-18T14:14:27.207 INFO:journalctl@ceph.osd.0.smithi135.stdout:Sep 18 14:14:26 smithi135 bash[29713]: debug 2024-09-18T14:14:26.980+0000 7f08e934a640 -1 osd.0 22 *** Got signal Terminated *** 2024-09-18T14:14:27.207 INFO:journalctl@ceph.osd.0.smithi135.stdout:Sep 18 14:14:26 smithi135 bash[29713]: debug 2024-09-18T14:14:26.980+0000 7f08e934a640 -1 osd.0 22 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-18T14:14:33.457 INFO:journalctl@ceph.osd.0.smithi135.stdout:Sep 18 14:14:33 smithi135 bash[40738]: ceph-8600d7e2-75c6-11ef-bceb-c7b262605968-osd-0 2024-09-18T14:14:33.956 INFO:journalctl@ceph.osd.0.smithi135.stdout:Sep 18 14:14:33 smithi135 bash[40837]: Error response from daemon: No such container: ceph-8600d7e2-75c6-11ef-bceb-c7b262605968-osd-0 2024-09-18T14:14:36.785 DEBUG:teuthology.orchestra.run.smithi135:> sudo pkill -f 'journalctl -f -n 0 -u ceph-8600d7e2-75c6-11ef-bceb-c7b262605968@osd.0.service' 2024-09-18T14:14:36.827 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-18T14:14:36.827 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-09-18T14:14:36.827 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-09-18T14:14:36.828 DEBUG:teuthology.orchestra.run.smithi161:> sudo systemctl stop ceph-8600d7e2-75c6-11ef-bceb-c7b262605968@osd.1 2024-09-18T14:14:37.272 INFO:journalctl@ceph.osd.1.smithi161.stdout:Sep 18 14:14:36 smithi161 systemd[1]: Stopping Ceph osd.1 for 8600d7e2-75c6-11ef-bceb-c7b262605968... 2024-09-18T14:14:37.272 INFO:journalctl@ceph.osd.1.smithi161.stdout:Sep 18 14:14:36 smithi161 bash[24668]: debug 2024-09-18T14:14:36.976+0000 7f6ce6eae640 -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-09-18T14:14:37.272 INFO:journalctl@ceph.osd.1.smithi161.stdout:Sep 18 14:14:36 smithi161 bash[24668]: debug 2024-09-18T14:14:36.976+0000 7f6ce6eae640 -1 osd.1 22 *** Got signal Terminated *** 2024-09-18T14:14:37.272 INFO:journalctl@ceph.osd.1.smithi161.stdout:Sep 18 14:14:36 smithi161 bash[24668]: debug 2024-09-18T14:14:36.976+0000 7f6ce6eae640 -1 osd.1 22 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-18T14:14:43.398 INFO:journalctl@ceph.osd.1.smithi161.stdout:Sep 18 14:14:43 smithi161 bash[31544]: ceph-8600d7e2-75c6-11ef-bceb-c7b262605968-osd-1 2024-09-18T14:14:43.398 INFO:journalctl@ceph.osd.1.smithi161.stdout:Sep 18 14:14:43 smithi161 bash[31809]: Error response from daemon: No such container: ceph-8600d7e2-75c6-11ef-bceb-c7b262605968-osd-1 2024-09-18T14:14:44.976 DEBUG:teuthology.orchestra.run.smithi161:> sudo pkill -f 'journalctl -f -n 0 -u ceph-8600d7e2-75c6-11ef-bceb-c7b262605968@osd.1.service' 2024-09-18T14:14:45.016 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-18T14:14:45.016 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-09-18T14:14:45.017 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-09-18T14:14:45.017 DEBUG:teuthology.orchestra.run.smithi192:> sudo systemctl stop ceph-8600d7e2-75c6-11ef-bceb-c7b262605968@osd.2 2024-09-18T14:14:45.393 INFO:journalctl@ceph.osd.2.smithi192.stdout:Sep 18 14:14:45 smithi192 systemd[1]: Stopping Ceph osd.2 for 8600d7e2-75c6-11ef-bceb-c7b262605968... 2024-09-18T14:14:45.393 INFO:journalctl@ceph.osd.2.smithi192.stdout:Sep 18 14:14:45 smithi192 bash[25155]: debug 2024-09-18T14:14:45.166+0000 7fb1a11d1640 -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-09-18T14:14:45.393 INFO:journalctl@ceph.osd.2.smithi192.stdout:Sep 18 14:14:45 smithi192 bash[25155]: debug 2024-09-18T14:14:45.166+0000 7fb1a11d1640 -1 osd.2 22 *** Got signal Terminated *** 2024-09-18T14:14:45.393 INFO:journalctl@ceph.osd.2.smithi192.stdout:Sep 18 14:14:45 smithi192 bash[25155]: debug 2024-09-18T14:14:45.166+0000 7fb1a11d1640 -1 osd.2 22 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-18T14:14:51.176 INFO:journalctl@ceph.osd.2.smithi192.stdout:Sep 18 14:14:51 smithi192 bash[31209]: ceph-8600d7e2-75c6-11ef-bceb-c7b262605968-osd-2 2024-09-18T14:14:51.269 INFO:journalctl@ceph.osd.2.smithi192.stdout:Sep 18 14:14:51 smithi192 bash[31332]: Error response from daemon: No such container: ceph-8600d7e2-75c6-11ef-bceb-c7b262605968-osd-2 2024-09-18T14:14:53.229 DEBUG:teuthology.orchestra.run.smithi192:> sudo pkill -f 'journalctl -f -n 0 -u ceph-8600d7e2-75c6-11ef-bceb-c7b262605968@osd.2.service' 2024-09-18T14:14:53.277 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-18T14:14:53.278 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-09-18T14:14:53.278 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 8600d7e2-75c6-11ef-bceb-c7b262605968 --force --keep-logs 2024-09-18T14:14:56.082 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 8600d7e2-75c6-11ef-bceb-c7b262605968 --force --keep-logs 2024-09-18T14:14:58.666 DEBUG:teuthology.orchestra.run.smithi192:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 8600d7e2-75c6-11ef-bceb-c7b262605968 --force --keep-logs 2024-09-18T14:15:01.066 DEBUG:teuthology.orchestra.run.smithi135:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-18T14:15:01.083 DEBUG:teuthology.orchestra.run.smithi161:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-18T14:15:01.100 DEBUG:teuthology.orchestra.run.smithi192:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-18T14:15:01.114 INFO:tasks.cephadm:Archiving crash dumps... 2024-09-18T14:15:01.116 DEBUG:teuthology.misc:Transferring archived files from smithi135:/var/lib/ceph/8600d7e2-75c6-11ef-bceb-c7b262605968/crash to /home/teuthworker/archive/skanta-2024-09-18_09:13:00-rados-wip-bharath11-testing-2024-09-18-1115-quincy-distro-default-smithi/7911073/remote/smithi135/crash 2024-09-18T14:15:01.117 DEBUG:teuthology.orchestra.run.smithi135:> sudo tar c -f - -C /var/lib/ceph/8600d7e2-75c6-11ef-bceb-c7b262605968/crash -- . 2024-09-18T14:15:01.132 INFO:teuthology.orchestra.run.smithi135.stderr:tar: /var/lib/ceph/8600d7e2-75c6-11ef-bceb-c7b262605968/crash: Cannot open: No such file or directory 2024-09-18T14:15:01.133 INFO:teuthology.orchestra.run.smithi135.stderr:tar: Error is not recoverable: exiting now 2024-09-18T14:15:01.134 DEBUG:teuthology.misc:Transferring archived files from smithi161:/var/lib/ceph/8600d7e2-75c6-11ef-bceb-c7b262605968/crash to /home/teuthworker/archive/skanta-2024-09-18_09:13:00-rados-wip-bharath11-testing-2024-09-18-1115-quincy-distro-default-smithi/7911073/remote/smithi161/crash 2024-09-18T14:15:01.135 DEBUG:teuthology.orchestra.run.smithi161:> sudo tar c -f - -C /var/lib/ceph/8600d7e2-75c6-11ef-bceb-c7b262605968/crash -- . 2024-09-18T14:15:01.158 INFO:teuthology.orchestra.run.smithi161.stderr:tar: /var/lib/ceph/8600d7e2-75c6-11ef-bceb-c7b262605968/crash: Cannot open: No such file or directory 2024-09-18T14:15:01.158 INFO:teuthology.orchestra.run.smithi161.stderr:tar: Error is not recoverable: exiting now 2024-09-18T14:15:01.160 DEBUG:teuthology.misc:Transferring archived files from smithi192:/var/lib/ceph/8600d7e2-75c6-11ef-bceb-c7b262605968/crash to /home/teuthworker/archive/skanta-2024-09-18_09:13:00-rados-wip-bharath11-testing-2024-09-18-1115-quincy-distro-default-smithi/7911073/remote/smithi192/crash 2024-09-18T14:15:01.161 DEBUG:teuthology.orchestra.run.smithi192:> sudo tar c -f - -C /var/lib/ceph/8600d7e2-75c6-11ef-bceb-c7b262605968/crash -- . 2024-09-18T14:15:01.175 INFO:teuthology.orchestra.run.smithi192.stderr:tar: /var/lib/ceph/8600d7e2-75c6-11ef-bceb-c7b262605968/crash: Cannot open: No such file or directory 2024-09-18T14:15:01.175 INFO:teuthology.orchestra.run.smithi192.stderr:tar: Error is not recoverable: exiting now 2024-09-18T14:15:01.176 INFO:tasks.cephadm:Checking cluster log for badness... 2024-09-18T14:15:01.176 DEBUG:teuthology.orchestra.run.smithi135:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/8600d7e2-75c6-11ef-bceb-c7b262605968/ceph.log | 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-09-18T14:15:01.194 INFO:teuthology.orchestra.run.smithi135.stderr:grep: /var/log/ceph/8600d7e2-75c6-11ef-bceb-c7b262605968/ceph.log: No such file or directory 2024-09-18T14:15:01.195 INFO:tasks.cephadm:Compressing logs... 2024-09-18T14:15:01.196 DEBUG:teuthology.orchestra.run.smithi135:> 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-09-18T14:15:01.198 DEBUG:teuthology.orchestra.run.smithi161:> 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-09-18T14:15:01.200 DEBUG:teuthology.orchestra.run.smithi192:> 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-09-18T14:15:01.205 INFO:teuthology.orchestra.run.smithi135.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-09-18T14:15:01.213 INFO:teuthology.orchestra.run.smithi161.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-09-18T14:15:01.223 INFO:teuthology.orchestra.run.smithi135.stderr:gzip -5 --verbose -- /var/log/ceph/8600d7e2-75c6-11ef-bceb-c7b262605968/ceph-mon.a.log 2024-09-18T14:15:01.224 INFO:teuthology.orchestra.run.smithi135.stderr:gzip -5 --verbose -- /var/log/ceph/8600d7e2-75c6-11ef-bceb-c7b262605968/ceph-mgr.a.log 2024-09-18T14:15:01.224 INFO:teuthology.orchestra.run.smithi135.stderr:gzip -5 --verbose -- /var/log/ceph/8600d7e2-75c6-11ef-bceb-c7b262605968/ceph-osd.0.log 2024-09-18T14:15:01.225 INFO:teuthology.orchestra.run.smithi135.stderr:/var/log/ceph/8600d7e2-75c6-11ef-bceb-c7b262605968/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/8600d7e2-75c6-11ef-bceb-c7b262605968/ceph-volume.log 2024-09-18T14:15:01.226 INFO:teuthology.orchestra.run.smithi135.stderr:/var/log/ceph/8600d7e2-75c6-11ef-bceb-c7b262605968/ceph-mgr.a.log: /var/log/ceph/8600d7e2-75c6-11ef-bceb-c7b262605968/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-18T14:15:01.230 INFO:teuthology.orchestra.run.smithi161.stderr:gzip -5 --verbose -- /var/log/ceph/8600d7e2-75c6-11ef-bceb-c7b262605968/ceph-mon.b.log 2024-09-18T14:15:01.230 INFO:teuthology.orchestra.run.smithi161.stderr:gzip -5 --verbose -- /var/log/ceph/8600d7e2-75c6-11ef-bceb-c7b262605968/ceph-osd.1.log 2024-09-18T14:15:01.231 INFO:teuthology.orchestra.run.smithi161.stderr:gzip /var/log/ceph/8600d7e2-75c6-11ef-bceb-c7b262605968/ceph-mon.b.log: -5 --verbose -- /var/log/ceph/8600d7e2-75c6-11ef-bceb-c7b262605968/ceph-mgr.b.log 2024-09-18T14:15:01.231 INFO:teuthology.orchestra.run.smithi161.stderr:gzip -5 --verbose -- /var/log/ceph/8600d7e2-75c6-11ef-bceb-c7b262605968/ceph-volume.log 2024-09-18T14:15:01.232 INFO:teuthology.orchestra.run.smithi161.stderr:/var/log/ceph/8600d7e2-75c6-11ef-bceb-c7b262605968/ceph-osd.1.log: /var/log/ceph/8600d7e2-75c6-11ef-bceb-c7b262605968/ceph-mgr.b.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-18T14:15:01.234 INFO:teuthology.orchestra.run.smithi192.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-09-18T14:15:01.235 INFO:teuthology.orchestra.run.smithi135.stderr:/var/log/ceph/8600d7e2-75c6-11ef-bceb-c7b262605968/ceph-volume.log: /var/log/ceph/cephadm.log: 89.8% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-18T14:15:01.237 INFO:teuthology.orchestra.run.smithi161.stderr:/var/log/ceph/8600d7e2-75c6-11ef-bceb-c7b262605968/ceph-volume.log: /var/log/ceph/cephadm.log: 89.6% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-18T14:15:01.238 INFO:teuthology.orchestra.run.smithi161.stderr: 91.8% -- replaced with /var/log/ceph/8600d7e2-75c6-11ef-bceb-c7b262605968/ceph-mgr.b.log.gz 2024-09-18T14:15:01.242 INFO:teuthology.orchestra.run.smithi192.stderr:gzip -5 --verbose -- /var/log/ceph/8600d7e2-75c6-11ef-bceb-c7b262605968/ceph-mon.c.log 2024-09-18T14:15:01.242 INFO:teuthology.orchestra.run.smithi192.stderr:gzip -5 --verbose -- /var/log/ceph/8600d7e2-75c6-11ef-bceb-c7b262605968/ceph-volume.log 2024-09-18T14:15:01.243 INFO:teuthology.orchestra.run.smithi192.stderr:/var/log/ceph/8600d7e2-75c6-11ef-bceb-c7b262605968/ceph-mon.c.log: gzip -5 --verbose -- /var/log/ceph/8600d7e2-75c6-11ef-bceb-c7b262605968/ceph-osd.2.log 2024-09-18T14:15:01.243 INFO:teuthology.orchestra.run.smithi192.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-18T14:15:01.249 INFO:teuthology.orchestra.run.smithi192.stderr:/var/log/ceph/8600d7e2-75c6-11ef-bceb-c7b262605968/ceph-volume.log: /var/log/ceph/8600d7e2-75c6-11ef-bceb-c7b262605968/ceph-osd.2.log: /var/log/ceph/cephadm.log: 89.1% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-18T14:15:01.251 INFO:teuthology.orchestra.run.smithi135.stderr: 91.8% -- replaced with /var/log/ceph/8600d7e2-75c6-11ef-bceb-c7b262605968/ceph-volume.log.gz 2024-09-18T14:15:01.264 INFO:teuthology.orchestra.run.smithi135.stderr: 93.5% -- replaced with /var/log/ceph/8600d7e2-75c6-11ef-bceb-c7b262605968/ceph-osd.0.log.gz 2024-09-18T14:15:01.266 INFO:teuthology.orchestra.run.smithi161.stderr: 91.9% -- replaced with /var/log/ceph/8600d7e2-75c6-11ef-bceb-c7b262605968/ceph-volume.log.gz 2024-09-18T14:15:01.271 INFO:teuthology.orchestra.run.smithi192.stderr: 91.8% -- replaced with /var/log/ceph/8600d7e2-75c6-11ef-bceb-c7b262605968/ceph-volume.log.gz 2024-09-18T14:15:01.285 INFO:teuthology.orchestra.run.smithi192.stderr: 93.6% -- replaced with /var/log/ceph/8600d7e2-75c6-11ef-bceb-c7b262605968/ceph-osd.2.log.gz 2024-09-18T14:15:01.292 INFO:teuthology.orchestra.run.smithi161.stderr: 93.7% -- replaced with /var/log/ceph/8600d7e2-75c6-11ef-bceb-c7b262605968/ceph-osd.1.log.gz 2024-09-18T14:15:01.323 INFO:teuthology.orchestra.run.smithi135.stderr: 88.3% -- replaced with /var/log/ceph/8600d7e2-75c6-11ef-bceb-c7b262605968/ceph-mgr.a.log.gz 2024-09-18T14:15:01.346 INFO:teuthology.orchestra.run.smithi192.stderr: 93.2% -- replaced with /var/log/ceph/8600d7e2-75c6-11ef-bceb-c7b262605968/ceph-mon.c.log.gz 2024-09-18T14:15:01.347 INFO:teuthology.orchestra.run.smithi192.stderr: 2024-09-18T14:15:01.348 INFO:teuthology.orchestra.run.smithi192.stderr:real 0m0.122s 2024-09-18T14:15:01.348 INFO:teuthology.orchestra.run.smithi192.stderr:user 0m0.184s 2024-09-18T14:15:01.348 INFO:teuthology.orchestra.run.smithi192.stderr:sys 0m0.019s 2024-09-18T14:15:01.355 INFO:teuthology.orchestra.run.smithi161.stderr: 92.8% -- replaced with /var/log/ceph/8600d7e2-75c6-11ef-bceb-c7b262605968/ceph-mon.b.log.gz 2024-09-18T14:15:01.357 INFO:teuthology.orchestra.run.smithi161.stderr: 2024-09-18T14:15:01.357 INFO:teuthology.orchestra.run.smithi161.stderr:real 0m0.154s 2024-09-18T14:15:01.357 INFO:teuthology.orchestra.run.smithi161.stderr:user 0m0.243s 2024-09-18T14:15:01.357 INFO:teuthology.orchestra.run.smithi161.stderr:sys 0m0.015s 2024-09-18T14:15:01.529 INFO:teuthology.orchestra.run.smithi135.stderr: 91.4% -- replaced with /var/log/ceph/8600d7e2-75c6-11ef-bceb-c7b262605968/ceph-mon.a.log.gz 2024-09-18T14:15:01.531 INFO:teuthology.orchestra.run.smithi135.stderr: 2024-09-18T14:15:01.531 INFO:teuthology.orchestra.run.smithi135.stderr:real 0m0.331s 2024-09-18T14:15:01.531 INFO:teuthology.orchestra.run.smithi135.stderr:user 0m0.447s 2024-09-18T14:15:01.531 INFO:teuthology.orchestra.run.smithi135.stderr:sys 0m0.047s 2024-09-18T14:15:01.531 INFO:tasks.cephadm:Archiving logs... 2024-09-18T14:15:01.531 DEBUG:teuthology.misc:Transferring archived files from smithi135:/var/log/ceph to /home/teuthworker/archive/skanta-2024-09-18_09:13:00-rados-wip-bharath11-testing-2024-09-18-1115-quincy-distro-default-smithi/7911073/remote/smithi135/log 2024-09-18T14:15:01.532 DEBUG:teuthology.orchestra.run.smithi135:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-18T14:15:01.635 DEBUG:teuthology.misc:Transferring archived files from smithi161:/var/log/ceph to /home/teuthworker/archive/skanta-2024-09-18_09:13:00-rados-wip-bharath11-testing-2024-09-18-1115-quincy-distro-default-smithi/7911073/remote/smithi161/log 2024-09-18T14:15:01.636 DEBUG:teuthology.orchestra.run.smithi161:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-18T14:15:01.683 DEBUG:teuthology.misc:Transferring archived files from smithi192:/var/log/ceph to /home/teuthworker/archive/skanta-2024-09-18_09:13:00-rados-wip-bharath11-testing-2024-09-18-1115-quincy-distro-default-smithi/7911073/remote/smithi192/log 2024-09-18T14:15:01.684 DEBUG:teuthology.orchestra.run.smithi192:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-18T14:15:01.727 INFO:tasks.cephadm:Removing cluster... 2024-09-18T14:15:01.728 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 8600d7e2-75c6-11ef-bceb-c7b262605968 --force 2024-09-18T14:15:03.264 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 8600d7e2-75c6-11ef-bceb-c7b262605968 --force 2024-09-18T14:15:04.796 DEBUG:teuthology.orchestra.run.smithi192:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 8600d7e2-75c6-11ef-bceb-c7b262605968 --force 2024-09-18T14:15:06.365 INFO:tasks.cephadm:Removing cephadm ... 2024-09-18T14:15:06.366 DEBUG:teuthology.orchestra.run.smithi135:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-18T14:15:06.373 DEBUG:teuthology.orchestra.run.smithi161:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-18T14:15:06.380 DEBUG:teuthology.orchestra.run.smithi192:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-18T14:15:06.387 INFO:tasks.cephadm:Teardown complete 2024-09-18T14:15:06.387 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-09-18T14:15:06.403 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-09-18T14:15:06.403 DEBUG:teuthology.orchestra.run.smithi135:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-09-18T14:15:06.415 DEBUG:teuthology.orchestra.run.smithi161:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-09-18T14:15:06.423 DEBUG:teuthology.orchestra.run.smithi192:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-09-18T14:15:06.505 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-09-18T14:15:06.519 INFO:teuthology.task.clock:Checking final clock skew... 2024-09-18T14:15:06.520 DEBUG:teuthology.orchestra.run.smithi135:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-18T14:15:06.523 DEBUG:teuthology.orchestra.run.smithi161:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-18T14:15:06.525 DEBUG:teuthology.orchestra.run.smithi192:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-18T14:15:06.544 INFO:teuthology.orchestra.run.smithi135.stdout: remote refid st t when poll reach delay offset jitter 2024-09-18T14:15:06.544 INFO:teuthology.orchestra.run.smithi135.stdout:============================================================================== 2024-09-18T14:15:06.544 INFO:teuthology.orchestra.run.smithi135.stdout:*hv01.front.sepi 67.205.162.81 3 u 6 64 377 0.101 0.009 0.207 2024-09-18T14:15:06.544 INFO:teuthology.orchestra.run.smithi135.stdout:+hv02.front.sepi 63.231.80.2 3 u 1 64 377 0.063 2.974 0.214 2024-09-18T14:15:06.545 INFO:teuthology.orchestra.run.smithi135.stdout:+hv03.front.sepi 74.6.168.72 3 u 15 64 377 0.090 -1.188 0.419 2024-09-18T14:15:06.545 INFO:teuthology.orchestra.run.smithi135.stdout: hv04.front.sepi .INIT. 16 u - 256 0 0.000 0.000 0.000 2024-09-18T14:15:06.547 INFO:teuthology.orchestra.run.smithi161.stdout: remote refid st t when poll reach delay offset jitter 2024-09-18T14:15:06.547 INFO:teuthology.orchestra.run.smithi161.stdout:============================================================================== 2024-09-18T14:15:06.547 INFO:teuthology.orchestra.run.smithi161.stdout:*hv01.front.sepi 67.205.162.81 3 u 9 64 377 0.081 0.038 0.647 2024-09-18T14:15:06.547 INFO:teuthology.orchestra.run.smithi161.stdout:+hv02.front.sepi 63.231.80.2 3 u 8 64 377 0.073 2.977 0.605 2024-09-18T14:15:06.547 INFO:teuthology.orchestra.run.smithi161.stdout:+hv03.front.sepi 74.6.168.72 3 u 10 64 377 0.087 -0.833 0.593 2024-09-18T14:15:06.547 INFO:teuthology.orchestra.run.smithi161.stdout: hv04.front.sepi .INIT. 16 u - 256 0 0.000 0.000 0.000 2024-09-18T14:15:06.547 INFO:teuthology.orchestra.run.smithi192.stdout: remote refid st t when poll reach delay offset jitter 2024-09-18T14:15:06.548 INFO:teuthology.orchestra.run.smithi192.stdout:============================================================================== 2024-09-18T14:15:06.548 INFO:teuthology.orchestra.run.smithi192.stdout:*hv01.front.sepi 67.205.162.81 3 u 9 64 377 0.094 0.219 0.352 2024-09-18T14:15:06.548 INFO:teuthology.orchestra.run.smithi192.stdout:+hv02.front.sepi 63.231.80.2 3 u 14 64 377 0.093 3.305 0.276 2024-09-18T14:15:06.548 INFO:teuthology.orchestra.run.smithi192.stdout:+hv03.front.sepi 74.6.168.72 3 u 10 64 377 0.078 -0.213 0.442 2024-09-18T14:15:06.548 INFO:teuthology.orchestra.run.smithi192.stdout: hv04.front.sepi .INIT. 16 u - 256 0 0.000 0.000 0.000 2024-09-18T14:15:06.549 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-09-18T14:15:06.557 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-09-18T14:15:06.558 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-09-18T14:15:06.567 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-09-18T14:15:06.574 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-09-18T14:15:06.581 INFO:teuthology.task.internal:Duration was 1281.295022 seconds 2024-09-18T14:15:06.582 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-09-18T14:15:06.590 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-09-18T14:15:06.590 DEBUG:teuthology.orchestra.run.smithi135:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-18T14:15:06.592 DEBUG:teuthology.orchestra.run.smithi161:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-18T14:15:06.595 DEBUG:teuthology.orchestra.run.smithi192:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-18T14:15:06.650 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-09-18T14:15:06.650 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi135.front.sepia.ceph.com 2024-09-18T14:15:06.650 DEBUG:teuthology.orchestra.run.smithi135:> 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-09-18T14:15:06.664 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi161.front.sepia.ceph.com 2024-09-18T14:15:06.665 DEBUG:teuthology.orchestra.run.smithi161:> 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-09-18T14:15:06.677 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi192.front.sepia.ceph.com 2024-09-18T14:15:06.678 DEBUG:teuthology.orchestra.run.smithi192:> 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-09-18T14:15:06.693 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-09-18T14:15:06.693 DEBUG:teuthology.orchestra.run.smithi135:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-18T14:15:06.707 DEBUG:teuthology.orchestra.run.smithi161:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-18T14:15:06.720 DEBUG:teuthology.orchestra.run.smithi192:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-18T14:15:06.783 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-09-18T14:15:06.783 DEBUG:teuthology.orchestra.run.smithi135:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-18T14:15:06.785 DEBUG:teuthology.orchestra.run.smithi161:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-18T14:15:06.788 DEBUG:teuthology.orchestra.run.smithi192:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-18T14:15:06.882 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-09-18T14:15:06.892 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-09-18T14:15:06.893 DEBUG:teuthology.orchestra.run.smithi135:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-18T14:15:06.908 DEBUG:teuthology.orchestra.run.smithi161:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-18T14:15:06.924 DEBUG:teuthology.orchestra.run.smithi192:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-18T14:15:06.940 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-09-18T14:15:06.951 DEBUG:teuthology.orchestra.run.smithi135:> 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-09-18T14:15:06.953 DEBUG:teuthology.orchestra.run.smithi161:> 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-09-18T14:15:06.965 INFO:teuthology.orchestra.run.smithi135.stdout:kernel.core_pattern = core 2024-09-18T14:15:06.968 DEBUG:teuthology.orchestra.run.smithi192:> 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-09-18T14:15:06.980 INFO:teuthology.orchestra.run.smithi161.stdout:kernel.core_pattern = core 2024-09-18T14:15:06.998 INFO:teuthology.orchestra.run.smithi192.stdout:kernel.core_pattern = core 2024-09-18T14:15:07.030 DEBUG:teuthology.orchestra.run.smithi135:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-18T14:15:07.036 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-18T14:15:07.036 DEBUG:teuthology.orchestra.run.smithi161:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-18T14:15:07.041 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-18T14:15:07.042 DEBUG:teuthology.orchestra.run.smithi192:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-18T14:15:07.047 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-18T14:15:07.048 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-09-18T14:15:07.058 INFO:teuthology.task.internal:Transferring archived files... 2024-09-18T14:15:07.059 DEBUG:teuthology.misc:Transferring archived files from smithi135:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/skanta-2024-09-18_09:13:00-rados-wip-bharath11-testing-2024-09-18-1115-quincy-distro-default-smithi/7911073/remote/smithi135 2024-09-18T14:15:07.059 DEBUG:teuthology.orchestra.run.smithi135:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-18T14:15:07.106 DEBUG:teuthology.misc:Transferring archived files from smithi161:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/skanta-2024-09-18_09:13:00-rados-wip-bharath11-testing-2024-09-18-1115-quincy-distro-default-smithi/7911073/remote/smithi161 2024-09-18T14:15:07.106 DEBUG:teuthology.orchestra.run.smithi161:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-18T14:15:07.135 DEBUG:teuthology.misc:Transferring archived files from smithi192:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/skanta-2024-09-18_09:13:00-rados-wip-bharath11-testing-2024-09-18-1115-quincy-distro-default-smithi/7911073/remote/smithi192 2024-09-18T14:15:07.135 DEBUG:teuthology.orchestra.run.smithi192:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-18T14:15:07.163 INFO:teuthology.task.internal:Removing archive directory... 2024-09-18T14:15:07.163 DEBUG:teuthology.orchestra.run.smithi135:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-18T14:15:07.166 DEBUG:teuthology.orchestra.run.smithi161:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-18T14:15:07.176 DEBUG:teuthology.orchestra.run.smithi192:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-18T14:15:07.182 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-09-18T14:15:07.193 INFO:teuthology.task.internal:Not uploading archives. 2024-09-18T14:15:07.193 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-09-18T14:15:07.202 INFO:teuthology.task.internal:Tidying up after the test... 2024-09-18T14:15:07.202 DEBUG:teuthology.orchestra.run.smithi135:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-18T14:15:07.205 DEBUG:teuthology.orchestra.run.smithi161:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-18T14:15:07.207 DEBUG:teuthology.orchestra.run.smithi192:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-18T14:15:07.210 INFO:teuthology.orchestra.run.smithi135.stdout: 924112 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 18 14:15 /home/ubuntu/cephtest 2024-09-18T14:15:07.212 INFO:teuthology.orchestra.run.smithi161.stdout: 924112 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 18 14:15 /home/ubuntu/cephtest 2024-09-18T14:15:07.231 INFO:teuthology.orchestra.run.smithi192.stdout: 924112 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 18 14:15 /home/ubuntu/cephtest 2024-09-18T14:15:07.234 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-09-18T14:15:07.245 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-09-18T14:15:07.268 INFO:teuthology.run:Summary data: description: rados/cephadm/workunits/{0-distro/ubuntu_20.04 agent/on mon_election/classic task/test_set_mon_crush_locations} duration: 1281.2950220108032 flavor: default owner: scheduled_skanta@teuthology success: true 2024-09-18T14:15:07.268 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-18T14:15:07.341 INFO:teuthology.run:pass