2024-09-17T00:47:01.797 INFO:root:teuthology version: 1.2.2.dev2+g3752d38 2024-09-17T00:47:01.815 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-17T00:47:01.901 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/teuthology-2024-09-16_21:08:04-orch-squid-distro-default-smithi/7907986 branch: squid description: orch/cephadm/workunits/{0-distro/ubuntu_22.04 agent/on mon_election/connectivity task/test_set_mon_crush_locations} email: ceph-qa@ceph.com first_in_suite: false job_id: '7907986' kernel: kdb: 1 sha1: distro ktype: distro last_in_suite: false machine_type: smithi name: teuthology-2024-09-16_21:08:04-orch-squid-distro-default-smithi no_nested_subset: false os_type: ubuntu os_version: '22.04' overrides: admin_socket: branch: squid ceph: conf: global: mon election default strategy: 3 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: true mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) - MON_DOWN - POOL_APP_NOT_ENABLED - mon down - mons down - out of quorum - CEPHADM_FAILED_DAEMON log-only-match: - CEPHADM_ sha1: c2ddf9721ef254645201cdbabd9c8f49c30a586f ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: c2ddf9721ef254645201cdbabd9c8f49c30a586f workunit: branch: squid sha1: e20bff7d16f5b09c58ead9548e8cf98cf87ee227 owner: scheduled_teuthology@teuthology priority: 100 repo: https://git.ceph.com/ceph.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: 599 sha1: c2ddf9721ef254645201cdbabd9c8f49c30a586f sleep_before_teardown: 0 subset: 33/64 suite: orch suite_branch: squid suite_path: /home/teuthworker/src/git.ceph.com_ceph_e20bff7d16f5b09c58ead9548e8cf98cf87ee227/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph.git suite_sha1: e20bff7d16f5b09c58ead9548e8cf98cf87ee227 targets: smithi018.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOBNZ5taSl8ySGywbQ7qbUGefwbLcFchy33zDHZm6XpolV1dcRl4SVl6GuHoKnDi5tOevDPHHTufl5AJl8N00Lk= smithi063.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIQyWhb06fgja3VXA/zhx/wClYuSBdWTpFtroNgemk5B7DCby+ifw6Y+sz0+mW/umaMnYqm3bBo1O7NJljSeJvE= smithi086.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIwxAjstEAaUhFuFJxl1+u1UeMhISG6zP9ngmzjcHlXXIfNuDDFAl0Yb4Oha4cuaK2imjqy/cOvueofPv77y/iA= 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 0x7f8f38ecae60>, signals=[15]) 2024-09-17T00:47:02.328 INFO:teuthology.run_tasks:Running task internal.connect... 2024-09-17T00:47:02.334 INFO:teuthology.task.internal:Opening connections... 2024-09-17T00:47:02.334 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi018.front.sepia.ceph.com 2024-09-17T00:47:02.335 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi018.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T00:47:02.436 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi063.front.sepia.ceph.com 2024-09-17T00:47:02.437 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi063.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T00:47:02.515 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi086.front.sepia.ceph.com 2024-09-17T00:47:02.516 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi086.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T00:47:02.594 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-09-17T00:47:02.601 DEBUG:teuthology.orchestra.run.smithi018:> uname -m 2024-09-17T00:47:02.607 INFO:teuthology.orchestra.run.smithi018.stdout:x86_64 2024-09-17T00:47:02.608 DEBUG:teuthology.orchestra.run.smithi018:> cat /etc/os-release 2024-09-17T00:47:02.656 INFO:teuthology.orchestra.run.smithi018.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-09-17T00:47:02.656 INFO:teuthology.orchestra.run.smithi018.stdout:NAME="Ubuntu" 2024-09-17T00:47:02.656 INFO:teuthology.orchestra.run.smithi018.stdout:VERSION_ID="22.04" 2024-09-17T00:47:02.656 INFO:teuthology.orchestra.run.smithi018.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-09-17T00:47:02.656 INFO:teuthology.orchestra.run.smithi018.stdout:VERSION_CODENAME=jammy 2024-09-17T00:47:02.657 INFO:teuthology.orchestra.run.smithi018.stdout:ID=ubuntu 2024-09-17T00:47:02.657 INFO:teuthology.orchestra.run.smithi018.stdout:ID_LIKE=debian 2024-09-17T00:47:02.657 INFO:teuthology.orchestra.run.smithi018.stdout:HOME_URL="https://www.ubuntu.com/" 2024-09-17T00:47:02.657 INFO:teuthology.orchestra.run.smithi018.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-09-17T00:47:02.657 INFO:teuthology.orchestra.run.smithi018.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-09-17T00:47:02.657 INFO:teuthology.orchestra.run.smithi018.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-09-17T00:47:02.657 INFO:teuthology.orchestra.run.smithi018.stdout:UBUNTU_CODENAME=jammy 2024-09-17T00:47:02.658 INFO:teuthology.lock.ops:Updating smithi018.front.sepia.ceph.com on lock server 2024-09-17T00:47:02.679 DEBUG:teuthology.orchestra.run.smithi063:> uname -m 2024-09-17T00:47:02.684 INFO:teuthology.orchestra.run.smithi063.stdout:x86_64 2024-09-17T00:47:02.685 DEBUG:teuthology.orchestra.run.smithi063:> cat /etc/os-release 2024-09-17T00:47:02.730 INFO:teuthology.orchestra.run.smithi063.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-09-17T00:47:02.730 INFO:teuthology.orchestra.run.smithi063.stdout:NAME="Ubuntu" 2024-09-17T00:47:02.730 INFO:teuthology.orchestra.run.smithi063.stdout:VERSION_ID="22.04" 2024-09-17T00:47:02.730 INFO:teuthology.orchestra.run.smithi063.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-09-17T00:47:02.730 INFO:teuthology.orchestra.run.smithi063.stdout:VERSION_CODENAME=jammy 2024-09-17T00:47:02.730 INFO:teuthology.orchestra.run.smithi063.stdout:ID=ubuntu 2024-09-17T00:47:02.730 INFO:teuthology.orchestra.run.smithi063.stdout:ID_LIKE=debian 2024-09-17T00:47:02.730 INFO:teuthology.orchestra.run.smithi063.stdout:HOME_URL="https://www.ubuntu.com/" 2024-09-17T00:47:02.730 INFO:teuthology.orchestra.run.smithi063.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-09-17T00:47:02.731 INFO:teuthology.orchestra.run.smithi063.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-09-17T00:47:02.731 INFO:teuthology.orchestra.run.smithi063.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-09-17T00:47:02.731 INFO:teuthology.orchestra.run.smithi063.stdout:UBUNTU_CODENAME=jammy 2024-09-17T00:47:02.731 INFO:teuthology.lock.ops:Updating smithi063.front.sepia.ceph.com on lock server 2024-09-17T00:47:02.754 DEBUG:teuthology.orchestra.run.smithi086:> uname -m 2024-09-17T00:47:02.759 INFO:teuthology.orchestra.run.smithi086.stdout:x86_64 2024-09-17T00:47:02.760 DEBUG:teuthology.orchestra.run.smithi086:> cat /etc/os-release 2024-09-17T00:47:02.807 INFO:teuthology.orchestra.run.smithi086.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-09-17T00:47:02.808 INFO:teuthology.orchestra.run.smithi086.stdout:NAME="Ubuntu" 2024-09-17T00:47:02.808 INFO:teuthology.orchestra.run.smithi086.stdout:VERSION_ID="22.04" 2024-09-17T00:47:02.808 INFO:teuthology.orchestra.run.smithi086.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-09-17T00:47:02.808 INFO:teuthology.orchestra.run.smithi086.stdout:VERSION_CODENAME=jammy 2024-09-17T00:47:02.808 INFO:teuthology.orchestra.run.smithi086.stdout:ID=ubuntu 2024-09-17T00:47:02.808 INFO:teuthology.orchestra.run.smithi086.stdout:ID_LIKE=debian 2024-09-17T00:47:02.808 INFO:teuthology.orchestra.run.smithi086.stdout:HOME_URL="https://www.ubuntu.com/" 2024-09-17T00:47:02.808 INFO:teuthology.orchestra.run.smithi086.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-09-17T00:47:02.808 INFO:teuthology.orchestra.run.smithi086.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-09-17T00:47:02.808 INFO:teuthology.orchestra.run.smithi086.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-09-17T00:47:02.808 INFO:teuthology.orchestra.run.smithi086.stdout:UBUNTU_CODENAME=jammy 2024-09-17T00:47:02.809 INFO:teuthology.lock.ops:Updating smithi086.front.sepia.ceph.com on lock server 2024-09-17T00:47:02.829 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-09-17T00:47:02.839 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-09-17T00:47:02.844 INFO:teuthology.task.internal:Checking for old test directory... 2024-09-17T00:47:02.844 DEBUG:teuthology.orchestra.run.smithi018:> test '!' -e /home/ubuntu/cephtest 2024-09-17T00:47:02.847 DEBUG:teuthology.orchestra.run.smithi063:> test '!' -e /home/ubuntu/cephtest 2024-09-17T00:47:02.850 DEBUG:teuthology.orchestra.run.smithi086:> test '!' -e /home/ubuntu/cephtest 2024-09-17T00:47:02.855 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-09-17T00:47:02.863 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-09-17T00:47:02.863 DEBUG:teuthology.orchestra.run.smithi018:> test -z $(ls -A /var/lib/ceph) 2024-09-17T00:47:02.894 DEBUG:teuthology.orchestra.run.smithi063:> test -z $(ls -A /var/lib/ceph) 2024-09-17T00:47:02.896 DEBUG:teuthology.orchestra.run.smithi086:> test -z $(ls -A /var/lib/ceph) 2024-09-17T00:47:02.905 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-09-17T00:47:02.979 INFO:teuthology.run_tasks:Running task kernel... 2024-09-17T00:47:02.994 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-09-17T00:47:02.994 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-17T00:47:02.994 DEBUG:teuthology.orchestra.run.smithi018:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-17T00:47:02.995 DEBUG:teuthology.orchestra.run.smithi063:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-17T00:47:02.995 DEBUG:teuthology.orchestra.run.smithi086:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-17T00:47:03.000 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T00:47:03.000 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T00:47:03.001 DEBUG:teuthology.orchestra.run.smithi063:> uname -r 2024-09-17T00:47:03.001 DEBUG:teuthology.orchestra.run.smithi018:> uname -r 2024-09-17T00:47:03.002 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T00:47:03.002 DEBUG:teuthology.orchestra.run.smithi086:> uname -r 2024-09-17T00:47:03.046 INFO:teuthology.orchestra.run.smithi063.stdout:5.15.0-56-generic 2024-09-17T00:47:03.046 INFO:teuthology.task.kernel:Running kernel on smithi063: 5.15.0-56-generic 2024-09-17T00:47:03.046 DEBUG:teuthology.orchestra.run.smithi063:> sudo apt-get clean 2024-09-17T00:47:03.047 INFO:teuthology.orchestra.run.smithi086.stdout:5.15.0-56-generic 2024-09-17T00:47:03.048 INFO:teuthology.task.kernel:Running kernel on smithi086: 5.15.0-56-generic 2024-09-17T00:47:03.048 DEBUG:teuthology.orchestra.run.smithi086:> sudo apt-get clean 2024-09-17T00:47:03.049 INFO:teuthology.orchestra.run.smithi018.stdout:5.15.0-56-generic 2024-09-17T00:47:03.049 INFO:teuthology.task.kernel:Running kernel on smithi018: 5.15.0-56-generic 2024-09-17T00:47:03.049 DEBUG:teuthology.orchestra.run.smithi018:> sudo apt-get clean 2024-09-17T00:47:03.163 DEBUG:teuthology.orchestra.run.smithi063:> sudo apt-get update 2024-09-17T00:47:03.180 DEBUG:teuthology.orchestra.run.smithi018:> sudo apt-get update 2024-09-17T00:47:03.185 DEBUG:teuthology.orchestra.run.smithi086:> sudo apt-get update 2024-09-17T00:47:03.323 INFO:teuthology.orchestra.run.smithi086.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-17T00:47:03.330 INFO:teuthology.orchestra.run.smithi086.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] 2024-09-17T00:47:03.330 INFO:teuthology.orchestra.run.smithi018.stdout:Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2024-09-17T00:47:03.399 INFO:teuthology.orchestra.run.smithi086.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] 2024-09-17T00:47:03.433 INFO:teuthology.orchestra.run.smithi086.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2024-09-17T00:47:03.437 INFO:teuthology.orchestra.run.smithi018.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-17T00:47:03.437 INFO:teuthology.orchestra.run.smithi063.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-17T00:47:03.438 INFO:teuthology.orchestra.run.smithi063.stdout:Get:2 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2024-09-17T00:47:03.490 INFO:teuthology.orchestra.run.smithi063.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] 2024-09-17T00:47:03.519 INFO:teuthology.orchestra.run.smithi018.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] 2024-09-17T00:47:03.533 INFO:teuthology.orchestra.run.smithi018.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,806 kB] 2024-09-17T00:47:03.555 INFO:teuthology.orchestra.run.smithi086.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [2,058 kB] 2024-09-17T00:47:03.633 INFO:teuthology.orchestra.run.smithi018.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [539 kB] 2024-09-17T00:47:03.637 INFO:teuthology.orchestra.run.smithi018.stdout:Get:6 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [295 kB] 2024-09-17T00:47:03.640 INFO:teuthology.orchestra.run.smithi018.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [13.3 kB] 2024-09-17T00:47:03.640 INFO:teuthology.orchestra.run.smithi018.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [37.7 kB] 2024-09-17T00:47:03.640 INFO:teuthology.orchestra.run.smithi018.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [2,377 kB] 2024-09-17T00:47:03.652 INFO:teuthology.orchestra.run.smithi086.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [701 kB] 2024-09-17T00:47:03.658 INFO:teuthology.orchestra.run.smithi086.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [355 kB] 2024-09-17T00:47:03.659 INFO:teuthology.orchestra.run.smithi018.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [409 kB] 2024-09-17T00:47:03.660 INFO:teuthology.orchestra.run.smithi086.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [17.8 kB] 2024-09-17T00:47:03.661 INFO:teuthology.orchestra.run.smithi086.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [2,495 kB] 2024-09-17T00:47:03.662 INFO:teuthology.orchestra.run.smithi018.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [584 B] 2024-09-17T00:47:03.663 INFO:teuthology.orchestra.run.smithi018.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [902 kB] 2024-09-17T00:47:03.669 INFO:teuthology.orchestra.run.smithi018.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [627 kB] 2024-09-17T00:47:03.673 INFO:teuthology.orchestra.run.smithi018.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [176 kB] 2024-09-17T00:47:03.674 INFO:teuthology.orchestra.run.smithi018.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [19.3 kB] 2024-09-17T00:47:03.674 INFO:teuthology.orchestra.run.smithi018.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-09-17T00:47:03.675 INFO:teuthology.orchestra.run.smithi018.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-09-17T00:47:03.680 INFO:teuthology.orchestra.run.smithi086.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [39.3 kB] 2024-09-17T00:47:03.680 INFO:teuthology.orchestra.run.smithi086.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [429 kB] 2024-09-17T00:47:03.684 INFO:teuthology.orchestra.run.smithi086.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [616 B] 2024-09-17T00:47:03.684 INFO:teuthology.orchestra.run.smithi086.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [732 kB] 2024-09-17T00:47:03.689 INFO:teuthology.orchestra.run.smithi086.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,124 kB] 2024-09-17T00:47:03.694 INFO:teuthology.orchestra.run.smithi018.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-09-17T00:47:03.694 INFO:teuthology.orchestra.run.smithi018.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [228 B] 2024-09-17T00:47:03.697 INFO:teuthology.orchestra.run.smithi086.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [261 kB] 2024-09-17T00:47:03.699 INFO:teuthology.orchestra.run.smithi086.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [26.1 kB] 2024-09-17T00:47:03.699 INFO:teuthology.orchestra.run.smithi086.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,752 B] 2024-09-17T00:47:03.700 INFO:teuthology.orchestra.run.smithi086.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [43.3 kB] 2024-09-17T00:47:03.713 INFO:teuthology.orchestra.run.smithi086.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.8 kB] 2024-09-17T00:47:03.713 INFO:teuthology.orchestra.run.smithi086.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [444 B] 2024-09-17T00:47:03.714 INFO:teuthology.orchestra.run.smithi086.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.8 kB] 2024-09-17T00:47:03.715 INFO:teuthology.orchestra.run.smithi086.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.9 kB] 2024-09-17T00:47:03.715 INFO:teuthology.orchestra.run.smithi086.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.1 kB] 2024-09-17T00:47:03.730 INFO:teuthology.orchestra.run.smithi086.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-09-17T00:47:03.730 INFO:teuthology.orchestra.run.smithi086.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.8 kB] 2024-09-17T00:47:03.731 INFO:teuthology.orchestra.run.smithi086.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.3 kB] 2024-09-17T00:47:03.731 INFO:teuthology.orchestra.run.smithi086.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.5 kB] 2024-09-17T00:47:03.731 INFO:teuthology.orchestra.run.smithi086.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [672 B] 2024-09-17T00:47:03.846 INFO:teuthology.orchestra.run.smithi063.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] 2024-09-17T00:47:03.867 INFO:teuthology.orchestra.run.smithi063.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,806 kB] 2024-09-17T00:47:03.868 INFO:teuthology.orchestra.run.smithi086.stdout:Get:29 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,806 kB] 2024-09-17T00:47:03.874 INFO:teuthology.orchestra.run.smithi018.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] 2024-09-17T00:47:03.985 INFO:teuthology.orchestra.run.smithi063.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [701 kB] 2024-09-17T00:47:04.013 INFO:teuthology.orchestra.run.smithi018.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [2,058 kB] 2024-09-17T00:47:04.192 INFO:teuthology.orchestra.run.smithi063.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [2,058 kB] 2024-09-17T00:47:04.289 INFO:teuthology.orchestra.run.smithi063.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [539 kB] 2024-09-17T00:47:04.291 INFO:teuthology.orchestra.run.smithi086.stdout:Get:30 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [539 kB] 2024-09-17T00:47:04.306 INFO:teuthology.orchestra.run.smithi063.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [295 kB] 2024-09-17T00:47:04.307 INFO:teuthology.orchestra.run.smithi086.stdout:Get:31 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [295 kB] 2024-09-17T00:47:04.315 INFO:teuthology.orchestra.run.smithi063.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [13.3 kB] 2024-09-17T00:47:04.316 INFO:teuthology.orchestra.run.smithi063.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [2,377 kB] 2024-09-17T00:47:04.316 INFO:teuthology.orchestra.run.smithi086.stdout:Get:32 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [13.3 kB] 2024-09-17T00:47:04.317 INFO:teuthology.orchestra.run.smithi086.stdout:Get:33 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [2,377 kB] 2024-09-17T00:47:04.338 INFO:teuthology.orchestra.run.smithi018.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [701 kB] 2024-09-17T00:47:04.344 INFO:teuthology.orchestra.run.smithi063.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [355 kB] 2024-09-17T00:47:04.359 INFO:teuthology.orchestra.run.smithi063.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [17.8 kB] 2024-09-17T00:47:04.360 INFO:teuthology.orchestra.run.smithi063.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [39.3 kB] 2024-09-17T00:47:04.362 INFO:teuthology.orchestra.run.smithi063.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [2,495 kB] 2024-09-17T00:47:04.375 INFO:teuthology.orchestra.run.smithi018.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [355 kB] 2024-09-17T00:47:04.390 INFO:teuthology.orchestra.run.smithi018.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [17.8 kB] 2024-09-17T00:47:04.390 INFO:teuthology.orchestra.run.smithi018.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [39.3 kB] 2024-09-17T00:47:04.392 INFO:teuthology.orchestra.run.smithi018.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [2,495 kB] 2024-09-17T00:47:04.412 INFO:teuthology.orchestra.run.smithi063.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [37.7 kB] 2024-09-17T00:47:04.413 INFO:teuthology.orchestra.run.smithi063.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [409 kB] 2024-09-17T00:47:04.414 INFO:teuthology.orchestra.run.smithi086.stdout:Get:34 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [37.7 kB] 2024-09-17T00:47:04.415 INFO:teuthology.orchestra.run.smithi086.stdout:Get:35 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [409 kB] 2024-09-17T00:47:04.423 INFO:teuthology.orchestra.run.smithi063.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [584 B] 2024-09-17T00:47:04.426 INFO:teuthology.orchestra.run.smithi086.stdout:Get:36 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [584 B] 2024-09-17T00:47:04.426 INFO:teuthology.orchestra.run.smithi086.stdout:Get:37 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [627 kB] 2024-09-17T00:47:04.442 INFO:teuthology.orchestra.run.smithi086.stdout:Get:38 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [902 kB] 2024-09-17T00:47:04.447 INFO:teuthology.orchestra.run.smithi063.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [627 kB] 2024-09-17T00:47:04.459 INFO:teuthology.orchestra.run.smithi063.stdout:Get:20 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [902 kB] 2024-09-17T00:47:04.468 INFO:teuthology.orchestra.run.smithi063.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [429 kB] 2024-09-17T00:47:04.468 INFO:teuthology.orchestra.run.smithi018.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [429 kB] 2024-09-17T00:47:04.471 INFO:teuthology.orchestra.run.smithi086.stdout:Get:39 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [176 kB] 2024-09-17T00:47:04.474 INFO:teuthology.orchestra.run.smithi086.stdout:Get:40 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [19.3 kB] 2024-09-17T00:47:04.475 INFO:teuthology.orchestra.run.smithi063.stdout:Get:22 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [176 kB] 2024-09-17T00:47:04.477 INFO:teuthology.orchestra.run.smithi086.stdout:Get:41 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-09-17T00:47:04.477 INFO:teuthology.orchestra.run.smithi086.stdout:Get:42 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-09-17T00:47:04.478 INFO:teuthology.orchestra.run.smithi063.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [616 B] 2024-09-17T00:47:04.478 INFO:teuthology.orchestra.run.smithi063.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [732 kB] 2024-09-17T00:47:04.479 INFO:teuthology.orchestra.run.smithi063.stdout:Get:25 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [19.3 kB] 2024-09-17T00:47:04.479 INFO:teuthology.orchestra.run.smithi063.stdout:Get:26 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-09-17T00:47:04.480 INFO:teuthology.orchestra.run.smithi018.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [616 B] 2024-09-17T00:47:04.481 INFO:teuthology.orchestra.run.smithi018.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [732 kB] 2024-09-17T00:47:04.487 INFO:teuthology.orchestra.run.smithi063.stdout:Get:27 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-09-17T00:47:04.492 INFO:teuthology.orchestra.run.smithi063.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,124 kB] 2024-09-17T00:47:04.502 INFO:teuthology.orchestra.run.smithi018.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,124 kB] 2024-09-17T00:47:04.534 INFO:teuthology.orchestra.run.smithi063.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [261 kB] 2024-09-17T00:47:04.536 INFO:teuthology.orchestra.run.smithi018.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [261 kB] 2024-09-17T00:47:04.542 INFO:teuthology.orchestra.run.smithi018.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [26.1 kB] 2024-09-17T00:47:04.543 INFO:teuthology.orchestra.run.smithi018.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,752 B] 2024-09-17T00:47:04.543 INFO:teuthology.orchestra.run.smithi063.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [26.1 kB] 2024-09-17T00:47:04.543 INFO:teuthology.orchestra.run.smithi018.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [43.3 kB] 2024-09-17T00:47:04.544 INFO:teuthology.orchestra.run.smithi063.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,752 B] 2024-09-17T00:47:04.544 INFO:teuthology.orchestra.run.smithi063.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [43.3 kB] 2024-09-17T00:47:04.545 INFO:teuthology.orchestra.run.smithi018.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.8 kB] 2024-09-17T00:47:04.546 INFO:teuthology.orchestra.run.smithi063.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.8 kB] 2024-09-17T00:47:04.551 INFO:teuthology.orchestra.run.smithi063.stdout:Get:34 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-09-17T00:47:04.552 INFO:teuthology.orchestra.run.smithi063.stdout:Get:35 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [228 B] 2024-09-17T00:47:04.552 INFO:teuthology.orchestra.run.smithi086.stdout:Get:43 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-09-17T00:47:04.553 INFO:teuthology.orchestra.run.smithi086.stdout:Get:44 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [228 B] 2024-09-17T00:47:04.586 INFO:teuthology.orchestra.run.smithi018.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [444 B] 2024-09-17T00:47:04.586 INFO:teuthology.orchestra.run.smithi018.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.8 kB] 2024-09-17T00:47:04.587 INFO:teuthology.orchestra.run.smithi018.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.9 kB] 2024-09-17T00:47:04.589 INFO:teuthology.orchestra.run.smithi018.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.1 kB] 2024-09-17T00:47:04.591 INFO:teuthology.orchestra.run.smithi063.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [444 B] 2024-09-17T00:47:04.592 INFO:teuthology.orchestra.run.smithi063.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.8 kB] 2024-09-17T00:47:04.593 INFO:teuthology.orchestra.run.smithi063.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.9 kB] 2024-09-17T00:47:04.594 INFO:teuthology.orchestra.run.smithi063.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.1 kB] 2024-09-17T00:47:04.667 INFO:teuthology.orchestra.run.smithi018.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-09-17T00:47:04.667 INFO:teuthology.orchestra.run.smithi018.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.3 kB] 2024-09-17T00:47:04.668 INFO:teuthology.orchestra.run.smithi018.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.8 kB] 2024-09-17T00:47:04.669 INFO:teuthology.orchestra.run.smithi018.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.5 kB] 2024-09-17T00:47:04.669 INFO:teuthology.orchestra.run.smithi018.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [672 B] 2024-09-17T00:47:04.673 INFO:teuthology.orchestra.run.smithi063.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-09-17T00:47:04.673 INFO:teuthology.orchestra.run.smithi063.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.8 kB] 2024-09-17T00:47:04.674 INFO:teuthology.orchestra.run.smithi063.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.3 kB] 2024-09-17T00:47:04.675 INFO:teuthology.orchestra.run.smithi063.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.5 kB] 2024-09-17T00:47:04.675 INFO:teuthology.orchestra.run.smithi063.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [672 B] 2024-09-17T00:47:10.101 INFO:teuthology.orchestra.run.smithi086.stdout:Fetched 16.1 MB in 2s (7,431 kB/s) 2024-09-17T00:47:10.343 INFO:teuthology.orchestra.run.smithi018.stdout:Fetched 16.1 MB in 2s (7,245 kB/s) 2024-09-17T00:47:11.238 INFO:teuthology.orchestra.run.smithi063.stdout:Fetched 16.1 MB in 3s (5,657 kB/s) 2024-09-17T00:47:11.543 INFO:teuthology.orchestra.run.smithi086.stdout:Reading package lists... 2024-09-17T00:47:11.562 DEBUG:teuthology.orchestra.run.smithi086:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-17T00:47:11.626 INFO:teuthology.orchestra.run.smithi086.stdout:Reading package lists... 2024-09-17T00:47:11.815 INFO:teuthology.orchestra.run.smithi086.stdout:Building dependency tree... 2024-09-17T00:47:11.815 INFO:teuthology.orchestra.run.smithi086.stdout:Reading state information... 2024-09-17T00:47:11.820 INFO:teuthology.orchestra.run.smithi018.stdout:Reading package lists... 2024-09-17T00:47:11.839 DEBUG:teuthology.orchestra.run.smithi018:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-17T00:47:11.901 INFO:teuthology.orchestra.run.smithi018.stdout:Reading package lists... 2024-09-17T00:47:11.980 INFO:teuthology.orchestra.run.smithi086.stdout:The following packages were automatically installed and are no longer required: 2024-09-17T00:47:11.980 INFO:teuthology.orchestra.run.smithi086.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-17T00:47:11.980 INFO:teuthology.orchestra.run.smithi086.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-17T00:47:11.981 INFO:teuthology.orchestra.run.smithi086.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-17T00:47:11.981 INFO:teuthology.orchestra.run.smithi086.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-09-17T00:47:11.981 INFO:teuthology.orchestra.run.smithi086.stdout: python2.7-minimal 2024-09-17T00:47:11.981 INFO:teuthology.orchestra.run.smithi086.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-17T00:47:11.982 INFO:teuthology.orchestra.run.smithi086.stdout:The following additional packages will be installed: 2024-09-17T00:47:11.982 INFO:teuthology.orchestra.run.smithi086.stdout: linux-generic linux-headers-5.15.0-122 linux-headers-5.15.0-122-generic 2024-09-17T00:47:11.982 INFO:teuthology.orchestra.run.smithi086.stdout: linux-headers-generic linux-image-5.15.0-122-generic 2024-09-17T00:47:11.983 INFO:teuthology.orchestra.run.smithi086.stdout: linux-modules-5.15.0-122-generic linux-modules-extra-5.15.0-122-generic 2024-09-17T00:47:11.984 INFO:teuthology.orchestra.run.smithi086.stdout:Suggested packages: 2024-09-17T00:47:11.984 INFO:teuthology.orchestra.run.smithi086.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-09-17T00:47:11.984 INFO:teuthology.orchestra.run.smithi086.stdout:Recommended packages: 2024-09-17T00:47:11.984 INFO:teuthology.orchestra.run.smithi086.stdout: thermald 2024-09-17T00:47:12.023 INFO:teuthology.orchestra.run.smithi086.stdout:The following NEW packages will be installed: 2024-09-17T00:47:12.024 INFO:teuthology.orchestra.run.smithi086.stdout: linux-headers-5.15.0-122 linux-headers-5.15.0-122-generic 2024-09-17T00:47:12.024 INFO:teuthology.orchestra.run.smithi086.stdout: linux-image-5.15.0-122-generic linux-modules-5.15.0-122-generic 2024-09-17T00:47:12.024 INFO:teuthology.orchestra.run.smithi086.stdout: linux-modules-extra-5.15.0-122-generic 2024-09-17T00:47:12.025 INFO:teuthology.orchestra.run.smithi086.stdout:The following packages will be upgraded: 2024-09-17T00:47:12.025 INFO:teuthology.orchestra.run.smithi086.stdout: linux-generic linux-headers-generic linux-image-generic 2024-09-17T00:47:12.115 INFO:teuthology.orchestra.run.smithi018.stdout:Building dependency tree... 2024-09-17T00:47:12.115 INFO:teuthology.orchestra.run.smithi018.stdout:Reading state information... 2024-09-17T00:47:12.204 INFO:teuthology.orchestra.run.smithi086.stdout:3 upgraded, 5 newly installed, 0 to remove and 344 not upgraded. 2024-09-17T00:47:12.204 INFO:teuthology.orchestra.run.smithi086.stdout:Need to get 113 MB of archives. 2024-09-17T00:47:12.204 INFO:teuthology.orchestra.run.smithi086.stdout:After this operation, 584 MB of additional disk space will be used. 2024-09-17T00:47:12.204 INFO:teuthology.orchestra.run.smithi086.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-122-generic amd64 5.15.0-122.132 [22.7 MB] 2024-09-17T00:47:12.317 INFO:teuthology.orchestra.run.smithi018.stdout:The following packages were automatically installed and are no longer required: 2024-09-17T00:47:12.317 INFO:teuthology.orchestra.run.smithi018.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-17T00:47:12.317 INFO:teuthology.orchestra.run.smithi018.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-17T00:47:12.318 INFO:teuthology.orchestra.run.smithi018.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-17T00:47:12.318 INFO:teuthology.orchestra.run.smithi018.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-09-17T00:47:12.318 INFO:teuthology.orchestra.run.smithi018.stdout: python2.7-minimal 2024-09-17T00:47:12.318 INFO:teuthology.orchestra.run.smithi018.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-17T00:47:12.319 INFO:teuthology.orchestra.run.smithi018.stdout:The following additional packages will be installed: 2024-09-17T00:47:12.319 INFO:teuthology.orchestra.run.smithi018.stdout: linux-generic linux-headers-5.15.0-122 linux-headers-5.15.0-122-generic 2024-09-17T00:47:12.319 INFO:teuthology.orchestra.run.smithi018.stdout: linux-headers-generic linux-image-5.15.0-122-generic 2024-09-17T00:47:12.320 INFO:teuthology.orchestra.run.smithi018.stdout: linux-modules-5.15.0-122-generic linux-modules-extra-5.15.0-122-generic 2024-09-17T00:47:12.321 INFO:teuthology.orchestra.run.smithi018.stdout:Suggested packages: 2024-09-17T00:47:12.321 INFO:teuthology.orchestra.run.smithi018.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-09-17T00:47:12.321 INFO:teuthology.orchestra.run.smithi018.stdout:Recommended packages: 2024-09-17T00:47:12.322 INFO:teuthology.orchestra.run.smithi018.stdout: thermald 2024-09-17T00:47:12.366 INFO:teuthology.orchestra.run.smithi018.stdout:The following NEW packages will be installed: 2024-09-17T00:47:12.366 INFO:teuthology.orchestra.run.smithi018.stdout: linux-headers-5.15.0-122 linux-headers-5.15.0-122-generic 2024-09-17T00:47:12.366 INFO:teuthology.orchestra.run.smithi018.stdout: linux-image-5.15.0-122-generic linux-modules-5.15.0-122-generic 2024-09-17T00:47:12.367 INFO:teuthology.orchestra.run.smithi018.stdout: linux-modules-extra-5.15.0-122-generic 2024-09-17T00:47:12.368 INFO:teuthology.orchestra.run.smithi018.stdout:The following packages will be upgraded: 2024-09-17T00:47:12.369 INFO:teuthology.orchestra.run.smithi018.stdout: linux-generic linux-headers-generic linux-image-generic 2024-09-17T00:47:12.422 INFO:teuthology.orchestra.run.smithi018.stdout:3 upgraded, 5 newly installed, 0 to remove and 344 not upgraded. 2024-09-17T00:47:12.422 INFO:teuthology.orchestra.run.smithi018.stdout:Need to get 113 MB of archives. 2024-09-17T00:47:12.422 INFO:teuthology.orchestra.run.smithi018.stdout:After this operation, 584 MB of additional disk space will be used. 2024-09-17T00:47:12.422 INFO:teuthology.orchestra.run.smithi018.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-122-generic amd64 5.15.0-122.132 [22.7 MB] 2024-09-17T00:47:12.784 INFO:teuthology.orchestra.run.smithi063.stdout:Reading package lists... 2024-09-17T00:47:12.802 DEBUG:teuthology.orchestra.run.smithi063:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-17T00:47:12.864 INFO:teuthology.orchestra.run.smithi063.stdout:Reading package lists... 2024-09-17T00:47:12.877 INFO:teuthology.orchestra.run.smithi018.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-122-generic amd64 5.15.0-122.132 [11.5 MB] 2024-09-17T00:47:12.991 INFO:teuthology.orchestra.run.smithi018.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-122-generic amd64 5.15.0-122.132 [63.9 MB] 2024-09-17T00:47:13.080 INFO:teuthology.orchestra.run.smithi063.stdout:Building dependency tree... 2024-09-17T00:47:13.081 INFO:teuthology.orchestra.run.smithi063.stdout:Reading state information... 2024-09-17T00:47:13.277 INFO:teuthology.orchestra.run.smithi063.stdout:The following packages were automatically installed and are no longer required: 2024-09-17T00:47:13.277 INFO:teuthology.orchestra.run.smithi063.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-17T00:47:13.277 INFO:teuthology.orchestra.run.smithi063.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-17T00:47:13.278 INFO:teuthology.orchestra.run.smithi063.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-17T00:47:13.278 INFO:teuthology.orchestra.run.smithi063.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-09-17T00:47:13.278 INFO:teuthology.orchestra.run.smithi063.stdout: python2.7-minimal 2024-09-17T00:47:13.278 INFO:teuthology.orchestra.run.smithi063.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-17T00:47:13.279 INFO:teuthology.orchestra.run.smithi063.stdout:The following additional packages will be installed: 2024-09-17T00:47:13.279 INFO:teuthology.orchestra.run.smithi063.stdout: linux-generic linux-headers-5.15.0-122 linux-headers-5.15.0-122-generic 2024-09-17T00:47:13.279 INFO:teuthology.orchestra.run.smithi063.stdout: linux-headers-generic linux-image-5.15.0-122-generic 2024-09-17T00:47:13.280 INFO:teuthology.orchestra.run.smithi063.stdout: linux-modules-5.15.0-122-generic linux-modules-extra-5.15.0-122-generic 2024-09-17T00:47:13.281 INFO:teuthology.orchestra.run.smithi063.stdout:Suggested packages: 2024-09-17T00:47:13.281 INFO:teuthology.orchestra.run.smithi063.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-09-17T00:47:13.281 INFO:teuthology.orchestra.run.smithi063.stdout:Recommended packages: 2024-09-17T00:47:13.281 INFO:teuthology.orchestra.run.smithi063.stdout: thermald 2024-09-17T00:47:13.324 INFO:teuthology.orchestra.run.smithi063.stdout:The following NEW packages will be installed: 2024-09-17T00:47:13.324 INFO:teuthology.orchestra.run.smithi063.stdout: linux-headers-5.15.0-122 linux-headers-5.15.0-122-generic 2024-09-17T00:47:13.325 INFO:teuthology.orchestra.run.smithi063.stdout: linux-image-5.15.0-122-generic linux-modules-5.15.0-122-generic 2024-09-17T00:47:13.325 INFO:teuthology.orchestra.run.smithi063.stdout: linux-modules-extra-5.15.0-122-generic 2024-09-17T00:47:13.326 INFO:teuthology.orchestra.run.smithi063.stdout:The following packages will be upgraded: 2024-09-17T00:47:13.327 INFO:teuthology.orchestra.run.smithi063.stdout: linux-generic linux-headers-generic linux-image-generic 2024-09-17T00:47:13.380 INFO:teuthology.orchestra.run.smithi063.stdout:3 upgraded, 5 newly installed, 0 to remove and 344 not upgraded. 2024-09-17T00:47:13.380 INFO:teuthology.orchestra.run.smithi063.stdout:Need to get 113 MB of archives. 2024-09-17T00:47:13.380 INFO:teuthology.orchestra.run.smithi063.stdout:After this operation, 584 MB of additional disk space will be used. 2024-09-17T00:47:13.381 INFO:teuthology.orchestra.run.smithi063.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-122-generic amd64 5.15.0-122.132 [22.7 MB] 2024-09-17T00:47:13.615 INFO:teuthology.orchestra.run.smithi086.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-122-generic amd64 5.15.0-122.132 [11.5 MB] 2024-09-17T00:47:13.809 INFO:teuthology.orchestra.run.smithi063.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-122-generic amd64 5.15.0-122.132 [11.5 MB] 2024-09-17T00:47:13.845 INFO:teuthology.orchestra.run.smithi018.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.122.122 [1,692 B] 2024-09-17T00:47:13.846 INFO:teuthology.orchestra.run.smithi018.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.122.122 [2,436 B] 2024-09-17T00:47:13.846 INFO:teuthology.orchestra.run.smithi018.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-122 all 5.15.0-122.132 [12.3 MB] 2024-09-17T00:47:13.907 INFO:teuthology.orchestra.run.smithi063.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-122-generic amd64 5.15.0-122.132 [63.9 MB] 2024-09-17T00:47:13.971 INFO:teuthology.orchestra.run.smithi086.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-122-generic amd64 5.15.0-122.132 [63.9 MB] 2024-09-17T00:47:13.977 INFO:teuthology.orchestra.run.smithi018.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-122-generic amd64 5.15.0-122.132 [2,827 kB] 2024-09-17T00:47:14.000 INFO:teuthology.orchestra.run.smithi018.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.122.122 [2,294 B] 2024-09-17T00:47:14.407 INFO:teuthology.orchestra.run.smithi018.stdout:Fetched 113 MB in 2s (69.8 MB/s) 2024-09-17T00:47:14.594 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package linux-modules-5.15.0-122-generic. 2024-09-17T00:47:14.759 INFO:teuthology.orchestra.run.smithi063.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.122.122 [1,692 B] 2024-09-17T00:47:14.759 INFO:teuthology.orchestra.run.smithi063.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.122.122 [2,436 B] 2024-09-17T00:47:14.760 INFO:teuthology.orchestra.run.smithi063.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-122 all 5.15.0-122.132 [12.3 MB] 2024-09-17T00:47:14.890 INFO:teuthology.orchestra.run.smithi063.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-122-generic amd64 5.15.0-122.132 [2,827 kB] 2024-09-17T00:47:14.913 INFO:teuthology.orchestra.run.smithi063.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.122.122 [2,294 B] 2024-09-17T00:47:15.335 INFO:teuthology.orchestra.run.smithi063.stdout:Fetched 113 MB in 2s (71.8 MB/s) 2024-09-17T00:47:15.535 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package linux-modules-5.15.0-122-generic. 2024-09-17T00:47:16.158 INFO:teuthology.orchestra.run.smithi086.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.122.122 [1,692 B] 2024-09-17T00:47:16.159 INFO:teuthology.orchestra.run.smithi086.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.122.122 [2,436 B] 2024-09-17T00:47:16.159 INFO:teuthology.orchestra.run.smithi086.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-122 all 5.15.0-122.132 [12.3 MB] 2024-09-17T00:47:16.493 INFO:teuthology.orchestra.run.smithi086.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-122-generic amd64 5.15.0-122.132 [2,827 kB] 2024-09-17T00:47:16.574 INFO:teuthology.orchestra.run.smithi086.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.122.122 [2,294 B] 2024-09-17T00:47:16.582 INFO:teuthology.orchestra.run.smithi018.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 129542 files and directories currently installed.) 2024-09-17T00:47:16.587 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../0-linux-modules-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-17T00:47:16.682 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking linux-modules-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-17T00:47:16.960 INFO:teuthology.orchestra.run.smithi086.stdout:Fetched 113 MB in 5s (24.9 MB/s) 2024-09-17T00:47:17.144 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package linux-modules-5.15.0-122-generic. 2024-09-17T00:47:17.518 INFO:teuthology.orchestra.run.smithi063.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 129542 files and directories currently installed.) 2024-09-17T00:47:17.523 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../0-linux-modules-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-17T00:47:17.616 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking linux-modules-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-17T00:47:18.899 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package linux-image-5.15.0-122-generic. 2024-09-17T00:47:18.920 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../1-linux-image-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-17T00:47:19.004 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking linux-image-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-17T00:47:19.135 INFO:teuthology.orchestra.run.smithi086.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 129542 files and directories currently installed.) 2024-09-17T00:47:19.139 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../0-linux-modules-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-17T00:47:19.258 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking linux-modules-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-17T00:47:19.469 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-122-generic. 2024-09-17T00:47:19.489 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-17T00:47:19.527 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking linux-modules-extra-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-17T00:47:19.951 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package linux-image-5.15.0-122-generic. 2024-09-17T00:47:19.973 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../1-linux-image-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-17T00:47:20.060 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking linux-image-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-17T00:47:20.529 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-122-generic. 2024-09-17T00:47:20.550 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-17T00:47:20.579 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking linux-modules-extra-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-17T00:47:21.625 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package linux-image-5.15.0-122-generic. 2024-09-17T00:47:21.646 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../1-linux-image-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-17T00:47:21.736 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking linux-image-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-17T00:47:22.214 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-122-generic. 2024-09-17T00:47:22.234 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-17T00:47:22.264 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking linux-modules-extra-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-17T00:47:26.266 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../3-linux-generic_5.15.0.122.122_amd64.deb ... 2024-09-17T00:47:26.393 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking linux-generic (5.15.0.122.122) over (5.15.0.56.54) ... 2024-09-17T00:47:26.710 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.122.122_amd64.deb ... 2024-09-17T00:47:26.813 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking linux-image-generic (5.15.0.122.122) over (5.15.0.56.54) ... 2024-09-17T00:47:27.073 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../3-linux-generic_5.15.0.122.122_amd64.deb ... 2024-09-17T00:47:27.083 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package linux-headers-5.15.0-122. 2024-09-17T00:47:27.106 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../5-linux-headers-5.15.0-122_5.15.0-122.132_all.deb ... 2024-09-17T00:47:27.141 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking linux-headers-5.15.0-122 (5.15.0-122.132) ... 2024-09-17T00:47:27.197 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking linux-generic (5.15.0.122.122) over (5.15.0.56.54) ... 2024-09-17T00:47:27.530 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.122.122_amd64.deb ... 2024-09-17T00:47:27.684 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking linux-image-generic (5.15.0.122.122) over (5.15.0.56.54) ... 2024-09-17T00:47:27.987 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package linux-headers-5.15.0-122. 2024-09-17T00:47:28.010 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../5-linux-headers-5.15.0-122_5.15.0-122.132_all.deb ... 2024-09-17T00:47:28.045 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking linux-headers-5.15.0-122 (5.15.0-122.132) ... 2024-09-17T00:47:28.752 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../3-linux-generic_5.15.0.122.122_amd64.deb ... 2024-09-17T00:47:28.855 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking linux-generic (5.15.0.122.122) over (5.15.0.56.54) ... 2024-09-17T00:47:29.206 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.122.122_amd64.deb ... 2024-09-17T00:47:29.333 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking linux-image-generic (5.15.0.122.122) over (5.15.0.56.54) ... 2024-09-17T00:47:29.645 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package linux-headers-5.15.0-122. 2024-09-17T00:47:29.667 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../5-linux-headers-5.15.0-122_5.15.0-122.132_all.deb ... 2024-09-17T00:47:29.711 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking linux-headers-5.15.0-122 (5.15.0-122.132) ... 2024-09-17T00:47:32.868 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package linux-headers-5.15.0-122-generic. 2024-09-17T00:47:32.902 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../6-linux-headers-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-17T00:47:32.931 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking linux-headers-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-17T00:47:34.292 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package linux-headers-5.15.0-122-generic. 2024-09-17T00:47:34.329 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../6-linux-headers-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-17T00:47:34.366 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking linux-headers-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-17T00:47:35.514 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package linux-headers-5.15.0-122-generic. 2024-09-17T00:47:35.550 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../6-linux-headers-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-17T00:47:35.589 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking linux-headers-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-17T00:47:35.629 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.122.122_amd64.deb ... 2024-09-17T00:47:35.822 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking linux-headers-generic (5.15.0.122.122) over (5.15.0.56.54) ... 2024-09-17T00:47:36.152 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up linux-headers-5.15.0-122 (5.15.0-122.132) ... 2024-09-17T00:47:36.272 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up linux-headers-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-17T00:47:36.398 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up linux-headers-generic (5.15.0.122.122) ... 2024-09-17T00:47:36.561 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up linux-image-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-17T00:47:37.170 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.122.122_amd64.deb ... 2024-09-17T00:47:37.294 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking linux-headers-generic (5.15.0.122.122) over (5.15.0.56.54) ... 2024-09-17T00:47:37.661 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up linux-headers-5.15.0-122 (5.15.0-122.132) ... 2024-09-17T00:47:37.765 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up linux-headers-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-17T00:47:37.875 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up linux-headers-generic (5.15.0.122.122) ... 2024-09-17T00:47:37.979 INFO:teuthology.orchestra.run.smithi018.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-09-17T00:47:37.979 INFO:teuthology.orchestra.run.smithi018.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-09-17T00:47:37.979 INFO:teuthology.orchestra.run.smithi018.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-122-generic 2024-09-17T00:47:37.979 INFO:teuthology.orchestra.run.smithi018.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-122-generic 2024-09-17T00:47:37.980 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up linux-image-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-17T00:47:38.129 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up linux-modules-extra-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-17T00:47:38.273 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.122.122_amd64.deb ... 2024-09-17T00:47:38.399 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking linux-headers-generic (5.15.0.122.122) over (5.15.0.56.54) ... 2024-09-17T00:47:39.444 INFO:teuthology.orchestra.run.smithi063.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-09-17T00:47:39.445 INFO:teuthology.orchestra.run.smithi063.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-09-17T00:47:39.445 INFO:teuthology.orchestra.run.smithi063.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-122-generic 2024-09-17T00:47:39.445 INFO:teuthology.orchestra.run.smithi063.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-122-generic 2024-09-17T00:47:39.463 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up linux-headers-5.15.0-122 (5.15.0-122.132) ... 2024-09-17T00:47:39.795 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up linux-headers-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-17T00:47:39.896 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up linux-headers-generic (5.15.0.122.122) ... 2024-09-17T00:47:39.905 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up linux-modules-extra-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-17T00:47:40.009 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up linux-image-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-17T00:47:40.064 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up linux-image-generic (5.15.0.122.122) ... 2024-09-17T00:47:40.189 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up linux-generic (5.15.0.122.122) ... 2024-09-17T00:47:40.316 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up linux-modules-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-17T00:47:41.323 INFO:teuthology.orchestra.run.smithi086.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-09-17T00:47:41.323 INFO:teuthology.orchestra.run.smithi086.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-09-17T00:47:41.323 INFO:teuthology.orchestra.run.smithi086.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-122-generic 2024-09-17T00:47:41.323 INFO:teuthology.orchestra.run.smithi086.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-122-generic 2024-09-17T00:47:41.373 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up linux-image-generic (5.15.0.122.122) ... 2024-09-17T00:47:41.485 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up linux-modules-extra-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-17T00:47:41.490 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up linux-generic (5.15.0.122.122) ... 2024-09-17T00:47:41.591 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up linux-modules-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-17T00:47:41.751 INFO:teuthology.orchestra.run.smithi018.stdout:Processing triggers for linux-image-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-17T00:47:41.818 INFO:teuthology.orchestra.run.smithi018.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-09-17T00:47:41.818 INFO:teuthology.orchestra.run.smithi018.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-122-generic 2024-09-17T00:47:42.845 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up linux-image-generic (5.15.0.122.122) ... 2024-09-17T00:47:42.948 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up linux-generic (5.15.0.122.122) ... 2024-09-17T00:47:43.001 INFO:teuthology.orchestra.run.smithi063.stdout:Processing triggers for linux-image-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-17T00:47:43.064 INFO:teuthology.orchestra.run.smithi063.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-09-17T00:47:43.064 INFO:teuthology.orchestra.run.smithi063.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-122-generic 2024-09-17T00:47:43.470 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up linux-modules-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-17T00:47:45.440 INFO:teuthology.orchestra.run.smithi086.stdout:Processing triggers for linux-image-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-17T00:47:45.711 INFO:teuthology.orchestra.run.smithi086.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-09-17T00:47:45.711 INFO:teuthology.orchestra.run.smithi086.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-122-generic 2024-09-17T00:47:57.505 INFO:teuthology.orchestra.run.smithi063.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-09-17T00:47:57.505 INFO:teuthology.orchestra.run.smithi063.stdout:Sourcing file `/etc/default/grub' 2024-09-17T00:47:57.536 INFO:teuthology.orchestra.run.smithi063.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-17T00:47:57.554 INFO:teuthology.orchestra.run.smithi063.stdout:Generating grub configuration file ... 2024-09-17T00:47:57.671 INFO:teuthology.orchestra.run.smithi018.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-09-17T00:47:57.671 INFO:teuthology.orchestra.run.smithi018.stdout:Sourcing file `/etc/default/grub' 2024-09-17T00:47:57.675 INFO:teuthology.orchestra.run.smithi018.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-17T00:47:57.713 INFO:teuthology.orchestra.run.smithi018.stdout:Generating grub configuration file ... 2024-09-17T00:47:57.908 INFO:teuthology.orchestra.run.smithi063.stdout:Found linux image: /boot/vmlinuz-5.15.0-122-generic 2024-09-17T00:47:57.931 INFO:teuthology.orchestra.run.smithi063.stdout:Found initrd image: /boot/initrd.img-5.15.0-122-generic 2024-09-17T00:47:57.983 INFO:teuthology.orchestra.run.smithi018.stdout:Found linux image: /boot/vmlinuz-5.15.0-122-generic 2024-09-17T00:47:58.001 INFO:teuthology.orchestra.run.smithi018.stdout:Found initrd image: /boot/initrd.img-5.15.0-122-generic 2024-09-17T00:47:58.300 INFO:teuthology.orchestra.run.smithi018.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-17T00:47:58.306 INFO:teuthology.orchestra.run.smithi018.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-17T00:47:58.309 INFO:teuthology.orchestra.run.smithi063.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-17T00:47:58.315 INFO:teuthology.orchestra.run.smithi063.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-17T00:47:58.381 INFO:teuthology.orchestra.run.smithi018.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-17T00:47:58.386 INFO:teuthology.orchestra.run.smithi063.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-17T00:47:58.386 INFO:teuthology.orchestra.run.smithi018.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-17T00:47:58.392 INFO:teuthology.orchestra.run.smithi063.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-17T00:47:58.550 INFO:teuthology.orchestra.run.smithi063.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-17T00:47:58.551 INFO:teuthology.orchestra.run.smithi063.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-09-17T00:47:58.551 INFO:teuthology.orchestra.run.smithi063.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-17T00:47:58.552 INFO:teuthology.orchestra.run.smithi018.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-17T00:47:58.552 INFO:teuthology.orchestra.run.smithi018.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-09-17T00:47:58.552 INFO:teuthology.orchestra.run.smithi018.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-17T00:47:58.585 INFO:teuthology.orchestra.run.smithi063.stdout:done 2024-09-17T00:47:58.599 INFO:teuthology.orchestra.run.smithi018.stdout:done 2024-09-17T00:47:59.120 DEBUG:teuthology.orchestra.run.smithi063:> dpkg -s linux-image-generic 2024-09-17T00:47:59.121 DEBUG:teuthology.orchestra.run.smithi018:> dpkg -s linux-image-generic 2024-09-17T00:47:59.140 INFO:teuthology.orchestra.run.smithi018.stdout:Package: linux-image-generic 2024-09-17T00:47:59.141 INFO:teuthology.orchestra.run.smithi018.stdout:Status: install ok installed 2024-09-17T00:47:59.141 INFO:teuthology.orchestra.run.smithi018.stdout:Priority: optional 2024-09-17T00:47:59.141 INFO:teuthology.orchestra.run.smithi018.stdout:Section: kernel 2024-09-17T00:47:59.141 INFO:teuthology.orchestra.run.smithi018.stdout:Installed-Size: 21 2024-09-17T00:47:59.141 INFO:teuthology.orchestra.run.smithi018.stdout:Maintainer: Ubuntu Kernel Team 2024-09-17T00:47:59.141 INFO:teuthology.orchestra.run.smithi018.stdout:Architecture: amd64 2024-09-17T00:47:59.141 INFO:teuthology.orchestra.run.smithi018.stdout:Source: linux-meta 2024-09-17T00:47:59.141 INFO:teuthology.orchestra.run.smithi018.stdout:Version: 5.15.0.122.122 2024-09-17T00:47:59.141 INFO:teuthology.orchestra.run.smithi018.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.4), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-122), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.4) 2024-09-17T00:47:59.141 INFO:teuthology.orchestra.run.smithi018.stdout:Depends: linux-image-5.15.0-122-generic, linux-modules-extra-5.15.0-122-generic, linux-firmware, intel-microcode, amd64-microcode 2024-09-17T00:47:59.141 INFO:teuthology.orchestra.run.smithi018.stdout:Recommends: thermald 2024-09-17T00:47:59.141 INFO:teuthology.orchestra.run.smithi018.stdout:Description: Generic Linux kernel image 2024-09-17T00:47:59.142 INFO:teuthology.orchestra.run.smithi018.stdout: This package will always depend on the latest generic kernel image 2024-09-17T00:47:59.142 INFO:teuthology.orchestra.run.smithi018.stdout: available. 2024-09-17T00:47:59.142 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-122-generic 2024-09-17T00:47:59.142 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-17T00:47:59.142 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-17T00:47:59.142 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-09-17T00:47:59.142 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi018.front.sepia.ceph.com, path=None, version=distro) 2024-09-17T00:47:59.143 DEBUG:teuthology.orchestra.run.smithi018:> sudo apt-get clean 2024-09-17T00:47:59.193 INFO:teuthology.orchestra.run.smithi063.stdout:Package: linux-image-generic 2024-09-17T00:47:59.193 INFO:teuthology.orchestra.run.smithi063.stdout:Status: install ok installed 2024-09-17T00:47:59.193 INFO:teuthology.orchestra.run.smithi063.stdout:Priority: optional 2024-09-17T00:47:59.193 INFO:teuthology.orchestra.run.smithi063.stdout:Section: kernel 2024-09-17T00:47:59.193 INFO:teuthology.orchestra.run.smithi063.stdout:Installed-Size: 21 2024-09-17T00:47:59.193 INFO:teuthology.orchestra.run.smithi063.stdout:Maintainer: Ubuntu Kernel Team 2024-09-17T00:47:59.193 INFO:teuthology.orchestra.run.smithi063.stdout:Architecture: amd64 2024-09-17T00:47:59.193 INFO:teuthology.orchestra.run.smithi063.stdout:Source: linux-meta 2024-09-17T00:47:59.194 INFO:teuthology.orchestra.run.smithi063.stdout:Version: 5.15.0.122.122 2024-09-17T00:47:59.194 INFO:teuthology.orchestra.run.smithi063.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.4), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-122), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.4) 2024-09-17T00:47:59.194 INFO:teuthology.orchestra.run.smithi063.stdout:Depends: linux-image-5.15.0-122-generic, linux-modules-extra-5.15.0-122-generic, linux-firmware, intel-microcode, amd64-microcode 2024-09-17T00:47:59.194 INFO:teuthology.orchestra.run.smithi063.stdout:Recommends: thermald 2024-09-17T00:47:59.194 INFO:teuthology.orchestra.run.smithi063.stdout:Description: Generic Linux kernel image 2024-09-17T00:47:59.194 INFO:teuthology.orchestra.run.smithi063.stdout: This package will always depend on the latest generic kernel image 2024-09-17T00:47:59.194 INFO:teuthology.orchestra.run.smithi063.stdout: available. 2024-09-17T00:47:59.194 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-122-generic 2024-09-17T00:47:59.194 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-17T00:47:59.194 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-17T00:47:59.194 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-09-17T00:47:59.195 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi063.front.sepia.ceph.com, path=None, version=distro) 2024-09-17T00:47:59.195 DEBUG:teuthology.orchestra.run.smithi063:> sudo apt-get clean 2024-09-17T00:47:59.299 DEBUG:teuthology.orchestra.run.smithi018:> sudo apt-get update 2024-09-17T00:47:59.388 DEBUG:teuthology.orchestra.run.smithi063:> sudo apt-get update 2024-09-17T00:47:59.413 INFO:teuthology.orchestra.run.smithi018.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-09-17T00:47:59.511 INFO:teuthology.orchestra.run.smithi063.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-09-17T00:47:59.537 INFO:teuthology.orchestra.run.smithi018.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-17T00:47:59.580 INFO:teuthology.orchestra.run.smithi086.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-09-17T00:47:59.580 INFO:teuthology.orchestra.run.smithi086.stdout:Sourcing file `/etc/default/grub' 2024-09-17T00:47:59.605 INFO:teuthology.orchestra.run.smithi086.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-17T00:47:59.617 INFO:teuthology.orchestra.run.smithi018.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-09-17T00:47:59.626 INFO:teuthology.orchestra.run.smithi086.stdout:Generating grub configuration file ... 2024-09-17T00:47:59.632 INFO:teuthology.orchestra.run.smithi063.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-17T00:47:59.699 INFO:teuthology.orchestra.run.smithi018.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-09-17T00:47:59.721 INFO:teuthology.orchestra.run.smithi063.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-09-17T00:47:59.824 INFO:teuthology.orchestra.run.smithi063.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-09-17T00:47:59.882 INFO:teuthology.orchestra.run.smithi086.stdout:Found linux image: /boot/vmlinuz-5.15.0-122-generic 2024-09-17T00:47:59.902 INFO:teuthology.orchestra.run.smithi086.stdout:Found initrd image: /boot/initrd.img-5.15.0-122-generic 2024-09-17T00:48:00.230 INFO:teuthology.orchestra.run.smithi086.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-17T00:48:00.236 INFO:teuthology.orchestra.run.smithi086.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-17T00:48:00.305 INFO:teuthology.orchestra.run.smithi086.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-17T00:48:00.310 INFO:teuthology.orchestra.run.smithi086.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-17T00:48:00.471 INFO:teuthology.orchestra.run.smithi086.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-17T00:48:00.471 INFO:teuthology.orchestra.run.smithi086.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-09-17T00:48:00.471 INFO:teuthology.orchestra.run.smithi086.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-17T00:48:00.513 INFO:teuthology.orchestra.run.smithi086.stdout:done 2024-09-17T00:48:00.898 DEBUG:teuthology.orchestra.run.smithi086:> dpkg -s linux-image-generic 2024-09-17T00:48:00.923 INFO:teuthology.orchestra.run.smithi086.stdout:Package: linux-image-generic 2024-09-17T00:48:00.923 INFO:teuthology.orchestra.run.smithi086.stdout:Status: install ok installed 2024-09-17T00:48:00.923 INFO:teuthology.orchestra.run.smithi086.stdout:Priority: optional 2024-09-17T00:48:00.923 INFO:teuthology.orchestra.run.smithi086.stdout:Section: kernel 2024-09-17T00:48:00.923 INFO:teuthology.orchestra.run.smithi086.stdout:Installed-Size: 21 2024-09-17T00:48:00.923 INFO:teuthology.orchestra.run.smithi086.stdout:Maintainer: Ubuntu Kernel Team 2024-09-17T00:48:00.923 INFO:teuthology.orchestra.run.smithi086.stdout:Architecture: amd64 2024-09-17T00:48:00.923 INFO:teuthology.orchestra.run.smithi086.stdout:Source: linux-meta 2024-09-17T00:48:00.923 INFO:teuthology.orchestra.run.smithi086.stdout:Version: 5.15.0.122.122 2024-09-17T00:48:00.923 INFO:teuthology.orchestra.run.smithi086.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.4), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-122), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.4) 2024-09-17T00:48:00.923 INFO:teuthology.orchestra.run.smithi086.stdout:Depends: linux-image-5.15.0-122-generic, linux-modules-extra-5.15.0-122-generic, linux-firmware, intel-microcode, amd64-microcode 2024-09-17T00:48:00.924 INFO:teuthology.orchestra.run.smithi086.stdout:Recommends: thermald 2024-09-17T00:48:00.924 INFO:teuthology.orchestra.run.smithi086.stdout:Description: Generic Linux kernel image 2024-09-17T00:48:00.924 INFO:teuthology.orchestra.run.smithi086.stdout: This package will always depend on the latest generic kernel image 2024-09-17T00:48:00.924 INFO:teuthology.orchestra.run.smithi086.stdout: available. 2024-09-17T00:48:00.925 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-122-generic 2024-09-17T00:48:00.925 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-17T00:48:00.925 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-17T00:48:00.925 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-09-17T00:48:00.925 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi086.front.sepia.ceph.com, path=None, version=distro) 2024-09-17T00:48:00.925 DEBUG:teuthology.orchestra.run.smithi086:> sudo apt-get clean 2024-09-17T00:48:00.945 INFO:teuthology.orchestra.run.smithi018.stdout:Reading package lists... 2024-09-17T00:48:00.965 DEBUG:teuthology.orchestra.run.smithi018:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-17T00:48:01.018 INFO:teuthology.orchestra.run.smithi063.stdout:Reading package lists... 2024-09-17T00:48:01.028 INFO:teuthology.orchestra.run.smithi018.stdout:Reading package lists... 2024-09-17T00:48:01.037 DEBUG:teuthology.orchestra.run.smithi063:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-17T00:48:01.105 INFO:teuthology.orchestra.run.smithi063.stdout:Reading package lists... 2024-09-17T00:48:01.116 DEBUG:teuthology.orchestra.run.smithi086:> sudo apt-get update 2024-09-17T00:48:01.235 INFO:teuthology.orchestra.run.smithi086.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-09-17T00:48:01.235 INFO:teuthology.orchestra.run.smithi086.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-17T00:48:01.244 INFO:teuthology.orchestra.run.smithi086.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-09-17T00:48:01.245 INFO:teuthology.orchestra.run.smithi018.stdout:Building dependency tree... 2024-09-17T00:48:01.246 INFO:teuthology.orchestra.run.smithi018.stdout:Reading state information... 2024-09-17T00:48:01.261 INFO:teuthology.orchestra.run.smithi086.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-09-17T00:48:01.318 INFO:teuthology.orchestra.run.smithi063.stdout:Building dependency tree... 2024-09-17T00:48:01.318 INFO:teuthology.orchestra.run.smithi063.stdout:Reading state information... 2024-09-17T00:48:01.440 INFO:teuthology.orchestra.run.smithi018.stdout:linux-image-generic is already the newest version (5.15.0.122.122). 2024-09-17T00:48:01.440 INFO:teuthology.orchestra.run.smithi018.stdout:The following packages were automatically installed and are no longer required: 2024-09-17T00:48:01.440 INFO:teuthology.orchestra.run.smithi018.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-17T00:48:01.440 INFO:teuthology.orchestra.run.smithi018.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-17T00:48:01.440 INFO:teuthology.orchestra.run.smithi018.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-17T00:48:01.441 INFO:teuthology.orchestra.run.smithi018.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-09-17T00:48:01.441 INFO:teuthology.orchestra.run.smithi018.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-09-17T00:48:01.441 INFO:teuthology.orchestra.run.smithi018.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-17T00:48:01.485 INFO:teuthology.orchestra.run.smithi018.stdout:0 upgraded, 0 newly installed, 0 to remove and 344 not upgraded. 2024-09-17T00:48:01.487 DEBUG:teuthology.orchestra.run.smithi018:> dpkg -s linux-image-generic 2024-09-17T00:48:01.502 INFO:teuthology.orchestra.run.smithi018.stdout:Package: linux-image-generic 2024-09-17T00:48:01.503 INFO:teuthology.orchestra.run.smithi018.stdout:Status: install ok installed 2024-09-17T00:48:01.503 INFO:teuthology.orchestra.run.smithi018.stdout:Priority: optional 2024-09-17T00:48:01.503 INFO:teuthology.orchestra.run.smithi018.stdout:Section: kernel 2024-09-17T00:48:01.503 INFO:teuthology.orchestra.run.smithi018.stdout:Installed-Size: 21 2024-09-17T00:48:01.503 INFO:teuthology.orchestra.run.smithi018.stdout:Maintainer: Ubuntu Kernel Team 2024-09-17T00:48:01.503 INFO:teuthology.orchestra.run.smithi018.stdout:Architecture: amd64 2024-09-17T00:48:01.503 INFO:teuthology.orchestra.run.smithi018.stdout:Source: linux-meta 2024-09-17T00:48:01.503 INFO:teuthology.orchestra.run.smithi018.stdout:Version: 5.15.0.122.122 2024-09-17T00:48:01.503 INFO:teuthology.orchestra.run.smithi018.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.4), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-122), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.4) 2024-09-17T00:48:01.503 INFO:teuthology.orchestra.run.smithi018.stdout:Depends: linux-image-5.15.0-122-generic, linux-modules-extra-5.15.0-122-generic, linux-firmware, intel-microcode, amd64-microcode 2024-09-17T00:48:01.503 INFO:teuthology.orchestra.run.smithi018.stdout:Recommends: thermald 2024-09-17T00:48:01.503 INFO:teuthology.orchestra.run.smithi018.stdout:Description: Generic Linux kernel image 2024-09-17T00:48:01.504 INFO:teuthology.orchestra.run.smithi018.stdout: This package will always depend on the latest generic kernel image 2024-09-17T00:48:01.504 INFO:teuthology.orchestra.run.smithi018.stdout: available. 2024-09-17T00:48:01.504 DEBUG:teuthology.orchestra.run.smithi018:> mktemp 2024-09-17T00:48:01.516 INFO:teuthology.orchestra.run.smithi063.stdout:linux-image-generic is already the newest version (5.15.0.122.122). 2024-09-17T00:48:01.516 INFO:teuthology.orchestra.run.smithi063.stdout:The following packages were automatically installed and are no longer required: 2024-09-17T00:48:01.516 INFO:teuthology.orchestra.run.smithi063.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-17T00:48:01.516 INFO:teuthology.orchestra.run.smithi063.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-17T00:48:01.517 INFO:teuthology.orchestra.run.smithi063.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-17T00:48:01.517 INFO:teuthology.orchestra.run.smithi063.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-09-17T00:48:01.517 INFO:teuthology.orchestra.run.smithi063.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-09-17T00:48:01.517 INFO:teuthology.orchestra.run.smithi063.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-17T00:48:01.548 INFO:teuthology.orchestra.run.smithi018.stdout:/tmp/tmp.FwZ8IoB3Fr 2024-09-17T00:48:01.548 DEBUG:teuthology.orchestra.run.smithi018:> sudo cp /boot/grub/grub.cfg /tmp/tmp.FwZ8IoB3Fr 2024-09-17T00:48:01.564 INFO:teuthology.orchestra.run.smithi063.stdout:0 upgraded, 0 newly installed, 0 to remove and 344 not upgraded. 2024-09-17T00:48:01.566 DEBUG:teuthology.orchestra.run.smithi063:> dpkg -s linux-image-generic 2024-09-17T00:48:01.582 INFO:teuthology.orchestra.run.smithi063.stdout:Package: linux-image-generic 2024-09-17T00:48:01.582 INFO:teuthology.orchestra.run.smithi063.stdout:Status: install ok installed 2024-09-17T00:48:01.583 INFO:teuthology.orchestra.run.smithi063.stdout:Priority: optional 2024-09-17T00:48:01.583 INFO:teuthology.orchestra.run.smithi063.stdout:Section: kernel 2024-09-17T00:48:01.583 INFO:teuthology.orchestra.run.smithi063.stdout:Installed-Size: 21 2024-09-17T00:48:01.583 INFO:teuthology.orchestra.run.smithi063.stdout:Maintainer: Ubuntu Kernel Team 2024-09-17T00:48:01.583 INFO:teuthology.orchestra.run.smithi063.stdout:Architecture: amd64 2024-09-17T00:48:01.583 INFO:teuthology.orchestra.run.smithi063.stdout:Source: linux-meta 2024-09-17T00:48:01.583 INFO:teuthology.orchestra.run.smithi063.stdout:Version: 5.15.0.122.122 2024-09-17T00:48:01.583 INFO:teuthology.orchestra.run.smithi063.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.4), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-122), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.4) 2024-09-17T00:48:01.584 INFO:teuthology.orchestra.run.smithi063.stdout:Depends: linux-image-5.15.0-122-generic, linux-modules-extra-5.15.0-122-generic, linux-firmware, intel-microcode, amd64-microcode 2024-09-17T00:48:01.584 INFO:teuthology.orchestra.run.smithi063.stdout:Recommends: thermald 2024-09-17T00:48:01.584 INFO:teuthology.orchestra.run.smithi063.stdout:Description: Generic Linux kernel image 2024-09-17T00:48:01.584 INFO:teuthology.orchestra.run.smithi063.stdout: This package will always depend on the latest generic kernel image 2024-09-17T00:48:01.584 INFO:teuthology.orchestra.run.smithi063.stdout: available. 2024-09-17T00:48:01.584 DEBUG:teuthology.orchestra.run.smithi063:> mktemp 2024-09-17T00:48:01.604 DEBUG:teuthology.orchestra.run.smithi018:> sudo chmod 0666 /tmp/tmp.FwZ8IoB3Fr 2024-09-17T00:48:01.634 INFO:teuthology.orchestra.run.smithi063.stdout:/tmp/tmp.WjePxZDKyv 2024-09-17T00:48:01.634 DEBUG:teuthology.orchestra.run.smithi063:> sudo cp /boot/grub/grub.cfg /tmp/tmp.WjePxZDKyv 2024-09-17T00:48:01.708 DEBUG:teuthology.orchestra.run.smithi063:> sudo chmod 0666 /tmp/tmp.WjePxZDKyv 2024-09-17T00:48:01.829 DEBUG:teuthology.orchestra.remote:smithi063:/tmp/tmp.WjePxZDKyv is 10KB 2024-09-17T00:48:01.843 DEBUG:teuthology.orchestra.run.smithi063:> rm -fr /tmp/tmp.WjePxZDKyv 2024-09-17T00:48:01.848 DEBUG:teuthology.orchestra.run.smithi063:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-09-17T00:48:01.866 DEBUG:teuthology.orchestra.remote:smithi018:/tmp/tmp.FwZ8IoB3Fr is 10KB 2024-09-17T00:48:01.880 DEBUG:teuthology.orchestra.run.smithi018:> rm -fr /tmp/tmp.FwZ8IoB3Fr 2024-09-17T00:48:01.886 DEBUG:teuthology.orchestra.run.smithi018:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-09-17T00:48:01.905 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2024-09-17T00:48:01.905 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-09-17T00:48:01.905 DEBUG:teuthology.orchestra.run.smithi063:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-09-17T00:48:01.940 DEBUG:teuthology.orchestra.run.smithi018:> set -ex 2024-09-17T00:48:01.940 DEBUG:teuthology.orchestra.run.smithi018:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-09-17T00:48:01.940 DEBUG:teuthology.orchestra.run.smithi018:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-09-17T00:48:01.990 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-122-generic 2024-09-17T00:48:01.990 DEBUG:teuthology.orchestra.run.smithi063:> sudo update-grub 2024-09-17T00:48:02.017 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-122-generic 2024-09-17T00:48:02.017 DEBUG:teuthology.orchestra.run.smithi018:> sudo update-grub 2024-09-17T00:48:02.643 INFO:teuthology.orchestra.run.smithi086.stdout:Reading package lists... 2024-09-17T00:48:02.661 DEBUG:teuthology.orchestra.run.smithi086:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-17T00:48:02.723 INFO:teuthology.orchestra.run.smithi086.stdout:Reading package lists... 2024-09-17T00:48:02.936 INFO:teuthology.orchestra.run.smithi086.stdout:Building dependency tree... 2024-09-17T00:48:02.936 INFO:teuthology.orchestra.run.smithi086.stdout:Reading state information... 2024-09-17T00:48:03.113 INFO:teuthology.orchestra.run.smithi086.stdout:linux-image-generic is already the newest version (5.15.0.122.122). 2024-09-17T00:48:03.113 INFO:teuthology.orchestra.run.smithi086.stdout:The following packages were automatically installed and are no longer required: 2024-09-17T00:48:03.113 INFO:teuthology.orchestra.run.smithi086.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-17T00:48:03.113 INFO:teuthology.orchestra.run.smithi086.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-17T00:48:03.113 INFO:teuthology.orchestra.run.smithi086.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-17T00:48:03.113 INFO:teuthology.orchestra.run.smithi086.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-09-17T00:48:03.114 INFO:teuthology.orchestra.run.smithi086.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-09-17T00:48:03.114 INFO:teuthology.orchestra.run.smithi086.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-17T00:48:03.153 INFO:teuthology.orchestra.run.smithi086.stdout:0 upgraded, 0 newly installed, 0 to remove and 344 not upgraded. 2024-09-17T00:48:03.155 DEBUG:teuthology.orchestra.run.smithi086:> dpkg -s linux-image-generic 2024-09-17T00:48:03.171 INFO:teuthology.orchestra.run.smithi086.stdout:Package: linux-image-generic 2024-09-17T00:48:03.171 INFO:teuthology.orchestra.run.smithi086.stdout:Status: install ok installed 2024-09-17T00:48:03.172 INFO:teuthology.orchestra.run.smithi086.stdout:Priority: optional 2024-09-17T00:48:03.172 INFO:teuthology.orchestra.run.smithi086.stdout:Section: kernel 2024-09-17T00:48:03.172 INFO:teuthology.orchestra.run.smithi086.stdout:Installed-Size: 21 2024-09-17T00:48:03.172 INFO:teuthology.orchestra.run.smithi086.stdout:Maintainer: Ubuntu Kernel Team 2024-09-17T00:48:03.172 INFO:teuthology.orchestra.run.smithi086.stdout:Architecture: amd64 2024-09-17T00:48:03.172 INFO:teuthology.orchestra.run.smithi086.stdout:Source: linux-meta 2024-09-17T00:48:03.172 INFO:teuthology.orchestra.run.smithi086.stdout:Version: 5.15.0.122.122 2024-09-17T00:48:03.172 INFO:teuthology.orchestra.run.smithi086.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.4), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-122), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.4) 2024-09-17T00:48:03.172 INFO:teuthology.orchestra.run.smithi086.stdout:Depends: linux-image-5.15.0-122-generic, linux-modules-extra-5.15.0-122-generic, linux-firmware, intel-microcode, amd64-microcode 2024-09-17T00:48:03.172 INFO:teuthology.orchestra.run.smithi086.stdout:Recommends: thermald 2024-09-17T00:48:03.172 INFO:teuthology.orchestra.run.smithi086.stdout:Description: Generic Linux kernel image 2024-09-17T00:48:03.172 INFO:teuthology.orchestra.run.smithi086.stdout: This package will always depend on the latest generic kernel image 2024-09-17T00:48:03.173 INFO:teuthology.orchestra.run.smithi086.stdout: available. 2024-09-17T00:48:03.173 DEBUG:teuthology.orchestra.run.smithi086:> mktemp 2024-09-17T00:48:03.217 INFO:teuthology.orchestra.run.smithi086.stdout:/tmp/tmp.VRslvbQ1ye 2024-09-17T00:48:03.218 DEBUG:teuthology.orchestra.run.smithi086:> sudo cp /boot/grub/grub.cfg /tmp/tmp.VRslvbQ1ye 2024-09-17T00:48:03.267 INFO:teuthology.orchestra.run.smithi018.stderr:Sourcing file `/etc/default/grub' 2024-09-17T00:48:03.268 DEBUG:teuthology.orchestra.run.smithi086:> sudo chmod 0666 /tmp/tmp.VRslvbQ1ye 2024-09-17T00:48:03.269 INFO:teuthology.orchestra.run.smithi018.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-17T00:48:03.271 INFO:teuthology.orchestra.run.smithi018.stderr:Generating grub configuration file ... 2024-09-17T00:48:03.296 INFO:teuthology.orchestra.run.smithi063.stderr:Sourcing file `/etc/default/grub' 2024-09-17T00:48:03.297 INFO:teuthology.orchestra.run.smithi063.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-17T00:48:03.299 INFO:teuthology.orchestra.run.smithi063.stderr:Generating grub configuration file ... 2024-09-17T00:48:03.385 DEBUG:teuthology.orchestra.remote:smithi086:/tmp/tmp.VRslvbQ1ye is 10KB 2024-09-17T00:48:03.398 DEBUG:teuthology.orchestra.run.smithi086:> rm -fr /tmp/tmp.VRslvbQ1ye 2024-09-17T00:48:03.405 DEBUG:teuthology.orchestra.run.smithi086:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-09-17T00:48:03.457 DEBUG:teuthology.orchestra.run.smithi086:> set -ex 2024-09-17T00:48:03.457 DEBUG:teuthology.orchestra.run.smithi086:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-09-17T00:48:03.457 DEBUG:teuthology.orchestra.run.smithi086:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-09-17T00:48:03.471 INFO:teuthology.orchestra.run.smithi018.stderr:Found linux image: /boot/vmlinuz-5.15.0-122-generic 2024-09-17T00:48:03.479 INFO:teuthology.orchestra.run.smithi018.stderr:Found initrd image: /boot/initrd.img-5.15.0-122-generic 2024-09-17T00:48:03.523 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-122-generic 2024-09-17T00:48:03.523 DEBUG:teuthology.orchestra.run.smithi086:> sudo update-grub 2024-09-17T00:48:03.576 INFO:teuthology.orchestra.run.smithi063.stderr:Found linux image: /boot/vmlinuz-5.15.0-122-generic 2024-09-17T00:48:03.583 INFO:teuthology.orchestra.run.smithi063.stderr:Found initrd image: /boot/initrd.img-5.15.0-122-generic 2024-09-17T00:48:03.702 INFO:teuthology.orchestra.run.smithi018.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-17T00:48:03.708 INFO:teuthology.orchestra.run.smithi018.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-17T00:48:03.748 INFO:teuthology.orchestra.run.smithi018.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-17T00:48:03.753 INFO:teuthology.orchestra.run.smithi018.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-17T00:48:03.874 INFO:teuthology.orchestra.run.smithi063.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-17T00:48:03.879 INFO:teuthology.orchestra.run.smithi063.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-17T00:48:03.920 INFO:teuthology.orchestra.run.smithi063.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-17T00:48:03.925 INFO:teuthology.orchestra.run.smithi063.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-17T00:48:03.959 INFO:teuthology.orchestra.run.smithi018.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-17T00:48:03.960 INFO:teuthology.orchestra.run.smithi018.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-09-17T00:48:03.960 INFO:teuthology.orchestra.run.smithi018.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-17T00:48:03.972 INFO:teuthology.orchestra.run.smithi018.stderr:done 2024-09-17T00:48:03.986 DEBUG:teuthology.orchestra.run.smithi018:> sudo shutdown -r now 2024-09-17T00:48:04.068 INFO:teuthology.orchestra.run.smithi063.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-17T00:48:04.068 INFO:teuthology.orchestra.run.smithi063.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-09-17T00:48:04.068 INFO:teuthology.orchestra.run.smithi063.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-17T00:48:04.088 INFO:teuthology.orchestra.run.smithi063.stderr:done 2024-09-17T00:48:04.090 DEBUG:teuthology.orchestra.run.smithi063:> sudo shutdown -r now 2024-09-17T00:48:04.875 INFO:teuthology.orchestra.run.smithi086.stderr:Sourcing file `/etc/default/grub' 2024-09-17T00:48:04.876 INFO:teuthology.orchestra.run.smithi086.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-17T00:48:04.879 INFO:teuthology.orchestra.run.smithi086.stderr:Generating grub configuration file ... 2024-09-17T00:48:05.053 INFO:teuthology.orchestra.run.smithi086.stderr:Found linux image: /boot/vmlinuz-5.15.0-122-generic 2024-09-17T00:48:05.059 INFO:teuthology.orchestra.run.smithi086.stderr:Found initrd image: /boot/initrd.img-5.15.0-122-generic 2024-09-17T00:48:05.285 INFO:teuthology.orchestra.run.smithi086.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-17T00:48:05.290 INFO:teuthology.orchestra.run.smithi086.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-17T00:48:05.330 INFO:teuthology.orchestra.run.smithi086.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-17T00:48:05.335 INFO:teuthology.orchestra.run.smithi086.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-17T00:48:05.476 INFO:teuthology.orchestra.run.smithi086.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-17T00:48:05.477 INFO:teuthology.orchestra.run.smithi086.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-09-17T00:48:05.477 INFO:teuthology.orchestra.run.smithi086.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-17T00:48:05.495 INFO:teuthology.orchestra.run.smithi086.stderr:done 2024-09-17T00:48:05.498 DEBUG:teuthology.orchestra.run.smithi086:> sudo shutdown -r now 2024-09-17T00:48:34.021 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-09-17T00:48:34.021 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi018.front.sepia.ceph.com' 2024-09-17T00:48:34.022 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi018.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T00:48:34.092 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-09-17T00:48:34.093 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi063.front.sepia.ceph.com' 2024-09-17T00:48:34.093 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi063.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T00:48:35.501 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-09-17T00:48:35.501 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi086.front.sepia.ceph.com' 2024-09-17T00:48:35.501 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi086.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T00:48:52.541 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.63 2024-09-17T00:48:52.541 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.18 2024-09-17T00:48:53.821 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.86 2024-09-17T00:49:01.549 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi063.front.sepia.ceph.com' 2024-09-17T00:49:01.549 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi063.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T00:49:01.551 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi018.front.sepia.ceph.com' 2024-09-17T00:49:01.551 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi018.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T00:49:02.823 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi086.front.sepia.ceph.com' 2024-09-17T00:49:02.823 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi086.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T00:49:04.605 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.63 2024-09-17T00:49:05.885 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.86 2024-09-17T00:49:16.617 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi063.front.sepia.ceph.com' 2024-09-17T00:49:16.617 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi063.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T00:49:17.886 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi086.front.sepia.ceph.com' 2024-09-17T00:49:17.887 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi086.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T00:49:35.041 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.63 2024-09-17T00:49:36.317 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.86 2024-09-17T00:49:50.054 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi063.front.sepia.ceph.com' 2024-09-17T00:49:50.055 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi063.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T00:49:50.561 DEBUG:teuthology.orchestra.run.smithi063:> true 2024-09-17T00:49:51.318 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi086.front.sepia.ceph.com' 2024-09-17T00:49:51.318 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi086.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T00:49:51.422 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi063.front.sepia.ceph.com' 2024-09-17T00:49:51.422 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-122-generic"... 2024-09-17T00:49:51.422 DEBUG:teuthology.orchestra.run.smithi063:> uname -r 2024-09-17T00:49:51.469 INFO:teuthology.orchestra.run.smithi063.stdout:5.15.0-122-generic 2024-09-17T00:49:51.469 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-122-generic vs 5.15.0-122-generic 2024-09-17T00:49:51.469 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-17T00:49:51.470 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-09-17T00:49:51.977 DEBUG:teuthology.orchestra.run.smithi086:> true 2024-09-17T00:49:52.471 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-09-17T00:49:52.471 DEBUG:teuthology.orchestra.run.smithi063:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-17T00:49:52.603 INFO:teuthology.orchestra.run.smithi063.stdout:ttyS1 2024-09-17T00:49:52.634 DEBUG:teuthology.parallel:result is None 2024-09-17T00:49:52.837 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi086.front.sepia.ceph.com' 2024-09-17T00:49:52.837 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.15.0-122-generic"... 2024-09-17T00:49:52.838 DEBUG:teuthology.orchestra.run.smithi086:> uname -r 2024-09-17T00:49:52.842 INFO:teuthology.orchestra.run.smithi086.stdout:5.15.0-122-generic 2024-09-17T00:49:52.842 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-122-generic vs 5.15.0-122-generic 2024-09-17T00:49:52.842 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-17T00:49:52.842 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-09-17T00:49:53.843 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-09-17T00:49:53.843 DEBUG:teuthology.orchestra.run.smithi086:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-17T00:49:54.219 INFO:teuthology.orchestra.run.smithi086.stdout:ttyS1 2024-09-17T00:49:54.237 DEBUG:teuthology.parallel:result is None 2024-09-17T00:50:01.553 DEBUG:teuthology.orchestra.remote:timed out 2024-09-17T00:50:13.554 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi018.front.sepia.ceph.com' 2024-09-17T00:50:13.555 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi018.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T00:50:13.803 DEBUG:teuthology.orchestra.run.smithi018:> true 2024-09-17T00:50:14.407 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi018.front.sepia.ceph.com' 2024-09-17T00:50:14.408 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-122-generic"... 2024-09-17T00:50:14.408 DEBUG:teuthology.orchestra.run.smithi018:> uname -r 2024-09-17T00:50:14.456 INFO:teuthology.orchestra.run.smithi018.stdout:5.15.0-122-generic 2024-09-17T00:50:14.456 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-122-generic vs 5.15.0-122-generic 2024-09-17T00:50:14.456 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-17T00:50:14.456 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-09-17T00:50:15.457 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-09-17T00:50:15.457 DEBUG:teuthology.orchestra.run.smithi018:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-17T00:50:15.546 INFO:teuthology.orchestra.run.smithi018.stdout:ttyS1 2024-09-17T00:50:15.566 DEBUG:teuthology.parallel:result is None 2024-09-17T00:50:15.566 INFO:teuthology.run_tasks:Running task internal.base... 2024-09-17T00:50:15.572 INFO:teuthology.task.internal:Creating test directory... 2024-09-17T00:50:15.573 DEBUG:teuthology.orchestra.run.smithi018:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-17T00:50:15.576 DEBUG:teuthology.orchestra.run.smithi063:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-17T00:50:15.578 DEBUG:teuthology.orchestra.run.smithi086:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-17T00:50:15.585 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-09-17T00:50:15.629 INFO:teuthology.run_tasks:Running task internal.archive... 2024-09-17T00:50:15.642 INFO:teuthology.task.internal:Creating archive directory... 2024-09-17T00:50:15.643 DEBUG:teuthology.orchestra.run.smithi018:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-17T00:50:15.645 DEBUG:teuthology.orchestra.run.smithi063:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-17T00:50:15.648 DEBUG:teuthology.orchestra.run.smithi086:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-17T00:50:15.969 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-09-17T00:50:15.976 INFO:teuthology.task.internal:Enabling coredump saving... 2024-09-17T00:50:15.976 DEBUG:teuthology.orchestra.run.smithi018:> 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-17T00:50:15.978 DEBUG:teuthology.orchestra.run.smithi063:> 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-17T00:50:15.981 DEBUG:teuthology.orchestra.run.smithi086:> 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-17T00:50:15.998 INFO:teuthology.orchestra.run.smithi063.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-17T00:50:15.999 INFO:teuthology.orchestra.run.smithi018.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-17T00:50:16.000 INFO:teuthology.orchestra.run.smithi086.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-17T00:50:16.007 INFO:teuthology.orchestra.run.smithi063.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-17T00:50:16.008 INFO:teuthology.orchestra.run.smithi086.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-17T00:50:16.009 INFO:teuthology.orchestra.run.smithi018.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-17T00:50:16.011 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-09-17T00:50:16.022 INFO:teuthology.task.internal:Configuring sudo... 2024-09-17T00:50:16.022 DEBUG:teuthology.orchestra.run.smithi018:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-17T00:50:16.053 DEBUG:teuthology.orchestra.run.smithi063:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-17T00:50:16.057 DEBUG:teuthology.orchestra.run.smithi086:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-17T00:50:16.070 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-09-17T00:50:16.081 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-09-17T00:50:16.081 DEBUG:teuthology.orchestra.run.smithi018:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-17T00:50:16.109 DEBUG:teuthology.orchestra.run.smithi063:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-17T00:50:16.114 DEBUG:teuthology.orchestra.run.smithi086:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-17T00:50:16.118 DEBUG:teuthology.orchestra.run.smithi018:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-17T00:50:16.161 DEBUG:teuthology.orchestra.run.smithi018:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-17T00:50:16.209 DEBUG:teuthology.orchestra.run.smithi018:> set -ex 2024-09-17T00:50:16.209 DEBUG:teuthology.orchestra.run.smithi018:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-17T00:50:16.274 DEBUG:teuthology.orchestra.run.smithi063:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-17T00:50:16.280 DEBUG:teuthology.orchestra.run.smithi063:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-17T00:50:16.329 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2024-09-17T00:50:16.329 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-17T00:50:16.392 DEBUG:teuthology.orchestra.run.smithi086:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-17T00:50:16.398 DEBUG:teuthology.orchestra.run.smithi086:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-17T00:50:16.444 DEBUG:teuthology.orchestra.run.smithi086:> set -ex 2024-09-17T00:50:16.444 DEBUG:teuthology.orchestra.run.smithi086:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-17T00:50:16.512 DEBUG:teuthology.orchestra.run.smithi018:> sudo service rsyslog restart 2024-09-17T00:50:16.515 DEBUG:teuthology.orchestra.run.smithi063:> sudo service rsyslog restart 2024-09-17T00:50:16.517 DEBUG:teuthology.orchestra.run.smithi086:> sudo service rsyslog restart 2024-09-17T00:50:16.583 INFO:teuthology.run_tasks:Running task internal.timer... 2024-09-17T00:50:16.594 INFO:teuthology.task.internal:Starting timer... 2024-09-17T00:50:16.594 INFO:teuthology.run_tasks:Running task pcp... 2024-09-17T00:50:16.628 INFO:teuthology.run_tasks:Running task selinux... 2024-09-17T00:50:16.644 DEBUG:teuthology.task.selinux:Excluding smithi018: OS 'ubuntu' does not support SELinux 2024-09-17T00:50:16.644 DEBUG:teuthology.task.selinux:Excluding smithi063: OS 'ubuntu' does not support SELinux 2024-09-17T00:50:16.644 DEBUG:teuthology.task.selinux:Excluding smithi086: OS 'ubuntu' does not support SELinux 2024-09-17T00:50:16.644 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-09-17T00:50:16.644 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-09-17T00:50:16.644 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-09-17T00:50:16.644 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-09-17T00:50:16.659 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-09-17T00:50:16.676 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-17T00:50:16.677 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi018.front.sepia.ceph.com,smithi063.front.sepia.ceph.com,smithi086.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-09-17T00:57:58.559 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi018.front.sepia.ceph.com'), Remote(name='ubuntu@smithi063.front.sepia.ceph.com'), Remote(name='ubuntu@smithi086.front.sepia.ceph.com')] 2024-09-17T00:57:58.561 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi018.front.sepia.ceph.com' 2024-09-17T00:57:58.562 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi018.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T00:57:58.658 DEBUG:teuthology.orchestra.run.smithi018:> true 2024-09-17T00:57:58.733 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi018.front.sepia.ceph.com' 2024-09-17T00:57:58.733 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi063.front.sepia.ceph.com' 2024-09-17T00:57:58.734 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi063.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T00:57:58.826 DEBUG:teuthology.orchestra.run.smithi063:> true 2024-09-17T00:57:58.909 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi063.front.sepia.ceph.com' 2024-09-17T00:57:58.909 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi086.front.sepia.ceph.com' 2024-09-17T00:57:58.910 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi086.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T00:57:58.993 DEBUG:teuthology.orchestra.run.smithi086:> true 2024-09-17T00:57:59.073 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi086.front.sepia.ceph.com' 2024-09-17T00:57:59.074 INFO:teuthology.run_tasks:Running task clock... 2024-09-17T00:57:59.086 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-09-17T00:57:59.086 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-17T00:57:59.087 DEBUG:teuthology.orchestra.run.smithi018:> 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-17T00:57:59.089 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-17T00:57:59.089 DEBUG:teuthology.orchestra.run.smithi063:> 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-17T00:57:59.091 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-17T00:57:59.092 DEBUG:teuthology.orchestra.run.smithi086:> 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-17T00:57:59.117 INFO:teuthology.orchestra.run.smithi018.stdout:17 Sep 00:57:59 ntpd[18392]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-09-17T00:57:59.117 INFO:teuthology.orchestra.run.smithi018.stdout:17 Sep 00:57:59 ntpd[18392]: Command line: ntpd -gq 2024-09-17T00:57:59.117 INFO:teuthology.orchestra.run.smithi018.stdout:17 Sep 00:57:59 ntpd[18392]: ---------------------------------------------------- 2024-09-17T00:57:59.117 INFO:teuthology.orchestra.run.smithi018.stdout:17 Sep 00:57:59 ntpd[18392]: ntp-4 is maintained by Network Time Foundation, 2024-09-17T00:57:59.117 INFO:teuthology.orchestra.run.smithi018.stdout:17 Sep 00:57:59 ntpd[18392]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-09-17T00:57:59.117 INFO:teuthology.orchestra.run.smithi018.stdout:17 Sep 00:57:59 ntpd[18392]: corporation. Support and training for ntp-4 are 2024-09-17T00:57:59.117 INFO:teuthology.orchestra.run.smithi018.stdout:17 Sep 00:57:59 ntpd[18392]: available at https://www.nwtime.org/support 2024-09-17T00:57:59.117 INFO:teuthology.orchestra.run.smithi018.stdout:17 Sep 00:57:59 ntpd[18392]: ---------------------------------------------------- 2024-09-17T00:57:59.118 INFO:teuthology.orchestra.run.smithi018.stdout:17 Sep 00:57:59 ntpd[18392]: proto: precision = 0.067 usec (-24) 2024-09-17T00:57:59.118 INFO:teuthology.orchestra.run.smithi018.stdout:17 Sep 00:57:59 ntpd[18392]: basedate set to 2022-02-04 2024-09-17T00:57:59.118 INFO:teuthology.orchestra.run.smithi018.stdout:17 Sep 00:57:59 ntpd[18392]: gps base set to 2022-02-06 (week 2196) 2024-09-17T00:57:59.119 INFO:teuthology.orchestra.run.smithi018.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-17T00:57:59.119 INFO:teuthology.orchestra.run.smithi018.stdout:17 Sep 00:57:59 ntpd[18392]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-17T00:57:59.119 INFO:teuthology.orchestra.run.smithi018.stdout:17 Sep 00:57:59 ntpd[18392]: restrict ::: KOD does nothing without LIMITED. 2024-09-17T00:57:59.119 INFO:teuthology.orchestra.run.smithi018.stderr:restrict ::: KOD does nothing without LIMITED. 2024-09-17T00:57:59.120 INFO:teuthology.orchestra.run.smithi018.stdout:17 Sep 00:57:59 ntpd[18392]: Listen and drop on 0 v6wildcard [::]:123 2024-09-17T00:57:59.120 INFO:teuthology.orchestra.run.smithi018.stdout:17 Sep 00:57:59 ntpd[18392]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-09-17T00:57:59.120 INFO:teuthology.orchestra.run.smithi018.stdout:17 Sep 00:57:59 ntpd[18392]: Listen normally on 2 lo 127.0.0.1:123 2024-09-17T00:57:59.121 INFO:teuthology.orchestra.run.smithi018.stdout:17 Sep 00:57:59 ntpd[18392]: Listen normally on 3 ens1f0 172.21.15.18:123 2024-09-17T00:57:59.121 INFO:teuthology.orchestra.run.smithi018.stdout:17 Sep 00:57:59 ntpd[18392]: Listen normally on 4 lo [::1]:123 2024-09-17T00:57:59.121 INFO:teuthology.orchestra.run.smithi018.stdout:17 Sep 00:57:59 ntpd[18392]: Listen normally on 5 ens1f0 [fe80::ec4:7aff:febd:1362%4]:123 2024-09-17T00:57:59.121 INFO:teuthology.orchestra.run.smithi018.stdout:17 Sep 00:57:59 ntpd[18392]: Listening on routing socket on fd #22 for interface updates 2024-09-17T00:57:59.122 INFO:teuthology.orchestra.run.smithi063.stdout:17 Sep 00:57:59 ntpd[18461]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-09-17T00:57:59.122 INFO:teuthology.orchestra.run.smithi063.stdout:17 Sep 00:57:59 ntpd[18461]: Command line: ntpd -gq 2024-09-17T00:57:59.122 INFO:teuthology.orchestra.run.smithi063.stdout:17 Sep 00:57:59 ntpd[18461]: ---------------------------------------------------- 2024-09-17T00:57:59.122 INFO:teuthology.orchestra.run.smithi063.stdout:17 Sep 00:57:59 ntpd[18461]: ntp-4 is maintained by Network Time Foundation, 2024-09-17T00:57:59.122 INFO:teuthology.orchestra.run.smithi063.stdout:17 Sep 00:57:59 ntpd[18461]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-09-17T00:57:59.122 INFO:teuthology.orchestra.run.smithi063.stdout:17 Sep 00:57:59 ntpd[18461]: corporation. Support and training for ntp-4 are 2024-09-17T00:57:59.122 INFO:teuthology.orchestra.run.smithi063.stdout:17 Sep 00:57:59 ntpd[18461]: available at https://www.nwtime.org/support 2024-09-17T00:57:59.123 INFO:teuthology.orchestra.run.smithi063.stdout:17 Sep 00:57:59 ntpd[18461]: ---------------------------------------------------- 2024-09-17T00:57:59.123 INFO:teuthology.orchestra.run.smithi063.stdout:17 Sep 00:57:59 ntpd[18461]: proto: precision = 0.046 usec (-24) 2024-09-17T00:57:59.123 INFO:teuthology.orchestra.run.smithi063.stdout:17 Sep 00:57:59 ntpd[18461]: basedate set to 2022-02-04 2024-09-17T00:57:59.123 INFO:teuthology.orchestra.run.smithi063.stdout:17 Sep 00:57:59 ntpd[18461]: gps base set to 2022-02-06 (week 2196) 2024-09-17T00:57:59.123 INFO:teuthology.orchestra.run.smithi063.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-17T00:57:59.123 INFO:teuthology.orchestra.run.smithi063.stdout:17 Sep 00:57:59 ntpd[18461]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-17T00:57:59.123 INFO:teuthology.orchestra.run.smithi063.stdout:17 Sep 00:57:59 ntpd[18461]: restrict ::: KOD does nothing without LIMITED. 2024-09-17T00:57:59.124 INFO:teuthology.orchestra.run.smithi063.stderr:restrict ::: KOD does nothing without LIMITED. 2024-09-17T00:57:59.125 INFO:teuthology.orchestra.run.smithi063.stdout:17 Sep 00:57:59 ntpd[18461]: Listen and drop on 0 v6wildcard [::]:123 2024-09-17T00:57:59.125 INFO:teuthology.orchestra.run.smithi063.stdout:17 Sep 00:57:59 ntpd[18461]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-09-17T00:57:59.125 INFO:teuthology.orchestra.run.smithi063.stdout:17 Sep 00:57:59 ntpd[18461]: Listen normally on 2 lo 127.0.0.1:123 2024-09-17T00:57:59.125 INFO:teuthology.orchestra.run.smithi063.stdout:17 Sep 00:57:59 ntpd[18461]: Listen normally on 3 enp3s0f1 172.21.15.63:123 2024-09-17T00:57:59.125 INFO:teuthology.orchestra.run.smithi063.stdout:17 Sep 00:57:59 ntpd[18461]: Listen normally on 4 lo [::1]:123 2024-09-17T00:57:59.125 INFO:teuthology.orchestra.run.smithi063.stdout:17 Sep 00:57:59 ntpd[18461]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:feb6:f8d7%5]:123 2024-09-17T00:57:59.125 INFO:teuthology.orchestra.run.smithi063.stdout:17 Sep 00:57:59 ntpd[18461]: Listening on routing socket on fd #22 for interface updates 2024-09-17T00:57:59.145 INFO:teuthology.orchestra.run.smithi086.stdout:17 Sep 00:57:59 ntpd[18462]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-09-17T00:57:59.146 INFO:teuthology.orchestra.run.smithi086.stdout:17 Sep 00:57:59 ntpd[18462]: Command line: ntpd -gq 2024-09-17T00:57:59.146 INFO:teuthology.orchestra.run.smithi086.stdout:17 Sep 00:57:59 ntpd[18462]: ---------------------------------------------------- 2024-09-17T00:57:59.146 INFO:teuthology.orchestra.run.smithi086.stdout:17 Sep 00:57:59 ntpd[18462]: ntp-4 is maintained by Network Time Foundation, 2024-09-17T00:57:59.146 INFO:teuthology.orchestra.run.smithi086.stdout:17 Sep 00:57:59 ntpd[18462]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-09-17T00:57:59.146 INFO:teuthology.orchestra.run.smithi086.stdout:17 Sep 00:57:59 ntpd[18462]: corporation. Support and training for ntp-4 are 2024-09-17T00:57:59.146 INFO:teuthology.orchestra.run.smithi086.stdout:17 Sep 00:57:59 ntpd[18462]: available at https://www.nwtime.org/support 2024-09-17T00:57:59.146 INFO:teuthology.orchestra.run.smithi086.stdout:17 Sep 00:57:59 ntpd[18462]: ---------------------------------------------------- 2024-09-17T00:57:59.147 INFO:teuthology.orchestra.run.smithi086.stdout:17 Sep 00:57:59 ntpd[18462]: proto: precision = 0.054 usec (-24) 2024-09-17T00:57:59.147 INFO:teuthology.orchestra.run.smithi086.stdout:17 Sep 00:57:59 ntpd[18462]: basedate set to 2022-02-04 2024-09-17T00:57:59.147 INFO:teuthology.orchestra.run.smithi086.stdout:17 Sep 00:57:59 ntpd[18462]: gps base set to 2022-02-06 (week 2196) 2024-09-17T00:57:59.147 INFO:teuthology.orchestra.run.smithi086.stdout:17 Sep 00:57:59 ntpd[18462]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-17T00:57:59.147 INFO:teuthology.orchestra.run.smithi086.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-17T00:57:59.147 INFO:teuthology.orchestra.run.smithi086.stderr:restrict ::: KOD does nothing without LIMITED. 2024-09-17T00:57:59.148 INFO:teuthology.orchestra.run.smithi086.stdout:17 Sep 00:57:59 ntpd[18462]: restrict ::: KOD does nothing without LIMITED. 2024-09-17T00:57:59.148 INFO:teuthology.orchestra.run.smithi086.stdout:17 Sep 00:57:59 ntpd[18462]: Listen and drop on 0 v6wildcard [::]:123 2024-09-17T00:57:59.149 INFO:teuthology.orchestra.run.smithi086.stdout:17 Sep 00:57:59 ntpd[18462]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-09-17T00:57:59.149 INFO:teuthology.orchestra.run.smithi086.stdout:17 Sep 00:57:59 ntpd[18462]: Listen normally on 2 lo 127.0.0.1:123 2024-09-17T00:57:59.149 INFO:teuthology.orchestra.run.smithi086.stdout:17 Sep 00:57:59 ntpd[18462]: Listen normally on 3 enp3s0f1 172.21.15.86:123 2024-09-17T00:57:59.149 INFO:teuthology.orchestra.run.smithi086.stdout:17 Sep 00:57:59 ntpd[18462]: Listen normally on 4 lo [::1]:123 2024-09-17T00:57:59.149 INFO:teuthology.orchestra.run.smithi086.stdout:17 Sep 00:57:59 ntpd[18462]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:d809%5]:123 2024-09-17T00:57:59.149 INFO:teuthology.orchestra.run.smithi086.stdout:17 Sep 00:57:59 ntpd[18462]: Listening on routing socket on fd #22 for interface updates 2024-09-17T00:58:00.118 INFO:teuthology.orchestra.run.smithi018.stderr:17 Sep 00:58:00 ntpd[18392]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T00:58:00.118 INFO:teuthology.orchestra.run.smithi018.stderr:17 Sep 00:58:00 ntpd[18392]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T00:58:00.118 INFO:teuthology.orchestra.run.smithi018.stderr:17 Sep 00:58:00 ntpd[18392]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T00:58:00.118 INFO:teuthology.orchestra.run.smithi018.stderr:17 Sep 00:58:00 ntpd[18392]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T00:58:00.118 INFO:teuthology.orchestra.run.smithi018.stderr:17 Sep 00:58:00 ntpd[18392]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T00:58:00.118 INFO:teuthology.orchestra.run.smithi018.stderr:17 Sep 00:58:00 ntpd[18392]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T00:58:00.118 INFO:teuthology.orchestra.run.smithi018.stderr:17 Sep 00:58:00 ntpd[18392]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-17T00:58:00.118 INFO:teuthology.orchestra.run.smithi018.stderr:17 Sep 00:58:00 ntpd[18392]: can't open /var/log/ntpstats/peerstats.20240917: Permission denied 2024-09-17T00:58:00.118 INFO:teuthology.orchestra.run.smithi018.stderr:17 Sep 00:58:00 ntpd[18392]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T00:58:00.119 INFO:teuthology.orchestra.run.smithi018.stderr:17 Sep 00:58:00 ntpd[18392]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T00:58:00.119 INFO:teuthology.orchestra.run.smithi018.stderr:17 Sep 00:58:00 ntpd[18392]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-17T00:58:00.119 INFO:teuthology.orchestra.run.smithi018.stderr:17 Sep 00:58:00 ntpd[18392]: can't open /var/log/ntpstats/peerstats.20240917: Permission denied 2024-09-17T00:58:00.120 INFO:teuthology.orchestra.run.smithi063.stderr:17 Sep 00:58:00 ntpd[18461]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T00:58:00.121 INFO:teuthology.orchestra.run.smithi063.stderr:17 Sep 00:58:00 ntpd[18461]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T00:58:00.147 INFO:teuthology.orchestra.run.smithi086.stderr:17 Sep 00:58:00 ntpd[18462]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T00:58:00.147 INFO:teuthology.orchestra.run.smithi086.stderr:17 Sep 00:58:00 ntpd[18462]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T00:58:00.147 INFO:teuthology.orchestra.run.smithi086.stderr:17 Sep 00:58:00 ntpd[18462]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T00:58:00.147 INFO:teuthology.orchestra.run.smithi086.stderr:17 Sep 00:58:00 ntpd[18462]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T00:58:00.148 INFO:teuthology.orchestra.run.smithi086.stderr:17 Sep 00:58:00 ntpd[18462]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-17T00:58:00.148 INFO:teuthology.orchestra.run.smithi086.stderr:17 Sep 00:58:00 ntpd[18462]: can't open /var/log/ntpstats/peerstats.20240917: Permission denied 2024-09-17T00:58:01.121 INFO:teuthology.orchestra.run.smithi063.stderr:17 Sep 00:58:01 ntpd[18461]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T00:58:01.121 INFO:teuthology.orchestra.run.smithi063.stderr:17 Sep 00:58:01 ntpd[18461]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T00:58:01.121 INFO:teuthology.orchestra.run.smithi063.stderr:17 Sep 00:58:01 ntpd[18461]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T00:58:01.122 INFO:teuthology.orchestra.run.smithi063.stderr:17 Sep 00:58:01 ntpd[18461]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T00:58:01.122 INFO:teuthology.orchestra.run.smithi063.stderr:17 Sep 00:58:01 ntpd[18461]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-17T00:58:01.122 INFO:teuthology.orchestra.run.smithi063.stderr:17 Sep 00:58:01 ntpd[18461]: can't open /var/log/ntpstats/peerstats.20240917: Permission denied 2024-09-17T00:58:01.146 INFO:teuthology.orchestra.run.smithi086.stderr:17 Sep 00:58:01 ntpd[18462]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T00:58:01.147 INFO:teuthology.orchestra.run.smithi086.stderr:17 Sep 00:58:01 ntpd[18462]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T00:58:01.147 INFO:teuthology.orchestra.run.smithi086.stderr:17 Sep 00:58:01 ntpd[18462]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T00:58:01.147 INFO:teuthology.orchestra.run.smithi086.stderr:17 Sep 00:58:01 ntpd[18462]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T00:58:01.147 INFO:teuthology.orchestra.run.smithi086.stderr:17 Sep 00:58:01 ntpd[18462]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-17T00:58:01.147 INFO:teuthology.orchestra.run.smithi086.stderr:17 Sep 00:58:01 ntpd[18462]: can't open /var/log/ntpstats/peerstats.20240917: Permission denied 2024-09-17T00:58:02.118 INFO:teuthology.orchestra.run.smithi018.stderr:17 Sep 00:58:02 ntpd[18392]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T00:58:02.119 INFO:teuthology.orchestra.run.smithi018.stderr:17 Sep 00:58:02 ntpd[18392]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T00:58:02.119 INFO:teuthology.orchestra.run.smithi018.stderr:17 Sep 00:58:02 ntpd[18392]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T00:58:02.119 INFO:teuthology.orchestra.run.smithi018.stderr:17 Sep 00:58:02 ntpd[18392]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T00:58:02.119 INFO:teuthology.orchestra.run.smithi018.stderr:17 Sep 00:58:02 ntpd[18392]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T00:58:02.119 INFO:teuthology.orchestra.run.smithi018.stderr:17 Sep 00:58:02 ntpd[18392]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T00:58:02.119 INFO:teuthology.orchestra.run.smithi018.stderr:17 Sep 00:58:02 ntpd[18392]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T00:58:02.119 INFO:teuthology.orchestra.run.smithi018.stderr:17 Sep 00:58:02 ntpd[18392]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T00:58:02.119 INFO:teuthology.orchestra.run.smithi018.stderr:17 Sep 00:58:02 ntpd[18392]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-17T00:58:02.119 INFO:teuthology.orchestra.run.smithi018.stderr:17 Sep 00:58:02 ntpd[18392]: can't open /var/log/ntpstats/peerstats.20240917: Permission denied 2024-09-17T00:58:02.119 INFO:teuthology.orchestra.run.smithi018.stderr:17 Sep 00:58:02 ntpd[18392]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T00:58:02.119 INFO:teuthology.orchestra.run.smithi018.stderr:17 Sep 00:58:02 ntpd[18392]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T00:58:02.119 INFO:teuthology.orchestra.run.smithi018.stderr:17 Sep 00:58:02 ntpd[18392]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-17T00:58:02.119 INFO:teuthology.orchestra.run.smithi018.stderr:17 Sep 00:58:02 ntpd[18392]: can't open /var/log/ntpstats/peerstats.20240917: Permission denied 2024-09-17T00:58:02.119 INFO:teuthology.orchestra.run.smithi018.stderr:17 Sep 00:58:02 ntpd[18392]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T00:58:02.120 INFO:teuthology.orchestra.run.smithi018.stderr:17 Sep 00:58:02 ntpd[18392]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T00:58:02.120 INFO:teuthology.orchestra.run.smithi018.stderr:17 Sep 00:58:02 ntpd[18392]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-17T00:58:02.120 INFO:teuthology.orchestra.run.smithi018.stderr:17 Sep 00:58:02 ntpd[18392]: can't open /var/log/ntpstats/peerstats.20240917: Permission denied 2024-09-17T00:58:02.121 INFO:teuthology.orchestra.run.smithi063.stderr:17 Sep 00:58:02 ntpd[18461]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T00:58:02.121 INFO:teuthology.orchestra.run.smithi063.stderr:17 Sep 00:58:02 ntpd[18461]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T00:58:02.121 INFO:teuthology.orchestra.run.smithi063.stderr:17 Sep 00:58:02 ntpd[18461]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T00:58:02.121 INFO:teuthology.orchestra.run.smithi063.stderr:17 Sep 00:58:02 ntpd[18461]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T00:58:02.121 INFO:teuthology.orchestra.run.smithi063.stderr:17 Sep 00:58:02 ntpd[18461]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-17T00:58:02.121 INFO:teuthology.orchestra.run.smithi063.stderr:17 Sep 00:58:02 ntpd[18461]: can't open /var/log/ntpstats/peerstats.20240917: Permission denied 2024-09-17T00:58:02.147 INFO:teuthology.orchestra.run.smithi086.stderr:17 Sep 00:58:02 ntpd[18462]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T00:58:02.147 INFO:teuthology.orchestra.run.smithi086.stderr:17 Sep 00:58:02 ntpd[18462]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T00:58:02.147 INFO:teuthology.orchestra.run.smithi086.stderr:17 Sep 00:58:02 ntpd[18462]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T00:58:02.147 INFO:teuthology.orchestra.run.smithi086.stderr:17 Sep 00:58:02 ntpd[18462]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T00:58:02.147 INFO:teuthology.orchestra.run.smithi086.stderr:17 Sep 00:58:02 ntpd[18462]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T00:58:02.147 INFO:teuthology.orchestra.run.smithi086.stderr:17 Sep 00:58:02 ntpd[18462]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T00:58:02.147 INFO:teuthology.orchestra.run.smithi086.stderr:17 Sep 00:58:02 ntpd[18462]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-17T00:58:02.147 INFO:teuthology.orchestra.run.smithi086.stderr:17 Sep 00:58:02 ntpd[18462]: can't open /var/log/ntpstats/peerstats.20240917: Permission denied 2024-09-17T00:58:02.147 INFO:teuthology.orchestra.run.smithi086.stderr:17 Sep 00:58:02 ntpd[18462]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T00:58:02.147 INFO:teuthology.orchestra.run.smithi086.stderr:17 Sep 00:58:02 ntpd[18462]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T00:58:02.147 INFO:teuthology.orchestra.run.smithi086.stderr:17 Sep 00:58:02 ntpd[18462]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-17T00:58:02.147 INFO:teuthology.orchestra.run.smithi086.stderr:17 Sep 00:58:02 ntpd[18462]: can't open /var/log/ntpstats/peerstats.20240917: Permission denied 2024-09-17T00:58:03.117 INFO:teuthology.orchestra.run.smithi018.stderr:17 Sep 00:58:03 ntpd[18392]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T00:58:03.117 INFO:teuthology.orchestra.run.smithi018.stderr:17 Sep 00:58:03 ntpd[18392]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T00:58:03.121 INFO:teuthology.orchestra.run.smithi063.stderr:17 Sep 00:58:03 ntpd[18461]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T00:58:03.121 INFO:teuthology.orchestra.run.smithi063.stderr:17 Sep 00:58:03 ntpd[18461]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T00:58:03.122 INFO:teuthology.orchestra.run.smithi063.stderr:17 Sep 00:58:03 ntpd[18461]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T00:58:03.122 INFO:teuthology.orchestra.run.smithi063.stderr:17 Sep 00:58:03 ntpd[18461]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T00:58:03.122 INFO:teuthology.orchestra.run.smithi063.stderr:17 Sep 00:58:03 ntpd[18461]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T00:58:03.122 INFO:teuthology.orchestra.run.smithi063.stderr:17 Sep 00:58:03 ntpd[18461]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T00:58:03.122 INFO:teuthology.orchestra.run.smithi063.stderr:17 Sep 00:58:03 ntpd[18461]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-17T00:58:03.122 INFO:teuthology.orchestra.run.smithi063.stderr:17 Sep 00:58:03 ntpd[18461]: can't open /var/log/ntpstats/peerstats.20240917: Permission denied 2024-09-17T00:58:03.122 INFO:teuthology.orchestra.run.smithi063.stderr:17 Sep 00:58:03 ntpd[18461]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T00:58:03.122 INFO:teuthology.orchestra.run.smithi063.stderr:17 Sep 00:58:03 ntpd[18461]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T00:58:03.122 INFO:teuthology.orchestra.run.smithi063.stderr:17 Sep 00:58:03 ntpd[18461]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-17T00:58:03.122 INFO:teuthology.orchestra.run.smithi063.stderr:17 Sep 00:58:03 ntpd[18461]: can't open /var/log/ntpstats/peerstats.20240917: Permission denied 2024-09-17T00:58:03.146 INFO:teuthology.orchestra.run.smithi086.stderr:17 Sep 00:58:03 ntpd[18462]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T00:58:03.146 INFO:teuthology.orchestra.run.smithi086.stderr:17 Sep 00:58:03 ntpd[18462]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T00:58:03.146 INFO:teuthology.orchestra.run.smithi086.stderr:17 Sep 00:58:03 ntpd[18462]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T00:58:03.147 INFO:teuthology.orchestra.run.smithi086.stderr:17 Sep 00:58:03 ntpd[18462]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T00:58:03.147 INFO:teuthology.orchestra.run.smithi086.stderr:17 Sep 00:58:03 ntpd[18462]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T00:58:03.147 INFO:teuthology.orchestra.run.smithi086.stderr:17 Sep 00:58:03 ntpd[18462]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T00:58:03.147 INFO:teuthology.orchestra.run.smithi086.stderr:17 Sep 00:58:03 ntpd[18462]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-17T00:58:03.147 INFO:teuthology.orchestra.run.smithi086.stderr:17 Sep 00:58:03 ntpd[18462]: can't open /var/log/ntpstats/peerstats.20240917: Permission denied 2024-09-17T00:58:04.118 INFO:teuthology.orchestra.run.smithi018.stderr:17 Sep 00:58:04 ntpd[18392]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T00:58:04.119 INFO:teuthology.orchestra.run.smithi018.stderr:17 Sep 00:58:04 ntpd[18392]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T00:58:04.119 INFO:teuthology.orchestra.run.smithi018.stderr:17 Sep 00:58:04 ntpd[18392]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T00:58:04.119 INFO:teuthology.orchestra.run.smithi018.stderr:17 Sep 00:58:04 ntpd[18392]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T00:58:04.119 INFO:teuthology.orchestra.run.smithi018.stderr:17 Sep 00:58:04 ntpd[18392]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T00:58:04.119 INFO:teuthology.orchestra.run.smithi018.stderr:17 Sep 00:58:04 ntpd[18392]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T00:58:04.119 INFO:teuthology.orchestra.run.smithi018.stderr:17 Sep 00:58:04 ntpd[18392]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T00:58:04.119 INFO:teuthology.orchestra.run.smithi018.stderr:17 Sep 00:58:04 ntpd[18392]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T00:58:04.119 INFO:teuthology.orchestra.run.smithi018.stderr:17 Sep 00:58:04 ntpd[18392]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-17T00:58:04.119 INFO:teuthology.orchestra.run.smithi018.stderr:17 Sep 00:58:04 ntpd[18392]: can't open /var/log/ntpstats/peerstats.20240917: Permission denied 2024-09-17T00:58:04.119 INFO:teuthology.orchestra.run.smithi018.stderr:17 Sep 00:58:04 ntpd[18392]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T00:58:04.119 INFO:teuthology.orchestra.run.smithi018.stderr:17 Sep 00:58:04 ntpd[18392]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T00:58:04.119 INFO:teuthology.orchestra.run.smithi018.stderr:17 Sep 00:58:04 ntpd[18392]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-17T00:58:04.119 INFO:teuthology.orchestra.run.smithi018.stderr:17 Sep 00:58:04 ntpd[18392]: can't open /var/log/ntpstats/peerstats.20240917: Permission denied 2024-09-17T00:58:04.120 INFO:teuthology.orchestra.run.smithi018.stderr:17 Sep 00:58:04 ntpd[18392]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T00:58:04.120 INFO:teuthology.orchestra.run.smithi018.stderr:17 Sep 00:58:04 ntpd[18392]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T00:58:04.120 INFO:teuthology.orchestra.run.smithi018.stderr:17 Sep 00:58:04 ntpd[18392]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-17T00:58:04.120 INFO:teuthology.orchestra.run.smithi018.stderr:17 Sep 00:58:04 ntpd[18392]: can't open /var/log/ntpstats/peerstats.20240917: Permission denied 2024-09-17T00:58:04.121 INFO:teuthology.orchestra.run.smithi063.stderr:17 Sep 00:58:04 ntpd[18461]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T00:58:04.121 INFO:teuthology.orchestra.run.smithi063.stderr:17 Sep 00:58:04 ntpd[18461]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T00:58:04.121 INFO:teuthology.orchestra.run.smithi063.stderr:17 Sep 00:58:04 ntpd[18461]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T00:58:04.121 INFO:teuthology.orchestra.run.smithi063.stderr:17 Sep 00:58:04 ntpd[18461]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T00:58:04.121 INFO:teuthology.orchestra.run.smithi063.stderr:17 Sep 00:58:04 ntpd[18461]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-17T00:58:04.121 INFO:teuthology.orchestra.run.smithi063.stderr:17 Sep 00:58:04 ntpd[18461]: can't open /var/log/ntpstats/peerstats.20240917: Permission denied 2024-09-17T00:58:04.146 INFO:teuthology.orchestra.run.smithi086.stderr:17 Sep 00:58:04 ntpd[18462]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T00:58:04.147 INFO:teuthology.orchestra.run.smithi086.stderr:17 Sep 00:58:04 ntpd[18462]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T00:58:04.147 INFO:teuthology.orchestra.run.smithi086.stderr:17 Sep 00:58:04 ntpd[18462]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T00:58:04.147 INFO:teuthology.orchestra.run.smithi086.stderr:17 Sep 00:58:04 ntpd[18462]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T00:58:04.147 INFO:teuthology.orchestra.run.smithi086.stderr:17 Sep 00:58:04 ntpd[18462]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T00:58:04.147 INFO:teuthology.orchestra.run.smithi086.stderr:17 Sep 00:58:04 ntpd[18462]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T00:58:04.147 INFO:teuthology.orchestra.run.smithi086.stderr:17 Sep 00:58:04 ntpd[18462]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-17T00:58:04.147 INFO:teuthology.orchestra.run.smithi086.stderr:17 Sep 00:58:04 ntpd[18462]: can't open /var/log/ntpstats/peerstats.20240917: Permission denied 2024-09-17T00:58:04.147 INFO:teuthology.orchestra.run.smithi086.stderr:17 Sep 00:58:04 ntpd[18462]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T00:58:04.147 INFO:teuthology.orchestra.run.smithi086.stderr:17 Sep 00:58:04 ntpd[18462]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T00:58:04.147 INFO:teuthology.orchestra.run.smithi086.stderr:17 Sep 00:58:04 ntpd[18462]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-17T00:58:04.147 INFO:teuthology.orchestra.run.smithi086.stderr:17 Sep 00:58:04 ntpd[18462]: can't open /var/log/ntpstats/peerstats.20240917: Permission denied 2024-09-17T00:58:05.122 INFO:teuthology.orchestra.run.smithi063.stderr:17 Sep 00:58:05 ntpd[18461]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T00:58:05.122 INFO:teuthology.orchestra.run.smithi063.stderr:17 Sep 00:58:05 ntpd[18461]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T00:58:05.122 INFO:teuthology.orchestra.run.smithi063.stderr:17 Sep 00:58:05 ntpd[18461]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T00:58:05.122 INFO:teuthology.orchestra.run.smithi063.stderr:17 Sep 00:58:05 ntpd[18461]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T00:58:05.122 INFO:teuthology.orchestra.run.smithi063.stderr:17 Sep 00:58:05 ntpd[18461]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T00:58:05.122 INFO:teuthology.orchestra.run.smithi063.stderr:17 Sep 00:58:05 ntpd[18461]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T00:58:05.122 INFO:teuthology.orchestra.run.smithi063.stderr:17 Sep 00:58:05 ntpd[18461]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-17T00:58:05.122 INFO:teuthology.orchestra.run.smithi063.stderr:17 Sep 00:58:05 ntpd[18461]: can't open /var/log/ntpstats/peerstats.20240917: Permission denied 2024-09-17T00:58:05.122 INFO:teuthology.orchestra.run.smithi063.stderr:17 Sep 00:58:05 ntpd[18461]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T00:58:05.123 INFO:teuthology.orchestra.run.smithi063.stderr:17 Sep 00:58:05 ntpd[18461]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T00:58:05.123 INFO:teuthology.orchestra.run.smithi063.stderr:17 Sep 00:58:05 ntpd[18461]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-17T00:58:05.123 INFO:teuthology.orchestra.run.smithi063.stderr:17 Sep 00:58:05 ntpd[18461]: can't open /var/log/ntpstats/peerstats.20240917: Permission denied 2024-09-17T00:58:05.146 INFO:teuthology.orchestra.run.smithi086.stderr:17 Sep 00:58:05 ntpd[18462]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T00:58:05.146 INFO:teuthology.orchestra.run.smithi086.stderr:17 Sep 00:58:05 ntpd[18462]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T00:58:05.146 INFO:teuthology.orchestra.run.smithi086.stderr:17 Sep 00:58:05 ntpd[18462]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T00:58:05.146 INFO:teuthology.orchestra.run.smithi086.stderr:17 Sep 00:58:05 ntpd[18462]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T00:58:05.146 INFO:teuthology.orchestra.run.smithi086.stderr:17 Sep 00:58:05 ntpd[18462]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-17T00:58:05.146 INFO:teuthology.orchestra.run.smithi086.stderr:17 Sep 00:58:05 ntpd[18462]: can't open /var/log/ntpstats/peerstats.20240917: Permission denied 2024-09-17T00:58:06.118 INFO:teuthology.orchestra.run.smithi018.stderr:17 Sep 00:58:06 ntpd[18392]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T00:58:06.118 INFO:teuthology.orchestra.run.smithi018.stderr:17 Sep 00:58:06 ntpd[18392]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T00:58:06.118 INFO:teuthology.orchestra.run.smithi018.stderr:17 Sep 00:58:06 ntpd[18392]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T00:58:06.118 INFO:teuthology.orchestra.run.smithi018.stderr:17 Sep 00:58:06 ntpd[18392]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T00:58:06.118 INFO:teuthology.orchestra.run.smithi018.stderr:17 Sep 00:58:06 ntpd[18392]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T00:58:06.118 INFO:teuthology.orchestra.run.smithi018.stderr:17 Sep 00:58:06 ntpd[18392]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T00:58:06.118 INFO:teuthology.orchestra.run.smithi018.stderr:17 Sep 00:58:06 ntpd[18392]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T00:58:06.118 INFO:teuthology.orchestra.run.smithi018.stderr:17 Sep 00:58:06 ntpd[18392]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T00:58:06.118 INFO:teuthology.orchestra.run.smithi018.stderr:17 Sep 00:58:06 ntpd[18392]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-17T00:58:06.119 INFO:teuthology.orchestra.run.smithi018.stderr:17 Sep 00:58:06 ntpd[18392]: can't open /var/log/ntpstats/peerstats.20240917: Permission denied 2024-09-17T00:58:06.119 INFO:teuthology.orchestra.run.smithi018.stdout:17 Sep 00:58:06 ntpd[18392]: ntpd: time slew -0.000395 s 2024-09-17T00:58:06.119 INFO:teuthology.orchestra.run.smithi018.stdout:ntpd: time slew -0.000395s 2024-09-17T00:58:06.119 INFO:teuthology.orchestra.run.smithi018.stderr:17 Sep 00:58:06 ntpd[18392]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-09-17T00:58:06.119 INFO:teuthology.orchestra.run.smithi018.stderr:17 Sep 00:58:06 ntpd[18392]: can't open /var/log/ntpstats/loopstats.20240917: Permission denied 2024-09-17T00:58:06.121 INFO:teuthology.orchestra.run.smithi063.stderr:17 Sep 00:58:06 ntpd[18461]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T00:58:06.121 INFO:teuthology.orchestra.run.smithi063.stderr:17 Sep 00:58:06 ntpd[18461]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T00:58:06.121 INFO:teuthology.orchestra.run.smithi063.stderr:17 Sep 00:58:06 ntpd[18461]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T00:58:06.121 INFO:teuthology.orchestra.run.smithi063.stderr:17 Sep 00:58:06 ntpd[18461]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T00:58:06.121 INFO:teuthology.orchestra.run.smithi063.stderr:17 Sep 00:58:06 ntpd[18461]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-17T00:58:06.122 INFO:teuthology.orchestra.run.smithi063.stderr:17 Sep 00:58:06 ntpd[18461]: can't open /var/log/ntpstats/peerstats.20240917: Permission denied 2024-09-17T00:58:06.146 INFO:teuthology.orchestra.run.smithi086.stderr:17 Sep 00:58:06 ntpd[18462]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T00:58:06.146 INFO:teuthology.orchestra.run.smithi086.stderr:17 Sep 00:58:06 ntpd[18462]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T00:58:06.146 INFO:teuthology.orchestra.run.smithi086.stderr:17 Sep 00:58:06 ntpd[18462]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T00:58:06.146 INFO:teuthology.orchestra.run.smithi086.stderr:17 Sep 00:58:06 ntpd[18462]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T00:58:06.147 INFO:teuthology.orchestra.run.smithi086.stderr:17 Sep 00:58:06 ntpd[18462]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T00:58:06.147 INFO:teuthology.orchestra.run.smithi086.stderr:17 Sep 00:58:06 ntpd[18462]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T00:58:06.147 INFO:teuthology.orchestra.run.smithi086.stderr:17 Sep 00:58:06 ntpd[18462]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-17T00:58:06.147 INFO:teuthology.orchestra.run.smithi086.stderr:17 Sep 00:58:06 ntpd[18462]: can't open /var/log/ntpstats/peerstats.20240917: Permission denied 2024-09-17T00:58:06.147 INFO:teuthology.orchestra.run.smithi086.stdout:17 Sep 00:58:06 ntpd[18462]: ntpd: time slew +0.003465 s 2024-09-17T00:58:06.147 INFO:teuthology.orchestra.run.smithi086.stdout:ntpd: time slew +0.003465s 2024-09-17T00:58:06.148 INFO:teuthology.orchestra.run.smithi086.stderr:17 Sep 00:58:06 ntpd[18462]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-09-17T00:58:06.148 INFO:teuthology.orchestra.run.smithi086.stderr:17 Sep 00:58:06 ntpd[18462]: can't open /var/log/ntpstats/loopstats.20240917: Permission denied 2024-09-17T00:58:06.171 INFO:teuthology.orchestra.run.smithi018.stdout: remote refid st t when poll reach delay offset jitter 2024-09-17T00:58:06.172 INFO:teuthology.orchestra.run.smithi018.stdout:============================================================================== 2024-09-17T00:58:06.172 INFO:teuthology.orchestra.run.smithi018.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-17T00:58:06.172 INFO:teuthology.orchestra.run.smithi018.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-17T00:58:06.172 INFO:teuthology.orchestra.run.smithi018.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-17T00:58:06.172 INFO:teuthology.orchestra.run.smithi018.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-17T00:58:06.205 INFO:teuthology.orchestra.run.smithi086.stdout: remote refid st t when poll reach delay offset jitter 2024-09-17T00:58:06.206 INFO:teuthology.orchestra.run.smithi086.stdout:============================================================================== 2024-09-17T00:58:06.206 INFO:teuthology.orchestra.run.smithi086.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-17T00:58:06.206 INFO:teuthology.orchestra.run.smithi086.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-17T00:58:06.206 INFO:teuthology.orchestra.run.smithi086.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-17T00:58:06.206 INFO:teuthology.orchestra.run.smithi086.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-17T00:58:07.122 INFO:teuthology.orchestra.run.smithi063.stderr:17 Sep 00:58:07 ntpd[18461]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T00:58:07.122 INFO:teuthology.orchestra.run.smithi063.stderr:17 Sep 00:58:07 ntpd[18461]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T00:58:07.122 INFO:teuthology.orchestra.run.smithi063.stderr:17 Sep 00:58:07 ntpd[18461]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T00:58:07.122 INFO:teuthology.orchestra.run.smithi063.stderr:17 Sep 00:58:07 ntpd[18461]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T00:58:07.122 INFO:teuthology.orchestra.run.smithi063.stderr:17 Sep 00:58:07 ntpd[18461]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T00:58:07.123 INFO:teuthology.orchestra.run.smithi063.stderr:17 Sep 00:58:07 ntpd[18461]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T00:58:07.123 INFO:teuthology.orchestra.run.smithi063.stderr:17 Sep 00:58:07 ntpd[18461]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-17T00:58:07.123 INFO:teuthology.orchestra.run.smithi063.stderr:17 Sep 00:58:07 ntpd[18461]: can't open /var/log/ntpstats/peerstats.20240917: Permission denied 2024-09-17T00:58:07.123 INFO:teuthology.orchestra.run.smithi063.stderr:17 Sep 00:58:07 ntpd[18461]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T00:58:07.123 INFO:teuthology.orchestra.run.smithi063.stderr:17 Sep 00:58:07 ntpd[18461]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T00:58:07.123 INFO:teuthology.orchestra.run.smithi063.stderr:17 Sep 00:58:07 ntpd[18461]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-17T00:58:07.123 INFO:teuthology.orchestra.run.smithi063.stderr:17 Sep 00:58:07 ntpd[18461]: can't open /var/log/ntpstats/peerstats.20240917: Permission denied 2024-09-17T00:58:07.123 INFO:teuthology.orchestra.run.smithi063.stdout:17 Sep 00:58:07 ntpd[18461]: ntpd: time slew -0.002321 s 2024-09-17T00:58:07.123 INFO:teuthology.orchestra.run.smithi063.stdout:ntpd: time slew -0.002321s 2024-09-17T00:58:07.124 INFO:teuthology.orchestra.run.smithi063.stderr:17 Sep 00:58:07 ntpd[18461]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-09-17T00:58:07.124 INFO:teuthology.orchestra.run.smithi063.stderr:17 Sep 00:58:07 ntpd[18461]: can't open /var/log/ntpstats/loopstats.20240917: Permission denied 2024-09-17T00:58:07.176 INFO:teuthology.orchestra.run.smithi063.stdout: remote refid st t when poll reach delay offset jitter 2024-09-17T00:58:07.176 INFO:teuthology.orchestra.run.smithi063.stdout:============================================================================== 2024-09-17T00:58:07.176 INFO:teuthology.orchestra.run.smithi063.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-17T00:58:07.176 INFO:teuthology.orchestra.run.smithi063.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-17T00:58:07.176 INFO:teuthology.orchestra.run.smithi063.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-17T00:58:07.176 INFO:teuthology.orchestra.run.smithi063.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-17T00:58:07.177 INFO:teuthology.run_tasks:Running task install... 2024-09-17T00:58:07.190 DEBUG:teuthology.task.install:project ceph 2024-09-17T00:58:07.190 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': 'c2ddf9721ef254645201cdbabd9c8f49c30a586f'}} 2024-09-17T00:58:07.190 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': 'c2ddf9721ef254645201cdbabd9c8f49c30a586f'} 2024-09-17T00:58:07.190 INFO:teuthology.task.install:Using flavor: default 2024-09-17T00:58:07.195 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-17T00:58:07.195 INFO:teuthology.task.install:extra packages: [] 2024-09-17T00:58:07.196 DEBUG:teuthology.orchestra.run.smithi018:> sudo apt-key list | grep Ceph 2024-09-17T00:58:07.196 DEBUG:teuthology.orchestra.run.smithi063:> sudo apt-key list | grep Ceph 2024-09-17T00:58:07.197 DEBUG:teuthology.orchestra.run.smithi086:> sudo apt-key list | grep Ceph 2024-09-17T00:58:07.262 INFO:teuthology.orchestra.run.smithi086.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-09-17T00:58:07.264 INFO:teuthology.orchestra.run.smithi018.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-09-17T00:58:07.277 INFO:teuthology.orchestra.run.smithi063.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-09-17T00:58:07.292 INFO:teuthology.orchestra.run.smithi086.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-09-17T00:58:07.292 INFO:teuthology.orchestra.run.smithi086.stdout:uid [ unknown] Ceph.com (release key) 2024-09-17T00:58:07.293 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-17T00:58:07.294 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=c2ddf9721ef254645201cdbabd9c8f49c30a586f 2024-09-17T00:58:07.298 INFO:teuthology.orchestra.run.smithi018.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-09-17T00:58:07.299 INFO:teuthology.orchestra.run.smithi018.stdout:uid [ unknown] Ceph.com (release key) 2024-09-17T00:58:07.299 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-17T00:58:07.299 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=c2ddf9721ef254645201cdbabd9c8f49c30a586f 2024-09-17T00:58:07.305 INFO:teuthology.orchestra.run.smithi063.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-09-17T00:58:07.305 INFO:teuthology.orchestra.run.smithi063.stdout:uid [ unknown] Ceph.com (release key) 2024-09-17T00:58:07.306 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-17T00:58:07.306 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=c2ddf9721ef254645201cdbabd9c8f49c30a586f 2024-09-17T00:58:07.445 INFO:teuthology.task.install.deb:Pulling from https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default/ 2024-09-17T00:58:07.445 INFO:teuthology.task.install.deb:Package version is 19.1.1-330-gc2ddf972-1jammy 2024-09-17T00:58:07.450 INFO:teuthology.task.install.deb:Pulling from https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default/ 2024-09-17T00:58:07.451 INFO:teuthology.task.install.deb:Package version is 19.1.1-330-gc2ddf972-1jammy 2024-09-17T00:58:07.468 INFO:teuthology.task.install.deb:Pulling from https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default/ 2024-09-17T00:58:07.469 INFO:teuthology.task.install.deb:Package version is 19.1.1-330-gc2ddf972-1jammy 2024-09-17T00:58:07.564 DEBUG:teuthology.orchestra.run.smithi018:> set -ex 2024-09-17T00:58:07.564 DEBUG:teuthology.orchestra.run.smithi018:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-09-17T00:58:07.572 DEBUG:teuthology.orchestra.run.smithi086:> set -ex 2024-09-17T00:58:07.572 DEBUG:teuthology.orchestra.run.smithi086:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-09-17T00:58:07.578 DEBUG:teuthology.orchestra.run.smithi018:> sudo apt-get update 2024-09-17T00:58:07.583 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2024-09-17T00:58:07.583 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-09-17T00:58:07.586 DEBUG:teuthology.orchestra.run.smithi086:> sudo apt-get update 2024-09-17T00:58:07.597 DEBUG:teuthology.orchestra.run.smithi063:> sudo apt-get update 2024-09-17T00:58:07.748 INFO:teuthology.orchestra.run.smithi018.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-17T00:58:07.752 INFO:teuthology.orchestra.run.smithi086.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-17T00:58:07.758 INFO:teuthology.orchestra.run.smithi018.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-09-17T00:58:07.762 INFO:teuthology.orchestra.run.smithi086.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-09-17T00:58:07.767 INFO:teuthology.orchestra.run.smithi063.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-17T00:58:07.767 INFO:teuthology.orchestra.run.smithi063.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-09-17T00:58:07.775 INFO:teuthology.orchestra.run.smithi018.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-09-17T00:58:07.777 INFO:teuthology.orchestra.run.smithi063.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-09-17T00:58:07.779 INFO:teuthology.orchestra.run.smithi086.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-09-17T00:58:07.795 INFO:teuthology.orchestra.run.smithi063.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-09-17T00:58:07.804 INFO:teuthology.orchestra.run.smithi018.stdout:Ign:4 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy InRelease 2024-09-17T00:58:07.807 INFO:teuthology.orchestra.run.smithi086.stdout:Ign:4 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy InRelease 2024-09-17T00:58:07.820 INFO:teuthology.orchestra.run.smithi063.stdout:Ign:5 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy InRelease 2024-09-17T00:58:07.825 INFO:teuthology.orchestra.run.smithi018.stdout:Get:5 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-09-17T00:58:07.830 INFO:teuthology.orchestra.run.smithi086.stdout:Get:5 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-09-17T00:58:07.841 INFO:teuthology.orchestra.run.smithi063.stdout:Get:6 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-09-17T00:58:07.847 INFO:teuthology.orchestra.run.smithi018.stdout:Ign:6 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy Release.gpg 2024-09-17T00:58:07.852 INFO:teuthology.orchestra.run.smithi086.stdout:Ign:6 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy Release.gpg 2024-09-17T00:58:07.863 INFO:teuthology.orchestra.run.smithi063.stdout:Ign:7 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy Release.gpg 2024-09-17T00:58:07.868 INFO:teuthology.orchestra.run.smithi018.stdout:Get:7 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 Packages [17.9 kB] 2024-09-17T00:58:07.873 INFO:teuthology.orchestra.run.smithi086.stdout:Get:7 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,409 B] 2024-09-17T00:58:07.875 INFO:teuthology.orchestra.run.smithi018.stdout:Hit:8 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-09-17T00:58:07.880 INFO:teuthology.orchestra.run.smithi086.stdout:Hit:8 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-09-17T00:58:07.884 INFO:teuthology.orchestra.run.smithi063.stdout:Get:8 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 Packages [17.9 kB] 2024-09-17T00:58:07.896 INFO:teuthology.orchestra.run.smithi018.stdout:Get:9 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,409 B] 2024-09-17T00:58:07.900 INFO:teuthology.orchestra.run.smithi086.stdout:Get:9 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 Packages [17.9 kB] 2024-09-17T00:58:07.911 INFO:teuthology.orchestra.run.smithi063.stdout:Get:9 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,409 B] 2024-09-17T00:58:08.100 INFO:teuthology.orchestra.run.smithi086.stdout:Fetched 28.9 kB in 0s (86.3 kB/s) 2024-09-17T00:58:08.130 INFO:teuthology.orchestra.run.smithi018.stdout:Fetched 28.9 kB in 0s (79.6 kB/s) 2024-09-17T00:58:08.135 INFO:teuthology.orchestra.run.smithi063.stdout:Fetched 28.9 kB in 0s (82.4 kB/s) 2024-09-17T00:58:09.132 INFO:teuthology.orchestra.run.smithi086.stdout:Reading package lists... 2024-09-17T00:58:09.149 DEBUG:teuthology.orchestra.run.smithi086:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.1.1-330-gc2ddf972-1jammy cephadm=19.1.1-330-gc2ddf972-1jammy ceph-mds=19.1.1-330-gc2ddf972-1jammy ceph-mgr=19.1.1-330-gc2ddf972-1jammy ceph-common=19.1.1-330-gc2ddf972-1jammy ceph-fuse=19.1.1-330-gc2ddf972-1jammy ceph-test=19.1.1-330-gc2ddf972-1jammy ceph-volume=19.1.1-330-gc2ddf972-1jammy radosgw=19.1.1-330-gc2ddf972-1jammy python3-rados=19.1.1-330-gc2ddf972-1jammy python3-rgw=19.1.1-330-gc2ddf972-1jammy python3-cephfs=19.1.1-330-gc2ddf972-1jammy python3-rbd=19.1.1-330-gc2ddf972-1jammy libcephfs2=19.1.1-330-gc2ddf972-1jammy libcephfs-dev=19.1.1-330-gc2ddf972-1jammy librados2=19.1.1-330-gc2ddf972-1jammy librbd1=19.1.1-330-gc2ddf972-1jammy rbd-fuse=19.1.1-330-gc2ddf972-1jammy 2024-09-17T00:58:09.182 INFO:teuthology.orchestra.run.smithi063.stdout:Reading package lists... 2024-09-17T00:58:09.199 DEBUG:teuthology.orchestra.run.smithi063:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.1.1-330-gc2ddf972-1jammy cephadm=19.1.1-330-gc2ddf972-1jammy ceph-mds=19.1.1-330-gc2ddf972-1jammy ceph-mgr=19.1.1-330-gc2ddf972-1jammy ceph-common=19.1.1-330-gc2ddf972-1jammy ceph-fuse=19.1.1-330-gc2ddf972-1jammy ceph-test=19.1.1-330-gc2ddf972-1jammy ceph-volume=19.1.1-330-gc2ddf972-1jammy radosgw=19.1.1-330-gc2ddf972-1jammy python3-rados=19.1.1-330-gc2ddf972-1jammy python3-rgw=19.1.1-330-gc2ddf972-1jammy python3-cephfs=19.1.1-330-gc2ddf972-1jammy python3-rbd=19.1.1-330-gc2ddf972-1jammy libcephfs2=19.1.1-330-gc2ddf972-1jammy libcephfs-dev=19.1.1-330-gc2ddf972-1jammy librados2=19.1.1-330-gc2ddf972-1jammy librbd1=19.1.1-330-gc2ddf972-1jammy rbd-fuse=19.1.1-330-gc2ddf972-1jammy 2024-09-17T00:58:09.203 INFO:teuthology.orchestra.run.smithi086.stdout:Reading package lists... 2024-09-17T00:58:09.218 INFO:teuthology.orchestra.run.smithi018.stdout:Reading package lists... 2024-09-17T00:58:09.235 DEBUG:teuthology.orchestra.run.smithi018:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.1.1-330-gc2ddf972-1jammy cephadm=19.1.1-330-gc2ddf972-1jammy ceph-mds=19.1.1-330-gc2ddf972-1jammy ceph-mgr=19.1.1-330-gc2ddf972-1jammy ceph-common=19.1.1-330-gc2ddf972-1jammy ceph-fuse=19.1.1-330-gc2ddf972-1jammy ceph-test=19.1.1-330-gc2ddf972-1jammy ceph-volume=19.1.1-330-gc2ddf972-1jammy radosgw=19.1.1-330-gc2ddf972-1jammy python3-rados=19.1.1-330-gc2ddf972-1jammy python3-rgw=19.1.1-330-gc2ddf972-1jammy python3-cephfs=19.1.1-330-gc2ddf972-1jammy python3-rbd=19.1.1-330-gc2ddf972-1jammy libcephfs2=19.1.1-330-gc2ddf972-1jammy libcephfs-dev=19.1.1-330-gc2ddf972-1jammy librados2=19.1.1-330-gc2ddf972-1jammy librbd1=19.1.1-330-gc2ddf972-1jammy rbd-fuse=19.1.1-330-gc2ddf972-1jammy 2024-09-17T00:58:09.254 INFO:teuthology.orchestra.run.smithi063.stdout:Reading package lists... 2024-09-17T00:58:09.303 INFO:teuthology.orchestra.run.smithi018.stdout:Reading package lists... 2024-09-17T00:58:09.397 INFO:teuthology.orchestra.run.smithi086.stdout:Building dependency tree... 2024-09-17T00:58:09.398 INFO:teuthology.orchestra.run.smithi086.stdout:Reading state information... 2024-09-17T00:58:09.446 INFO:teuthology.orchestra.run.smithi063.stdout:Building dependency tree... 2024-09-17T00:58:09.446 INFO:teuthology.orchestra.run.smithi063.stdout:Reading state information... 2024-09-17T00:58:09.519 INFO:teuthology.orchestra.run.smithi018.stdout:Building dependency tree... 2024-09-17T00:58:09.520 INFO:teuthology.orchestra.run.smithi018.stdout:Reading state information... 2024-09-17T00:58:09.590 INFO:teuthology.orchestra.run.smithi086.stdout:The following packages were automatically installed and are no longer required: 2024-09-17T00:58:09.590 INFO:teuthology.orchestra.run.smithi086.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-17T00:58:09.591 INFO:teuthology.orchestra.run.smithi086.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-17T00:58:09.591 INFO:teuthology.orchestra.run.smithi086.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-17T00:58:09.591 INFO:teuthology.orchestra.run.smithi086.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-09-17T00:58:09.591 INFO:teuthology.orchestra.run.smithi086.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-09-17T00:58:09.591 INFO:teuthology.orchestra.run.smithi086.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-17T00:58:09.594 INFO:teuthology.orchestra.run.smithi086.stdout:The following additional packages will be installed: 2024-09-17T00:58:09.594 INFO:teuthology.orchestra.run.smithi086.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-09-17T00:58:09.594 INFO:teuthology.orchestra.run.smithi086.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-09-17T00:58:09.594 INFO:teuthology.orchestra.run.smithi086.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-09-17T00:58:09.594 INFO:teuthology.orchestra.run.smithi086.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-09-17T00:58:09.594 INFO:teuthology.orchestra.run.smithi086.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-09-17T00:58:09.594 INFO:teuthology.orchestra.run.smithi086.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-09-17T00:58:09.594 INFO:teuthology.orchestra.run.smithi086.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-09-17T00:58:09.594 INFO:teuthology.orchestra.run.smithi086.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-09-17T00:58:09.594 INFO:teuthology.orchestra.run.smithi086.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-09-17T00:58:09.594 INFO:teuthology.orchestra.run.smithi086.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-09-17T00:58:09.595 INFO:teuthology.orchestra.run.smithi086.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-09-17T00:58:09.595 INFO:teuthology.orchestra.run.smithi086.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-09-17T00:58:09.595 INFO:teuthology.orchestra.run.smithi086.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-09-17T00:58:09.595 INFO:teuthology.orchestra.run.smithi086.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-09-17T00:58:09.595 INFO:teuthology.orchestra.run.smithi086.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-09-17T00:58:09.595 INFO:teuthology.orchestra.run.smithi086.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-09-17T00:58:09.595 INFO:teuthology.orchestra.run.smithi086.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-09-17T00:58:09.595 INFO:teuthology.orchestra.run.smithi086.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-09-17T00:58:09.595 INFO:teuthology.orchestra.run.smithi086.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-09-17T00:58:09.595 INFO:teuthology.orchestra.run.smithi086.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-09-17T00:58:09.595 INFO:teuthology.orchestra.run.smithi086.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-09-17T00:58:09.595 INFO:teuthology.orchestra.run.smithi086.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-09-17T00:58:09.595 INFO:teuthology.orchestra.run.smithi086.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-09-17T00:58:09.596 INFO:teuthology.orchestra.run.smithi086.stdout: xmlstarlet zip 2024-09-17T00:58:09.596 INFO:teuthology.orchestra.run.smithi086.stdout:Suggested packages: 2024-09-17T00:58:09.596 INFO:teuthology.orchestra.run.smithi086.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-09-17T00:58:09.596 INFO:teuthology.orchestra.run.smithi086.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-09-17T00:58:09.596 INFO:teuthology.orchestra.run.smithi086.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-09-17T00:58:09.596 INFO:teuthology.orchestra.run.smithi086.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-09-17T00:58:09.597 INFO:teuthology.orchestra.run.smithi086.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-09-17T00:58:09.597 INFO:teuthology.orchestra.run.smithi086.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-09-17T00:58:09.597 INFO:teuthology.orchestra.run.smithi086.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-09-17T00:58:09.597 INFO:teuthology.orchestra.run.smithi086.stdout:Recommended packages: 2024-09-17T00:58:09.597 INFO:teuthology.orchestra.run.smithi086.stdout: btrfs-tools 2024-09-17T00:58:09.639 INFO:teuthology.orchestra.run.smithi063.stdout:The following packages were automatically installed and are no longer required: 2024-09-17T00:58:09.639 INFO:teuthology.orchestra.run.smithi063.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-17T00:58:09.639 INFO:teuthology.orchestra.run.smithi063.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-17T00:58:09.639 INFO:teuthology.orchestra.run.smithi063.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-17T00:58:09.639 INFO:teuthology.orchestra.run.smithi063.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-09-17T00:58:09.640 INFO:teuthology.orchestra.run.smithi063.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-09-17T00:58:09.640 INFO:teuthology.orchestra.run.smithi063.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-17T00:58:09.641 INFO:teuthology.orchestra.run.smithi063.stdout:The following additional packages will be installed: 2024-09-17T00:58:09.641 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-09-17T00:58:09.642 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-09-17T00:58:09.642 INFO:teuthology.orchestra.run.smithi063.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-09-17T00:58:09.642 INFO:teuthology.orchestra.run.smithi063.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-09-17T00:58:09.642 INFO:teuthology.orchestra.run.smithi063.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-09-17T00:58:09.642 INFO:teuthology.orchestra.run.smithi063.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-09-17T00:58:09.643 INFO:teuthology.orchestra.run.smithi063.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-09-17T00:58:09.643 INFO:teuthology.orchestra.run.smithi063.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-09-17T00:58:09.643 INFO:teuthology.orchestra.run.smithi063.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-09-17T00:58:09.643 INFO:teuthology.orchestra.run.smithi063.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-09-17T00:58:09.643 INFO:teuthology.orchestra.run.smithi063.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-09-17T00:58:09.644 INFO:teuthology.orchestra.run.smithi063.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-09-17T00:58:09.644 INFO:teuthology.orchestra.run.smithi063.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-09-17T00:58:09.644 INFO:teuthology.orchestra.run.smithi063.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-09-17T00:58:09.644 INFO:teuthology.orchestra.run.smithi063.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-09-17T00:58:09.644 INFO:teuthology.orchestra.run.smithi063.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-09-17T00:58:09.644 INFO:teuthology.orchestra.run.smithi063.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-09-17T00:58:09.644 INFO:teuthology.orchestra.run.smithi063.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-09-17T00:58:09.644 INFO:teuthology.orchestra.run.smithi063.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-09-17T00:58:09.644 INFO:teuthology.orchestra.run.smithi063.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-09-17T00:58:09.644 INFO:teuthology.orchestra.run.smithi063.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-09-17T00:58:09.645 INFO:teuthology.orchestra.run.smithi063.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-09-17T00:58:09.645 INFO:teuthology.orchestra.run.smithi063.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-09-17T00:58:09.645 INFO:teuthology.orchestra.run.smithi063.stdout: xmlstarlet zip 2024-09-17T00:58:09.645 INFO:teuthology.orchestra.run.smithi063.stdout:Suggested packages: 2024-09-17T00:58:09.645 INFO:teuthology.orchestra.run.smithi063.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-09-17T00:58:09.645 INFO:teuthology.orchestra.run.smithi063.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-09-17T00:58:09.645 INFO:teuthology.orchestra.run.smithi063.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-09-17T00:58:09.645 INFO:teuthology.orchestra.run.smithi063.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-09-17T00:58:09.646 INFO:teuthology.orchestra.run.smithi063.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-09-17T00:58:09.646 INFO:teuthology.orchestra.run.smithi063.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-09-17T00:58:09.646 INFO:teuthology.orchestra.run.smithi063.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-09-17T00:58:09.646 INFO:teuthology.orchestra.run.smithi063.stdout:Recommended packages: 2024-09-17T00:58:09.646 INFO:teuthology.orchestra.run.smithi063.stdout: btrfs-tools 2024-09-17T00:58:09.697 INFO:teuthology.orchestra.run.smithi086.stdout:The following NEW packages will be installed: 2024-09-17T00:58:09.697 INFO:teuthology.orchestra.run.smithi086.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-09-17T00:58:09.697 INFO:teuthology.orchestra.run.smithi086.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-09-17T00:58:09.697 INFO:teuthology.orchestra.run.smithi086.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-09-17T00:58:09.697 INFO:teuthology.orchestra.run.smithi086.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-09-17T00:58:09.697 INFO:teuthology.orchestra.run.smithi086.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-09-17T00:58:09.697 INFO:teuthology.orchestra.run.smithi086.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-09-17T00:58:09.698 INFO:teuthology.orchestra.run.smithi086.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-09-17T00:58:09.698 INFO:teuthology.orchestra.run.smithi086.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-09-17T00:58:09.698 INFO:teuthology.orchestra.run.smithi086.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-09-17T00:58:09.699 INFO:teuthology.orchestra.run.smithi086.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-09-17T00:58:09.699 INFO:teuthology.orchestra.run.smithi086.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-09-17T00:58:09.699 INFO:teuthology.orchestra.run.smithi086.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-09-17T00:58:09.699 INFO:teuthology.orchestra.run.smithi086.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-09-17T00:58:09.699 INFO:teuthology.orchestra.run.smithi086.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-09-17T00:58:09.699 INFO:teuthology.orchestra.run.smithi086.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-09-17T00:58:09.699 INFO:teuthology.orchestra.run.smithi086.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-09-17T00:58:09.699 INFO:teuthology.orchestra.run.smithi086.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-09-17T00:58:09.699 INFO:teuthology.orchestra.run.smithi086.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-09-17T00:58:09.699 INFO:teuthology.orchestra.run.smithi086.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-09-17T00:58:09.699 INFO:teuthology.orchestra.run.smithi086.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-09-17T00:58:09.699 INFO:teuthology.orchestra.run.smithi086.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-09-17T00:58:09.699 INFO:teuthology.orchestra.run.smithi086.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-09-17T00:58:09.699 INFO:teuthology.orchestra.run.smithi086.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-09-17T00:58:09.699 INFO:teuthology.orchestra.run.smithi086.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-09-17T00:58:09.700 INFO:teuthology.orchestra.run.smithi086.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-09-17T00:58:09.700 INFO:teuthology.orchestra.run.smithi086.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-09-17T00:58:09.742 INFO:teuthology.orchestra.run.smithi018.stdout:The following packages were automatically installed and are no longer required: 2024-09-17T00:58:09.742 INFO:teuthology.orchestra.run.smithi018.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-17T00:58:09.742 INFO:teuthology.orchestra.run.smithi018.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-17T00:58:09.742 INFO:teuthology.orchestra.run.smithi018.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-17T00:58:09.743 INFO:teuthology.orchestra.run.smithi018.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-09-17T00:58:09.743 INFO:teuthology.orchestra.run.smithi018.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-09-17T00:58:09.743 INFO:teuthology.orchestra.run.smithi018.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-17T00:58:09.743 INFO:teuthology.orchestra.run.smithi018.stdout:The following additional packages will be installed: 2024-09-17T00:58:09.744 INFO:teuthology.orchestra.run.smithi018.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-09-17T00:58:09.744 INFO:teuthology.orchestra.run.smithi018.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-09-17T00:58:09.746 INFO:teuthology.orchestra.run.smithi018.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-09-17T00:58:09.746 INFO:teuthology.orchestra.run.smithi018.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-09-17T00:58:09.746 INFO:teuthology.orchestra.run.smithi018.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-09-17T00:58:09.746 INFO:teuthology.orchestra.run.smithi018.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-09-17T00:58:09.746 INFO:teuthology.orchestra.run.smithi018.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-09-17T00:58:09.746 INFO:teuthology.orchestra.run.smithi018.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-09-17T00:58:09.746 INFO:teuthology.orchestra.run.smithi018.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-09-17T00:58:09.746 INFO:teuthology.orchestra.run.smithi018.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-09-17T00:58:09.746 INFO:teuthology.orchestra.run.smithi018.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-09-17T00:58:09.746 INFO:teuthology.orchestra.run.smithi018.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-09-17T00:58:09.746 INFO:teuthology.orchestra.run.smithi018.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-09-17T00:58:09.746 INFO:teuthology.orchestra.run.smithi018.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-09-17T00:58:09.746 INFO:teuthology.orchestra.run.smithi018.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-09-17T00:58:09.747 INFO:teuthology.orchestra.run.smithi018.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-09-17T00:58:09.747 INFO:teuthology.orchestra.run.smithi018.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-09-17T00:58:09.747 INFO:teuthology.orchestra.run.smithi018.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-09-17T00:58:09.747 INFO:teuthology.orchestra.run.smithi018.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-09-17T00:58:09.747 INFO:teuthology.orchestra.run.smithi018.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-09-17T00:58:09.747 INFO:teuthology.orchestra.run.smithi018.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-09-17T00:58:09.747 INFO:teuthology.orchestra.run.smithi018.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-09-17T00:58:09.747 INFO:teuthology.orchestra.run.smithi018.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-09-17T00:58:09.747 INFO:teuthology.orchestra.run.smithi018.stdout: xmlstarlet zip 2024-09-17T00:58:09.748 INFO:teuthology.orchestra.run.smithi018.stdout:Suggested packages: 2024-09-17T00:58:09.748 INFO:teuthology.orchestra.run.smithi018.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-09-17T00:58:09.748 INFO:teuthology.orchestra.run.smithi018.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-09-17T00:58:09.748 INFO:teuthology.orchestra.run.smithi018.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-09-17T00:58:09.749 INFO:teuthology.orchestra.run.smithi018.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-09-17T00:58:09.749 INFO:teuthology.orchestra.run.smithi018.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-09-17T00:58:09.749 INFO:teuthology.orchestra.run.smithi018.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-09-17T00:58:09.749 INFO:teuthology.orchestra.run.smithi018.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-09-17T00:58:09.749 INFO:teuthology.orchestra.run.smithi018.stdout:Recommended packages: 2024-09-17T00:58:09.749 INFO:teuthology.orchestra.run.smithi018.stdout: btrfs-tools 2024-09-17T00:58:09.750 INFO:teuthology.orchestra.run.smithi063.stdout:The following NEW packages will be installed: 2024-09-17T00:58:09.750 INFO:teuthology.orchestra.run.smithi063.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-09-17T00:58:09.750 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-09-17T00:58:09.750 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-09-17T00:58:09.750 INFO:teuthology.orchestra.run.smithi063.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-09-17T00:58:09.750 INFO:teuthology.orchestra.run.smithi063.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-09-17T00:58:09.751 INFO:teuthology.orchestra.run.smithi063.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-09-17T00:58:09.751 INFO:teuthology.orchestra.run.smithi063.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-09-17T00:58:09.751 INFO:teuthology.orchestra.run.smithi063.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-09-17T00:58:09.751 INFO:teuthology.orchestra.run.smithi063.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-09-17T00:58:09.751 INFO:teuthology.orchestra.run.smithi063.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-09-17T00:58:09.751 INFO:teuthology.orchestra.run.smithi063.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-09-17T00:58:09.751 INFO:teuthology.orchestra.run.smithi063.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-09-17T00:58:09.751 INFO:teuthology.orchestra.run.smithi063.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-09-17T00:58:09.751 INFO:teuthology.orchestra.run.smithi063.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-09-17T00:58:09.751 INFO:teuthology.orchestra.run.smithi063.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-09-17T00:58:09.751 INFO:teuthology.orchestra.run.smithi063.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-09-17T00:58:09.751 INFO:teuthology.orchestra.run.smithi063.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-09-17T00:58:09.751 INFO:teuthology.orchestra.run.smithi063.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-09-17T00:58:09.751 INFO:teuthology.orchestra.run.smithi063.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-09-17T00:58:09.752 INFO:teuthology.orchestra.run.smithi063.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-09-17T00:58:09.752 INFO:teuthology.orchestra.run.smithi063.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-09-17T00:58:09.752 INFO:teuthology.orchestra.run.smithi063.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-09-17T00:58:09.752 INFO:teuthology.orchestra.run.smithi063.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-09-17T00:58:09.752 INFO:teuthology.orchestra.run.smithi063.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-09-17T00:58:09.752 INFO:teuthology.orchestra.run.smithi063.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-09-17T00:58:09.752 INFO:teuthology.orchestra.run.smithi063.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-09-17T00:58:09.841 INFO:teuthology.orchestra.run.smithi086.stdout:0 upgraded, 118 newly installed, 0 to remove and 331 not upgraded. 2024-09-17T00:58:09.841 INFO:teuthology.orchestra.run.smithi086.stdout:Need to get 181 MB of archives. 2024-09-17T00:58:09.841 INFO:teuthology.orchestra.run.smithi086.stdout:After this operation, 829 MB of additional disk space will be used. 2024-09-17T00:58:09.841 INFO:teuthology.orchestra.run.smithi086.stdout:Get:1 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.1.1-330-gc2ddf972-1jammy [3,591 kB] 2024-09-17T00:58:09.855 INFO:teuthology.orchestra.run.smithi018.stdout:The following NEW packages will be installed: 2024-09-17T00:58:09.855 INFO:teuthology.orchestra.run.smithi018.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-09-17T00:58:09.855 INFO:teuthology.orchestra.run.smithi018.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-09-17T00:58:09.856 INFO:teuthology.orchestra.run.smithi018.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-09-17T00:58:09.857 INFO:teuthology.orchestra.run.smithi018.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-09-17T00:58:09.857 INFO:teuthology.orchestra.run.smithi018.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-09-17T00:58:09.857 INFO:teuthology.orchestra.run.smithi018.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-09-17T00:58:09.857 INFO:teuthology.orchestra.run.smithi018.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-09-17T00:58:09.857 INFO:teuthology.orchestra.run.smithi018.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-09-17T00:58:09.857 INFO:teuthology.orchestra.run.smithi018.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-09-17T00:58:09.857 INFO:teuthology.orchestra.run.smithi018.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-09-17T00:58:09.857 INFO:teuthology.orchestra.run.smithi018.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-09-17T00:58:09.857 INFO:teuthology.orchestra.run.smithi018.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-09-17T00:58:09.858 INFO:teuthology.orchestra.run.smithi018.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-09-17T00:58:09.858 INFO:teuthology.orchestra.run.smithi018.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-09-17T00:58:09.858 INFO:teuthology.orchestra.run.smithi018.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-09-17T00:58:09.858 INFO:teuthology.orchestra.run.smithi018.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-09-17T00:58:09.858 INFO:teuthology.orchestra.run.smithi018.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-09-17T00:58:09.858 INFO:teuthology.orchestra.run.smithi018.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-09-17T00:58:09.858 INFO:teuthology.orchestra.run.smithi018.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-09-17T00:58:09.858 INFO:teuthology.orchestra.run.smithi018.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-09-17T00:58:09.858 INFO:teuthology.orchestra.run.smithi018.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-09-17T00:58:09.858 INFO:teuthology.orchestra.run.smithi018.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-09-17T00:58:09.858 INFO:teuthology.orchestra.run.smithi018.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-09-17T00:58:09.858 INFO:teuthology.orchestra.run.smithi018.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-09-17T00:58:09.858 INFO:teuthology.orchestra.run.smithi018.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-09-17T00:58:09.858 INFO:teuthology.orchestra.run.smithi018.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-09-17T00:58:09.887 INFO:teuthology.orchestra.run.smithi086.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-09-17T00:58:09.893 INFO:teuthology.orchestra.run.smithi063.stdout:0 upgraded, 118 newly installed, 0 to remove and 331 not upgraded. 2024-09-17T00:58:09.893 INFO:teuthology.orchestra.run.smithi063.stdout:Need to get 181 MB of archives. 2024-09-17T00:58:09.893 INFO:teuthology.orchestra.run.smithi063.stdout:After this operation, 829 MB of additional disk space will be used. 2024-09-17T00:58:09.893 INFO:teuthology.orchestra.run.smithi063.stdout:Get:1 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.1.1-330-gc2ddf972-1jammy [3,591 kB] 2024-09-17T00:58:09.939 INFO:teuthology.orchestra.run.smithi063.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-09-17T00:58:10.008 INFO:teuthology.orchestra.run.smithi018.stdout:0 upgraded, 118 newly installed, 0 to remove and 331 not upgraded. 2024-09-17T00:58:10.008 INFO:teuthology.orchestra.run.smithi018.stdout:Need to get 181 MB of archives. 2024-09-17T00:58:10.008 INFO:teuthology.orchestra.run.smithi018.stdout:After this operation, 829 MB of additional disk space will be used. 2024-09-17T00:58:10.008 INFO:teuthology.orchestra.run.smithi018.stdout:Get:1 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.1.1-330-gc2ddf972-1jammy [3,591 kB] 2024-09-17T00:58:10.028 INFO:teuthology.orchestra.run.smithi086.stdout:Get:3 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.1.1-330-gc2ddf972-1jammy [3,242 kB] 2024-09-17T00:58:10.047 INFO:teuthology.orchestra.run.smithi018.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-09-17T00:58:10.106 INFO:teuthology.orchestra.run.smithi086.stdout:Get:4 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.1.1-330-gc2ddf972-1jammy [719 kB] 2024-09-17T00:58:10.107 INFO:teuthology.orchestra.run.smithi063.stdout:Get:3 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.1.1-330-gc2ddf972-1jammy [3,242 kB] 2024-09-17T00:58:10.142 INFO:teuthology.orchestra.run.smithi086.stdout:Get:5 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.1.1-330-gc2ddf972-1jammy [356 kB] 2024-09-17T00:58:10.149 INFO:teuthology.orchestra.run.smithi086.stdout:Get:6 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.1.1-330-gc2ddf972-1jammy [32.8 kB] 2024-09-17T00:58:10.150 INFO:teuthology.orchestra.run.smithi086.stdout:Get:7 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.1.1-330-gc2ddf972-1jammy [180 kB] 2024-09-17T00:58:10.154 INFO:teuthology.orchestra.run.smithi086.stdout:Get:8 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.1.1-330-gc2ddf972-1jammy [67.8 kB] 2024-09-17T00:58:10.156 INFO:teuthology.orchestra.run.smithi086.stdout:Get:9 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.1.1-330-gc2ddf972-1jammy [333 kB] 2024-09-17T00:58:10.162 INFO:teuthology.orchestra.run.smithi086.stdout:Get:10 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.1.1-330-gc2ddf972-1jammy [6,875 kB] 2024-09-17T00:58:10.228 INFO:teuthology.orchestra.run.smithi063.stdout:Get:4 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.1.1-330-gc2ddf972-1jammy [719 kB] 2024-09-17T00:58:10.241 INFO:teuthology.orchestra.run.smithi063.stdout:Get:5 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.1.1-330-gc2ddf972-1jammy [356 kB] 2024-09-17T00:58:10.277 INFO:teuthology.orchestra.run.smithi063.stdout:Get:6 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.1.1-330-gc2ddf972-1jammy [32.8 kB] 2024-09-17T00:58:10.278 INFO:teuthology.orchestra.run.smithi063.stdout:Get:7 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.1.1-330-gc2ddf972-1jammy [180 kB] 2024-09-17T00:58:10.282 INFO:teuthology.orchestra.run.smithi063.stdout:Get:8 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.1.1-330-gc2ddf972-1jammy [67.8 kB] 2024-09-17T00:58:10.284 INFO:teuthology.orchestra.run.smithi063.stdout:Get:9 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.1.1-330-gc2ddf972-1jammy [333 kB] 2024-09-17T00:58:10.290 INFO:teuthology.orchestra.run.smithi063.stdout:Get:10 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.1.1-330-gc2ddf972-1jammy [6,875 kB] 2024-09-17T00:58:10.310 INFO:teuthology.orchestra.run.smithi086.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-09-17T00:58:10.323 INFO:teuthology.orchestra.run.smithi086.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-09-17T00:58:10.362 INFO:teuthology.orchestra.run.smithi063.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-09-17T00:58:10.375 INFO:teuthology.orchestra.run.smithi063.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-09-17T00:58:10.390 INFO:teuthology.orchestra.run.smithi086.stdout:Get:13 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.1.1-330-gc2ddf972-1jammy [112 kB] 2024-09-17T00:58:10.392 INFO:teuthology.orchestra.run.smithi086.stdout:Get:14 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.1.1-330-gc2ddf972-1jammy [472 kB] 2024-09-17T00:58:10.401 INFO:teuthology.orchestra.run.smithi086.stdout:Get:15 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.1.1-330-gc2ddf972-1jammy [25.9 MB] 2024-09-17T00:58:10.403 INFO:teuthology.orchestra.run.smithi086.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-09-17T00:58:10.456 INFO:teuthology.orchestra.run.smithi063.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-09-17T00:58:10.467 INFO:teuthology.orchestra.run.smithi018.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-09-17T00:58:10.480 INFO:teuthology.orchestra.run.smithi018.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-09-17T00:58:10.560 INFO:teuthology.orchestra.run.smithi018.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-09-17T00:58:10.562 INFO:teuthology.orchestra.run.smithi063.stdout:Get:14 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.1.1-330-gc2ddf972-1jammy [112 kB] 2024-09-17T00:58:10.565 INFO:teuthology.orchestra.run.smithi063.stdout:Get:15 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.1.1-330-gc2ddf972-1jammy [472 kB] 2024-09-17T00:58:10.574 INFO:teuthology.orchestra.run.smithi063.stdout:Get:16 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.1.1-330-gc2ddf972-1jammy [25.9 MB] 2024-09-17T00:58:10.637 INFO:teuthology.orchestra.run.smithi086.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-09-17T00:58:10.647 INFO:teuthology.orchestra.run.smithi086.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-09-17T00:58:10.679 INFO:teuthology.orchestra.run.smithi086.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-09-17T00:58:10.687 INFO:teuthology.orchestra.run.smithi063.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-09-17T00:58:10.688 INFO:teuthology.orchestra.run.smithi086.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-09-17T00:58:10.689 INFO:teuthology.orchestra.run.smithi086.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-09-17T00:58:10.691 INFO:teuthology.orchestra.run.smithi086.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-09-17T00:58:10.699 INFO:teuthology.orchestra.run.smithi063.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-09-17T00:58:10.709 INFO:teuthology.orchestra.run.smithi086.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-09-17T00:58:10.714 INFO:teuthology.orchestra.run.smithi086.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-09-17T00:58:10.718 INFO:teuthology.orchestra.run.smithi086.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-09-17T00:58:10.720 INFO:teuthology.orchestra.run.smithi086.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-09-17T00:58:10.729 INFO:teuthology.orchestra.run.smithi063.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-09-17T00:58:10.738 INFO:teuthology.orchestra.run.smithi063.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-09-17T00:58:10.739 INFO:teuthology.orchestra.run.smithi063.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-09-17T00:58:10.740 INFO:teuthology.orchestra.run.smithi063.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-09-17T00:58:10.758 INFO:teuthology.orchestra.run.smithi063.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-09-17T00:58:10.762 INFO:teuthology.orchestra.run.smithi063.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-09-17T00:58:10.767 INFO:teuthology.orchestra.run.smithi063.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-09-17T00:58:10.770 INFO:teuthology.orchestra.run.smithi063.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-09-17T00:58:10.789 INFO:teuthology.orchestra.run.smithi018.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-09-17T00:58:10.800 INFO:teuthology.orchestra.run.smithi018.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-09-17T00:58:10.801 INFO:teuthology.orchestra.run.smithi086.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-09-17T00:58:10.805 INFO:teuthology.orchestra.run.smithi086.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-09-17T00:58:10.809 INFO:teuthology.orchestra.run.smithi086.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-09-17T00:58:10.812 INFO:teuthology.orchestra.run.smithi086.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-09-17T00:58:10.813 INFO:teuthology.orchestra.run.smithi086.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-09-17T00:58:10.814 INFO:teuthology.orchestra.run.smithi086.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-09-17T00:58:10.816 INFO:teuthology.orchestra.run.smithi086.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-09-17T00:58:10.830 INFO:teuthology.orchestra.run.smithi018.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-09-17T00:58:10.839 INFO:teuthology.orchestra.run.smithi018.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-09-17T00:58:10.840 INFO:teuthology.orchestra.run.smithi018.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-09-17T00:58:10.841 INFO:teuthology.orchestra.run.smithi018.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-09-17T00:58:10.851 INFO:teuthology.orchestra.run.smithi063.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-09-17T00:58:10.856 INFO:teuthology.orchestra.run.smithi063.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-09-17T00:58:10.859 INFO:teuthology.orchestra.run.smithi018.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-09-17T00:58:10.860 INFO:teuthology.orchestra.run.smithi063.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-09-17T00:58:10.863 INFO:teuthology.orchestra.run.smithi018.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-09-17T00:58:10.864 INFO:teuthology.orchestra.run.smithi063.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-09-17T00:58:10.865 INFO:teuthology.orchestra.run.smithi063.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-09-17T00:58:10.866 INFO:teuthology.orchestra.run.smithi063.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-09-17T00:58:10.868 INFO:teuthology.orchestra.run.smithi018.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-09-17T00:58:10.868 INFO:teuthology.orchestra.run.smithi063.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-09-17T00:58:10.869 INFO:teuthology.orchestra.run.smithi063.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-09-17T00:58:10.870 INFO:teuthology.orchestra.run.smithi063.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-09-17T00:58:10.872 INFO:teuthology.orchestra.run.smithi018.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-09-17T00:58:10.878 INFO:teuthology.orchestra.run.smithi018.stdout:Get:16 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.1.1-330-gc2ddf972-1jammy [3,242 kB] 2024-09-17T00:58:10.883 INFO:teuthology.orchestra.run.smithi086.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-09-17T00:58:10.884 INFO:teuthology.orchestra.run.smithi086.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-09-17T00:58:10.884 INFO:teuthology.orchestra.run.smithi086.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-09-17T00:58:10.933 INFO:teuthology.orchestra.run.smithi063.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-09-17T00:58:10.953 INFO:teuthology.orchestra.run.smithi063.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-09-17T00:58:10.956 INFO:teuthology.orchestra.run.smithi018.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-09-17T00:58:10.957 INFO:teuthology.orchestra.run.smithi063.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-09-17T00:58:10.957 INFO:teuthology.orchestra.run.smithi063.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-09-17T00:58:10.957 INFO:teuthology.orchestra.run.smithi018.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-09-17T00:58:10.960 INFO:teuthology.orchestra.run.smithi063.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-09-17T00:58:10.961 INFO:teuthology.orchestra.run.smithi063.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-09-17T00:58:10.961 INFO:teuthology.orchestra.run.smithi018.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-09-17T00:58:10.964 INFO:teuthology.orchestra.run.smithi086.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-09-17T00:58:10.965 INFO:teuthology.orchestra.run.smithi086.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-09-17T00:58:10.965 INFO:teuthology.orchestra.run.smithi018.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-09-17T00:58:10.966 INFO:teuthology.orchestra.run.smithi086.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-09-17T00:58:10.966 INFO:teuthology.orchestra.run.smithi018.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-09-17T00:58:10.967 INFO:teuthology.orchestra.run.smithi018.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-09-17T00:58:10.969 INFO:teuthology.orchestra.run.smithi018.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-09-17T00:58:10.970 INFO:teuthology.orchestra.run.smithi018.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-09-17T00:58:10.970 INFO:teuthology.orchestra.run.smithi018.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-09-17T00:58:10.971 INFO:teuthology.orchestra.run.smithi086.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-09-17T00:58:10.972 INFO:teuthology.orchestra.run.smithi086.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-09-17T00:58:10.973 INFO:teuthology.orchestra.run.smithi086.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-09-17T00:58:10.973 INFO:teuthology.orchestra.run.smithi086.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-09-17T00:58:11.015 INFO:teuthology.orchestra.run.smithi063.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-09-17T00:58:11.015 INFO:teuthology.orchestra.run.smithi063.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-09-17T00:58:11.018 INFO:teuthology.orchestra.run.smithi063.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-09-17T00:58:11.019 INFO:teuthology.orchestra.run.smithi063.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-09-17T00:58:11.035 INFO:teuthology.orchestra.run.smithi018.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-09-17T00:58:11.045 INFO:teuthology.orchestra.run.smithi086.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-09-17T00:58:11.046 INFO:teuthology.orchestra.run.smithi086.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-09-17T00:58:11.047 INFO:teuthology.orchestra.run.smithi086.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-webob all 1:1.8.6-1.1ubuntu0.1 [86.7 kB] 2024-09-17T00:58:11.053 INFO:teuthology.orchestra.run.smithi018.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-09-17T00:58:11.054 INFO:teuthology.orchestra.run.smithi018.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-09-17T00:58:11.054 INFO:teuthology.orchestra.run.smithi018.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-09-17T00:58:11.060 INFO:teuthology.orchestra.run.smithi018.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-09-17T00:58:11.061 INFO:teuthology.orchestra.run.smithi018.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-09-17T00:58:11.096 INFO:teuthology.orchestra.run.smithi063.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-webob all 1:1.8.6-1.1ubuntu0.1 [86.7 kB] 2024-09-17T00:58:11.098 INFO:teuthology.orchestra.run.smithi063.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-09-17T00:58:11.100 INFO:teuthology.orchestra.run.smithi063.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-09-17T00:58:11.101 INFO:teuthology.orchestra.run.smithi063.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-09-17T00:58:11.112 INFO:teuthology.orchestra.run.smithi063.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-09-17T00:58:11.117 INFO:teuthology.orchestra.run.smithi018.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-09-17T00:58:11.117 INFO:teuthology.orchestra.run.smithi018.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-09-17T00:58:11.119 INFO:teuthology.orchestra.run.smithi018.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-09-17T00:58:11.120 INFO:teuthology.orchestra.run.smithi018.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-09-17T00:58:11.127 INFO:teuthology.orchestra.run.smithi086.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-09-17T00:58:11.128 INFO:teuthology.orchestra.run.smithi086.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-09-17T00:58:11.129 INFO:teuthology.orchestra.run.smithi086.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-09-17T00:58:11.140 INFO:teuthology.orchestra.run.smithi086.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-09-17T00:58:11.140 INFO:teuthology.orchestra.run.smithi086.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-09-17T00:58:11.141 INFO:teuthology.orchestra.run.smithi086.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-09-17T00:58:11.143 INFO:teuthology.orchestra.run.smithi086.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-09-17T00:58:11.177 INFO:teuthology.orchestra.run.smithi063.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-09-17T00:58:11.178 INFO:teuthology.orchestra.run.smithi063.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-09-17T00:58:11.179 INFO:teuthology.orchestra.run.smithi063.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-09-17T00:58:11.182 INFO:teuthology.orchestra.run.smithi063.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-09-17T00:58:11.186 INFO:teuthology.orchestra.run.smithi063.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-idna all 3.3-1ubuntu0.1 [52.1 kB] 2024-09-17T00:58:11.198 INFO:teuthology.orchestra.run.smithi018.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-webob all 1:1.8.6-1.1ubuntu0.1 [86.7 kB] 2024-09-17T00:58:11.200 INFO:teuthology.orchestra.run.smithi018.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-09-17T00:58:11.201 INFO:teuthology.orchestra.run.smithi018.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-09-17T00:58:11.202 INFO:teuthology.orchestra.run.smithi018.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-09-17T00:58:11.208 INFO:teuthology.orchestra.run.smithi086.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-09-17T00:58:11.212 INFO:teuthology.orchestra.run.smithi086.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-idna all 3.3-1ubuntu0.1 [52.1 kB] 2024-09-17T00:58:11.213 INFO:teuthology.orchestra.run.smithi018.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-09-17T00:58:11.213 INFO:teuthology.orchestra.run.smithi086.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-09-17T00:58:11.258 INFO:teuthology.orchestra.run.smithi063.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-09-17T00:58:11.261 INFO:teuthology.orchestra.run.smithi063.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-09-17T00:58:11.263 INFO:teuthology.orchestra.run.smithi063.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.2 [181 kB] 2024-09-17T00:58:11.267 INFO:teuthology.orchestra.run.smithi063.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-09-17T00:58:11.269 INFO:teuthology.orchestra.run.smithi063.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-09-17T00:58:11.279 INFO:teuthology.orchestra.run.smithi018.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-09-17T00:58:11.280 INFO:teuthology.orchestra.run.smithi018.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-09-17T00:58:11.281 INFO:teuthology.orchestra.run.smithi018.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-09-17T00:58:11.284 INFO:teuthology.orchestra.run.smithi018.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-09-17T00:58:11.288 INFO:teuthology.orchestra.run.smithi018.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-idna all 3.3-1ubuntu0.1 [52.1 kB] 2024-09-17T00:58:11.290 INFO:teuthology.orchestra.run.smithi086.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-09-17T00:58:11.292 INFO:teuthology.orchestra.run.smithi086.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.2 [181 kB] 2024-09-17T00:58:11.296 INFO:teuthology.orchestra.run.smithi086.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-09-17T00:58:11.297 INFO:teuthology.orchestra.run.smithi086.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-09-17T00:58:11.298 INFO:teuthology.orchestra.run.smithi086.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-09-17T00:58:11.303 INFO:teuthology.orchestra.run.smithi086.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-09-17T00:58:11.340 INFO:teuthology.orchestra.run.smithi063.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-09-17T00:58:11.344 INFO:teuthology.orchestra.run.smithi063.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-09-17T00:58:11.360 INFO:teuthology.orchestra.run.smithi018.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-09-17T00:58:11.363 INFO:teuthology.orchestra.run.smithi018.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-09-17T00:58:11.365 INFO:teuthology.orchestra.run.smithi018.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.2 [181 kB] 2024-09-17T00:58:11.369 INFO:teuthology.orchestra.run.smithi018.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-09-17T00:58:11.370 INFO:teuthology.orchestra.run.smithi018.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-09-17T00:58:11.427 INFO:teuthology.orchestra.run.smithi018.stdout:Get:51 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.1.1-330-gc2ddf972-1jammy [719 kB] 2024-09-17T00:58:11.442 INFO:teuthology.orchestra.run.smithi018.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-09-17T00:58:11.447 INFO:teuthology.orchestra.run.smithi018.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-09-17T00:58:11.508 INFO:teuthology.orchestra.run.smithi086.stdout:Get:63 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.1.1-330-gc2ddf972-1jammy [5,145 kB] 2024-09-17T00:58:11.508 INFO:teuthology.orchestra.run.smithi086.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-09-17T00:58:11.509 INFO:teuthology.orchestra.run.smithi086.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.2 [108 kB] 2024-09-17T00:58:11.512 INFO:teuthology.orchestra.run.smithi086.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-09-17T00:58:11.523 INFO:teuthology.orchestra.run.smithi018.stdout:Get:54 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.1.1-330-gc2ddf972-1jammy [356 kB] 2024-09-17T00:58:11.530 INFO:teuthology.orchestra.run.smithi086.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-09-17T00:58:11.532 INFO:teuthology.orchestra.run.smithi086.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-09-17T00:58:11.549 INFO:teuthology.orchestra.run.smithi063.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-09-17T00:58:11.550 INFO:teuthology.orchestra.run.smithi063.stdout:Get:64 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.1.1-330-gc2ddf972-1jammy [5,145 kB] 2024-09-17T00:58:11.551 INFO:teuthology.orchestra.run.smithi063.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.2 [108 kB] 2024-09-17T00:58:11.554 INFO:teuthology.orchestra.run.smithi063.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-09-17T00:58:11.554 INFO:teuthology.orchestra.run.smithi063.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-09-17T00:58:11.557 INFO:teuthology.orchestra.run.smithi063.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-09-17T00:58:11.562 INFO:teuthology.orchestra.run.smithi018.stdout:Get:55 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.1.1-330-gc2ddf972-1jammy [32.8 kB] 2024-09-17T00:58:11.564 INFO:teuthology.orchestra.run.smithi018.stdout:Get:56 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.1.1-330-gc2ddf972-1jammy [180 kB] 2024-09-17T00:58:11.568 INFO:teuthology.orchestra.run.smithi018.stdout:Get:57 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.1.1-330-gc2ddf972-1jammy [67.8 kB] 2024-09-17T00:58:11.569 INFO:teuthology.orchestra.run.smithi086.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-09-17T00:58:11.572 INFO:teuthology.orchestra.run.smithi086.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-09-17T00:58:11.573 INFO:teuthology.orchestra.run.smithi086.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-09-17T00:58:11.587 INFO:teuthology.orchestra.run.smithi086.stdout:Get:72 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.1.1-330-gc2ddf972-1jammy [245 kB] 2024-09-17T00:58:11.600 INFO:teuthology.orchestra.run.smithi018.stdout:Get:58 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.1.1-330-gc2ddf972-1jammy [333 kB] 2024-09-17T00:58:11.601 INFO:teuthology.orchestra.run.smithi063.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-09-17T00:58:11.605 INFO:teuthology.orchestra.run.smithi063.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-09-17T00:58:11.605 INFO:teuthology.orchestra.run.smithi086.stdout:Get:73 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.1.1-330-gc2ddf972-1jammy [124 kB] 2024-09-17T00:58:11.605 INFO:teuthology.orchestra.run.smithi063.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-09-17T00:58:11.607 INFO:teuthology.orchestra.run.smithi086.stdout:Get:74 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.1.1-330-gc2ddf972-1jammy [1,555 kB] 2024-09-17T00:58:11.609 INFO:teuthology.orchestra.run.smithi018.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-09-17T00:58:11.611 INFO:teuthology.orchestra.run.smithi018.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.2 [108 kB] 2024-09-17T00:58:11.613 INFO:teuthology.orchestra.run.smithi018.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-09-17T00:58:11.614 INFO:teuthology.orchestra.run.smithi018.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-09-17T00:58:11.616 INFO:teuthology.orchestra.run.smithi018.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-09-17T00:58:11.626 INFO:teuthology.orchestra.run.smithi086.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-09-17T00:58:11.626 INFO:teuthology.orchestra.run.smithi086.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-09-17T00:58:11.636 INFO:teuthology.orchestra.run.smithi063.stdout:Get:72 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.1.1-330-gc2ddf972-1jammy [245 kB] 2024-09-17T00:58:11.639 INFO:teuthology.orchestra.run.smithi063.stdout:Get:73 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.1.1-330-gc2ddf972-1jammy [124 kB] 2024-09-17T00:58:11.642 INFO:teuthology.orchestra.run.smithi063.stdout:Get:74 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.1.1-330-gc2ddf972-1jammy [1,555 kB] 2024-09-17T00:58:11.652 INFO:teuthology.orchestra.run.smithi018.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-09-17T00:58:11.653 INFO:teuthology.orchestra.run.smithi018.stdout:Get:65 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.1.1-330-gc2ddf972-1jammy [6,875 kB] 2024-09-17T00:58:11.655 INFO:teuthology.orchestra.run.smithi018.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-09-17T00:58:11.656 INFO:teuthology.orchestra.run.smithi018.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-09-17T00:58:11.665 INFO:teuthology.orchestra.run.smithi086.stdout:Get:77 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.1.1-330-gc2ddf972-1jammy [6,143 kB] 2024-09-17T00:58:11.674 INFO:teuthology.orchestra.run.smithi086.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-09-17T00:58:11.675 INFO:teuthology.orchestra.run.smithi086.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-09-17T00:58:11.675 INFO:teuthology.orchestra.run.smithi063.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-09-17T00:58:11.676 INFO:teuthology.orchestra.run.smithi086.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-09-17T00:58:11.676 INFO:teuthology.orchestra.run.smithi063.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-09-17T00:58:11.677 INFO:teuthology.orchestra.run.smithi086.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-09-17T00:58:11.678 INFO:teuthology.orchestra.run.smithi086.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-09-17T00:58:11.679 INFO:teuthology.orchestra.run.smithi086.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-09-17T00:58:11.686 INFO:teuthology.orchestra.run.smithi086.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-09-17T00:58:11.695 INFO:teuthology.orchestra.run.smithi063.stdout:Get:77 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.1.1-330-gc2ddf972-1jammy [6,143 kB] 2024-09-17T00:58:11.712 INFO:teuthology.orchestra.run.smithi018.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-09-17T00:58:11.713 INFO:teuthology.orchestra.run.smithi018.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-09-17T00:58:11.715 INFO:teuthology.orchestra.run.smithi063.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-09-17T00:58:11.716 INFO:teuthology.orchestra.run.smithi063.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-09-17T00:58:11.717 INFO:teuthology.orchestra.run.smithi063.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-09-17T00:58:11.719 INFO:teuthology.orchestra.run.smithi063.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-09-17T00:58:11.720 INFO:teuthology.orchestra.run.smithi063.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-09-17T00:58:11.721 INFO:teuthology.orchestra.run.smithi063.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-09-17T00:58:11.729 INFO:teuthology.orchestra.run.smithi063.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-09-17T00:58:11.756 INFO:teuthology.orchestra.run.smithi086.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-09-17T00:58:11.759 INFO:teuthology.orchestra.run.smithi086.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-09-17T00:58:11.761 INFO:teuthology.orchestra.run.smithi086.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-09-17T00:58:11.776 INFO:teuthology.orchestra.run.smithi018.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-09-17T00:58:11.780 INFO:teuthology.orchestra.run.smithi018.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-09-17T00:58:11.781 INFO:teuthology.orchestra.run.smithi018.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-09-17T00:58:11.781 INFO:teuthology.orchestra.run.smithi018.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-09-17T00:58:11.781 INFO:teuthology.orchestra.run.smithi018.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-09-17T00:58:11.781 INFO:teuthology.orchestra.run.smithi018.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-09-17T00:58:11.788 INFO:teuthology.orchestra.run.smithi018.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-09-17T00:58:11.797 INFO:teuthology.orchestra.run.smithi063.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-09-17T00:58:11.800 INFO:teuthology.orchestra.run.smithi063.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-09-17T00:58:11.802 INFO:teuthology.orchestra.run.smithi063.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-09-17T00:58:11.837 INFO:teuthology.orchestra.run.smithi086.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-09-17T00:58:11.844 INFO:teuthology.orchestra.run.smithi086.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-09-17T00:58:11.845 INFO:teuthology.orchestra.run.smithi086.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-09-17T00:58:11.847 INFO:teuthology.orchestra.run.smithi086.stdout:Get:91 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.3 [474 kB] 2024-09-17T00:58:11.858 INFO:teuthology.orchestra.run.smithi018.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-09-17T00:58:11.858 INFO:teuthology.orchestra.run.smithi086.stdout:Get:92 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-09-17T00:58:11.859 INFO:teuthology.orchestra.run.smithi086.stdout:Get:93 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-09-17T00:58:11.861 INFO:teuthology.orchestra.run.smithi018.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-09-17T00:58:11.863 INFO:teuthology.orchestra.run.smithi018.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-09-17T00:58:11.867 INFO:teuthology.orchestra.run.smithi086.stdout:Get:94 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-09-17T00:58:11.878 INFO:teuthology.orchestra.run.smithi063.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-09-17T00:58:11.885 INFO:teuthology.orchestra.run.smithi063.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-09-17T00:58:11.887 INFO:teuthology.orchestra.run.smithi063.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-09-17T00:58:11.888 INFO:teuthology.orchestra.run.smithi063.stdout:Get:91 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.3 [474 kB] 2024-09-17T00:58:11.899 INFO:teuthology.orchestra.run.smithi063.stdout:Get:92 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-09-17T00:58:11.900 INFO:teuthology.orchestra.run.smithi063.stdout:Get:93 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.1.1-330-gc2ddf972-1jammy [22.8 MB] 2024-09-17T00:58:11.901 INFO:teuthology.orchestra.run.smithi063.stdout:Get:94 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-09-17T00:58:11.905 INFO:teuthology.orchestra.run.smithi086.stdout:Get:95 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.1.1-330-gc2ddf972-1jammy [22.8 MB] 2024-09-17T00:58:11.908 INFO:teuthology.orchestra.run.smithi063.stdout:Get:95 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-09-17T00:58:11.919 INFO:teuthology.orchestra.run.smithi086.stdout:Get:96 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-09-17T00:58:11.920 INFO:teuthology.orchestra.run.smithi086.stdout:Get:97 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-09-17T00:58:11.921 INFO:teuthology.orchestra.run.smithi086.stdout:Get:98 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-09-17T00:58:11.941 INFO:teuthology.orchestra.run.smithi018.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-09-17T00:58:11.945 INFO:teuthology.orchestra.run.smithi018.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-09-17T00:58:11.947 INFO:teuthology.orchestra.run.smithi018.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-09-17T00:58:11.949 INFO:teuthology.orchestra.run.smithi018.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.3 [474 kB] 2024-09-17T00:58:11.960 INFO:teuthology.orchestra.run.smithi063.stdout:Get:96 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-09-17T00:58:11.960 INFO:teuthology.orchestra.run.smithi018.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-09-17T00:58:11.961 INFO:teuthology.orchestra.run.smithi063.stdout:Get:97 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-09-17T00:58:11.962 INFO:teuthology.orchestra.run.smithi018.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-09-17T00:58:11.962 INFO:teuthology.orchestra.run.smithi063.stdout:Get:98 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-09-17T00:58:11.969 INFO:teuthology.orchestra.run.smithi018.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-09-17T00:58:12.000 INFO:teuthology.orchestra.run.smithi086.stdout:Get:99 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-09-17T00:58:12.002 INFO:teuthology.orchestra.run.smithi086.stdout:Get:100 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-09-17T00:58:12.019 INFO:teuthology.orchestra.run.smithi086.stdout:Get:101 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-09-17T00:58:12.020 INFO:teuthology.orchestra.run.smithi086.stdout:Get:102 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-09-17T00:58:12.020 INFO:teuthology.orchestra.run.smithi086.stdout:Get:103 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-09-17T00:58:12.021 INFO:teuthology.orchestra.run.smithi018.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-09-17T00:58:12.023 INFO:teuthology.orchestra.run.smithi018.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-09-17T00:58:12.023 INFO:teuthology.orchestra.run.smithi018.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-09-17T00:58:12.026 INFO:teuthology.orchestra.run.smithi086.stdout:Get:104 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-09-17T00:58:12.027 INFO:teuthology.orchestra.run.smithi086.stdout:Get:105 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-09-17T00:58:12.041 INFO:teuthology.orchestra.run.smithi063.stdout:Get:99 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-09-17T00:58:12.043 INFO:teuthology.orchestra.run.smithi063.stdout:Get:100 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-09-17T00:58:12.060 INFO:teuthology.orchestra.run.smithi063.stdout:Get:101 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-09-17T00:58:12.061 INFO:teuthology.orchestra.run.smithi063.stdout:Get:102 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-09-17T00:58:12.062 INFO:teuthology.orchestra.run.smithi063.stdout:Get:103 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-09-17T00:58:12.067 INFO:teuthology.orchestra.run.smithi063.stdout:Get:104 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-09-17T00:58:12.068 INFO:teuthology.orchestra.run.smithi063.stdout:Get:105 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-09-17T00:58:12.102 INFO:teuthology.orchestra.run.smithi018.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-09-17T00:58:12.104 INFO:teuthology.orchestra.run.smithi018.stdout:Get:91 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-09-17T00:58:12.121 INFO:teuthology.orchestra.run.smithi018.stdout:Get:92 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-09-17T00:58:12.122 INFO:teuthology.orchestra.run.smithi018.stdout:Get:93 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-09-17T00:58:12.122 INFO:teuthology.orchestra.run.smithi018.stdout:Get:94 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-09-17T00:58:12.128 INFO:teuthology.orchestra.run.smithi018.stdout:Get:95 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-09-17T00:58:12.129 INFO:teuthology.orchestra.run.smithi018.stdout:Get:96 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-09-17T00:58:12.753 INFO:teuthology.orchestra.run.smithi063.stdout:Get:106 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.1.1-330-gc2ddf972-1jammy [14.1 kB] 2024-09-17T00:58:12.753 INFO:teuthology.orchestra.run.smithi063.stdout:Get:107 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.1.1-330-gc2ddf972-1jammy [877 kB] 2024-09-17T00:58:12.772 INFO:teuthology.orchestra.run.smithi063.stdout:Get:108 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.1.1-330-gc2ddf972-1jammy [2,462 kB] 2024-09-17T00:58:12.814 INFO:teuthology.orchestra.run.smithi063.stdout:Get:109 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.1.1-330-gc2ddf972-1jammy [794 kB] 2024-09-17T00:58:12.829 INFO:teuthology.orchestra.run.smithi063.stdout:Get:110 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.1.1-330-gc2ddf972-1jammy [152 kB] 2024-09-17T00:58:12.832 INFO:teuthology.orchestra.run.smithi063.stdout:Get:111 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.1.1-330-gc2ddf972-1jammy [2,275 kB] 2024-09-17T00:58:12.839 INFO:teuthology.orchestra.run.smithi018.stdout:Get:97 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.1.1-330-gc2ddf972-1jammy [112 kB] 2024-09-17T00:58:12.842 INFO:teuthology.orchestra.run.smithi018.stdout:Get:98 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.1.1-330-gc2ddf972-1jammy [472 kB] 2024-09-17T00:58:12.872 INFO:teuthology.orchestra.run.smithi086.stdout:Get:106 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.1.1-330-gc2ddf972-1jammy [14.1 kB] 2024-09-17T00:58:12.873 INFO:teuthology.orchestra.run.smithi086.stdout:Get:107 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.1.1-330-gc2ddf972-1jammy [877 kB] 2024-09-17T00:58:12.890 INFO:teuthology.orchestra.run.smithi086.stdout:Get:108 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.1.1-330-gc2ddf972-1jammy [2,462 kB] 2024-09-17T00:58:12.905 INFO:teuthology.orchestra.run.smithi063.stdout:Get:112 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.1.1-330-gc2ddf972-1jammy [8,625 kB] 2024-09-17T00:58:12.932 INFO:teuthology.orchestra.run.smithi086.stdout:Get:109 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.1.1-330-gc2ddf972-1jammy [794 kB] 2024-09-17T00:58:12.943 INFO:teuthology.orchestra.run.smithi018.stdout:Get:99 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.1.1-330-gc2ddf972-1jammy [25.9 MB] 2024-09-17T00:58:12.959 INFO:teuthology.orchestra.run.smithi086.stdout:Get:110 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.1.1-330-gc2ddf972-1jammy [152 kB] 2024-09-17T00:58:12.962 INFO:teuthology.orchestra.run.smithi086.stdout:Get:111 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.1.1-330-gc2ddf972-1jammy [2,275 kB] 2024-09-17T00:58:13.044 INFO:teuthology.orchestra.run.smithi086.stdout:Get:112 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.1.1-330-gc2ddf972-1jammy [8,625 kB] 2024-09-17T00:58:13.204 INFO:teuthology.orchestra.run.smithi063.stdout:Get:113 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.1.1-330-gc2ddf972-1jammy [14.2 kB] 2024-09-17T00:58:13.205 INFO:teuthology.orchestra.run.smithi063.stdout:Get:114 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.1.1-330-gc2ddf972-1jammy [51.4 MB] 2024-09-17T00:58:13.366 INFO:teuthology.orchestra.run.smithi086.stdout:Get:113 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.1.1-330-gc2ddf972-1jammy [14.2 kB] 2024-09-17T00:58:13.366 INFO:teuthology.orchestra.run.smithi086.stdout:Get:114 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.1.1-330-gc2ddf972-1jammy [51.4 MB] 2024-09-17T00:58:15.355 INFO:teuthology.orchestra.run.smithi063.stdout:Get:115 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.1.1-330-gc2ddf972-1jammy [130 kB] 2024-09-17T00:58:15.357 INFO:teuthology.orchestra.run.smithi063.stdout:Get:116 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.1.1-330-gc2ddf972-1jammy [39.0 kB] 2024-09-17T00:58:15.358 INFO:teuthology.orchestra.run.smithi063.stdout:Get:117 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.1.1-330-gc2ddf972-1jammy [13.6 MB] 2024-09-17T00:58:15.447 INFO:teuthology.orchestra.run.smithi086.stdout:Get:115 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.1.1-330-gc2ddf972-1jammy [130 kB] 2024-09-17T00:58:15.450 INFO:teuthology.orchestra.run.smithi086.stdout:Get:116 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.1.1-330-gc2ddf972-1jammy [39.0 kB] 2024-09-17T00:58:15.451 INFO:teuthology.orchestra.run.smithi086.stdout:Get:117 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.1.1-330-gc2ddf972-1jammy [13.6 MB] 2024-09-17T00:58:15.638 INFO:teuthology.orchestra.run.smithi063.stdout:Get:118 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.1.1-330-gc2ddf972-1jammy [91.4 kB] 2024-09-17T00:58:15.804 INFO:teuthology.orchestra.run.smithi086.stdout:Get:118 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.1.1-330-gc2ddf972-1jammy [91.4 kB] 2024-09-17T00:58:16.234 INFO:teuthology.orchestra.run.smithi063.stdout:Fetched 181 MB in 6s (30.8 MB/s) 2024-09-17T00:58:16.283 INFO:teuthology.orchestra.run.smithi018.stdout:Get:100 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.1.1-330-gc2ddf972-1jammy [5,145 kB] 2024-09-17T00:58:16.370 INFO:teuthology.orchestra.run.smithi086.stdout:Fetched 181 MB in 6s (29.7 MB/s) 2024-09-17T00:58:16.393 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-09-17T00:58:16.494 INFO:teuthology.orchestra.run.smithi063.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 165990 files and directories currently installed.) 2024-09-17T00:58:16.500 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-09-17T00:58:16.513 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-09-17T00:58:16.538 INFO:teuthology.orchestra.run.smithi018.stdout:Get:101 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.1.1-330-gc2ddf972-1jammy [245 kB] 2024-09-17T00:58:16.555 INFO:teuthology.orchestra.run.smithi018.stdout:Get:102 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.1.1-330-gc2ddf972-1jammy [124 kB] 2024-09-17T00:58:16.558 INFO:teuthology.orchestra.run.smithi018.stdout:Get:103 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.1.1-330-gc2ddf972-1jammy [1,555 kB] 2024-09-17T00:58:16.574 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-09-17T00:58:16.606 INFO:teuthology.orchestra.run.smithi086.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 165990 files and directories currently installed.) 2024-09-17T00:58:16.612 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-09-17T00:58:16.642 INFO:teuthology.orchestra.run.smithi018.stdout:Get:104 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.1.1-330-gc2ddf972-1jammy [6,143 kB] 2024-09-17T00:58:16.703 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-09-17T00:58:16.836 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-09-17T00:58:16.852 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-09-17T00:58:16.886 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-09-17T00:58:16.993 INFO:teuthology.orchestra.run.smithi018.stdout:Get:105 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.1.1-330-gc2ddf972-1jammy [22.8 MB] 2024-09-17T00:58:17.006 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-09-17T00:58:17.033 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-09-17T00:58:17.073 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-09-17T00:58:17.222 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-09-17T00:58:17.249 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-09-17T00:58:17.288 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-09-17T00:58:17.334 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-09-17T00:58:17.349 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-09-17T00:58:17.392 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-09-17T00:58:17.725 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-09-17T00:58:17.752 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-09-17T00:58:17.800 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-17T00:58:17.829 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-09-17T00:58:17.856 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-09-17T00:58:17.903 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-17T00:58:18.128 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-09-17T00:58:18.155 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-09-17T00:58:18.186 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-17T00:58:18.265 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-09-17T00:58:18.291 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-09-17T00:58:18.322 INFO:teuthology.orchestra.run.smithi018.stdout:Get:106 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.1.1-330-gc2ddf972-1jammy [14.1 kB] 2024-09-17T00:58:18.322 INFO:teuthology.orchestra.run.smithi018.stdout:Get:107 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.1.1-330-gc2ddf972-1jammy [877 kB] 2024-09-17T00:58:18.331 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-17T00:58:18.345 INFO:teuthology.orchestra.run.smithi018.stdout:Get:108 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.1.1-330-gc2ddf972-1jammy [2,462 kB] 2024-09-17T00:58:18.467 INFO:teuthology.orchestra.run.smithi018.stdout:Get:109 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.1.1-330-gc2ddf972-1jammy [794 kB] 2024-09-17T00:58:18.498 INFO:teuthology.orchestra.run.smithi018.stdout:Get:110 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.1.1-330-gc2ddf972-1jammy [152 kB] 2024-09-17T00:58:18.513 INFO:teuthology.orchestra.run.smithi018.stdout:Get:111 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.1.1-330-gc2ddf972-1jammy [2,275 kB] 2024-09-17T00:58:18.514 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-09-17T00:58:18.541 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-09-17T00:58:18.589 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-17T00:58:18.621 INFO:teuthology.orchestra.run.smithi018.stdout:Get:112 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.1.1-330-gc2ddf972-1jammy [8,625 kB] 2024-09-17T00:58:18.626 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-09-17T00:58:18.650 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-09-17T00:58:18.684 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-17T00:58:18.942 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-09-17T00:58:18.969 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-09-17T00:58:19.009 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-09-17T00:58:19.041 INFO:teuthology.orchestra.run.smithi018.stdout:Get:113 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.1.1-330-gc2ddf972-1jammy [14.2 kB] 2024-09-17T00:58:19.041 INFO:teuthology.orchestra.run.smithi018.stdout:Get:114 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.1.1-330-gc2ddf972-1jammy [51.4 MB] 2024-09-17T00:58:19.046 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-09-17T00:58:19.072 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-09-17T00:58:19.112 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-09-17T00:58:19.286 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package librados2. 2024-09-17T00:58:19.313 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../007-librados2_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T00:58:19.344 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking librados2 (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:58:19.432 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package librados2. 2024-09-17T00:58:19.458 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../007-librados2_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T00:58:19.498 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking librados2 (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:58:19.738 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package librbd1. 2024-09-17T00:58:19.754 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../008-librbd1_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T00:58:19.797 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking librbd1 (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:58:19.909 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package librbd1. 2024-09-17T00:58:19.936 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../008-librbd1_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T00:58:19.967 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking librbd1 (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:58:20.241 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package libcephfs2. 2024-09-17T00:58:20.268 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../009-libcephfs2_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T00:58:20.308 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking libcephfs2 (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:58:20.437 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package libcephfs2. 2024-09-17T00:58:20.463 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../009-libcephfs2_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T00:58:20.503 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking libcephfs2 (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:58:20.665 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-rados. 2024-09-17T00:58:20.692 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../010-python3-rados_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T00:58:20.789 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package python3-rados. 2024-09-17T00:58:20.815 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../010-python3-rados_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T00:58:20.835 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-rados (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:58:20.855 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking python3-rados (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:58:21.104 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-09-17T00:58:21.131 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.1.1-330-gc2ddf972-1jammy_all.deb ... 2024-09-17T00:58:21.141 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-09-17T00:58:21.156 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.1.1-330-gc2ddf972-1jammy_all.deb ... 2024-09-17T00:58:21.162 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-ceph-argparse (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:58:21.191 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking python3-ceph-argparse (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:58:21.365 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-cephfs. 2024-09-17T00:58:21.389 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../012-python3-cephfs_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T00:58:21.431 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-cephfs (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:58:21.443 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package python3-cephfs. 2024-09-17T00:58:21.469 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../012-python3-cephfs_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T00:58:21.510 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking python3-cephfs (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:58:21.573 INFO:teuthology.orchestra.run.smithi018.stdout:Get:115 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.1.1-330-gc2ddf972-1jammy [130 kB] 2024-09-17T00:58:21.576 INFO:teuthology.orchestra.run.smithi018.stdout:Get:116 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.1.1-330-gc2ddf972-1jammy [39.0 kB] 2024-09-17T00:58:21.577 INFO:teuthology.orchestra.run.smithi018.stdout:Get:117 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.1.1-330-gc2ddf972-1jammy [13.6 MB] 2024-09-17T00:58:21.751 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-ceph-common. 2024-09-17T00:58:21.778 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../013-python3-ceph-common_19.1.1-330-gc2ddf972-1jammy_all.deb ... 2024-09-17T00:58:21.817 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-ceph-common (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:58:21.821 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package python3-ceph-common. 2024-09-17T00:58:21.847 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../013-python3-ceph-common_19.1.1-330-gc2ddf972-1jammy_all.deb ... 2024-09-17T00:58:21.887 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking python3-ceph-common (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:58:22.037 INFO:teuthology.orchestra.run.smithi018.stdout:Get:118 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.1.1-330-gc2ddf972-1jammy [91.4 kB] 2024-09-17T00:58:22.137 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-wcwidth. 2024-09-17T00:58:22.164 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-09-17T00:58:22.195 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-09-17T00:58:22.207 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package python3-wcwidth. 2024-09-17T00:58:22.233 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-09-17T00:58:22.273 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-09-17T00:58:22.448 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-prettytable. 2024-09-17T00:58:22.474 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-09-17T00:58:22.506 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-09-17T00:58:22.601 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package python3-prettytable. 2024-09-17T00:58:22.627 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-09-17T00:58:22.633 INFO:teuthology.orchestra.run.smithi018.stdout:Fetched 181 MB in 12s (14.9 MB/s) 2024-09-17T00:58:22.667 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-09-17T00:58:22.767 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-rbd. 2024-09-17T00:58:22.775 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-09-17T00:58:22.793 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../016-python3-rbd_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T00:58:22.833 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-rbd (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:58:22.850 INFO:teuthology.orchestra.run.smithi018.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 165990 files and directories currently installed.) 2024-09-17T00:58:22.855 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-09-17T00:58:22.925 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package python3-rbd. 2024-09-17T00:58:22.932 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-09-17T00:58:22.946 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../016-python3-rbd_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T00:58:22.987 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking python3-rbd (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:58:23.186 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-09-17T00:58:23.213 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-09-17T00:58:23.253 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-09-17T00:58:23.269 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-09-17T00:58:23.296 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-09-17T00:58:23.331 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-09-17T00:58:23.335 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-09-17T00:58:23.357 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-09-17T00:58:23.397 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-09-17T00:58:23.530 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-09-17T00:58:23.546 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-09-17T00:58:23.588 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-09-17T00:58:23.614 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-09-17T00:58:23.640 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-09-17T00:58:23.672 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-09-17T00:58:23.675 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-09-17T00:58:23.701 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-09-17T00:58:23.741 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-09-17T00:58:23.891 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-09-17T00:58:23.907 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-09-17T00:58:23.949 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-09-17T00:58:23.994 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-09-17T00:58:24.009 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-09-17T00:58:24.061 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-09-17T00:58:24.142 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-09-17T00:58:24.169 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-09-17T00:58:24.217 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-17T00:58:24.252 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package lua5.1. 2024-09-17T00:58:24.279 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-09-17T00:58:24.319 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-09-17T00:58:24.381 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package lua5.1. 2024-09-17T00:58:24.407 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-09-17T00:58:24.447 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-09-17T00:58:24.613 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package lua-any. 2024-09-17T00:58:24.620 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-09-17T00:58:24.640 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-09-17T00:58:24.646 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-09-17T00:58:24.680 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking lua-any (27ubuntu1) ... 2024-09-17T00:58:24.686 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-17T00:58:24.775 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package lua-any. 2024-09-17T00:58:24.790 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-09-17T00:58:24.833 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking lua-any (27ubuntu1) ... 2024-09-17T00:58:24.949 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package zip. 2024-09-17T00:58:24.965 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-09-17T00:58:24.981 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-09-17T00:58:25.007 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking zip (3.0-12build2) ... 2024-09-17T00:58:25.008 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-09-17T00:58:25.039 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-17T00:58:25.086 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package zip. 2024-09-17T00:58:25.101 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-09-17T00:58:25.144 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking zip (3.0-12build2) ... 2024-09-17T00:58:25.319 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package unzip. 2024-09-17T00:58:25.346 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-09-17T00:58:25.367 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-09-17T00:58:25.385 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-09-17T00:58:25.394 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-09-17T00:58:25.434 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-09-17T00:58:25.464 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package unzip. 2024-09-17T00:58:25.490 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-09-17T00:58:25.530 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-09-17T00:58:25.747 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package luarocks. 2024-09-17T00:58:25.761 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package librados2. 2024-09-17T00:58:25.774 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-09-17T00:58:25.788 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../007-librados2_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T00:58:25.806 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-09-17T00:58:25.837 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking librados2 (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:58:25.850 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package luarocks. 2024-09-17T00:58:25.865 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-09-17T00:58:25.917 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-09-17T00:58:26.188 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package librgw2. 2024-09-17T00:58:26.215 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../025-librgw2_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T00:58:26.249 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package librgw2. 2024-09-17T00:58:26.254 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking librgw2 (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:58:26.273 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package librbd1. 2024-09-17T00:58:26.275 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../025-librgw2_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T00:58:26.300 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../008-librbd1_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T00:58:26.315 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking librgw2 (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:58:26.339 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking librbd1 (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:58:26.717 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package libcephfs2. 2024-09-17T00:58:26.733 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../009-libcephfs2_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T00:58:26.775 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking libcephfs2 (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:58:26.815 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-rgw. 2024-09-17T00:58:26.831 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../026-python3-rgw_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T00:58:26.834 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package python3-rgw. 2024-09-17T00:58:26.860 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../026-python3-rgw_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T00:58:26.881 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-rgw (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:58:26.901 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking python3-rgw (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:58:27.053 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-rados. 2024-09-17T00:58:27.069 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../010-python3-rados_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T00:58:27.111 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-rados (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:58:27.218 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package liboath0:amd64. 2024-09-17T00:58:27.237 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package liboath0:amd64. 2024-09-17T00:58:27.245 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-09-17T00:58:27.263 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-09-17T00:58:27.284 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-09-17T00:58:27.304 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-09-17T00:58:27.545 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package libradosstriper1. 2024-09-17T00:58:27.548 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package libradosstriper1. 2024-09-17T00:58:27.563 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../028-libradosstriper1_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T00:58:27.572 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../028-libradosstriper1_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T00:58:27.598 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking libradosstriper1 (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:58:27.603 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking libradosstriper1 (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:58:27.639 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-09-17T00:58:27.666 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.1.1-330-gc2ddf972-1jammy_all.deb ... 2024-09-17T00:58:27.705 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-ceph-argparse (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:58:27.941 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-cephfs. 2024-09-17T00:58:27.957 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../012-python3-cephfs_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T00:58:27.976 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package ceph-common. 2024-09-17T00:58:27.991 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-cephfs (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:58:27.998 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package ceph-common. 2024-09-17T00:58:28.002 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../029-ceph-common_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T00:58:28.025 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../029-ceph-common_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T00:58:28.042 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking ceph-common (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:58:28.064 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking ceph-common (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:58:28.252 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-ceph-common. 2024-09-17T00:58:28.279 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../013-python3-ceph-common_19.1.1-330-gc2ddf972-1jammy_all.deb ... 2024-09-17T00:58:28.310 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-ceph-common (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:58:28.621 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-wcwidth. 2024-09-17T00:58:28.649 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-09-17T00:58:28.688 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-09-17T00:58:29.016 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-prettytable. 2024-09-17T00:58:29.043 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-09-17T00:58:29.082 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-09-17T00:58:29.335 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-rbd. 2024-09-17T00:58:29.339 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package ceph-base. 2024-09-17T00:58:29.351 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../016-python3-rbd_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T00:58:29.356 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../030-ceph-base_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T00:58:29.393 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-rbd (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:58:29.398 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking ceph-base (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:58:29.495 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package ceph-base. 2024-09-17T00:58:29.522 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../030-ceph-base_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T00:58:29.571 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking ceph-base (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:58:29.696 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-09-17T00:58:29.712 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-09-17T00:58:29.746 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-09-17T00:58:29.998 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-09-17T00:58:30.022 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-09-17T00:58:30.065 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-09-17T00:58:30.107 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-09-17T00:58:30.135 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-09-17T00:58:30.139 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-09-17T00:58:30.165 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-09-17T00:58:30.166 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-09-17T00:58:30.318 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-09-17T00:58:30.367 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-09-17T00:58:30.385 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-09-17T00:58:30.426 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-09-17T00:58:30.629 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package python3-cheroot. 2024-09-17T00:58:30.656 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-09-17T00:58:30.668 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-cheroot. 2024-09-17T00:58:30.695 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-09-17T00:58:30.695 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-09-17T00:58:30.734 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-09-17T00:58:30.754 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package lua5.1. 2024-09-17T00:58:30.781 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-09-17T00:58:30.821 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-09-17T00:58:31.015 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-09-17T00:58:31.041 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-09-17T00:58:31.054 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-09-17T00:58:31.081 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-09-17T00:58:31.081 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-09-17T00:58:31.090 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package lua-any. 2024-09-17T00:58:31.106 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-09-17T00:58:31.121 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-09-17T00:58:31.140 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking lua-any (27ubuntu1) ... 2024-09-17T00:58:31.351 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package python3-jaraco.text. 2024-09-17T00:58:31.377 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-09-17T00:58:31.751 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-jaraco.text. 2024-09-17T00:58:31.752 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-09-17T00:58:31.752 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-09-17T00:58:31.752 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package zip. 2024-09-17T00:58:31.752 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-09-17T00:58:31.752 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking zip (3.0-12build2) ... 2024-09-17T00:58:31.752 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-09-17T00:58:31.752 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-09-17T00:58:31.752 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-09-17T00:58:31.753 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-09-17T00:58:31.776 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-09-17T00:58:31.796 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package unzip. 2024-09-17T00:58:31.804 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-09-17T00:58:31.823 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-09-17T00:58:31.834 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-09-17T00:58:31.862 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-09-17T00:58:32.056 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package python3-tempora. 2024-09-17T00:58:32.082 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-09-17T00:58:32.103 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-tempora. 2024-09-17T00:58:32.122 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-09-17T00:58:32.130 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-09-17T00:58:32.170 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-09-17T00:58:32.207 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package luarocks. 2024-09-17T00:58:32.235 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-09-17T00:58:32.274 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-09-17T00:58:32.425 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package python3-portend. 2024-09-17T00:58:32.451 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-09-17T00:58:32.473 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-portend. 2024-09-17T00:58:32.500 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-09-17T00:58:32.500 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-09-17T00:58:32.539 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-09-17T00:58:32.582 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package librgw2. 2024-09-17T00:58:32.609 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../025-librgw2_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T00:58:32.640 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking librgw2 (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:58:32.778 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-09-17T00:58:32.804 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-09-17T00:58:32.826 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-09-17T00:58:32.836 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-09-17T00:58:32.853 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-09-17T00:58:32.892 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-09-17T00:58:33.144 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-cherrypy3. 2024-09-17T00:58:33.147 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package python3-cherrypy3. 2024-09-17T00:58:33.160 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-09-17T00:58:33.173 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-09-17T00:58:33.192 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-rgw. 2024-09-17T00:58:33.194 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-09-17T00:58:33.208 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../026-python3-rgw_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T00:58:33.214 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-09-17T00:58:33.250 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-rgw (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:58:33.536 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package liboath0:amd64. 2024-09-17T00:58:33.559 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package python3-natsort. 2024-09-17T00:58:33.563 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-09-17T00:58:33.564 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-natsort. 2024-09-17T00:58:33.585 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-09-17T00:58:33.592 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-09-17T00:58:33.594 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-09-17T00:58:33.625 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-09-17T00:58:33.631 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-09-17T00:58:33.881 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package libradosstriper1. 2024-09-17T00:58:33.903 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package python3-logutils. 2024-09-17T00:58:33.908 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../028-libradosstriper1_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T00:58:33.919 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-09-17T00:58:33.942 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-logutils. 2024-09-17T00:58:33.947 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking libradosstriper1 (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:58:33.961 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-09-17T00:58:33.969 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-09-17T00:58:34.009 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-09-17T00:58:34.264 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package python3-markupsafe. 2024-09-17T00:58:34.270 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-markupsafe. 2024-09-17T00:58:34.290 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-09-17T00:58:34.297 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-09-17T00:58:34.328 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-09-17T00:58:34.330 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-09-17T00:58:34.376 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package ceph-common. 2024-09-17T00:58:34.403 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../029-ceph-common_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T00:58:34.442 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking ceph-common (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:58:34.606 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-mako. 2024-09-17T00:58:34.616 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package python3-mako. 2024-09-17T00:58:34.633 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-09-17T00:58:34.643 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-09-17T00:58:34.672 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-09-17T00:58:34.683 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-09-17T00:58:35.001 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-simplegeneric. 2024-09-17T00:58:35.028 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-09-17T00:58:35.028 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package python3-simplegeneric. 2024-09-17T00:58:35.054 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-09-17T00:58:35.067 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-09-17T00:58:35.095 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-09-17T00:58:35.370 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-singledispatch. 2024-09-17T00:58:35.397 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-09-17T00:58:35.436 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-09-17T00:58:35.731 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package python3-singledispatch. 2024-09-17T00:58:35.747 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-webob. 2024-09-17T00:58:35.757 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-09-17T00:58:35.774 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1ubuntu0.1_all.deb ... 2024-09-17T00:58:35.789 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-09-17T00:58:35.814 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-webob (1:1.8.6-1.1ubuntu0.1) ... 2024-09-17T00:58:35.856 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package ceph-base. 2024-09-17T00:58:35.882 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../030-ceph-base_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T00:58:35.931 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking ceph-base (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:58:36.067 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package python3-webob. 2024-09-17T00:58:36.093 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1ubuntu0.1_all.deb ... 2024-09-17T00:58:36.125 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-waitress. 2024-09-17T00:58:36.133 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking python3-webob (1:1.8.6-1.1ubuntu0.1) ... 2024-09-17T00:58:36.152 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-09-17T00:58:36.187 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-09-17T00:58:36.445 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-tempita. 2024-09-17T00:58:36.451 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-09-17T00:58:36.467 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-09-17T00:58:36.471 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-09-17T00:58:36.477 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package python3-waitress. 2024-09-17T00:58:36.501 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-09-17T00:58:36.502 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-09-17T00:58:36.504 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-09-17T00:58:36.547 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-09-17T00:58:36.805 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-paste. 2024-09-17T00:58:36.828 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-cheroot. 2024-09-17T00:58:36.832 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-09-17T00:58:36.855 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-09-17T00:58:36.872 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-09-17T00:58:36.880 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package python3-tempita. 2024-09-17T00:58:36.904 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-09-17T00:58:36.906 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-09-17T00:58:36.947 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-09-17T00:58:37.167 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-09-17T00:58:37.182 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-09-17T00:58:37.215 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-09-17T00:58:37.216 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-09-17T00:58:37.242 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-09-17T00:58:37.249 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package python3-paste. 2024-09-17T00:58:37.276 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-09-17T00:58:37.281 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-09-17T00:58:37.316 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-09-17T00:58:37.486 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-pastedeploy. 2024-09-17T00:58:37.512 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-09-17T00:58:37.552 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-09-17T00:58:37.567 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-jaraco.text. 2024-09-17T00:58:37.595 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-09-17T00:58:37.644 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-09-17T00:58:37.659 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-09-17T00:58:37.686 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-09-17T00:58:37.702 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-09-17T00:58:37.880 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-webtest. 2024-09-17T00:58:37.907 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-09-17T00:58:37.946 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-09-17T00:58:37.971 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package python3-pastedeploy. 2024-09-17T00:58:37.986 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-09-17T00:58:38.021 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-09-17T00:58:38.062 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-09-17T00:58:38.089 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-09-17T00:58:38.120 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-09-17T00:58:38.266 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-pecan. 2024-09-17T00:58:38.293 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-09-17T00:58:38.316 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package python3-webtest. 2024-09-17T00:58:38.332 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-09-17T00:58:38.342 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-09-17T00:58:38.382 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-09-17T00:58:38.440 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-tempora. 2024-09-17T00:58:38.467 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-09-17T00:58:38.506 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-09-17T00:58:38.693 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package python3-pecan. 2024-09-17T00:58:38.695 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-certifi. 2024-09-17T00:58:38.720 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-09-17T00:58:38.723 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-09-17T00:58:38.760 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-09-17T00:58:38.762 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-09-17T00:58:38.809 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-portend. 2024-09-17T00:58:38.836 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-09-17T00:58:38.875 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-09-17T00:58:39.064 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-idna. 2024-09-17T00:58:39.081 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../055-python3-idna_3.3-1ubuntu0.1_all.deb ... 2024-09-17T00:58:39.114 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-idna (3.3-1ubuntu0.1) ... 2024-09-17T00:58:39.123 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package python3-certifi. 2024-09-17T00:58:39.145 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-09-17T00:58:39.149 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-09-17T00:58:39.172 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-09-17T00:58:39.189 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-09-17T00:58:39.203 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-09-17T00:58:39.417 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-urllib3. 2024-09-17T00:58:39.445 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-09-17T00:58:39.456 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-cherrypy3. 2024-09-17T00:58:39.483 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-09-17T00:58:39.484 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-09-17T00:58:39.517 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package python3-idna. 2024-09-17T00:58:39.522 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-09-17T00:58:39.543 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../055-python3-idna_3.3-1ubuntu0.1_all.deb ... 2024-09-17T00:58:39.584 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking python3-idna (3.3-1ubuntu0.1) ... 2024-09-17T00:58:39.804 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-requests. 2024-09-17T00:58:39.830 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-09-17T00:58:39.834 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-natsort. 2024-09-17T00:58:39.850 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-09-17T00:58:39.870 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-09-17T00:58:39.878 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package python3-urllib3. 2024-09-17T00:58:39.884 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-09-17T00:58:39.904 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-09-17T00:58:39.945 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-09-17T00:58:40.173 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-werkzeug. 2024-09-17T00:58:40.195 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-logutils. 2024-09-17T00:58:40.200 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.2_all.deb ... 2024-09-17T00:58:40.223 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-09-17T00:58:40.231 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.2) ... 2024-09-17T00:58:40.262 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-09-17T00:58:40.289 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package python3-requests. 2024-09-17T00:58:40.316 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-09-17T00:58:40.347 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-09-17T00:58:40.518 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-09-17T00:58:40.542 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-markupsafe. 2024-09-17T00:58:40.544 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.1.1-330-gc2ddf972-1jammy_all.deb ... 2024-09-17T00:58:40.558 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-09-17T00:58:40.584 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking ceph-mgr-modules-core (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:58:40.592 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-09-17T00:58:40.633 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package python3-werkzeug. 2024-09-17T00:58:40.660 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.2_all.deb ... 2024-09-17T00:58:40.700 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.2) ... 2024-09-17T00:58:40.828 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-mako. 2024-09-17T00:58:40.841 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-09-17T00:58:40.878 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-09-17T00:58:40.986 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-09-17T00:58:41.013 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.1.1-330-gc2ddf972-1jammy_all.deb ... 2024-09-17T00:58:41.044 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking ceph-mgr-modules-core (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:58:41.088 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-09-17T00:58:41.105 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T00:58:41.138 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking libsqlite3-mod-ceph (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:58:41.198 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-simplegeneric. 2024-09-17T00:58:41.225 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-09-17T00:58:41.264 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-09-17T00:58:41.424 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-09-17T00:58:41.432 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-bcrypt. 2024-09-17T00:58:41.451 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T00:58:41.459 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-09-17T00:58:41.491 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking libsqlite3-mod-ceph (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:58:41.499 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-09-17T00:58:41.567 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-singledispatch. 2024-09-17T00:58:41.595 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-09-17T00:58:41.635 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-09-17T00:58:41.777 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package python3-bcrypt. 2024-09-17T00:58:41.792 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-09-17T00:58:41.811 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-openssl. 2024-09-17T00:58:41.827 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-09-17T00:58:41.837 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-09-17T00:58:41.877 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-09-17T00:58:41.895 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-webob. 2024-09-17T00:58:41.911 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1ubuntu0.1_all.deb ... 2024-09-17T00:58:41.944 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-webob (1:1.8.6-1.1ubuntu0.1) ... 2024-09-17T00:58:42.230 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package ceph-mgr. 2024-09-17T00:58:42.257 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../063-ceph-mgr_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T00:58:42.296 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking ceph-mgr (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:58:42.649 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package ceph-mon. 2024-09-17T00:58:42.676 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../064-ceph-mon_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T00:58:42.707 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking ceph-mon (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:58:42.905 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package python3-openssl. 2024-09-17T00:58:42.932 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-09-17T00:58:42.971 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-09-17T00:58:43.107 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-waitress. 2024-09-17T00:58:43.134 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-09-17T00:58:43.176 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-09-17T00:58:43.308 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package ceph-mgr. 2024-09-17T00:58:43.334 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../063-ceph-mgr_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T00:58:43.374 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking ceph-mgr (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:58:43.467 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-tempita. 2024-09-17T00:58:43.494 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-09-17T00:58:43.534 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-09-17T00:58:43.744 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package ceph-mon. 2024-09-17T00:58:43.770 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../064-ceph-mon_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T00:58:43.812 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-paste. 2024-09-17T00:58:43.826 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking ceph-mon (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:58:43.839 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-09-17T00:58:43.870 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-09-17T00:58:44.061 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package ceph-osd. 2024-09-17T00:58:44.089 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../065-ceph-osd_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T00:58:44.119 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking ceph-osd (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:58:44.173 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-09-17T00:58:44.190 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-09-17T00:58:44.231 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-09-17T00:58:44.364 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package ceph-osd. 2024-09-17T00:58:44.390 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../065-ceph-osd_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T00:58:44.421 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking ceph-osd (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:58:44.509 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-pastedeploy. 2024-09-17T00:58:44.525 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-09-17T00:58:44.559 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-09-17T00:58:44.837 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-webtest. 2024-09-17T00:58:44.865 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-09-17T00:58:44.904 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-09-17T00:58:45.206 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package ceph. 2024-09-17T00:58:45.215 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-pecan. 2024-09-17T00:58:45.233 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../066-ceph_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T00:58:45.242 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-09-17T00:58:45.272 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking ceph (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:58:45.282 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-09-17T00:58:45.466 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package ceph. 2024-09-17T00:58:45.493 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../066-ceph_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T00:58:45.533 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking ceph (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:58:45.591 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package ceph-fuse. 2024-09-17T00:58:45.618 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../067-ceph-fuse_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T00:58:45.657 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking ceph-fuse (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:58:45.661 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-certifi. 2024-09-17T00:58:45.689 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-09-17T00:58:45.728 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-09-17T00:58:45.988 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package ceph-fuse. 2024-09-17T00:58:46.011 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package ceph-mds. 2024-09-17T00:58:46.014 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../067-ceph-fuse_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T00:58:46.038 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../068-ceph-mds_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T00:58:46.047 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-idna. 2024-09-17T00:58:46.068 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking ceph-fuse (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:58:46.075 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../055-python3-idna_3.3-1ubuntu0.1_all.deb ... 2024-09-17T00:58:46.077 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking ceph-mds (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:58:46.117 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-idna (3.3-1ubuntu0.1) ... 2024-09-17T00:58:46.384 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-urllib3. 2024-09-17T00:58:46.411 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-09-17T00:58:46.413 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package ceph-mds. 2024-09-17T00:58:46.430 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package cephadm. 2024-09-17T00:58:46.440 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../068-ceph-mds_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T00:58:46.442 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-09-17T00:58:46.457 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../069-cephadm_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T00:58:46.480 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking ceph-mds (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:58:46.513 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking cephadm (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:58:46.729 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-requests. 2024-09-17T00:58:46.756 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-09-17T00:58:46.787 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-09-17T00:58:46.800 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-asyncssh. 2024-09-17T00:58:46.826 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-09-17T00:58:46.841 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package cephadm. 2024-09-17T00:58:46.872 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-09-17T00:58:46.872 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../069-cephadm_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T00:58:46.907 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking cephadm (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:58:47.082 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-werkzeug. 2024-09-17T00:58:47.109 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.2_all.deb ... 2024-09-17T00:58:47.156 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.2) ... 2024-09-17T00:58:47.160 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python-babel-localedata. 2024-09-17T00:58:47.176 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-09-17T00:58:47.210 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-09-17T00:58:47.226 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package python3-asyncssh. 2024-09-17T00:58:47.253 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-09-17T00:58:47.293 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-09-17T00:58:47.426 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-09-17T00:58:47.442 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.1.1-330-gc2ddf972-1jammy_all.deb ... 2024-09-17T00:58:47.476 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking ceph-mgr-modules-core (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:58:47.604 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package python-babel-localedata. 2024-09-17T00:58:47.631 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-09-17T00:58:47.670 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-09-17T00:58:47.831 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-09-17T00:58:47.858 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T00:58:48.072 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking libsqlite3-mod-ceph (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:58:48.198 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-babel. 2024-09-17T00:58:48.225 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-09-17T00:58:48.264 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-09-17T00:58:48.333 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-bcrypt. 2024-09-17T00:58:48.350 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-09-17T00:58:48.383 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-09-17T00:58:48.584 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-jinja2. 2024-09-17T00:58:48.609 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package python3-babel. 2024-09-17T00:58:48.611 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.2_all.deb ... 2024-09-17T00:58:48.636 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-09-17T00:58:48.650 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.2) ... 2024-09-17T00:58:48.667 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-09-17T00:58:48.669 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-openssl. 2024-09-17T00:58:48.697 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-09-17T00:58:48.736 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-09-17T00:58:48.961 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package python3-jinja2. 2024-09-17T00:58:48.984 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.2_all.deb ... 2024-09-17T00:58:48.987 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-09-17T00:58:49.014 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.1.1-330-gc2ddf972-1jammy_all.deb ... 2024-09-17T00:58:49.019 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.2) ... 2024-09-17T00:58:49.072 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package ceph-mgr. 2024-09-17T00:58:49.078 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking ceph-mgr-cephadm (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:58:49.100 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../063-ceph-mgr_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T00:58:49.139 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking ceph-mgr (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:58:49.333 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-09-17T00:58:49.348 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.1.1-330-gc2ddf972-1jammy_all.deb ... 2024-09-17T00:58:49.356 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-repoze.lru. 2024-09-17T00:58:49.372 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-09-17T00:58:49.382 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking ceph-mgr-cephadm (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:58:49.414 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-09-17T00:58:49.542 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package ceph-mon. 2024-09-17T00:58:49.570 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../064-ceph-mon_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T00:58:49.609 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking ceph-mon (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:58:49.711 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package python3-repoze.lru. 2024-09-17T00:58:49.719 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-routes. 2024-09-17T00:58:49.737 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-09-17T00:58:49.746 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-09-17T00:58:49.768 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-09-17T00:58:49.785 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-09-17T00:58:50.063 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package python3-routes. 2024-09-17T00:58:50.090 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-09-17T00:58:50.122 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-09-17T00:58:50.129 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-09-17T00:58:50.150 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.1.1-330-gc2ddf972-1jammy_all.deb ... 2024-09-17T00:58:50.179 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package ceph-osd. 2024-09-17T00:58:50.188 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking ceph-mgr-dashboard (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:58:50.208 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../065-ceph-osd_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T00:58:50.245 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking ceph-osd (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:58:50.449 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-09-17T00:58:50.476 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.1.1-330-gc2ddf972-1jammy_all.deb ... 2024-09-17T00:58:50.515 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking ceph-mgr-dashboard (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:58:51.257 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package ceph. 2024-09-17T00:58:51.274 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../066-ceph_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T00:58:51.315 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking ceph (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:58:51.418 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-09-17T00:58:51.446 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-09-17T00:58:51.484 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-09-17T00:58:51.635 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package ceph-fuse. 2024-09-17T00:58:51.662 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../067-ceph-fuse_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T00:58:51.701 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking ceph-fuse (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:58:51.779 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-09-17T00:58:51.806 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-09-17T00:58:51.845 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-09-17T00:58:51.980 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-joblib. 2024-09-17T00:58:52.005 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package ceph-mds. 2024-09-17T00:58:52.007 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-09-17T00:58:52.032 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../068-ceph-mds_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T00:58:52.046 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-09-17T00:58:52.062 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking ceph-mds (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:58:52.341 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package python3-joblib. 2024-09-17T00:58:52.367 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-09-17T00:58:52.391 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-09-17T00:58:52.407 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-09-17T00:58:52.407 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-09-17T00:58:52.449 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-09-17T00:58:52.449 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package cephadm. 2024-09-17T00:58:52.476 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../069-cephadm_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T00:58:52.515 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking cephadm (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:58:52.685 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-sklearn. 2024-09-17T00:58:52.710 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-09-17T00:58:52.743 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-09-17T00:58:52.768 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-09-17T00:58:52.795 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-09-17T00:58:52.835 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-09-17T00:58:52.885 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-asyncssh. 2024-09-17T00:58:52.912 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-09-17T00:58:52.951 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-09-17T00:58:53.113 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package python3-sklearn. 2024-09-17T00:58:53.139 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-09-17T00:58:53.179 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-09-17T00:58:53.288 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python-babel-localedata. 2024-09-17T00:58:53.315 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-09-17T00:58:53.345 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-09-17T00:58:53.384 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-09-17T00:58:53.401 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.1.1-330-gc2ddf972-1jammy_all.deb ... 2024-09-17T00:58:53.520 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking ceph-mgr-diskprediction-local (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:58:53.870 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-09-17T00:58:53.886 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.1.1-330-gc2ddf972-1jammy_all.deb ... 2024-09-17T00:58:53.997 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking ceph-mgr-diskprediction-local (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:58:54.342 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-babel. 2024-09-17T00:58:54.370 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-09-17T00:58:54.409 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-09-17T00:58:54.423 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-cachetools. 2024-09-17T00:58:54.451 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-09-17T00:58:54.489 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-09-17T00:58:54.737 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-jinja2. 2024-09-17T00:58:54.764 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.2_all.deb ... 2024-09-17T00:58:54.792 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-pyasn1. 2024-09-17T00:58:54.803 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.2) ... 2024-09-17T00:58:54.820 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-09-17T00:58:54.858 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-09-17T00:58:54.942 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package python3-cachetools. 2024-09-17T00:58:54.969 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-09-17T00:58:55.008 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-09-17T00:58:55.123 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-09-17T00:58:55.128 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-09-17T00:58:55.145 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-09-17T00:58:55.150 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.1.1-330-gc2ddf972-1jammy_all.deb ... 2024-09-17T00:58:55.189 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking ceph-mgr-cephadm (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:58:55.212 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-09-17T00:58:55.295 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package python3-pyasn1. 2024-09-17T00:58:55.321 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-09-17T00:58:55.361 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-09-17T00:58:55.456 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-rsa. 2024-09-17T00:58:55.468 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-repoze.lru. 2024-09-17T00:58:55.473 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-09-17T00:58:55.495 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-09-17T00:58:55.506 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-rsa (4.8-1) ... 2024-09-17T00:58:55.534 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-09-17T00:58:55.681 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-09-17T00:58:55.708 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-09-17T00:58:55.756 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-09-17T00:58:55.810 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-google-auth. 2024-09-17T00:58:55.837 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-routes. 2024-09-17T00:58:55.838 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-09-17T00:58:55.865 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-09-17T00:58:55.876 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-09-17T00:58:55.904 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-09-17T00:58:56.075 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package python3-rsa. 2024-09-17T00:58:56.102 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-09-17T00:58:56.142 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking python3-rsa (4.8-1) ... 2024-09-17T00:58:56.146 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-09-17T00:58:56.174 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-09-17T00:58:56.224 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-09-17T00:58:56.251 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.1.1-330-gc2ddf972-1jammy_all.deb ... 2024-09-17T00:58:56.290 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking ceph-mgr-dashboard (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:58:56.434 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-09-17T00:58:56.453 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package python3-google-auth. 2024-09-17T00:58:56.480 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-09-17T00:58:56.520 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-09-17T00:58:56.748 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-websocket. 2024-09-17T00:58:56.776 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-09-17T00:58:56.806 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-09-17T00:58:56.815 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-09-17T00:58:56.833 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-09-17T00:58:56.873 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-09-17T00:58:57.110 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-kubernetes. 2024-09-17T00:58:57.117 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package python3-websocket. 2024-09-17T00:58:57.137 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-09-17T00:58:57.144 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-09-17T00:58:57.175 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-09-17T00:58:57.176 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-09-17T00:58:57.487 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package python3-kubernetes. 2024-09-17T00:58:57.514 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-09-17T00:58:57.528 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-09-17T00:58:57.545 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-09-17T00:58:57.556 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-09-17T00:58:57.578 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-09-17T00:58:57.823 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-09-17T00:58:57.840 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.1.1-330-gc2ddf972-1jammy_all.deb ... 2024-09-17T00:58:57.881 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking ceph-mgr-k8sevents (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:58:58.032 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-joblib. 2024-09-17T00:58:58.060 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-09-17T00:58:58.090 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-09-17T00:58:58.201 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package libonig5:amd64. 2024-09-17T00:58:58.229 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-09-17T00:58:58.250 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-09-17T00:58:58.267 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.1.1-330-gc2ddf972-1jammy_all.deb ... 2024-09-17T00:58:58.268 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-09-17T00:58:58.309 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking ceph-mgr-k8sevents (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:58:58.452 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-09-17T00:58:58.480 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-09-17T00:58:58.518 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-09-17T00:58:58.554 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package libjq1:amd64. 2024-09-17T00:58:58.582 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-09-17T00:58:58.641 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-09-17T00:58:58.645 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package libonig5:amd64. 2024-09-17T00:58:58.672 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-09-17T00:58:58.711 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-09-17T00:58:58.821 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-sklearn. 2024-09-17T00:58:58.849 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-09-17T00:58:58.887 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-09-17T00:58:58.906 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package jq. 2024-09-17T00:58:58.923 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-09-17T00:58:58.964 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-09-17T00:58:58.997 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package libjq1:amd64. 2024-09-17T00:58:59.020 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-09-17T00:58:59.055 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-09-17T00:58:59.225 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package socat. 2024-09-17T00:58:59.253 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-09-17T00:58:59.291 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-09-17T00:58:59.324 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package jq. 2024-09-17T00:58:59.340 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-09-17T00:58:59.383 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-09-17T00:58:59.505 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-09-17T00:58:59.533 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.1.1-330-gc2ddf972-1jammy_all.deb ... 2024-09-17T00:58:59.611 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package xmlstarlet. 2024-09-17T00:58:59.627 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-09-17T00:58:59.635 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package socat. 2024-09-17T00:58:59.640 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking ceph-mgr-diskprediction-local (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:58:59.662 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-09-17T00:58:59.669 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-09-17T00:58:59.702 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-09-17T00:58:59.988 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package xmlstarlet. 2024-09-17T00:59:00.004 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-09-17T00:59:00.023 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package ceph-test. 2024-09-17T00:59:00.045 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../097-ceph-test_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T00:59:00.046 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-09-17T00:59:00.089 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking ceph-test (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:59:00.375 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package ceph-test. 2024-09-17T00:59:00.391 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../097-ceph-test_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T00:59:00.425 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking ceph-test (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:59:00.602 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-cachetools. 2024-09-17T00:59:00.632 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-09-17T00:59:00.669 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-09-17T00:59:00.955 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-pyasn1. 2024-09-17T00:59:00.982 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-09-17T00:59:01.021 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-09-17T00:59:01.325 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-09-17T00:59:01.353 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-09-17T00:59:01.383 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-09-17T00:59:01.645 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-rsa. 2024-09-17T00:59:01.672 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-09-17T00:59:01.702 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-rsa (4.8-1) ... 2024-09-17T00:59:02.023 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-google-auth. 2024-09-17T00:59:02.051 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-09-17T00:59:02.089 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-09-17T00:59:02.319 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package ceph-volume. 2024-09-17T00:59:02.347 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../098-ceph-volume_19.1.1-330-gc2ddf972-1jammy_all.deb ... 2024-09-17T00:59:02.377 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking ceph-volume (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:59:02.409 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-09-17T00:59:02.437 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-09-17T00:59:02.476 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-09-17T00:59:02.681 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package libcephfs-dev. 2024-09-17T00:59:02.697 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../099-libcephfs-dev_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T00:59:02.704 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package ceph-volume. 2024-09-17T00:59:02.732 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../098-ceph-volume_19.1.1-330-gc2ddf972-1jammy_all.deb ... 2024-09-17T00:59:02.739 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking libcephfs-dev (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:59:02.770 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking ceph-volume (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:59:02.787 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-websocket. 2024-09-17T00:59:02.815 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-09-17T00:59:02.854 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-09-17T00:59:03.016 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package lua-socket:amd64. 2024-09-17T00:59:03.033 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-09-17T00:59:03.075 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-09-17T00:59:03.092 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package libcephfs-dev. 2024-09-17T00:59:03.118 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../099-libcephfs-dev_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T00:59:03.149 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-kubernetes. 2024-09-17T00:59:03.157 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking libcephfs-dev (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:59:03.177 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-09-17T00:59:03.215 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-09-17T00:59:03.452 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package lua-socket:amd64. 2024-09-17T00:59:03.459 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package lua-sec:amd64. 2024-09-17T00:59:03.479 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-09-17T00:59:03.487 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-09-17T00:59:03.510 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-09-17T00:59:03.562 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-09-17T00:59:03.822 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package lua-sec:amd64. 2024-09-17T00:59:03.843 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-09-17T00:59:03.880 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-09-17T00:59:03.933 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package nvme-cli. 2024-09-17T00:59:03.961 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.3_amd64.deb ... 2024-09-17T00:59:03.999 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking nvme-cli (1.16-3ubuntu0.3) ... 2024-09-17T00:59:04.246 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-09-17T00:59:04.251 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package nvme-cli. 2024-09-17T00:59:04.263 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.1.1-330-gc2ddf972-1jammy_all.deb ... 2024-09-17T00:59:04.274 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.3_amd64.deb ... 2024-09-17T00:59:04.304 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking ceph-mgr-k8sevents (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:59:04.318 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking nvme-cli (1.16-3ubuntu0.3) ... 2024-09-17T00:59:04.413 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package pkg-config. 2024-09-17T00:59:04.441 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-09-17T00:59:04.479 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-09-17T00:59:04.623 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package libonig5:amd64. 2024-09-17T00:59:04.651 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-09-17T00:59:04.690 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-09-17T00:59:04.707 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-09-17T00:59:04.724 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-09-17T00:59:04.730 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package pkg-config. 2024-09-17T00:59:04.756 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-09-17T00:59:04.758 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-09-17T00:59:04.797 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-09-17T00:59:04.977 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package libjq1:amd64. 2024-09-17T00:59:05.004 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-09-17T00:59:05.016 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-09-17T00:59:05.032 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-09-17T00:59:05.043 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-09-17T00:59:05.066 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-09-17T00:59:05.135 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-iniconfig. 2024-09-17T00:59:05.151 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-09-17T00:59:05.184 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-09-17T00:59:05.296 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package jq. 2024-09-17T00:59:05.324 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-09-17T00:59:05.362 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-09-17T00:59:05.454 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-pastescript. 2024-09-17T00:59:05.469 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package python3-iniconfig. 2024-09-17T00:59:05.482 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-09-17T00:59:05.497 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-09-17T00:59:05.536 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-09-17T00:59:05.537 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-09-17T00:59:05.615 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package socat. 2024-09-17T00:59:05.643 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-09-17T00:59:05.681 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-09-17T00:59:05.780 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package python3-pastescript. 2024-09-17T00:59:05.795 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-09-17T00:59:05.829 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-09-17T00:59:05.865 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-pluggy. 2024-09-17T00:59:05.893 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-09-17T00:59:05.931 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-09-17T00:59:05.977 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package xmlstarlet. 2024-09-17T00:59:06.004 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-09-17T00:59:06.043 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-09-17T00:59:06.150 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package python3-pluggy. 2024-09-17T00:59:06.177 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-09-17T00:59:06.216 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-09-17T00:59:06.234 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-psutil. 2024-09-17T00:59:06.262 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-09-17T00:59:06.292 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-09-17T00:59:06.414 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package ceph-test. 2024-09-17T00:59:06.442 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../097-ceph-test_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T00:59:06.480 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking ceph-test (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:59:06.511 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package python3-psutil. 2024-09-17T00:59:06.538 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-09-17T00:59:06.577 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-09-17T00:59:06.654 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-py. 2024-09-17T00:59:06.682 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-09-17T00:59:06.728 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-py (1.10.0-1) ... 2024-09-17T00:59:06.930 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package python3-py. 2024-09-17T00:59:06.957 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-09-17T00:59:07.004 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking python3-py (1.10.0-1) ... 2024-09-17T00:59:07.031 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-pygments. 2024-09-17T00:59:07.060 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-09-17T00:59:07.098 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-09-17T00:59:07.333 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package python3-pygments. 2024-09-17T00:59:07.361 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-09-17T00:59:07.399 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-09-17T00:59:07.560 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-pyinotify. 2024-09-17T00:59:07.588 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-09-17T00:59:07.626 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-09-17T00:59:07.870 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package python3-pyinotify. 2024-09-17T00:59:07.897 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-09-17T00:59:07.936 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-09-17T00:59:07.946 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-toml. 2024-09-17T00:59:07.974 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-09-17T00:59:08.012 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-09-17T00:59:08.239 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package python3-toml. 2024-09-17T00:59:08.266 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-09-17T00:59:08.305 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-09-17T00:59:08.332 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-pytest. 2024-09-17T00:59:08.360 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-09-17T00:59:08.398 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-09-17T00:59:08.600 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package python3-pytest. 2024-09-17T00:59:08.627 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-09-17T00:59:08.666 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-09-17T00:59:08.743 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-simplejson. 2024-09-17T00:59:08.752 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package ceph-volume. 2024-09-17T00:59:08.771 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-09-17T00:59:08.780 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../098-ceph-volume_19.1.1-330-gc2ddf972-1jammy_all.deb ... 2024-09-17T00:59:08.809 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-09-17T00:59:08.818 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking ceph-volume (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:59:09.011 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package python3-simplejson. 2024-09-17T00:59:09.039 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-09-17T00:59:09.077 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-09-17T00:59:09.079 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-09-17T00:59:09.095 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-09-17T00:59:09.130 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package libcephfs-dev. 2024-09-17T00:59:09.137 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-09-17T00:59:09.147 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../099-libcephfs-dev_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T00:59:09.188 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking libcephfs-dev (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:59:09.347 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-09-17T00:59:09.362 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-09-17T00:59:09.405 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-09-17T00:59:09.508 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package lua-socket:amd64. 2024-09-17T00:59:09.536 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-09-17T00:59:09.574 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-09-17T00:59:09.857 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package radosgw. 2024-09-17T00:59:09.885 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../116-radosgw_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T00:59:09.912 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package lua-sec:amd64. 2024-09-17T00:59:09.923 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking radosgw (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:59:09.929 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-09-17T00:59:09.971 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-09-17T00:59:10.051 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package radosgw. 2024-09-17T00:59:10.078 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../116-radosgw_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T00:59:10.116 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking radosgw (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:59:10.333 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package nvme-cli. 2024-09-17T00:59:10.362 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.3_amd64.deb ... 2024-09-17T00:59:10.400 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking nvme-cli (1.16-3ubuntu0.3) ... 2024-09-17T00:59:10.702 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package rbd-fuse. 2024-09-17T00:59:10.718 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../117-rbd-fuse_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T00:59:10.751 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking rbd-fuse (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:59:10.797 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package pkg-config. 2024-09-17T00:59:10.825 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-09-17T00:59:10.864 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-09-17T00:59:10.911 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package rbd-fuse. 2024-09-17T00:59:10.939 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../117-rbd-fuse_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T00:59:10.977 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking rbd-fuse (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:59:11.035 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-09-17T00:59:11.125 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-09-17T00:59:11.141 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-09-17T00:59:11.182 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-09-17T00:59:11.273 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-09-17T00:59:11.289 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-09-17T00:59:11.415 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up nvme-cli (1.16-3ubuntu0.3) ... 2024-09-17T00:59:11.507 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-09-17T00:59:11.578 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-iniconfig. 2024-09-17T00:59:11.606 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-09-17T00:59:11.633 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up nvme-cli (1.16-3ubuntu0.3) ... 2024-09-17T00:59:11.644 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-09-17T00:59:11.689 INFO:teuthology.orchestra.run.smithi063.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-09-17T00:59:11.895 INFO:teuthology.orchestra.run.smithi086.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-09-17T00:59:11.946 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-pastescript. 2024-09-17T00:59:11.963 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-09-17T00:59:12.005 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-09-17T00:59:12.049 INFO:teuthology.orchestra.run.smithi063.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-09-17T00:59:12.227 INFO:teuthology.orchestra.run.smithi086.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-09-17T00:59:12.325 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-pluggy. 2024-09-17T00:59:12.353 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-09-17T00:59:12.391 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-09-17T00:59:12.464 INFO:teuthology.orchestra.run.smithi063.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-09-17T00:59:12.542 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up cephadm (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:59:12.633 INFO:teuthology.orchestra.run.smithi086.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-09-17T00:59:12.777 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up cephadm (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:59:12.778 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-psutil. 2024-09-17T00:59:12.778 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-09-17T00:59:12.778 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-09-17T00:59:13.067 INFO:teuthology.orchestra.run.smithi063.stdout:Adding system user cephadm....done 2024-09-17T00:59:13.139 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-py. 2024-09-17T00:59:13.167 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-09-17T00:59:13.214 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-py (1.10.0-1) ... 2024-09-17T00:59:13.223 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-09-17T00:59:13.259 INFO:teuthology.orchestra.run.smithi086.stdout:Adding system user cephadm....done 2024-09-17T00:59:13.416 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-09-17T00:59:13.508 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-09-17T00:59:13.542 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-pygments. 2024-09-17T00:59:13.570 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-09-17T00:59:13.608 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-09-17T00:59:13.692 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-09-17T00:59:13.759 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-09-17T00:59:13.885 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-09-17T00:59:13.943 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-09-17T00:59:14.030 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-pyinotify. 2024-09-17T00:59:14.058 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-09-17T00:59:14.069 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-09-17T00:59:14.096 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-09-17T00:59:14.144 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-09-17T00:59:14.320 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-09-17T00:59:14.407 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-toml. 2024-09-17T00:59:14.420 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-09-17T00:59:14.435 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-09-17T00:59:14.473 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-09-17T00:59:14.521 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-py (1.10.0-1) ... 2024-09-17T00:59:14.571 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-09-17T00:59:14.672 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up python3-py (1.10.0-1) ... 2024-09-17T00:59:14.810 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-pytest. 2024-09-17T00:59:14.814 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-09-17T00:59:14.838 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-09-17T00:59:14.876 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-09-17T00:59:14.982 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-09-17T00:59:15.191 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-09-17T00:59:15.222 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-simplejson. 2024-09-17T00:59:15.250 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-09-17T00:59:15.288 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-09-17T00:59:15.334 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-09-17T00:59:15.450 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-09-17T00:59:15.557 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-09-17T00:59:15.577 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-09-17T00:59:15.585 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-09-17T00:59:15.615 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-09-17T00:59:15.710 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-09-17T00:59:15.852 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-09-17T00:59:15.953 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-09-17T00:59:16.129 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-09-17T00:59:16.195 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-09-17T00:59:16.345 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package radosgw. 2024-09-17T00:59:16.371 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-09-17T00:59:16.373 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../116-radosgw_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T00:59:16.411 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking radosgw (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:59:16.438 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-09-17T00:59:16.606 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-09-17T00:59:16.698 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-ceph-argparse (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:59:16.849 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up python3-ceph-argparse (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:59:17.090 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-09-17T00:59:17.108 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-09-17T00:59:17.189 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package rbd-fuse. 2024-09-17T00:59:17.206 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../117-rbd-fuse_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T00:59:17.216 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-09-17T00:59:17.234 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-09-17T00:59:17.247 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking rbd-fuse (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:59:17.342 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-09-17T00:59:17.360 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-09-17T00:59:17.468 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-09-17T00:59:17.486 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-09-17T00:59:17.544 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-09-17T00:59:17.736 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-09-17T00:59:17.745 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-09-17T00:59:17.802 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-09-17T00:59:17.911 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up nvme-cli (1.16-3ubuntu0.3) ... 2024-09-17T00:59:18.107 INFO:teuthology.orchestra.run.smithi086.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-09-17T00:59:18.144 INFO:teuthology.orchestra.run.smithi086.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-09-17T00:59:18.153 INFO:teuthology.orchestra.run.smithi018.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-09-17T00:59:18.155 INFO:teuthology.orchestra.run.smithi063.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-09-17T00:59:18.176 INFO:teuthology.orchestra.run.smithi063.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-09-17T00:59:18.207 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-09-17T00:59:18.231 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-09-17T00:59:18.349 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-09-17T00:59:18.381 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-09-17T00:59:18.482 INFO:teuthology.orchestra.run.smithi018.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-09-17T00:59:18.717 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-09-17T00:59:18.749 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-09-17T00:59:18.844 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-09-17T00:59:18.875 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-09-17T00:59:18.906 INFO:teuthology.orchestra.run.smithi018.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-09-17T00:59:18.971 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up cephadm (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:59:19.119 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-09-17T00:59:19.143 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-09-17T00:59:19.379 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-09-17T00:59:19.410 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-09-17T00:59:19.680 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up zip (3.0-12build2) ... 2024-09-17T00:59:19.715 INFO:teuthology.orchestra.run.smithi018.stdout:Adding system user cephadm....done 2024-09-17T00:59:19.720 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up zip (3.0-12build2) ... 2024-09-17T00:59:19.789 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-09-17T00:59:19.846 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-09-17T00:59:19.855 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-09-17T00:59:20.131 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-09-17T00:59:20.391 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-09-17T00:59:20.458 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-09-17T00:59:20.517 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-09-17T00:59:20.573 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-09-17T00:59:20.717 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-09-17T00:59:20.777 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-09-17T00:59:20.832 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-09-17T00:59:20.843 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-09-17T00:59:20.942 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-09-17T00:59:20.969 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-09-17T00:59:21.051 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-09-17T00:59:21.052 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-09-17T00:59:21.162 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-py (1.10.0-1) ... 2024-09-17T00:59:21.270 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-09-17T00:59:21.335 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-09-17T00:59:21.447 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-09-17T00:59:21.671 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-09-17T00:59:21.736 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-09-17T00:59:21.807 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-09-17T00:59:21.897 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-09-17T00:59:22.004 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-09-17T00:59:22.067 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-09-17T00:59:22.257 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-09-17T00:59:22.351 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-09-17T00:59:22.389 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-09-17T00:59:22.567 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.2) ... 2024-09-17T00:59:22.636 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-09-17T00:59:22.682 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.2) ... 2024-09-17T00:59:22.887 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-09-17T00:59:22.918 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-09-17T00:59:23.033 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-09-17T00:59:23.130 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-09-17T00:59:23.177 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-09-17T00:59:23.284 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-09-17T00:59:23.320 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up python3-ceph-common (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:59:23.393 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-ceph-common (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:59:23.397 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-ceph-argparse (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:59:23.621 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up python3-idna (3.3-1ubuntu0.1) ... 2024-09-17T00:59:23.640 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-09-17T00:59:23.720 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-idna (3.3-1ubuntu0.1) ... 2024-09-17T00:59:23.766 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-09-17T00:59:23.901 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-09-17T00:59:23.931 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-09-17T00:59:24.027 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-09-17T00:59:24.029 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-09-17T00:59:24.286 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-09-17T00:59:24.672 INFO:teuthology.orchestra.run.smithi018.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-09-17T00:59:24.710 INFO:teuthology.orchestra.run.smithi018.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-09-17T00:59:24.773 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-09-17T00:59:24.899 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-09-17T00:59:25.086 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-09-17T00:59:25.291 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-09-17T00:59:25.292 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-09-17T00:59:25.338 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-17T00:59:25.418 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-09-17T00:59:25.472 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up python3-toml (0.10.2-1) ... 2024-09-17T00:59:25.544 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-17T00:59:25.694 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-09-17T00:59:25.703 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-toml (0.10.2-1) ... 2024-09-17T00:59:25.723 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-09-17T00:59:25.832 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-09-17T00:59:25.958 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-09-17T00:59:25.971 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-09-17T00:59:25.989 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-09-17T00:59:26.097 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-09-17T00:59:26.223 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-09-17T00:59:26.260 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-09-17T00:59:26.296 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up zip (3.0-12build2) ... 2024-09-17T00:59:26.397 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-09-17T00:59:26.519 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-09-17T00:59:26.574 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-09-17T00:59:26.778 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-17T00:59:26.825 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-09-17T00:59:26.921 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-09-17T00:59:27.068 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-17T00:59:27.116 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-09-17T00:59:27.194 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-09-17T00:59:27.355 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-09-17T00:59:27.383 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-09-17T00:59:27.518 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-09-17T00:59:27.598 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-09-17T00:59:27.644 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-09-17T00:59:27.662 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-09-17T00:59:27.849 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-09-17T00:59:27.905 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-09-17T00:59:27.945 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-09-17T00:59:28.109 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-09-17T00:59:28.173 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-09-17T00:59:28.338 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-09-17T00:59:28.359 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-09-17T00:59:28.432 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-09-17T00:59:28.573 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-09-17T00:59:28.619 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-09-17T00:59:28.683 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-09-17T00:59:28.745 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-09-17T00:59:28.965 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-09-17T00:59:28.974 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-09-17T00:59:29.030 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-09-17T00:59:29.102 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-09-17T00:59:29.130 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-09-17T00:59:29.267 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.2) ... 2024-09-17T00:59:29.386 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-09-17T00:59:29.406 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up python3-webob (1:1.8.6-1.1ubuntu0.1) ... 2024-09-17T00:59:29.521 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-09-17T00:59:29.685 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-09-17T00:59:29.699 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-09-17T00:59:29.830 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-webob (1:1.8.6-1.1ubuntu0.1) ... 2024-09-17T00:59:29.951 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-09-17T00:59:29.961 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-09-17T00:59:30.051 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-09-17T00:59:30.070 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-ceph-common (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:59:30.148 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-09-17T00:59:30.177 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-09-17T00:59:30.266 INFO:teuthology.orchestra.run.smithi086.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-09-17T00:59:30.372 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-idna (3.3-1ubuntu0.1) ... 2024-09-17T00:59:30.407 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-09-17T00:59:30.487 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-09-17T00:59:30.533 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-09-17T00:59:30.613 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-09-17T00:59:30.659 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-09-17T00:59:30.681 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-09-17T00:59:30.748 INFO:teuthology.orchestra.run.smithi063.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-09-17T00:59:30.981 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-09-17T00:59:31.019 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-09-17T00:59:31.145 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-09-17T00:59:31.240 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up lua-any (27ubuntu1) ... 2024-09-17T00:59:31.350 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up python3-portend (3.0.0-1) ... 2024-09-17T00:59:31.546 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-09-17T00:59:31.601 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-17T00:59:31.727 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.2) ... 2024-09-17T00:59:31.814 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up lua-any (27ubuntu1) ... 2024-09-17T00:59:31.920 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-09-17T00:59:31.940 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-portend (3.0.0-1) ... 2024-09-17T00:59:32.044 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-09-17T00:59:32.147 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-17T00:59:32.199 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-17T00:59:32.281 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-toml (0.10.2-1) ... 2024-09-17T00:59:32.325 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.2) ... 2024-09-17T00:59:32.362 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-09-17T00:59:32.549 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-09-17T00:59:32.634 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-09-17T00:59:32.638 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-09-17T00:59:32.675 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-09-17T00:59:32.764 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up python3-rsa (4.8-1) ... 2024-09-17T00:59:32.801 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-09-17T00:59:32.935 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-09-17T00:59:33.023 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-09-17T00:59:33.102 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-09-17T00:59:33.220 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-09-17T00:59:33.299 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-09-17T00:59:33.346 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-rsa (4.8-1) ... 2024-09-17T00:59:33.372 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-09-17T00:59:33.604 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-17T00:59:33.622 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-09-17T00:59:33.636 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-09-17T00:59:33.705 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-09-17T00:59:33.890 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-09-17T00:59:34.015 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-09-17T00:59:34.021 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-09-17T00:59:34.234 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-09-17T00:59:34.274 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-09-17T00:59:34.306 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-09-17T00:59:34.542 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-09-17T00:59:34.628 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-09-17T00:59:34.635 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-09-17T00:59:34.761 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up librados2 (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:59:34.812 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-09-17T00:59:34.887 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up libsqlite3-mod-ceph (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:59:34.921 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-09-17T00:59:35.013 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-09-17T00:59:35.061 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-09-17T00:59:35.257 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-09-17T00:59:35.308 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up libcephfs2 (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:59:35.312 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-09-17T00:59:35.399 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up librados2 (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:59:35.413 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-09-17T00:59:35.434 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up libradosstriper1 (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:59:35.517 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up libsqlite3-mod-ceph (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:59:35.560 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-09-17T00:59:35.618 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-09-17T00:59:35.698 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-09-17T00:59:35.824 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-09-17T00:59:35.845 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up librbd1 (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:59:35.947 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up libcephfs2 (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:59:35.971 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up ceph-mgr-modules-core (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:59:36.073 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up libradosstriper1 (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:59:36.097 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up ceph-fuse (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:59:36.116 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-webob (1:1.8.6-1.1ubuntu0.1) ... 2024-09-17T00:59:36.199 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-09-17T00:59:36.307 INFO:teuthology.orchestra.run.smithi086.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-09-17T00:59:36.307 INFO:teuthology.orchestra.run.smithi086.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-09-17T00:59:36.426 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-09-17T00:59:36.493 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up librbd1 (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:59:36.619 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up ceph-mgr-modules-core (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:59:36.711 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-09-17T00:59:36.736 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up ceph-fuse (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:59:36.748 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up libcephfs-dev (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:59:36.828 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-09-17T00:59:36.874 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up python3-rados (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:59:36.929 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-09-17T00:59:36.950 INFO:teuthology.orchestra.run.smithi063.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-09-17T00:59:36.950 INFO:teuthology.orchestra.run.smithi063.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-09-17T00:59:36.983 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up librgw2 (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:59:37.001 INFO:teuthology.orchestra.run.smithi018.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-09-17T00:59:37.101 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-09-17T00:59:37.231 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-09-17T00:59:37.357 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-09-17T00:59:37.462 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up libcephfs-dev (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:59:37.589 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-rados (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:59:37.715 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up librgw2 (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:59:37.758 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-09-17T00:59:37.841 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-09-17T00:59:38.026 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up lua-any (27ubuntu1) ... 2024-09-17T00:59:38.152 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-portend (3.0.0-1) ... 2024-09-17T00:59:38.321 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up python3-rbd (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:59:38.412 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-17T00:59:38.430 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up rbd-fuse (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:59:38.513 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.2) ... 2024-09-17T00:59:38.531 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up python3-rgw (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:59:38.641 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up python3-cephfs (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:59:38.767 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up ceph-common (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:59:38.822 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-09-17T00:59:39.061 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-rbd (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:59:39.140 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-09-17T00:59:39.162 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up rbd-fuse (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:59:39.263 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-rgw (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:59:39.293 INFO:teuthology.orchestra.run.smithi086.stdout:Adding group ceph....done 2024-09-17T00:59:39.398 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-cephfs (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:59:39.424 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-09-17T00:59:39.524 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up ceph-common (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:59:39.550 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-rsa (4.8-1) ... 2024-09-17T00:59:39.661 INFO:teuthology.orchestra.run.smithi086.stdout:Adding system user ceph....done 2024-09-17T00:59:39.821 INFO:teuthology.orchestra.run.smithi086.stdout:Setting system user ceph properties....done 2024-09-17T00:59:39.833 INFO:teuthology.orchestra.run.smithi086.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-09-17T00:59:39.966 INFO:teuthology.orchestra.run.smithi086.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-09-17T00:59:40.067 INFO:teuthology.orchestra.run.smithi063.stdout:Adding group ceph....done 2024-09-17T00:59:40.118 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-09-17T00:59:40.274 INFO:teuthology.orchestra.run.smithi086.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-09-17T00:59:40.395 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-09-17T00:59:40.435 INFO:teuthology.orchestra.run.smithi063.stdout:Adding system user ceph....done 2024-09-17T00:59:40.604 INFO:teuthology.orchestra.run.smithi063.stdout:Setting system user ceph properties....done 2024-09-17T00:59:40.622 INFO:teuthology.orchestra.run.smithi063.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-09-17T00:59:40.764 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-09-17T00:59:40.767 INFO:teuthology.orchestra.run.smithi063.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-09-17T00:59:40.768 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up ceph-test (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:59:40.894 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up radosgw (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:59:41.091 INFO:teuthology.orchestra.run.smithi063.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-09-17T00:59:41.157 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-09-17T00:59:41.352 INFO:teuthology.orchestra.run.smithi086.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-09-17T00:59:41.352 INFO:teuthology.orchestra.run.smithi086.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-09-17T00:59:41.451 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-09-17T00:59:41.542 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up ceph-test (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:59:41.643 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up radosgw (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:59:41.795 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-09-17T00:59:41.838 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up ceph-base (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:59:41.896 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up librados2 (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:59:41.997 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up libsqlite3-mod-ceph (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:59:42.123 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-09-17T00:59:42.149 INFO:teuthology.orchestra.run.smithi063.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-09-17T00:59:42.149 INFO:teuthology.orchestra.run.smithi063.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-09-17T00:59:42.178 INFO:teuthology.orchestra.run.smithi086.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-09-17T00:59:42.468 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up libcephfs2 (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:59:42.594 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up libradosstriper1 (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:59:42.628 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up ceph-base (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:59:42.631 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up ceph-mds (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:59:42.737 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-09-17T00:59:42.915 INFO:teuthology.orchestra.run.smithi086.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-09-17T00:59:42.916 INFO:teuthology.orchestra.run.smithi086.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-09-17T00:59:42.996 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up librbd1 (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:59:43.002 INFO:teuthology.orchestra.run.smithi063.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-09-17T00:59:43.123 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up ceph-mgr-modules-core (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:59:43.265 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up ceph-fuse (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:59:43.442 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up ceph-mgr (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:59:43.472 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up ceph-mds (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:59:43.488 INFO:teuthology.orchestra.run.smithi018.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-09-17T00:59:43.488 INFO:teuthology.orchestra.run.smithi018.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-09-17T00:59:43.662 INFO:teuthology.orchestra.run.smithi086.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-09-17T00:59:43.662 INFO:teuthology.orchestra.run.smithi086.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-09-17T00:59:43.711 INFO:teuthology.orchestra.run.smithi063.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-09-17T00:59:43.711 INFO:teuthology.orchestra.run.smithi063.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-09-17T00:59:44.000 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up libcephfs-dev (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:59:44.102 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up ceph-osd (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:59:44.126 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-rados (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:59:44.241 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up ceph-mgr (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:59:44.252 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up librgw2 (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:59:44.377 INFO:teuthology.orchestra.run.smithi086.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-09-17T00:59:44.377 INFO:teuthology.orchestra.run.smithi086.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-09-17T00:59:44.378 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-09-17T00:59:44.507 INFO:teuthology.orchestra.run.smithi063.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-09-17T00:59:44.507 INFO:teuthology.orchestra.run.smithi063.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-09-17T00:59:44.870 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up ceph-mgr-k8sevents (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:59:44.996 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up ceph-mgr-diskprediction-local (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:59:45.147 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up ceph-mon (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:59:45.260 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up ceph-osd (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:59:45.361 INFO:teuthology.orchestra.run.smithi086.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-09-17T00:59:45.361 INFO:teuthology.orchestra.run.smithi086.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-09-17T00:59:45.613 INFO:teuthology.orchestra.run.smithi063.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-09-17T00:59:45.613 INFO:teuthology.orchestra.run.smithi063.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-09-17T00:59:45.648 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-rbd (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:59:45.774 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up rbd-fuse (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:59:45.840 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up ceph-mgr-cephadm (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:59:45.909 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-rgw (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:59:45.982 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up ceph (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:59:46.035 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-cephfs (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:59:46.125 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up ceph-mgr-dashboard (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:59:46.129 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up ceph-mgr-k8sevents (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:59:46.144 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up ceph-common (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:59:46.247 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up ceph-mgr-diskprediction-local (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:59:46.285 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up ceph-volume (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:59:46.398 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up ceph-mon (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:59:46.623 INFO:teuthology.orchestra.run.smithi063.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-09-17T00:59:46.623 INFO:teuthology.orchestra.run.smithi063.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-09-17T00:59:46.637 INFO:teuthology.orchestra.run.smithi086.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-09-17T00:59:46.645 INFO:teuthology.orchestra.run.smithi018.stdout:Adding group ceph....done 2024-09-17T00:59:46.738 INFO:teuthology.orchestra.run.smithi086.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-09-17T00:59:46.899 INFO:teuthology.orchestra.run.smithi086.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-09-17T00:59:47.047 INFO:teuthology.orchestra.run.smithi018.stdout:Adding system user ceph....done 2024-09-17T00:59:47.108 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up ceph-mgr-cephadm (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:59:47.167 INFO:teuthology.orchestra.run.smithi018.stdout:Setting system user ceph properties....done 2024-09-17T00:59:47.185 INFO:teuthology.orchestra.run.smithi018.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-09-17T00:59:47.242 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up ceph (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:59:47.337 INFO:teuthology.orchestra.run.smithi018.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-09-17T00:59:47.368 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up ceph-mgr-dashboard (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:59:47.544 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up ceph-volume (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:59:47.668 INFO:teuthology.orchestra.run.smithi018.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-09-17T00:59:47.967 INFO:teuthology.orchestra.run.smithi063.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-09-17T00:59:47.967 INFO:teuthology.orchestra.run.smithi086.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-09-17T00:59:48.154 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up ceph-test (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:59:48.201 INFO:teuthology.orchestra.run.smithi063.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-09-17T00:59:48.255 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up radosgw (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:59:48.337 INFO:teuthology.orchestra.run.smithi063.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-09-17T00:59:48.631 INFO:teuthology.orchestra.run.smithi086.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-09-17T00:59:48.778 INFO:teuthology.orchestra.run.smithi018.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-09-17T00:59:48.779 INFO:teuthology.orchestra.run.smithi018.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-09-17T00:59:48.782 DEBUG:teuthology.parallel:result is None 2024-09-17T00:59:49.012 INFO:teuthology.orchestra.run.smithi063.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-09-17T00:59:49.181 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up ceph-base (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:59:49.537 INFO:teuthology.orchestra.run.smithi018.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-09-17T00:59:49.684 INFO:teuthology.orchestra.run.smithi063.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-09-17T00:59:49.689 DEBUG:teuthology.parallel:result is None 2024-09-17T00:59:50.000 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up ceph-mds (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:59:50.290 INFO:teuthology.orchestra.run.smithi018.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-09-17T00:59:50.290 INFO:teuthology.orchestra.run.smithi018.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-09-17T00:59:50.785 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up ceph-mgr (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:59:50.984 INFO:teuthology.orchestra.run.smithi018.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-09-17T00:59:50.984 INFO:teuthology.orchestra.run.smithi018.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-09-17T00:59:51.428 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up ceph-osd (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:59:51.681 INFO:teuthology.orchestra.run.smithi018.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-09-17T00:59:51.681 INFO:teuthology.orchestra.run.smithi018.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-09-17T00:59:52.172 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up ceph-mgr-k8sevents (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:59:52.297 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up ceph-mgr-diskprediction-local (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:59:52.449 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up ceph-mon (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:59:52.672 INFO:teuthology.orchestra.run.smithi018.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-09-17T00:59:52.672 INFO:teuthology.orchestra.run.smithi018.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-09-17T00:59:53.158 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up ceph-mgr-cephadm (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:59:53.309 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up ceph (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:59:53.444 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up ceph-mgr-dashboard (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:59:53.578 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up ceph-volume (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T00:59:53.914 INFO:teuthology.orchestra.run.smithi018.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-09-17T00:59:54.048 INFO:teuthology.orchestra.run.smithi018.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-09-17T00:59:54.201 INFO:teuthology.orchestra.run.smithi018.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-09-17T00:59:55.319 INFO:teuthology.orchestra.run.smithi018.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-09-17T00:59:55.958 INFO:teuthology.orchestra.run.smithi018.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-09-17T00:59:55.963 DEBUG:teuthology.parallel:result is None 2024-09-17T00:59:55.964 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=c2ddf9721ef254645201cdbabd9c8f49c30a586f 2024-09-17T00:59:56.110 DEBUG:teuthology.orchestra.run.smithi018:> dpkg-query -W -f '${Version}' ceph 2024-09-17T00:59:56.129 INFO:teuthology.orchestra.run.smithi018.stdout:19.1.1-330-gc2ddf972-1jammy 2024-09-17T00:59:56.130 INFO:teuthology.packaging:The installed version of ceph is 19.1.1-330-gc2ddf972-1jammy 2024-09-17T00:59:56.130 INFO:teuthology.task.install:The correct ceph version 19.1.1-330-gc2ddf972-1jammy is installed. 2024-09-17T00:59:56.132 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=c2ddf9721ef254645201cdbabd9c8f49c30a586f 2024-09-17T00:59:56.269 DEBUG:teuthology.orchestra.run.smithi063:> dpkg-query -W -f '${Version}' ceph 2024-09-17T00:59:56.289 INFO:teuthology.orchestra.run.smithi063.stdout:19.1.1-330-gc2ddf972-1jammy 2024-09-17T00:59:56.289 INFO:teuthology.packaging:The installed version of ceph is 19.1.1-330-gc2ddf972-1jammy 2024-09-17T00:59:56.289 INFO:teuthology.task.install:The correct ceph version 19.1.1-330-gc2ddf972-1jammy is installed. 2024-09-17T00:59:56.291 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=c2ddf9721ef254645201cdbabd9c8f49c30a586f 2024-09-17T00:59:56.442 DEBUG:teuthology.orchestra.run.smithi086:> dpkg-query -W -f '${Version}' ceph 2024-09-17T00:59:56.461 INFO:teuthology.orchestra.run.smithi086.stdout:19.1.1-330-gc2ddf972-1jammy 2024-09-17T00:59:56.461 INFO:teuthology.packaging:The installed version of ceph is 19.1.1-330-gc2ddf972-1jammy 2024-09-17T00:59:56.461 INFO:teuthology.task.install:The correct ceph version 19.1.1-330-gc2ddf972-1jammy is installed. 2024-09-17T00:59:56.463 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-09-17T00:59:56.463 DEBUG:teuthology.orchestra.run.smithi018:> set -ex 2024-09-17T00:59:56.463 DEBUG:teuthology.orchestra.run.smithi018:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-09-17T00:59:56.478 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2024-09-17T00:59:56.478 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-09-17T00:59:56.493 DEBUG:teuthology.orchestra.run.smithi086:> set -ex 2024-09-17T00:59:56.493 DEBUG:teuthology.orchestra.run.smithi086:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-09-17T00:59:56.516 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-09-17T00:59:56.517 DEBUG:teuthology.orchestra.run.smithi018:> set -ex 2024-09-17T00:59:56.517 DEBUG:teuthology.orchestra.run.smithi018:> sudo dd of=/usr/bin/daemon-helper 2024-09-17T00:59:56.538 DEBUG:teuthology.orchestra.run.smithi018:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-09-17T00:59:56.597 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2024-09-17T00:59:56.597 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd of=/usr/bin/daemon-helper 2024-09-17T00:59:56.611 DEBUG:teuthology.orchestra.run.smithi063:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-09-17T00:59:56.668 DEBUG:teuthology.orchestra.run.smithi086:> set -ex 2024-09-17T00:59:56.668 DEBUG:teuthology.orchestra.run.smithi086:> sudo dd of=/usr/bin/daemon-helper 2024-09-17T00:59:56.681 DEBUG:teuthology.orchestra.run.smithi086:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-09-17T00:59:56.736 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-09-17T00:59:56.736 DEBUG:teuthology.orchestra.run.smithi018:> set -ex 2024-09-17T00:59:56.736 DEBUG:teuthology.orchestra.run.smithi018:> sudo dd of=/usr/bin/adjust-ulimits 2024-09-17T00:59:56.750 DEBUG:teuthology.orchestra.run.smithi018:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-09-17T00:59:56.805 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2024-09-17T00:59:56.805 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd of=/usr/bin/adjust-ulimits 2024-09-17T00:59:56.820 DEBUG:teuthology.orchestra.run.smithi063:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-09-17T00:59:56.875 DEBUG:teuthology.orchestra.run.smithi086:> set -ex 2024-09-17T00:59:56.875 DEBUG:teuthology.orchestra.run.smithi086:> sudo dd of=/usr/bin/adjust-ulimits 2024-09-17T00:59:56.889 DEBUG:teuthology.orchestra.run.smithi086:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-09-17T00:59:56.943 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-09-17T00:59:56.943 DEBUG:teuthology.orchestra.run.smithi018:> set -ex 2024-09-17T00:59:56.943 DEBUG:teuthology.orchestra.run.smithi018:> sudo dd of=/usr/bin/stdin-killer 2024-09-17T00:59:56.957 DEBUG:teuthology.orchestra.run.smithi018:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-09-17T00:59:57.014 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2024-09-17T00:59:57.014 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd of=/usr/bin/stdin-killer 2024-09-17T00:59:57.028 DEBUG:teuthology.orchestra.run.smithi063:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-09-17T00:59:57.084 DEBUG:teuthology.orchestra.run.smithi086:> set -ex 2024-09-17T00:59:57.084 DEBUG:teuthology.orchestra.run.smithi086:> sudo dd of=/usr/bin/stdin-killer 2024-09-17T00:59:57.097 DEBUG:teuthology.orchestra.run.smithi086:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-09-17T00:59:57.151 INFO:teuthology.run_tasks:Running task cephadm... 2024-09-17T00:59:57.246 INFO:tasks.cephadm:Config: {'conf': {'global': {'mon election default strategy': 3}, 'mgr': {'debug mgr': 20, 'debug ms': 1, 'mgr/cephadm/use_agent': True}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)', 'MON_DOWN', 'POOL_APP_NOT_ENABLED', 'mon down', 'mons down', 'out of quorum', 'CEPHADM_FAILED_DAEMON'], 'log-only-match': ['CEPHADM_'], 'sha1': 'c2ddf9721ef254645201cdbabd9c8f49c30a586f'} 2024-09-17T00:59:57.247 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f 2024-09-17T00:59:57.247 INFO:tasks.cephadm:Cluster fsid is 2853ef26-7490-11ef-bceb-c7b262605968 2024-09-17T00:59:57.247 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-09-17T00:59:57.248 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.18', 'mon.b': '172.21.15.63', 'mon.c': '172.21.15.86'} 2024-09-17T00:59:57.248 INFO:tasks.cephadm:First mon is mon.a on smithi018 2024-09-17T00:59:57.248 INFO:tasks.cephadm:First mgr is a 2024-09-17T00:59:57.248 INFO:tasks.cephadm:Normalizing hostnames... 2024-09-17T00:59:57.248 DEBUG:teuthology.orchestra.run.smithi018:> sudo hostname $(hostname -s) 2024-09-17T00:59:57.263 DEBUG:teuthology.orchestra.run.smithi063:> sudo hostname $(hostname -s) 2024-09-17T00:59:57.278 DEBUG:teuthology.orchestra.run.smithi086:> sudo hostname $(hostname -s) 2024-09-17T00:59:57.293 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-09-17T00:59:57.293 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=c2ddf9721ef254645201cdbabd9c8f49c30a586f 2024-09-17T00:59:57.433 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': 'c2ddf9721ef254645201cdbabd9c8f49c30a586f', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=jammy,DIST=jammy,MACHINE_SIZE=gigantic/56092/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.1.1-330-gc2ddf972', 'node_name': '172.21.5.33+adami03', 'job_name': 'ceph-dev-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=jammy,DIST=jammy,MACHINE_SIZE=gigantic', 'package_manager_version': '19.1.1-330-gc2ddf972-1jammy'}, 'url': 'https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default/', 'distro_codename': 'jammy', 'modified': '2024-09-16 16:18:56.295530', 'distro_version': '22.04', 'project': 'ceph', 'flavor': 'default', 'ref': 'squid', 'chacra_url': 'https://3.chacra.ceph.com/repos/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default/', 'archs': ['x86_64'], 'distro': 'ubuntu'}] 2024-09-17T00:59:57.572 INFO:tasks.util.chacra:got chacra host 3.chacra.ceph.com, ref squid, sha1 c2ddf9721ef254645201cdbabd9c8f49c30a586f from https://shaman.ceph.com/api/search/?project=ceph&distros=ubuntu%2F22.04%2Fx86_64&flavor=default&sha1=c2ddf9721ef254645201cdbabd9c8f49c30a586f 2024-09-17T00:59:57.573 INFO:tasks.cephadm:Discovered cachra url: https://3.chacra.ceph.com/binaries/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/x86_64/flavors/default/cephadm 2024-09-17T00:59:57.573 INFO:tasks.cephadm:Downloading cephadm from url: https://3.chacra.ceph.com/binaries/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/x86_64/flavors/default/cephadm 2024-09-17T00:59:57.574 DEBUG:teuthology.orchestra.run.smithi018:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-17T00:59:58.184 INFO:teuthology.orchestra.run.smithi018.stdout:-rw-rw-r-- 1 ubuntu ubuntu 791817 Sep 17 00:59 /home/ubuntu/cephtest/cephadm 2024-09-17T00:59:58.184 DEBUG:teuthology.orchestra.run.smithi063:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-17T00:59:58.822 INFO:teuthology.orchestra.run.smithi063.stdout:-rw-rw-r-- 1 ubuntu ubuntu 791817 Sep 17 00:59 /home/ubuntu/cephtest/cephadm 2024-09-17T00:59:58.822 DEBUG:teuthology.orchestra.run.smithi086:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-17T00:59:59.454 INFO:teuthology.orchestra.run.smithi086.stdout:-rw-rw-r-- 1 ubuntu ubuntu 791817 Sep 17 00:59 /home/ubuntu/cephtest/cephadm 2024-09-17T00:59:59.454 DEBUG:teuthology.orchestra.run.smithi018:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-17T00:59:59.462 DEBUG:teuthology.orchestra.run.smithi063:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-17T00:59:59.470 DEBUG:teuthology.orchestra.run.smithi086:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-17T00:59:59.487 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f on all hosts... 2024-09-17T00:59:59.487 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f pull 2024-09-17T00:59:59.506 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f pull 2024-09-17T00:59:59.513 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f pull 2024-09-17T00:59:59.693 INFO:teuthology.orchestra.run.smithi018.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f... 2024-09-17T00:59:59.698 INFO:teuthology.orchestra.run.smithi063.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f... 2024-09-17T00:59:59.706 INFO:teuthology.orchestra.run.smithi086.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f... 2024-09-17T01:01:04.107 INFO:teuthology.orchestra.run.smithi063.stdout:{ 2024-09-17T01:01:04.107 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph_version": "ceph version 19.1.1-330-gc2ddf972 (c2ddf9721ef254645201cdbabd9c8f49c30a586f) squid (stable)", 2024-09-17T01:01:04.107 INFO:teuthology.orchestra.run.smithi063.stdout: "image_id": "ebb0615149def4a3179c82c0cc47af75808300abb9f1142788e5e605a7ac0e5b", 2024-09-17T01:01:04.107 INFO:teuthology.orchestra.run.smithi063.stdout: "repo_digests": [ 2024-09-17T01:01:04.107 INFO:teuthology.orchestra.run.smithi063.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:475e68c989240ebfb6ca26a687a713828159881ccf6edcf69b7320f1853af3e3" 2024-09-17T01:01:04.107 INFO:teuthology.orchestra.run.smithi063.stdout: ] 2024-09-17T01:01:04.108 INFO:teuthology.orchestra.run.smithi063.stdout:} 2024-09-17T01:01:12.660 INFO:teuthology.orchestra.run.smithi018.stdout:{ 2024-09-17T01:01:12.660 INFO:teuthology.orchestra.run.smithi018.stdout: "ceph_version": "ceph version 19.1.1-330-gc2ddf972 (c2ddf9721ef254645201cdbabd9c8f49c30a586f) squid (stable)", 2024-09-17T01:01:12.660 INFO:teuthology.orchestra.run.smithi018.stdout: "image_id": "ebb0615149def4a3179c82c0cc47af75808300abb9f1142788e5e605a7ac0e5b", 2024-09-17T01:01:12.661 INFO:teuthology.orchestra.run.smithi018.stdout: "repo_digests": [ 2024-09-17T01:01:12.661 INFO:teuthology.orchestra.run.smithi018.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:475e68c989240ebfb6ca26a687a713828159881ccf6edcf69b7320f1853af3e3" 2024-09-17T01:01:12.661 INFO:teuthology.orchestra.run.smithi018.stdout: ] 2024-09-17T01:01:12.661 INFO:teuthology.orchestra.run.smithi018.stdout:} 2024-09-17T01:01:19.649 INFO:teuthology.orchestra.run.smithi086.stdout:{ 2024-09-17T01:01:19.650 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph_version": "ceph version 19.1.1-330-gc2ddf972 (c2ddf9721ef254645201cdbabd9c8f49c30a586f) squid (stable)", 2024-09-17T01:01:19.650 INFO:teuthology.orchestra.run.smithi086.stdout: "image_id": "ebb0615149def4a3179c82c0cc47af75808300abb9f1142788e5e605a7ac0e5b", 2024-09-17T01:01:19.650 INFO:teuthology.orchestra.run.smithi086.stdout: "repo_digests": [ 2024-09-17T01:01:19.650 INFO:teuthology.orchestra.run.smithi086.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:475e68c989240ebfb6ca26a687a713828159881ccf6edcf69b7320f1853af3e3" 2024-09-17T01:01:19.650 INFO:teuthology.orchestra.run.smithi086.stdout: ] 2024-09-17T01:01:19.650 INFO:teuthology.orchestra.run.smithi086.stdout:} 2024-09-17T01:01:19.690 DEBUG:teuthology.orchestra.run.smithi018:> sudo mkdir -p /etc/ceph 2024-09-17T01:01:19.705 DEBUG:teuthology.orchestra.run.smithi063:> sudo mkdir -p /etc/ceph 2024-09-17T01:01:19.720 DEBUG:teuthology.orchestra.run.smithi086:> sudo mkdir -p /etc/ceph 2024-09-17T01:01:19.734 DEBUG:teuthology.orchestra.run.smithi018:> sudo chmod 777 /etc/ceph 2024-09-17T01:01:19.766 DEBUG:teuthology.orchestra.run.smithi063:> sudo chmod 777 /etc/ceph 2024-09-17T01:01:19.779 DEBUG:teuthology.orchestra.run.smithi086:> sudo chmod 777 /etc/ceph 2024-09-17T01:01:19.791 INFO:tasks.cephadm:Writing seed config... 2024-09-17T01:01:19.792 INFO:tasks.cephadm: override: [global] mon election default strategy = 3 2024-09-17T01:01:19.792 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-09-17T01:01:19.792 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-09-17T01:01:19.793 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = True 2024-09-17T01:01:19.793 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-09-17T01:01:19.793 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-09-17T01:01:19.793 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-09-17T01:01:19.793 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-09-17T01:01:19.793 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-09-17T01:01:19.793 DEBUG:teuthology.orchestra.run.smithi018:> set -ex 2024-09-17T01:01:19.794 DEBUG:teuthology.orchestra.run.smithi018:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-09-17T01:01:19.813 DEBUG:tasks.cephadm:Final config: [global] # make logging friendly to teuthology log_to_file = true log_to_stderr = false log to journald = false mon cluster log to file = true mon cluster log file level = debug mon clock drift allowed = 1.000 # replicate across OSDs, not hosts osd crush chooseleaf type = 0 #osd pool default size = 2 osd pool default erasure code profile = plugin=jerasure technique=reed_sol_van k=2 m=1 crush-failure-domain=osd # enable some debugging auth debug = true ms die on old message = true ms die on bug = true debug asserts on shutdown = true # adjust warnings mon max pg per osd = 10000# >= luminous mon pg warn max object skew = 0 mon osd allow primary affinity = true mon osd allow pg remap = true mon warn on legacy crush tunables = false mon warn on crush straw calc version zero = false mon warn on no sortbitwise = false mon warn on osd down out interval zero = false mon warn on too few osds = false mon_warn_on_pool_pg_num_not_power_of_two = false # disable pg_autoscaler by default for new pools osd_pool_default_pg_autoscale_mode = off # tests delete pools mon allow pool delete = true fsid = 2853ef26-7490-11ef-bceb-c7b262605968 mon election default strategy = 3 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = true bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 mgr/cephadm/use_agent = True [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-09-17T01:01:19.814 DEBUG:teuthology.orchestra.run.smithi018:mon.a> sudo journalctl -f -n 0 -u ceph-2853ef26-7490-11ef-bceb-c7b262605968@mon.a.service 2024-09-17T01:01:19.858 DEBUG:teuthology.orchestra.run.smithi018:mgr.a> sudo journalctl -f -n 0 -u ceph-2853ef26-7490-11ef-bceb-c7b262605968@mgr.a.service 2024-09-17T01:01:19.902 INFO:tasks.cephadm:Bootstrapping... 2024-09-17T01:01:19.903 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f -v bootstrap --fsid 2853ef26-7490-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.18 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-09-17T01:01:20.133 INFO:teuthology.orchestra.run.smithi018.stdout:-------------------------------------------------------------------------------- 2024-09-17T01:01:20.134 INFO:teuthology.orchestra.run.smithi018.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f', '-v', 'bootstrap', '--fsid', '2853ef26-7490-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.18', '--skip-admin-label'] 2024-09-17T01:01:20.134 INFO:teuthology.orchestra.run.smithi018.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-09-17T01:01:20.135 INFO:teuthology.orchestra.run.smithi018.stdout:Verifying podman|docker is present... 2024-09-17T01:01:20.135 INFO:teuthology.orchestra.run.smithi018.stdout:Verifying lvm2 is present... 2024-09-17T01:01:20.135 INFO:teuthology.orchestra.run.smithi018.stdout:Verifying time synchronization is in place... 2024-09-17T01:01:20.141 INFO:teuthology.orchestra.run.smithi018.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-09-17T01:01:20.141 INFO:teuthology.orchestra.run.smithi018.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-09-17T01:01:20.147 INFO:teuthology.orchestra.run.smithi018.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-09-17T01:01:20.147 INFO:teuthology.orchestra.run.smithi018.stdout:systemctl: stdout inactive 2024-09-17T01:01:20.152 INFO:teuthology.orchestra.run.smithi018.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-09-17T01:01:20.152 INFO:teuthology.orchestra.run.smithi018.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-09-17T01:01:20.157 INFO:teuthology.orchestra.run.smithi018.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-09-17T01:01:20.157 INFO:teuthology.orchestra.run.smithi018.stdout:systemctl: stdout inactive 2024-09-17T01:01:20.162 INFO:teuthology.orchestra.run.smithi018.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-09-17T01:01:20.163 INFO:teuthology.orchestra.run.smithi018.stdout:systemctl: stdout masked 2024-09-17T01:01:20.166 INFO:teuthology.orchestra.run.smithi018.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-09-17T01:01:20.166 INFO:teuthology.orchestra.run.smithi018.stdout:systemctl: stdout inactive 2024-09-17T01:01:20.170 INFO:teuthology.orchestra.run.smithi018.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-09-17T01:01:20.170 INFO:teuthology.orchestra.run.smithi018.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-09-17T01:01:20.174 INFO:teuthology.orchestra.run.smithi018.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-09-17T01:01:20.174 INFO:teuthology.orchestra.run.smithi018.stdout:systemctl: stdout inactive 2024-09-17T01:01:20.178 INFO:teuthology.orchestra.run.smithi018.stdout:systemctl: stdout enabled 2024-09-17T01:01:20.182 INFO:teuthology.orchestra.run.smithi018.stdout:systemctl: stdout active 2024-09-17T01:01:20.182 INFO:teuthology.orchestra.run.smithi018.stdout:Unit ntp.service is enabled and running 2024-09-17T01:01:20.183 INFO:teuthology.orchestra.run.smithi018.stdout:Repeating the final host check... 2024-09-17T01:01:20.183 INFO:teuthology.orchestra.run.smithi018.stdout:docker (/usr/bin/docker) is present 2024-09-17T01:01:20.183 INFO:teuthology.orchestra.run.smithi018.stdout:systemctl is present 2024-09-17T01:01:20.183 INFO:teuthology.orchestra.run.smithi018.stdout:lvcreate is present 2024-09-17T01:01:20.186 INFO:teuthology.orchestra.run.smithi018.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-09-17T01:01:20.186 INFO:teuthology.orchestra.run.smithi018.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-09-17T01:01:20.190 INFO:teuthology.orchestra.run.smithi018.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-09-17T01:01:20.190 INFO:teuthology.orchestra.run.smithi018.stdout:systemctl: stdout inactive 2024-09-17T01:01:20.194 INFO:teuthology.orchestra.run.smithi018.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-09-17T01:01:20.194 INFO:teuthology.orchestra.run.smithi018.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-09-17T01:01:20.197 INFO:teuthology.orchestra.run.smithi018.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-09-17T01:01:20.197 INFO:teuthology.orchestra.run.smithi018.stdout:systemctl: stdout inactive 2024-09-17T01:01:20.200 INFO:teuthology.orchestra.run.smithi018.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-09-17T01:01:20.200 INFO:teuthology.orchestra.run.smithi018.stdout:systemctl: stdout masked 2024-09-17T01:01:20.204 INFO:teuthology.orchestra.run.smithi018.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-09-17T01:01:20.204 INFO:teuthology.orchestra.run.smithi018.stdout:systemctl: stdout inactive 2024-09-17T01:01:20.207 INFO:teuthology.orchestra.run.smithi018.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-09-17T01:01:20.207 INFO:teuthology.orchestra.run.smithi018.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-09-17T01:01:20.210 INFO:teuthology.orchestra.run.smithi018.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-09-17T01:01:20.211 INFO:teuthology.orchestra.run.smithi018.stdout:systemctl: stdout inactive 2024-09-17T01:01:20.214 INFO:teuthology.orchestra.run.smithi018.stdout:systemctl: stdout enabled 2024-09-17T01:01:20.218 INFO:teuthology.orchestra.run.smithi018.stdout:systemctl: stdout active 2024-09-17T01:01:20.218 INFO:teuthology.orchestra.run.smithi018.stdout:Unit ntp.service is enabled and running 2024-09-17T01:01:20.219 INFO:teuthology.orchestra.run.smithi018.stdout:Host looks OK 2024-09-17T01:01:20.219 INFO:teuthology.orchestra.run.smithi018.stdout:Cluster fsid: 2853ef26-7490-11ef-bceb-c7b262605968 2024-09-17T01:01:20.219 INFO:teuthology.orchestra.run.smithi018.stdout:Acquiring lock 140329645669200 on /run/cephadm/2853ef26-7490-11ef-bceb-c7b262605968.lock 2024-09-17T01:01:20.219 INFO:teuthology.orchestra.run.smithi018.stdout:Lock 140329645669200 acquired on /run/cephadm/2853ef26-7490-11ef-bceb-c7b262605968.lock 2024-09-17T01:01:20.219 INFO:teuthology.orchestra.run.smithi018.stdout:Verifying IP 172.21.15.18 port 3300 ... 2024-09-17T01:01:20.219 INFO:teuthology.orchestra.run.smithi018.stdout:Verifying IP 172.21.15.18 port 6789 ... 2024-09-17T01:01:20.220 INFO:teuthology.orchestra.run.smithi018.stdout:Base mon IP(s) is [172.21.15.18:3300, 172.21.15.18:6789], mon addrv is [v2:172.21.15.18:3300,v1:172.21.15.18:6789] 2024-09-17T01:01:20.222 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev ens1f0 2024-09-17T01:01:20.222 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/sbin/ip: stdout 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-09-17T01:01:20.222 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/sbin/ip: stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.18 2024-09-17T01:01:20.224 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-09-17T01:01:20.224 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/sbin/ip: stdout fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2024-09-17T01:01:20.224 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1786sec hoplimit 64 pref medium 2024-09-17T01:01:20.226 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-09-17T01:01:20.226 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/sbin/ip: stdout inet6 ::1/128 scope host 2024-09-17T01:01:20.227 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-09-17T01:01:20.227 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/sbin/ip: stdout 4: ens1f0: mtu 1500 state UP qlen 1000 2024-09-17T01:01:20.227 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/sbin/ip: stdout inet6 fe80::ec4:7aff:febd:1362/64 scope link 2024-09-17T01:01:20.227 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-09-17T01:01:20.227 INFO:teuthology.orchestra.run.smithi018.stdout:Mon IP `172.21.15.18` is in CIDR network `172.21.0.0/20` 2024-09-17T01:01:20.227 INFO:teuthology.orchestra.run.smithi018.stdout:Mon IP `172.21.15.18` is in CIDR network `172.21.0.0/20` 2024-09-17T01:01:20.227 INFO:teuthology.orchestra.run.smithi018.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-09-17T01:01:20.228 INFO:teuthology.orchestra.run.smithi018.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-09-17T01:01:20.228 INFO:teuthology.orchestra.run.smithi018.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f... 2024-09-17T01:01:20.444 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/docker: stdout c2ddf9721ef254645201cdbabd9c8f49c30a586f: Pulling from ceph-ci/ceph 2024-09-17T01:01:20.444 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/docker: stdout Digest: sha256:475e68c989240ebfb6ca26a687a713828159881ccf6edcf69b7320f1853af3e3 2024-09-17T01:01:20.444 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/docker: stdout Status: Image is up to date for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f 2024-09-17T01:01:20.444 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/docker: stdout quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f 2024-09-17T01:01:22.048 INFO:teuthology.orchestra.run.smithi018.stdout:ceph: stdout ceph version 19.1.1-330-gc2ddf972 (c2ddf9721ef254645201cdbabd9c8f49c30a586f) squid (stable) 2024-09-17T01:01:22.048 INFO:teuthology.orchestra.run.smithi018.stdout:Ceph version: ceph version 19.1.1-330-gc2ddf972 (c2ddf9721ef254645201cdbabd9c8f49c30a586f) squid (stable) 2024-09-17T01:01:22.048 INFO:teuthology.orchestra.run.smithi018.stdout:Extracting ceph user uid/gid from container image... 2024-09-17T01:01:23.411 INFO:teuthology.orchestra.run.smithi018.stdout:stat: stdout 167 167 2024-09-17T01:01:23.411 INFO:teuthology.orchestra.run.smithi018.stdout:Creating initial keys... 2024-09-17T01:01:24.825 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-authtool: stdout AQDk1OhmcEDvERAA+3BYYUUzbVddkxA072FQ/w== 2024-09-17T01:01:26.322 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-authtool: stdout AQDl1Ohmm4nyLxAAemkOo89eeYHkDmsP81zI6Q== 2024-09-17T01:01:27.702 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-authtool: stdout AQDn1OhmcmhHChAA3g98mnNwhDMmpm8U4K9CNQ== 2024-09-17T01:01:27.703 INFO:teuthology.orchestra.run.smithi018.stdout:Creating initial monmap... 2024-09-17T01:01:29.300 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-09-17T01:01:29.300 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-09-17T01:01:29.300 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 2853ef26-7490-11ef-bceb-c7b262605968 2024-09-17T01:01:29.300 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-09-17T01:01:29.301 INFO:teuthology.orchestra.run.smithi018.stdout:monmaptool for a [v2:172.21.15.18:3300,v1:172.21.15.18:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-09-17T01:01:29.301 INFO:teuthology.orchestra.run.smithi018.stdout:setting min_mon_release = quincy 2024-09-17T01:01:29.301 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/monmaptool: set fsid to 2853ef26-7490-11ef-bceb-c7b262605968 2024-09-17T01:01:29.301 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-09-17T01:01:29.301 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-17T01:01:29.301 INFO:teuthology.orchestra.run.smithi018.stdout:Creating mon... 2024-09-17T01:01:30.709 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.155+0000 7f89f5431c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-09-17T01:01:30.709 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.155+0000 7f89f5431c80 1 imported monmap: 2024-09-17T01:01:30.709 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr epoch 0 2024-09-17T01:01:30.710 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr fsid 2853ef26-7490-11ef-bceb-c7b262605968 2024-09-17T01:01:30.710 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr last_changed 2024-09-17T01:01:28.786733+0000 2024-09-17T01:01:30.710 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr created 2024-09-17T01:01:28.786733+0000 2024-09-17T01:01:30.710 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr min_mon_release 17 (quincy) 2024-09-17T01:01:30.710 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr election_strategy: 1 2024-09-17T01:01:30.710 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr 0: [v2:172.21.15.18:3300/0,v1:172.21.15.18:6789/0] mon.a 2024-09-17T01:01:30.710 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr 2024-09-17T01:01:30.710 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.155+0000 7f89f5431c80 0 /usr/bin/ceph-mon: set fsid to 2853ef26-7490-11ef-bceb-c7b262605968 2024-09-17T01:01:30.710 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: RocksDB version: 7.9.2 2024-09-17T01:01:30.711 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr 2024-09-17T01:01:30.711 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Git sha 0 2024-09-17T01:01:30.711 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Compile date 2024-09-16 15:09:42 2024-09-17T01:01:30.711 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: DB SUMMARY 2024-09-17T01:01:30.711 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr 2024-09-17T01:01:30.711 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: DB Session ID: DIAJ5F4WEQCF7ONNQUHY 2024-09-17T01:01:30.711 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr 2024-09-17T01:01:30.711 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 0, files: 2024-09-17T01:01:30.711 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr 2024-09-17T01:01:30.711 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 2024-09-17T01:01:30.711 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr 2024-09-17T01:01:30.711 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.error_if_exists: 0 2024-09-17T01:01:30.712 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.create_if_missing: 1 2024-09-17T01:01:30.712 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.paranoid_checks: 1 2024-09-17T01:01:30.712 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-09-17T01:01:30.712 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-17T01:01:30.712 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-17T01:01:30.712 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.env: 0x55fe35fb2940 2024-09-17T01:01:30.712 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.fs: PosixFileSystem 2024-09-17T01:01:30.712 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.info_log: 0x55fe372c4bc0 2024-09-17T01:01:30.712 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-09-17T01:01:30.712 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.statistics: (nil) 2024-09-17T01:01:30.712 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.use_fsync: 0 2024-09-17T01:01:30.712 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.max_log_file_size: 0 2024-09-17T01:01:30.713 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-17T01:01:30.713 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-09-17T01:01:30.713 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-09-17T01:01:30.713 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-09-17T01:01:30.713 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.allow_fallocate: 1 2024-09-17T01:01:30.713 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-09-17T01:01:30.713 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-09-17T01:01:30.713 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.use_direct_reads: 0 2024-09-17T01:01:30.713 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-17T01:01:30.713 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.create_missing_column_families: 0 2024-09-17T01:01:30.713 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.db_log_dir: 2024-09-17T01:01:30.713 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.wal_dir: 2024-09-17T01:01:30.713 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-09-17T01:01:30.714 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-09-17T01:01:30.714 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-09-17T01:01:30.714 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-17T01:01:30.714 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-17T01:01:30.714 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-09-17T01:01:30.714 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.advise_random_on_open: 1 2024-09-17T01:01:30.714 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-09-17T01:01:30.714 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.write_buffer_manager: 0x55fe372cb4a0 2024-09-17T01:01:30.714 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-17T01:01:30.714 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-17T01:01:30.714 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-09-17T01:01:30.714 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.rate_limiter: (nil) 2024-09-17T01:01:30.714 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-17T01:01:30.715 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-09-17T01:01:30.715 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-09-17T01:01:30.715 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-09-17T01:01:30.715 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.unordered_write: 0 2024-09-17T01:01:30.715 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-17T01:01:30.715 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-17T01:01:30.715 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-17T01:01:30.715 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-17T01:01:30.715 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.row_cache: None 2024-09-17T01:01:30.715 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.wal_filter: None 2024-09-17T01:01:30.715 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-17T01:01:30.716 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-09-17T01:01:30.716 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.two_write_queues: 0 2024-09-17T01:01:30.716 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.manual_wal_flush: 0 2024-09-17T01:01:30.716 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.wal_compression: 0 2024-09-17T01:01:30.716 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.atomic_flush: 0 2024-09-17T01:01:30.716 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-17T01:01:30.716 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-09-17T01:01:30.716 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-09-17T01:01:30.716 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.log_readahead_size: 0 2024-09-17T01:01:30.716 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-17T01:01:30.716 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-09-17T01:01:30.716 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-17T01:01:30.716 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-17T01:01:30.717 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-09-17T01:01:30.717 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-09-17T01:01:30.717 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-09-17T01:01:30.717 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.max_background_jobs: 2 2024-09-17T01:01:30.717 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.max_background_compactions: -1 2024-09-17T01:01:30.717 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.max_subcompactions: 1 2024-09-17T01:01:30.717 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-17T01:01:30.717 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-17T01:01:30.717 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-09-17T01:01:30.717 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.max_total_wal_size: 0 2024-09-17T01:01:30.717 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-17T01:01:30.717 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-09-17T01:01:30.717 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-09-17T01:01:30.718 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-17T01:01:30.718 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.max_open_files: -1 2024-09-17T01:01:30.718 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.bytes_per_sync: 0 2024-09-17T01:01:30.718 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-09-17T01:01:30.718 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-09-17T01:01:30.718 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-09-17T01:01:30.718 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.max_background_flushes: -1 2024-09-17T01:01:30.718 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Compression algorithms supported: 2024-09-17T01:01:30.718 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: kZSTD supported: 0 2024-09-17T01:01:30.718 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: kXpressCompression supported: 0 2024-09-17T01:01:30.718 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: kBZip2Compression supported: 0 2024-09-17T01:01:30.718 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-17T01:01:30.719 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: kLZ4Compression supported: 1 2024-09-17T01:01:30.719 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: kZlibCompression supported: 1 2024-09-17T01:01:30.719 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-09-17T01:01:30.719 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: kSnappyCompression supported: 1 2024-09-17T01:01:30.719 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-09-17T01:01:30.719 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-09-17T01:01:30.719 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: [db/db_impl/db_impl_open.cc:317] Creating manifest 1 2024-09-17T01:01:30.719 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr 2024-09-17T01:01:30.719 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 2024-09-17T01:01:30.719 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr 2024-09-17T01:01:30.719 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-17T01:01:30.719 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr 2024-09-17T01:01:30.719 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-17T01:01:30.720 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.merge_operator: 2024-09-17T01:01:30.720 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.compaction_filter: None 2024-09-17T01:01:30.720 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.compaction_filter_factory: None 2024-09-17T01:01:30.720 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-09-17T01:01:30.720 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-09-17T01:01:30.720 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-09-17T01:01:30.720 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55fe372c4800) 2024-09-17T01:01:30.720 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks: 1 2024-09-17T01:01:30.720 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks_with_high_priority: 0 2024-09-17T01:01:30.720 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-17T01:01:30.720 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr pin_top_level_index_and_filter: 1 2024-09-17T01:01:30.720 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr index_type: 0 2024-09-17T01:01:30.720 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr data_block_index_type: 0 2024-09-17T01:01:30.721 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr index_shortening: 1 2024-09-17T01:01:30.721 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr data_block_hash_table_util_ratio: 0.750000 2024-09-17T01:01:30.721 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr checksum: 4 2024-09-17T01:01:30.721 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr no_block_cache: 0 2024-09-17T01:01:30.721 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr block_cache: 0x55fe372af1f0 2024-09-17T01:01:30.721 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr block_cache_name: BinnedLRUCache 2024-09-17T01:01:30.721 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr block_cache_options: 2024-09-17T01:01:30.721 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr capacity : 536870912 2024-09-17T01:01:30.721 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr num_shard_bits : 4 2024-09-17T01:01:30.721 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr strict_capacity_limit : 0 2024-09-17T01:01:30.721 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr high_pri_pool_ratio: 0.000 2024-09-17T01:01:30.721 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr block_cache_compressed: (nil) 2024-09-17T01:01:30.721 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr persistent_cache: (nil) 2024-09-17T01:01:30.722 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr block_size: 4096 2024-09-17T01:01:30.722 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr block_size_deviation: 10 2024-09-17T01:01:30.722 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr block_restart_interval: 16 2024-09-17T01:01:30.722 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr index_block_restart_interval: 1 2024-09-17T01:01:30.722 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr metadata_block_size: 4096 2024-09-17T01:01:30.722 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr partition_filters: 0 2024-09-17T01:01:30.722 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr use_delta_encoding: 1 2024-09-17T01:01:30.722 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr filter_policy: bloomfilter 2024-09-17T01:01:30.722 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr whole_key_filtering: 1 2024-09-17T01:01:30.722 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr verify_compression: 0 2024-09-17T01:01:30.722 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr read_amp_bytes_per_bit: 0 2024-09-17T01:01:30.722 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr format_version: 5 2024-09-17T01:01:30.722 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr enable_index_compression: 1 2024-09-17T01:01:30.723 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr block_align: 0 2024-09-17T01:01:30.723 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr max_auto_readahead_size: 262144 2024-09-17T01:01:30.723 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr prepopulate_block_cache: 0 2024-09-17T01:01:30.723 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr initial_auto_readahead_size: 8192 2024-09-17T01:01:30.723 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr num_file_reads_for_auto_readahead: 2 2024-09-17T01:01:30.723 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr 2024-09-17T01:01:30.723 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-09-17T01:01:30.723 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-09-17T01:01:30.723 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.compression: NoCompression 2024-09-17T01:01:30.723 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-09-17T01:01:30.723 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-09-17T01:01:30.723 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-17T01:01:30.723 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.num_levels: 7 2024-09-17T01:01:30.724 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-17T01:01:30.724 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-17T01:01:30.724 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-17T01:01:30.724 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-17T01:01:30.724 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-17T01:01:30.724 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-17T01:01:30.724 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-17T01:01:30.724 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-17T01:01:30.724 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-17T01:01:30.724 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-17T01:01:30.724 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-17T01:01:30.724 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-17T01:01:30.724 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-09-17T01:01:30.725 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.compression_opts.level: 32767 2024-09-17T01:01:30.725 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-09-17T01:01:30.725 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-17T01:01:30.725 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-17T01:01:30.725 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-17T01:01:30.725 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-17T01:01:30.725 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.compression_opts.enabled: false 2024-09-17T01:01:30.725 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-17T01:01:30.725 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-17T01:01:30.725 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-17T01:01:30.725 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-17T01:01:30.725 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-09-17T01:01:30.725 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-09-17T01:01:30.726 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-17T01:01:30.726 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-17T01:01:30.726 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-17T01:01:30.726 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-17T01:01:30.726 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-17T01:01:30.726 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-17T01:01:30.726 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-17T01:01:30.726 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-17T01:01:30.726 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-17T01:01:30.726 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-17T01:01:30.726 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-17T01:01:30.726 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-17T01:01:30.726 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-17T01:01:30.726 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.arena_block_size: 1048576 2024-09-17T01:01:30.727 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-17T01:01:30.727 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-17T01:01:30.727 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-09-17T01:01:30.727 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-17T01:01:30.727 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-17T01:01:30.727 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-17T01:01:30.727 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-17T01:01:30.727 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-17T01:01:30.727 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-17T01:01:30.727 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-17T01:01:30.727 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-17T01:01:30.727 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-17T01:01:30.727 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-17T01:01:30.728 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-17T01:01:30.728 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.inplace_update_support: 0 2024-09-17T01:01:30.728 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-09-17T01:01:30.728 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-17T01:01:30.728 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-17T01:01:30.728 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-09-17T01:01:30.728 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.bloom_locality: 0 2024-09-17T01:01:30.728 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.max_successive_merges: 0 2024-09-17T01:01:30.728 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-09-17T01:01:30.728 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-09-17T01:01:30.728 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.force_consistency_checks: 1 2024-09-17T01:01:30.728 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-09-17T01:01:30.728 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.ttl: 2592000 2024-09-17T01:01:30.729 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-09-17T01:01:30.729 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-17T01:01:30.729 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-17T01:01:30.729 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.enable_blob_files: false 2024-09-17T01:01:30.729 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.min_blob_size: 0 2024-09-17T01:01:30.729 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.blob_file_size: 268435456 2024-09-17T01:01:30.729 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-09-17T01:01:30.729 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-09-17T01:01:30.729 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-17T01:01:30.729 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-17T01:01:30.729 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-17T01:01:30.729 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-09-17T01:01:30.729 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-17T01:01:30.730 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-09-17T01:01:30.730 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr 2024-09-17T01:01:30.730 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-09-17T01:01:30.730 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr 2024-09-17T01:01:30.730 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 135cf536-64ae-488a-a184-9a452f914590 2024-09-17T01:01:30.734 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr 2024-09-17T01:01:30.735 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.159+0000 7f89f5431c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 5 2024-09-17T01:01:30.735 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr 2024-09-17T01:01:30.735 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.163+0000 7f89f5431c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55fe372dce00 2024-09-17T01:01:30.735 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.163+0000 7f89f5431c80 4 rocksdb: DB pointer 0x55fe373b6000 2024-09-17T01:01:30.735 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.163+0000 7f89ecbbc640 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-17T01:01:30.735 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.163+0000 7f89ecbbc640 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-17T01:01:30.735 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr ** DB Stats ** 2024-09-17T01:01:30.735 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-09-17T01:01:30.735 INFO:teuthology.orchestra.run.smithi018.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-17T01:01:30.735 INFO:teuthology.orchestra.run.smithi018.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-17T01:01:30.735 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-17T01:01:30.735 INFO:teuthology.orchestra.run.smithi018.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-17T01:01:30.736 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-17T01:01:30.736 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-17T01:01:30.736 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr 2024-09-17T01:01:30.736 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-09-17T01:01:30.736 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-09-17T01:01:30.736 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-17T01:01:30.736 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 0.0 0.0 2024-09-17T01:01:30.736 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 0.0 0.0 2024-09-17T01:01:30.736 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr 2024-09-17T01:01:30.736 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-09-17T01:01:30.736 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-09-17T01:01:30.736 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-17T01:01:30.736 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr 2024-09-17T01:01:30.737 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-09-17T01:01:30.737 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr 2024-09-17T01:01:30.737 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-09-17T01:01:30.737 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2024-09-17T01:01:30.737 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-09-17T01:01:30.737 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2024-09-17T01:01:30.737 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2024-09-17T01:01:30.737 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2024-09-17T01:01:30.737 INFO:teuthology.orchestra.run.smithi018.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-17T01:01:30.737 INFO:teuthology.orchestra.run.smithi018.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-17T01:01:30.737 INFO:teuthology.orchestra.run.smithi018.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-17T01:01:30.737 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr Block cache BinnedLRUCache@0x55fe372af1f0#7 capacity: 512.00 MB usage: 0.00 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.4e-05 secs_since: 0 2024-09-17T01:01:30.737 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr Block cache entry stats(count,size,portion): Misc(1,0.00 KB,0%) 2024-09-17T01:01:30.738 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr 2024-09-17T01:01:30.738 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2024-09-17T01:01:30.738 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr 2024-09-17T01:01:30.738 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.163+0000 7f89f5431c80 4 rocksdb: [db/db_impl/db_impl.cc:496] Shutdown: canceling all background work 2024-09-17T01:01:30.738 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.163+0000 7f89f5431c80 4 rocksdb: [db/db_impl/db_impl.cc:704] Shutdown complete 2024-09-17T01:01:30.738 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:01:30.163+0000 7f89f5431c80 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-a for mon.a 2024-09-17T01:01:30.738 INFO:teuthology.orchestra.run.smithi018.stdout:create mon.a on 2024-09-17T01:01:30.977 INFO:teuthology.orchestra.run.smithi018.stdout:systemctl: stderr Removed /etc/systemd/system/multi-user.target.wants/ceph.target. 2024-09-17T01:01:31.174 INFO:teuthology.orchestra.run.smithi018.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2024-09-17T01:01:31.407 INFO:teuthology.orchestra.run.smithi018.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-2853ef26-7490-11ef-bceb-c7b262605968.target -> /etc/systemd/system/ceph-2853ef26-7490-11ef-bceb-c7b262605968.target. 2024-09-17T01:01:31.408 INFO:teuthology.orchestra.run.smithi018.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-2853ef26-7490-11ef-bceb-c7b262605968.target -> /etc/systemd/system/ceph-2853ef26-7490-11ef-bceb-c7b262605968.target. 2024-09-17T01:01:31.705 INFO:teuthology.orchestra.run.smithi018.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-2853ef26-7490-11ef-bceb-c7b262605968@mon.a 2024-09-17T01:01:31.705 INFO:teuthology.orchestra.run.smithi018.stdout:systemctl: stderr Failed to reset failed state of unit ceph-2853ef26-7490-11ef-bceb-c7b262605968@mon.a.service: Unit ceph-2853ef26-7490-11ef-bceb-c7b262605968@mon.a.service not loaded. 2024-09-17T01:01:31.919 INFO:teuthology.orchestra.run.smithi018.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-2853ef26-7490-11ef-bceb-c7b262605968.target.wants/ceph-2853ef26-7490-11ef-bceb-c7b262605968@mon.a.service -> /etc/systemd/system/ceph-2853ef26-7490-11ef-bceb-c7b262605968@.service. 2024-09-17T01:01:31.930 INFO:teuthology.orchestra.run.smithi018.stdout:firewalld does not appear to be present 2024-09-17T01:01:31.930 INFO:teuthology.orchestra.run.smithi018.stdout:Not possible to enable service . firewalld.service is not available 2024-09-17T01:01:31.930 INFO:teuthology.orchestra.run.smithi018.stdout:Waiting for mon to start... 2024-09-17T01:01:31.930 INFO:teuthology.orchestra.run.smithi018.stdout:Waiting for mon... 2024-09-17T01:01:32.024 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:31 smithi018 systemd[1]: Started Ceph mon.a for 2853ef26-7490-11ef-bceb-c7b262605968. 2024-09-17T01:01:33.743 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:33 smithi018 bash[22252]: cluster 2024-09-17T01:01:33.492402+0000 mon.a (mon.0) 0 : cluster [INF] mkfs 2853ef26-7490-11ef-bceb-c7b262605968 2024-09-17T01:01:33.744 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:33 smithi018 bash[22252]: cluster 2024-09-17T01:01:33.488532+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-09-17T01:01:34.255 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout cluster: 2024-09-17T01:01:34.255 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout id: 2853ef26-7490-11ef-bceb-c7b262605968 2024-09-17T01:01:34.255 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-09-17T01:01:34.255 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout 2024-09-17T01:01:34.255 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout services: 2024-09-17T01:01:34.255 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.245464s) 2024-09-17T01:01:34.255 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-09-17T01:01:34.256 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-09-17T01:01:34.256 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout 2024-09-17T01:01:34.256 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout data: 2024-09-17T01:01:34.256 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-09-17T01:01:34.256 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-09-17T01:01:34.256 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-09-17T01:01:34.256 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout pgs: 2024-09-17T01:01:34.256 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout 2024-09-17T01:01:34.256 INFO:teuthology.orchestra.run.smithi018.stdout:mon is available 2024-09-17T01:01:34.256 INFO:teuthology.orchestra.run.smithi018.stdout:Assimilating anything we can from ceph.conf... 2024-09-17T01:01:34.775 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:34 smithi018 bash[22252]: cluster 2024-09-17T01:01:33.491532+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-09-17T01:01:34.775 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:34 smithi018 bash[22252]: cluster 2024-09-17T01:01:33.491669+0000 mon.a (mon.0) 3 : cluster [DBG] monmap epoch 1 2024-09-17T01:01:34.775 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:34 smithi018 bash[22252]: cluster 2024-09-17T01:01:33.491681+0000 mon.a (mon.0) 4 : cluster [DBG] fsid 2853ef26-7490-11ef-bceb-c7b262605968 2024-09-17T01:01:34.775 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:34 smithi018 bash[22252]: cluster 2024-09-17T01:01:33.491689+0000 mon.a (mon.0) 5 : cluster [DBG] last_changed 2024-09-17T01:01:28.786733+0000 2024-09-17T01:01:34.775 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:34 smithi018 bash[22252]: cluster 2024-09-17T01:01:33.491697+0000 mon.a (mon.0) 6 : cluster [DBG] created 2024-09-17T01:01:28.786733+0000 2024-09-17T01:01:34.775 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:34 smithi018 bash[22252]: cluster 2024-09-17T01:01:33.491704+0000 mon.a (mon.0) 7 : cluster [DBG] min_mon_release 19 (squid) 2024-09-17T01:01:34.775 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:34 smithi018 bash[22252]: cluster 2024-09-17T01:01:33.491711+0000 mon.a (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-09-17T01:01:34.775 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:34 smithi018 bash[22252]: cluster 2024-09-17T01:01:33.491718+0000 mon.a (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.18:3300/0,v1:172.21.15.18:6789/0] mon.a 2024-09-17T01:01:34.775 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:34 smithi018 bash[22252]: cluster 2024-09-17T01:01:33.494125+0000 mon.a (mon.0) 10 : cluster [DBG] fsmap 2024-09-17T01:01:34.775 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:34 smithi018 bash[22252]: cluster 2024-09-17T01:01:33.496430+0000 mon.a (mon.0) 11 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-09-17T01:01:34.776 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:34 smithi018 bash[22252]: cluster 2024-09-17T01:01:33.496904+0000 mon.a (mon.0) 12 : cluster [DBG] mgrmap e1: no daemons active 2024-09-17T01:01:34.776 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:34 smithi018 bash[22252]: audit 2024-09-17T01:01:33.736938+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.18:0/2461811611' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-17T01:01:36.002 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout 2024-09-17T01:01:36.088 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout [global] 2024-09-17T01:01:36.088 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout fsid = 2853ef26-7490-11ef-bceb-c7b262605968 2024-09-17T01:01:36.088 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.18:3300,v1:172.21.15.18:6789] 2024-09-17T01:01:36.088 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-09-17T01:01:36.088 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-09-17T01:01:36.088 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-09-17T01:01:36.088 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-09-17T01:01:36.088 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout 2024-09-17T01:01:36.089 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout [mgr] 2024-09-17T01:01:36.089 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = True 2024-09-17T01:01:36.089 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-09-17T01:01:36.089 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout 2024-09-17T01:01:36.089 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout [osd] 2024-09-17T01:01:36.089 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-09-17T01:01:36.089 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-09-17T01:01:36.089 INFO:teuthology.orchestra.run.smithi018.stdout:Generating new minimal ceph.conf... 2024-09-17T01:01:36.090 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:35 smithi018 bash[22252]: audit 2024-09-17T01:01:35.522782+0000 mon.a (mon.0) 14 : audit [INF] from='client.? 172.21.15.18:0/3118972667' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-09-17T01:01:36.090 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:35 smithi018 bash[22252]: audit 2024-09-17T01:01:35.525880+0000 mon.a (mon.0) 15 : audit [INF] from='client.? 172.21.15.18:0/3118972667' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-09-17T01:01:37.305 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:37 smithi018 bash[22252]: audit 2024-09-17T01:01:37.046617+0000 mon.a (mon.0) 16 : audit [DBG] from='client.? 172.21.15.18:0/485310560' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:01:37.615 INFO:teuthology.orchestra.run.smithi018.stdout:Restarting the monitor... 2024-09-17T01:01:37.884 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:37 smithi018 systemd[1]: Stopping Ceph mon.a for 2853ef26-7490-11ef-bceb-c7b262605968... 2024-09-17T01:01:37.884 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:37 smithi018 bash[22252]: debug 2024-09-17T01:01:37.739+0000 7fae07f1f640 -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-17T01:01:37.884 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:37 smithi018 bash[22252]: debug 2024-09-17T01:01:37.739+0000 7fae07f1f640 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-09-17T01:01:38.460 INFO:teuthology.orchestra.run.smithi018.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-09-17T01:01:38.574 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:38 smithi018 bash[22665]: ceph-2853ef26-7490-11ef-bceb-c7b262605968-mon-a 2024-09-17T01:01:38.575 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:38 smithi018 bash[22723]: Error response from daemon: No such container: ceph-2853ef26-7490-11ef-bceb-c7b262605968-mon-a 2024-09-17T01:01:38.575 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:38 smithi018 systemd[1]: ceph-2853ef26-7490-11ef-bceb-c7b262605968@mon.a.service: Deactivated successfully. 2024-09-17T01:01:38.575 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:38 smithi018 systemd[1]: Stopped Ceph mon.a for 2853ef26-7490-11ef-bceb-c7b262605968. 2024-09-17T01:01:38.575 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:38 smithi018 systemd[1]: Started Ceph mon.a for 2853ef26-7490-11ef-bceb-c7b262605968. 2024-09-17T01:01:39.945 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.923+0000 7fe110f4fc80 0 set uid:gid to 167:167 (ceph:ceph) 2024-09-17T01:01:39.945 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.923+0000 7fe110f4fc80 0 ceph version 19.1.1-330-gc2ddf972 (c2ddf9721ef254645201cdbabd9c8f49c30a586f) squid (stable), process ceph-mon, pid 7 2024-09-17T01:01:39.946 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.923+0000 7fe110f4fc80 0 pidfile_write: ignore empty --pid-file 2024-09-17T01:01:39.946 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.927+0000 7fe110f4fc80 0 load: jerasure load: lrc 2024-09-17T01:01:39.946 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.927+0000 7fe110f4fc80 4 rocksdb: RocksDB version: 7.9.2 2024-09-17T01:01:39.946 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.927+0000 7fe110f4fc80 4 rocksdb: Git sha 0 2024-09-17T01:01:39.946 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.927+0000 7fe110f4fc80 4 rocksdb: Compile date 2024-09-16 15:09:42 2024-09-17T01:01:39.946 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.927+0000 7fe110f4fc80 4 rocksdb: DB SUMMARY 2024-09-17T01:01:39.946 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.927+0000 7fe110f4fc80 4 rocksdb: DB Session ID: LV5EX63S5TRNJM065BLV 2024-09-17T01:01:39.946 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.927+0000 7fe110f4fc80 4 rocksdb: CURRENT file: CURRENT 2024-09-17T01:01:39.946 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.927+0000 7fe110f4fc80 4 rocksdb: IDENTITY file: IDENTITY 2024-09-17T01:01:39.946 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.927+0000 7fe110f4fc80 4 rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-09-17T01:01:39.946 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.927+0000 7fe110f4fc80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-09-17T01:01:39.946 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.927+0000 7fe110f4fc80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 88779 ; 2024-09-17T01:01:39.947 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.927+0000 7fe110f4fc80 4 rocksdb: Options.error_if_exists: 0 2024-09-17T01:01:39.947 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.927+0000 7fe110f4fc80 4 rocksdb: Options.create_if_missing: 0 2024-09-17T01:01:39.947 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.927+0000 7fe110f4fc80 4 rocksdb: Options.paranoid_checks: 1 2024-09-17T01:01:39.947 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.927+0000 7fe110f4fc80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-09-17T01:01:39.947 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.927+0000 7fe110f4fc80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-17T01:01:39.947 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.927+0000 7fe110f4fc80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-17T01:01:39.947 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.927+0000 7fe110f4fc80 4 rocksdb: Options.env: 0x556329c8b940 2024-09-17T01:01:39.947 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.927+0000 7fe110f4fc80 4 rocksdb: Options.fs: PosixFileSystem 2024-09-17T01:01:39.947 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.927+0000 7fe110f4fc80 4 rocksdb: Options.info_log: 0x55632c3bd6e0 2024-09-17T01:01:39.948 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.927+0000 7fe110f4fc80 4 rocksdb: Options.max_file_opening_threads: 16 2024-09-17T01:01:39.948 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.927+0000 7fe110f4fc80 4 rocksdb: Options.statistics: (nil) 2024-09-17T01:01:39.948 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.927+0000 7fe110f4fc80 4 rocksdb: Options.use_fsync: 0 2024-09-17T01:01:39.948 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.927+0000 7fe110f4fc80 4 rocksdb: Options.max_log_file_size: 0 2024-09-17T01:01:39.948 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.927+0000 7fe110f4fc80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-17T01:01:39.948 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.927+0000 7fe110f4fc80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-09-17T01:01:39.948 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.927+0000 7fe110f4fc80 4 rocksdb: Options.keep_log_file_num: 1000 2024-09-17T01:01:39.948 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.927+0000 7fe110f4fc80 4 rocksdb: Options.recycle_log_file_num: 0 2024-09-17T01:01:39.948 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.927+0000 7fe110f4fc80 4 rocksdb: Options.allow_fallocate: 1 2024-09-17T01:01:39.949 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.927+0000 7fe110f4fc80 4 rocksdb: Options.allow_mmap_reads: 0 2024-09-17T01:01:39.949 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.927+0000 7fe110f4fc80 4 rocksdb: Options.allow_mmap_writes: 0 2024-09-17T01:01:39.949 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.927+0000 7fe110f4fc80 4 rocksdb: Options.use_direct_reads: 0 2024-09-17T01:01:39.949 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.927+0000 7fe110f4fc80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-17T01:01:39.949 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.927+0000 7fe110f4fc80 4 rocksdb: Options.create_missing_column_families: 0 2024-09-17T01:01:39.950 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.927+0000 7fe110f4fc80 4 rocksdb: Options.db_log_dir: 2024-09-17T01:01:39.950 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.927+0000 7fe110f4fc80 4 rocksdb: Options.wal_dir: 2024-09-17T01:01:39.950 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.927+0000 7fe110f4fc80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-09-17T01:01:39.950 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.927+0000 7fe110f4fc80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-09-17T01:01:39.950 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.927+0000 7fe110f4fc80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-09-17T01:01:39.950 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.927+0000 7fe110f4fc80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-17T01:01:39.950 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.927+0000 7fe110f4fc80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-17T01:01:39.950 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.927+0000 7fe110f4fc80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-09-17T01:01:39.950 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.927+0000 7fe110f4fc80 4 rocksdb: Options.advise_random_on_open: 1 2024-09-17T01:01:39.951 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.927+0000 7fe110f4fc80 4 rocksdb: Options.db_write_buffer_size: 0 2024-09-17T01:01:39.951 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.927+0000 7fe110f4fc80 4 rocksdb: Options.write_buffer_manager: 0x55632c3ccdc0 2024-09-17T01:01:39.951 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.927+0000 7fe110f4fc80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-17T01:01:39.951 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.927+0000 7fe110f4fc80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-17T01:01:39.951 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.927+0000 7fe110f4fc80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-09-17T01:01:39.951 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.927+0000 7fe110f4fc80 4 rocksdb: Options.rate_limiter: (nil) 2024-09-17T01:01:39.951 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.927+0000 7fe110f4fc80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-17T01:01:39.951 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.927+0000 7fe110f4fc80 4 rocksdb: Options.wal_recovery_mode: 2 2024-09-17T01:01:39.951 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.enable_thread_tracking: 0 2024-09-17T01:01:39.952 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.enable_pipelined_write: 0 2024-09-17T01:01:39.952 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.unordered_write: 0 2024-09-17T01:01:39.952 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-17T01:01:39.952 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-17T01:01:39.952 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-17T01:01:39.952 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-17T01:01:39.952 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.row_cache: None 2024-09-17T01:01:39.952 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.wal_filter: None 2024-09-17T01:01:39.952 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-17T01:01:39.952 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.allow_ingest_behind: 0 2024-09-17T01:01:39.952 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.two_write_queues: 0 2024-09-17T01:01:39.952 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.manual_wal_flush: 0 2024-09-17T01:01:39.953 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.wal_compression: 0 2024-09-17T01:01:39.953 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.atomic_flush: 0 2024-09-17T01:01:39.953 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-17T01:01:39.953 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-09-17T01:01:39.953 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-09-17T01:01:39.953 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.log_readahead_size: 0 2024-09-17T01:01:39.953 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-17T01:01:39.953 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.best_efforts_recovery: 0 2024-09-17T01:01:39.953 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-17T01:01:39.953 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-17T01:01:39.954 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.allow_data_in_errors: 0 2024-09-17T01:01:39.954 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.db_host_id: __hostname__ 2024-09-17T01:01:39.954 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-09-17T01:01:39.954 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.max_background_jobs: 2 2024-09-17T01:01:39.954 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.max_background_compactions: -1 2024-09-17T01:01:39.955 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.max_subcompactions: 1 2024-09-17T01:01:39.955 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-17T01:01:39.955 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-17T01:01:39.955 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-09-17T01:01:39.955 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.max_total_wal_size: 0 2024-09-17T01:01:39.956 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-17T01:01:39.956 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-09-17T01:01:39.956 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-09-17T01:01:39.956 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-17T01:01:39.956 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.max_open_files: -1 2024-09-17T01:01:39.956 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.bytes_per_sync: 0 2024-09-17T01:01:39.956 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-09-17T01:01:39.956 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-09-17T01:01:39.956 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.compaction_readahead_size: 0 2024-09-17T01:01:39.956 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.max_background_flushes: -1 2024-09-17T01:01:39.956 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Compression algorithms supported: 2024-09-17T01:01:39.956 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: kZSTD supported: 0 2024-09-17T01:01:39.957 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: kXpressCompression supported: 0 2024-09-17T01:01:39.957 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: kBZip2Compression supported: 0 2024-09-17T01:01:39.957 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-17T01:01:39.957 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: kLZ4Compression supported: 1 2024-09-17T01:01:39.957 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: kZlibCompression supported: 1 2024-09-17T01:01:39.957 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: kLZ4HCCompression supported: 1 2024-09-17T01:01:39.957 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: kSnappyCompression supported: 1 2024-09-17T01:01:39.957 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-09-17T01:01:39.957 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-09-17T01:01:39.957 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-09-17T01:01:39.957 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-17T01:01:39.957 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-17T01:01:39.957 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.merge_operator: 2024-09-17T01:01:39.957 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.compaction_filter: None 2024-09-17T01:01:39.958 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.compaction_filter_factory: None 2024-09-17T01:01:39.958 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.sst_partitioner_factory: None 2024-09-17T01:01:39.958 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-09-17T01:01:39.958 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-09-17T01:01:39.958 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55632c3bd320) 2024-09-17T01:01:39.958 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: cache_index_and_filter_blocks: 1 2024-09-17T01:01:39.958 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-17T01:01:39.958 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-17T01:01:39.958 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: pin_top_level_index_and_filter: 1 2024-09-17T01:01:39.958 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: index_type: 0 2024-09-17T01:01:39.958 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: data_block_index_type: 0 2024-09-17T01:01:39.958 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: index_shortening: 1 2024-09-17T01:01:39.958 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: data_block_hash_table_util_ratio: 0.750000 2024-09-17T01:01:39.959 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: checksum: 4 2024-09-17T01:01:39.959 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: no_block_cache: 0 2024-09-17T01:01:39.959 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: block_cache: 0x55632c3b31f0 2024-09-17T01:01:39.959 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: block_cache_name: BinnedLRUCache 2024-09-17T01:01:39.959 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: block_cache_options: 2024-09-17T01:01:39.959 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: capacity : 536870912 2024-09-17T01:01:39.959 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: num_shard_bits : 4 2024-09-17T01:01:39.959 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: strict_capacity_limit : 0 2024-09-17T01:01:39.959 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: high_pri_pool_ratio: 0.000 2024-09-17T01:01:39.959 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: block_cache_compressed: (nil) 2024-09-17T01:01:39.959 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: persistent_cache: (nil) 2024-09-17T01:01:39.959 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: block_size: 4096 2024-09-17T01:01:39.959 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: block_size_deviation: 10 2024-09-17T01:01:39.959 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: block_restart_interval: 16 2024-09-17T01:01:39.960 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: index_block_restart_interval: 1 2024-09-17T01:01:39.960 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: metadata_block_size: 4096 2024-09-17T01:01:39.960 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: partition_filters: 0 2024-09-17T01:01:39.960 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: use_delta_encoding: 1 2024-09-17T01:01:39.960 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: filter_policy: bloomfilter 2024-09-17T01:01:39.960 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: whole_key_filtering: 1 2024-09-17T01:01:39.960 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: verify_compression: 0 2024-09-17T01:01:39.960 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: read_amp_bytes_per_bit: 0 2024-09-17T01:01:39.960 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: format_version: 5 2024-09-17T01:01:39.960 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: enable_index_compression: 1 2024-09-17T01:01:39.960 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: block_align: 0 2024-09-17T01:01:39.961 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: max_auto_readahead_size: 262144 2024-09-17T01:01:39.961 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: prepopulate_block_cache: 0 2024-09-17T01:01:39.961 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: initial_auto_readahead_size: 8192 2024-09-17T01:01:39.961 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: num_file_reads_for_auto_readahead: 2 2024-09-17T01:01:39.961 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.write_buffer_size: 33554432 2024-09-17T01:01:39.961 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.max_write_buffer_number: 2 2024-09-17T01:01:39.961 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.compression: NoCompression 2024-09-17T01:01:39.961 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.bottommost_compression: Disabled 2024-09-17T01:01:39.961 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.prefix_extractor: nullptr 2024-09-17T01:01:39.961 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-17T01:01:39.962 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.num_levels: 7 2024-09-17T01:01:39.962 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-17T01:01:39.962 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-17T01:01:39.962 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-17T01:01:39.962 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-17T01:01:39.962 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-17T01:01:39.962 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-17T01:01:39.962 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-17T01:01:39.962 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-17T01:01:39.962 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-17T01:01:39.962 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-17T01:01:39.962 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-17T01:01:39.962 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-17T01:01:39.962 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-09-17T01:01:39.963 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.compression_opts.level: 32767 2024-09-17T01:01:39.963 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.compression_opts.strategy: 0 2024-09-17T01:01:39.963 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-17T01:01:39.963 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-17T01:01:39.963 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-17T01:01:39.963 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-17T01:01:39.963 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.compression_opts.enabled: false 2024-09-17T01:01:39.963 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-17T01:01:39.963 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-17T01:01:39.963 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-17T01:01:39.964 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-17T01:01:39.964 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.target_file_size_base: 67108864 2024-09-17T01:01:39.964 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-09-17T01:01:39.964 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-17T01:01:39.964 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-17T01:01:39.964 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-17T01:01:39.964 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-17T01:01:39.964 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-17T01:01:39.964 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-17T01:01:39.964 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-17T01:01:39.964 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-17T01:01:39.964 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-17T01:01:39.965 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-17T01:01:39.965 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-17T01:01:39.965 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-17T01:01:39.965 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-17T01:01:39.965 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.arena_block_size: 1048576 2024-09-17T01:01:39.965 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-17T01:01:39.965 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-17T01:01:39.965 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.disable_auto_compactions: 0 2024-09-17T01:01:39.965 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-17T01:01:39.965 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-17T01:01:39.965 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-17T01:01:39.965 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-17T01:01:39.965 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-17T01:01:39.966 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-17T01:01:39.966 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-17T01:01:39.966 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-17T01:01:39.966 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-17T01:01:39.966 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-17T01:01:39.966 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-17T01:01:39.966 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.inplace_update_support: 0 2024-09-17T01:01:39.966 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-09-17T01:01:39.966 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-17T01:01:39.966 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-17T01:01:39.966 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-09-17T01:01:39.966 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.bloom_locality: 0 2024-09-17T01:01:39.967 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.max_successive_merges: 0 2024-09-17T01:01:39.967 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-09-17T01:01:39.967 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.paranoid_file_checks: 0 2024-09-17T01:01:39.967 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.force_consistency_checks: 1 2024-09-17T01:01:39.967 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.report_bg_io_stats: 0 2024-09-17T01:01:39.967 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.ttl: 2592000 2024-09-17T01:01:39.967 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-09-17T01:01:39.967 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-17T01:01:39.967 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-17T01:01:39.967 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.enable_blob_files: false 2024-09-17T01:01:39.967 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.min_blob_size: 0 2024-09-17T01:01:39.967 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.blob_file_size: 268435456 2024-09-17T01:01:39.967 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-09-17T01:01:39.968 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-09-17T01:01:39.968 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-17T01:01:39.968 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-17T01:01:39.968 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-17T01:01:39.968 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.blob_file_starting_level: 0 2024-09-17T01:01:39.968 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-17T01:01:39.968 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 succeeded,manifest_file_number is 10, next_file_number is 12, last_sequence is 5, log_number is 5,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 5 2024-09-17T01:01:39.968 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-09-17T01:01:39.968 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 135cf536-64ae-488a-a184-9a452f914590 2024-09-17T01:01:39.968 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726534899936157, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-09-17T01:01:39.968 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-09-17T01:01:39.968 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726534899937170, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 85396, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 258, "table_properties": {"data_size": 83543, "index_size": 237, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 581, "raw_key_size": 10201, "raw_average_key_size": 47, "raw_value_size": 77750, "raw_average_value_size": 358, "num_data_blocks": 11, "num_entries": 217, "num_filter_entries": 217, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[CompactOnDeletionCollector]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1726534899, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "135cf536-64ae-488a-a184-9a452f914590", "db_session_id": "LV5EX63S5TRNJM065BLV", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-09-17T01:01:39.969 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726534899937287, "job": 1, "event": "recovery_finished"} 2024-09-17T01:01:39.969 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-09-17T01:01:39.969 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-a/store.db/000009.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-09-17T01:01:39.969 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55632c3dee00 2024-09-17T01:01:39.969 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.931+0000 7fe110f4fc80 4 rocksdb: DB pointer 0x55632c4de000 2024-09-17T01:01:39.969 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.935+0000 7fe106d18640 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-17T01:01:39.969 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.935+0000 7fe106d18640 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-17T01:01:39.969 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: ** DB Stats ** 2024-09-17T01:01:39.969 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-17T01:01:39.969 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: 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-17T01:01:39.969 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-17T01:01:39.969 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-17T01:01:39.970 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: 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-17T01:01:39.970 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-17T01:01:39.970 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-17T01:01:39.970 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: ** Compaction Stats [default] ** 2024-09-17T01:01:39.970 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-09-17T01:01:39.970 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-17T01:01:39.970 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: L0 2/0 85.25 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 130.9 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-17T01:01:39.970 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: Sum 2/0 85.25 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 130.9 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-17T01:01:39.970 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 130.9 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-17T01:01:39.971 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: ** Compaction Stats [default] ** 2024-09-17T01:01:39.971 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-09-17T01:01:39.971 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-17T01:01:39.971 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 130.9 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-17T01:01:39.971 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-09-17T01:01:39.971 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-17T01:01:39.971 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: Flush(GB): cumulative 0.000, interval 0.000 2024-09-17T01:01:39.971 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-17T01:01:39.971 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: AddFile(Total Files): cumulative 0, interval 0 2024-09-17T01:01:39.971 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-17T01:01:39.971 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: AddFile(Keys): cumulative 0, interval 0 2024-09-17T01:01:39.971 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: Cumulative compaction: 0.00 GB write, 21.31 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-17T01:01:39.971 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: Interval compaction: 0.00 GB write, 21.31 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-17T01:01:39.972 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: 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-17T01:01:39.972 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: Block cache BinnedLRUCache@0x55632c3b31f0#7 capacity: 512.00 MB usage: 1.19 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.4e-05 secs_since: 0 2024-09-17T01:01:39.972 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: Block cache entry stats(count,size,portion): FilterBlock(2,0.77 KB,0.000146031%) IndexBlock(2,0.42 KB,8.04663e-05%) Misc(1,0.00 KB,0%) 2024-09-17T01:01:39.972 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: ** File Read Latency Histogram By Level [default] ** 2024-09-17T01:01:39.972 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.935+0000 7fe110f4fc80 0 starting mon.a rank 0 at public addrs [v2:172.21.15.18:3300/0,v1:172.21.15.18:6789/0] at bind addrs [v2:172.21.15.18:3300/0,v1:172.21.15.18:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 2853ef26-7490-11ef-bceb-c7b262605968 2024-09-17T01:01:39.972 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.935+0000 7fe110f4fc80 1 mon.a@-1(???) e1 preinit fsid 2853ef26-7490-11ef-bceb-c7b262605968 2024-09-17T01:01:39.972 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.935+0000 7fe110f4fc80 0 mon.a@-1(???).mds e1 new map 2024-09-17T01:01:39.972 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.935+0000 7fe110f4fc80 0 mon.a@-1(???).mds e1 print_map 2024-09-17T01:01:39.972 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: e1 2024-09-17T01:01:39.972 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: btime 2024-09-17T01:01:33:492082+0000 2024-09-17T01:01:39.972 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: enable_multiple, ever_enabled_multiple: 1,1 2024-09-17T01:01:39.972 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments,12=quiesce subvolumes} 2024-09-17T01:01:39.973 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: legacy client fscid: -1 2024-09-17T01:01:39.973 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: 2024-09-17T01:01:39.973 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: No filesystems configured 2024-09-17T01:01:39.973 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.935+0000 7fe110f4fc80 0 mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-09-17T01:01:39.973 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.935+0000 7fe110f4fc80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-17T01:01:39.973 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.935+0000 7fe110f4fc80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-17T01:01:39.973 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.935+0000 7fe110f4fc80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-17T01:01:39.973 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:39 smithi018 bash[22760]: debug 2024-09-17T01:01:39.935+0000 7fe110f4fc80 1 mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-09-17T01:01:40.105 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:40 smithi018 bash[22760]: cluster 2024-09-17T01:01:39.967339+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-09-17T01:01:40.105 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:40 smithi018 bash[22760]: cluster 2024-09-17T01:01:39.967405+0000 mon.a (mon.0) 2 : cluster [DBG] monmap epoch 1 2024-09-17T01:01:40.105 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:40 smithi018 bash[22760]: cluster 2024-09-17T01:01:39.967424+0000 mon.a (mon.0) 3 : cluster [DBG] fsid 2853ef26-7490-11ef-bceb-c7b262605968 2024-09-17T01:01:40.105 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:40 smithi018 bash[22760]: cluster 2024-09-17T01:01:39.967439+0000 mon.a (mon.0) 4 : cluster [DBG] last_changed 2024-09-17T01:01:28.786733+0000 2024-09-17T01:01:40.106 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:40 smithi018 bash[22760]: cluster 2024-09-17T01:01:39.967457+0000 mon.a (mon.0) 5 : cluster [DBG] created 2024-09-17T01:01:28.786733+0000 2024-09-17T01:01:40.106 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:40 smithi018 bash[22760]: cluster 2024-09-17T01:01:39.967464+0000 mon.a (mon.0) 6 : cluster [DBG] min_mon_release 19 (squid) 2024-09-17T01:01:40.106 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:40 smithi018 bash[22760]: cluster 2024-09-17T01:01:39.967472+0000 mon.a (mon.0) 7 : cluster [DBG] election_strategy: 1 2024-09-17T01:01:40.106 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:40 smithi018 bash[22760]: cluster 2024-09-17T01:01:39.967480+0000 mon.a (mon.0) 8 : cluster [DBG] 0: [v2:172.21.15.18:3300/0,v1:172.21.15.18:6789/0] mon.a 2024-09-17T01:01:40.106 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:40 smithi018 bash[22760]: cluster 2024-09-17T01:01:39.967878+0000 mon.a (mon.0) 9 : cluster [DBG] fsmap 2024-09-17T01:01:40.106 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:40 smithi018 bash[22760]: cluster 2024-09-17T01:01:39.967903+0000 mon.a (mon.0) 10 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-09-17T01:01:40.106 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:40 smithi018 bash[22760]: cluster 2024-09-17T01:01:39.968264+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e1: no daemons active 2024-09-17T01:01:40.677 INFO:teuthology.orchestra.run.smithi018.stdout:Wrote config to /etc/ceph/ceph.conf 2024-09-17T01:01:40.704 INFO:teuthology.orchestra.run.smithi018.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-09-17T01:01:40.704 INFO:teuthology.orchestra.run.smithi018.stdout:Creating mgr... 2024-09-17T01:01:40.704 INFO:teuthology.orchestra.run.smithi018.stdout:Verifying port 0.0.0.0:9283 ... 2024-09-17T01:01:40.704 INFO:teuthology.orchestra.run.smithi018.stdout:Verifying port 0.0.0.0:8765 ... 2024-09-17T01:01:41.038 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:40 smithi018 systemd[1]: /etc/systemd/system/ceph-2853ef26-7490-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-17T01:01:41.048 INFO:teuthology.orchestra.run.smithi018.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-2853ef26-7490-11ef-bceb-c7b262605968@mgr.a 2024-09-17T01:01:41.049 INFO:teuthology.orchestra.run.smithi018.stdout:systemctl: stderr Failed to reset failed state of unit ceph-2853ef26-7490-11ef-bceb-c7b262605968@mgr.a.service: Unit ceph-2853ef26-7490-11ef-bceb-c7b262605968@mgr.a.service not loaded. 2024-09-17T01:01:41.274 INFO:teuthology.orchestra.run.smithi018.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-2853ef26-7490-11ef-bceb-c7b262605968.target.wants/ceph-2853ef26-7490-11ef-bceb-c7b262605968@mgr.a.service -> /etc/systemd/system/ceph-2853ef26-7490-11ef-bceb-c7b262605968@.service. 2024-09-17T01:01:41.284 INFO:teuthology.orchestra.run.smithi018.stdout:firewalld does not appear to be present 2024-09-17T01:01:41.284 INFO:teuthology.orchestra.run.smithi018.stdout:Not possible to enable service . firewalld.service is not available 2024-09-17T01:01:41.284 INFO:teuthology.orchestra.run.smithi018.stdout:firewalld does not appear to be present 2024-09-17T01:01:41.284 INFO:teuthology.orchestra.run.smithi018.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-09-17T01:01:41.284 INFO:teuthology.orchestra.run.smithi018.stdout:Waiting for mgr to start... 2024-09-17T01:01:41.284 INFO:teuthology.orchestra.run.smithi018.stdout:Waiting for mgr... 2024-09-17T01:01:41.392 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:41 smithi018 bash[22760]: audit 2024-09-17T01:01:40.099119+0000 mon.a (mon.0) 12 : audit [INF] from='client.? 172.21.15.18:0/4220836454' entity='client.admin' 2024-09-17T01:01:41.392 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:41 smithi018 systemd[1]: /etc/systemd/system/ceph-2853ef26-7490-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-17T01:01:41.392 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:01:41 smithi018 systemd[1]: Started Ceph mgr.a for 2853ef26-7490-11ef-bceb-c7b262605968. 2024-09-17T01:01:43.024 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:01:42 smithi018 bash[23015]: debug 2024-09-17T01:01:42.938+0000 7fd52ba70040 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-17T01:01:43.391 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:43 smithi018 bash[22760]: audit 2024-09-17T01:01:43.044593+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.18:0/1651980445' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-09-17T01:01:43.665 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout 2024-09-17T01:01:43.665 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout { 2024-09-17T01:01:43.665 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "fsid": "2853ef26-7490-11ef-bceb-c7b262605968", 2024-09-17T01:01:43.665 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "health": { 2024-09-17T01:01:43.665 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-17T01:01:43.666 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-17T01:01:43.666 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-17T01:01:43.666 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout }, 2024-09-17T01:01:43.666 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-17T01:01:43.666 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-17T01:01:43.666 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout 0 2024-09-17T01:01:43.668 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout ], 2024-09-17T01:01:43.668 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-17T01:01:43.668 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "a" 2024-09-17T01:01:43.668 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout ], 2024-09-17T01:01:43.668 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "quorum_age": 3, 2024-09-17T01:01:43.668 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-17T01:01:43.668 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T01:01:43.669 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-09-17T01:01:43.669 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-17T01:01:43.669 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout }, 2024-09-17T01:01:43.669 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-17T01:01:43.669 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T01:01:43.669 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-17T01:01:43.669 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-17T01:01:43.669 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-17T01:01:43.669 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-17T01:01:43.669 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-17T01:01:43.669 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-17T01:01:43.672 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout }, 2024-09-17T01:01:43.672 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-17T01:01:43.673 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-17T01:01:43.673 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-17T01:01:43.673 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-17T01:01:43.673 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-17T01:01:43.673 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-17T01:01:43.673 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-17T01:01:43.673 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-17T01:01:43.673 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-17T01:01:43.673 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout }, 2024-09-17T01:01:43.673 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-17T01:01:43.673 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T01:01:43.673 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "btime": "2024-09-17T01:01:33:492082+0000", 2024-09-17T01:01:43.674 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-17T01:01:43.674 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-17T01:01:43.674 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout }, 2024-09-17T01:01:43.674 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-17T01:01:43.674 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "available": false, 2024-09-17T01:01:43.674 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-17T01:01:43.674 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-17T01:01:43.674 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-17T01:01:43.674 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-17T01:01:43.674 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "restful" 2024-09-17T01:01:43.674 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout ], 2024-09-17T01:01:43.674 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-17T01:01:43.674 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout }, 2024-09-17T01:01:43.674 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-17T01:01:43.675 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T01:01:43.675 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "modified": "2024-09-17T01:01:33.492819+0000", 2024-09-17T01:01:43.675 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-17T01:01:43.675 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout }, 2024-09-17T01:01:43.675 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-17T01:01:43.675 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout } 2024-09-17T01:01:43.675 INFO:teuthology.orchestra.run.smithi018.stdout:mgr not available, waiting (1/15)... 2024-09-17T01:01:44.525 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:01:44 smithi018 bash[23015]: debug 2024-09-17T01:01:44.194+0000 7fd52ba70040 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-17T01:01:44.525 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:01:44 smithi018 bash[23015]: debug 2024-09-17T01:01:44.262+0000 7fd52ba70040 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-17T01:01:44.525 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:01:44 smithi018 bash[23015]: debug 2024-09-17T01:01:44.422+0000 7fd52ba70040 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-17T01:01:45.445 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:01:45 smithi018 bash[23015]: debug 2024-09-17T01:01:45.106+0000 7fd52ba70040 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-17T01:01:45.445 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:01:45 smithi018 bash[23015]: debug 2024-09-17T01:01:45.182+0000 7fd52ba70040 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-17T01:01:45.445 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:01:45 smithi018 bash[23015]: debug 2024-09-17T01:01:45.250+0000 7fd52ba70040 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-17T01:01:45.762 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:01:45 smithi018 bash[23015]: debug 2024-09-17T01:01:45.446+0000 7fd52ba70040 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-17T01:01:45.763 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:01:45 smithi018 bash[23015]: debug 2024-09-17T01:01:45.526+0000 7fd52ba70040 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-17T01:01:45.763 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:01:45 smithi018 bash[23015]: debug 2024-09-17T01:01:45.598+0000 7fd52ba70040 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-17T01:01:46.024 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:01:45 smithi018 bash[23015]: debug 2024-09-17T01:01:45.866+0000 7fd52ba70040 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-17T01:01:46.025 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:01:45 smithi018 bash[23015]: debug 2024-09-17T01:01:45.938+0000 7fd52ba70040 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-17T01:01:46.485 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:01:46 smithi018 bash[23015]: debug 2024-09-17T01:01:46.142+0000 7fd52ba70040 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-17T01:01:46.485 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:01:46 smithi018 bash[23015]: debug 2024-09-17T01:01:46.222+0000 7fd52ba70040 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-17T01:01:46.774 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:01:46 smithi018 bash[23015]: debug 2024-09-17T01:01:46.486+0000 7fd52ba70040 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-09-17T01:01:46.775 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:01:46 smithi018 bash[23015]: debug 2024-09-17T01:01:46.670+0000 7fd52ba70040 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-17T01:01:47.122 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:47 smithi018 bash[22760]: audit 2024-09-17T01:01:46.963700+0000 mon.a (mon.0) 14 : audit [DBG] from='client.? 172.21.15.18:0/3395098915' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-09-17T01:01:47.122 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:01:46 smithi018 bash[23015]: debug 2024-09-17T01:01:46.850+0000 7fd52ba70040 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-17T01:01:47.123 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:01:46 smithi018 bash[23015]: debug 2024-09-17T01:01:46.934+0000 7fd52ba70040 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-17T01:01:47.498 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout 2024-09-17T01:01:47.498 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout { 2024-09-17T01:01:47.498 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "fsid": "2853ef26-7490-11ef-bceb-c7b262605968", 2024-09-17T01:01:47.498 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "health": { 2024-09-17T01:01:47.499 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-17T01:01:47.499 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-17T01:01:47.499 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-17T01:01:47.499 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout }, 2024-09-17T01:01:47.499 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-17T01:01:47.499 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-17T01:01:47.499 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout 0 2024-09-17T01:01:47.499 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout ], 2024-09-17T01:01:47.499 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-17T01:01:47.499 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "a" 2024-09-17T01:01:47.499 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout ], 2024-09-17T01:01:47.499 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "quorum_age": 6, 2024-09-17T01:01:47.499 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-17T01:01:47.499 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T01:01:47.500 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-09-17T01:01:47.500 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-17T01:01:47.500 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout }, 2024-09-17T01:01:47.500 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-17T01:01:47.500 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T01:01:47.500 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-17T01:01:47.500 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-17T01:01:47.500 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-17T01:01:47.500 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-17T01:01:47.500 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-17T01:01:47.500 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-17T01:01:47.500 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout }, 2024-09-17T01:01:47.501 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-17T01:01:47.501 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-17T01:01:47.501 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-17T01:01:47.501 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-17T01:01:47.501 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-17T01:01:47.501 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-17T01:01:47.501 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-17T01:01:47.501 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-17T01:01:47.501 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-17T01:01:47.501 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout }, 2024-09-17T01:01:47.501 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-17T01:01:47.501 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T01:01:47.501 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "btime": "2024-09-17T01:01:33:492082+0000", 2024-09-17T01:01:47.502 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-17T01:01:47.502 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-17T01:01:47.502 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout }, 2024-09-17T01:01:47.502 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-17T01:01:47.502 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "available": false, 2024-09-17T01:01:47.502 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-17T01:01:47.502 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-17T01:01:47.502 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-17T01:01:47.502 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-17T01:01:47.502 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "restful" 2024-09-17T01:01:47.502 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout ], 2024-09-17T01:01:47.502 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-17T01:01:47.502 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout }, 2024-09-17T01:01:47.503 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-17T01:01:47.503 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T01:01:47.503 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "modified": "2024-09-17T01:01:33.492819+0000", 2024-09-17T01:01:47.503 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-17T01:01:47.503 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout }, 2024-09-17T01:01:47.503 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-17T01:01:47.503 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout } 2024-09-17T01:01:47.503 INFO:teuthology.orchestra.run.smithi018.stdout:mgr not available, waiting (2/15)... 2024-09-17T01:01:47.524 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:01:47 smithi018 bash[23015]: debug 2024-09-17T01:01:47.122+0000 7fd52ba70040 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-17T01:01:48.275 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:01:47 smithi018 bash[23015]: debug 2024-09-17T01:01:47.966+0000 7fd52ba70040 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-17T01:01:48.275 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:01:48 smithi018 bash[23015]: debug 2024-09-17T01:01:48.046+0000 7fd52ba70040 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-17T01:01:48.763 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:01:48 smithi018 bash[23015]: debug 2024-09-17T01:01:48.278+0000 7fd52ba70040 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-17T01:01:48.764 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:01:48 smithi018 bash[23015]: debug 2024-09-17T01:01:48.358+0000 7fd52ba70040 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-17T01:01:49.025 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:01:48 smithi018 bash[23015]: debug 2024-09-17T01:01:48.766+0000 7fd52ba70040 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-17T01:01:49.025 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:01:48 smithi018 bash[23015]: debug 2024-09-17T01:01:48.846+0000 7fd52ba70040 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-17T01:01:49.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:48 smithi018 bash[22760]: cluster 2024-09-17T01:01:48.869422+0000 mon.a (mon.0) 15 : cluster [INF] Activating manager daemon a 2024-09-17T01:01:49.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:48 smithi018 bash[22760]: cluster 2024-09-17T01:01:48.877187+0000 mon.a (mon.0) 16 : cluster [DBG] mgrmap e2: a(active, starting, since 0.00794973s) 2024-09-17T01:01:49.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:48 smithi018 bash[22760]: audit 2024-09-17T01:01:48.878439+0000 mon.a (mon.0) 17 : audit [DBG] from='mgr.14100 172.21.15.18:0/3255871991' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-17T01:01:49.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:48 smithi018 bash[22760]: audit 2024-09-17T01:01:48.878705+0000 mon.a (mon.0) 18 : audit [DBG] from='mgr.14100 172.21.15.18:0/3255871991' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-17T01:01:49.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:48 smithi018 bash[22760]: audit 2024-09-17T01:01:48.878961+0000 mon.a (mon.0) 19 : audit [DBG] from='mgr.14100 172.21.15.18:0/3255871991' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-17T01:01:49.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:48 smithi018 bash[22760]: audit 2024-09-17T01:01:48.879223+0000 mon.a (mon.0) 20 : audit [DBG] from='mgr.14100 172.21.15.18:0/3255871991' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-17T01:01:49.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:48 smithi018 bash[22760]: audit 2024-09-17T01:01:48.879697+0000 mon.a (mon.0) 21 : audit [DBG] from='mgr.14100 172.21.15.18:0/3255871991' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-09-17T01:01:49.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:48 smithi018 bash[22760]: cluster 2024-09-17T01:01:48.905798+0000 mon.a (mon.0) 22 : cluster [INF] Manager daemon a is now available 2024-09-17T01:01:49.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:48 smithi018 bash[22760]: audit 2024-09-17T01:01:48.915974+0000 mon.a (mon.0) 23 : audit [INF] from='mgr.14100 172.21.15.18:0/3255871991' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-09-17T01:01:49.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:48 smithi018 bash[22760]: audit 2024-09-17T01:01:48.917922+0000 mon.a (mon.0) 24 : audit [INF] from='mgr.14100 172.21.15.18:0/3255871991' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-09-17T01:01:50.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:49 smithi018 bash[22760]: audit 2024-09-17T01:01:48.920929+0000 mon.a (mon.0) 25 : audit [INF] from='mgr.14100 172.21.15.18:0/3255871991' entity='mgr.a' 2024-09-17T01:01:50.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:49 smithi018 bash[22760]: audit 2024-09-17T01:01:48.925506+0000 mon.a (mon.0) 26 : audit [INF] from='mgr.14100 172.21.15.18:0/3255871991' entity='mgr.a' 2024-09-17T01:01:50.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:49 smithi018 bash[22760]: audit 2024-09-17T01:01:48.927722+0000 mon.a (mon.0) 27 : audit [INF] from='mgr.14100 172.21.15.18:0/3255871991' entity='mgr.a' 2024-09-17T01:01:50.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:49 smithi018 bash[22760]: cluster 2024-09-17T01:01:49.883178+0000 mon.a (mon.0) 28 : cluster [DBG] mgrmap e3: a(active, since 1.01394s) 2024-09-17T01:01:51.680 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout 2024-09-17T01:01:51.681 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout { 2024-09-17T01:01:51.681 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "fsid": "2853ef26-7490-11ef-bceb-c7b262605968", 2024-09-17T01:01:51.681 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "health": { 2024-09-17T01:01:51.682 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-17T01:01:51.682 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-17T01:01:51.682 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-17T01:01:51.682 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout }, 2024-09-17T01:01:51.682 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-17T01:01:51.682 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-17T01:01:51.682 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout 0 2024-09-17T01:01:51.682 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout ], 2024-09-17T01:01:51.682 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-17T01:01:51.682 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "a" 2024-09-17T01:01:51.682 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout ], 2024-09-17T01:01:51.682 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "quorum_age": 11, 2024-09-17T01:01:51.683 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-17T01:01:51.683 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T01:01:51.683 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-09-17T01:01:51.683 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-17T01:01:51.683 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout }, 2024-09-17T01:01:51.683 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-17T01:01:51.683 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T01:01:51.683 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-17T01:01:51.683 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-17T01:01:51.683 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-17T01:01:51.683 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-17T01:01:51.683 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-17T01:01:51.683 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-17T01:01:51.688 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout }, 2024-09-17T01:01:51.688 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-17T01:01:51.688 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-17T01:01:51.688 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-17T01:01:51.688 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-17T01:01:51.688 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-17T01:01:51.688 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-17T01:01:51.688 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-17T01:01:51.688 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-17T01:01:51.689 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-17T01:01:51.689 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout }, 2024-09-17T01:01:51.689 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-17T01:01:51.689 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T01:01:51.689 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "btime": "2024-09-17T01:01:33:492082+0000", 2024-09-17T01:01:51.689 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-17T01:01:51.689 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-17T01:01:51.689 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout }, 2024-09-17T01:01:51.689 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-17T01:01:51.689 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-17T01:01:51.689 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-17T01:01:51.689 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-17T01:01:51.689 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-17T01:01:51.689 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-17T01:01:51.690 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "restful" 2024-09-17T01:01:51.690 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout ], 2024-09-17T01:01:51.690 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-17T01:01:51.690 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout }, 2024-09-17T01:01:51.690 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-17T01:01:51.690 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T01:01:51.690 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "modified": "2024-09-17T01:01:33.492819+0000", 2024-09-17T01:01:51.690 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-17T01:01:51.690 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout }, 2024-09-17T01:01:51.690 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-17T01:01:51.690 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout } 2024-09-17T01:01:51.690 INFO:teuthology.orchestra.run.smithi018.stdout:mgr is available 2024-09-17T01:01:52.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:51 smithi018 bash[22760]: cluster 2024-09-17T01:01:50.930283+0000 mon.a (mon.0) 29 : cluster [DBG] mgrmap e4: a(active, since 2s) 2024-09-17T01:01:52.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:51 smithi018 bash[22760]: audit 2024-09-17T01:01:51.166443+0000 mon.a (mon.0) 30 : audit [DBG] from='client.? 172.21.15.18:0/1428621657' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-09-17T01:01:53.525 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:53 smithi018 bash[22760]: audit 2024-09-17T01:01:53.039867+0000 mon.a (mon.0) 31 : audit [INF] from='client.? 172.21.15.18:0/88031582' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-09-17T01:01:53.525 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:53 smithi018 bash[22760]: audit 2024-09-17T01:01:53.043925+0000 mon.a (mon.0) 32 : audit [INF] from='client.? 172.21.15.18:0/88031582' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-09-17T01:01:53.620 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout 2024-09-17T01:01:53.620 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout [global] 2024-09-17T01:01:53.620 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout fsid = 2853ef26-7490-11ef-bceb-c7b262605968 2024-09-17T01:01:53.620 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.18:3300,v1:172.21.15.18:6789] 2024-09-17T01:01:53.620 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-09-17T01:01:53.621 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-09-17T01:01:53.621 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-09-17T01:01:53.621 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-09-17T01:01:53.621 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout 2024-09-17T01:01:53.621 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout [mgr] 2024-09-17T01:01:53.621 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-09-17T01:01:53.621 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout 2024-09-17T01:01:53.621 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout [osd] 2024-09-17T01:01:53.621 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-09-17T01:01:53.621 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-09-17T01:01:53.621 INFO:teuthology.orchestra.run.smithi018.stdout:Enabling cephadm module... 2024-09-17T01:01:55.525 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:55 smithi018 bash[22760]: audit 2024-09-17T01:01:55.099265+0000 mon.a (mon.0) 33 : audit [INF] from='client.? 172.21.15.18:0/919314757' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-09-17T01:01:55.525 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:01:55 smithi018 bash[23015]: ignoring --setuser ceph since I am not root 2024-09-17T01:01:55.525 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:01:55 smithi018 bash[23015]: ignoring --setgroup ceph since I am not root 2024-09-17T01:01:55.525 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:01:55 smithi018 bash[23015]: debug 2024-09-17T01:01:55.306+0000 7fdf6d95a040 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-17T01:01:56.450 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:56 smithi018 bash[22760]: audit 2024-09-17T01:01:55.151163+0000 mon.a (mon.0) 34 : audit [INF] from='client.? 172.21.15.18:0/919314757' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-09-17T01:01:56.684 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:56 smithi018 bash[22760]: cluster 2024-09-17T01:01:55.156562+0000 mon.a (mon.0) 35 : cluster [DBG] mgrmap e5: a(active, since 6s) 2024-09-17T01:01:56.773 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:01:56 smithi018 bash[23015]: debug 2024-09-17T01:01:56.546+0000 7fdf6d95a040 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-17T01:01:56.774 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:01:56 smithi018 bash[23015]: debug 2024-09-17T01:01:56.618+0000 7fdf6d95a040 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-17T01:01:56.774 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:01:56 smithi018 bash[23015]: debug 2024-09-17T01:01:56.774+0000 7fdf6d95a040 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-17T01:01:57.453 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:01:57 smithi018 bash[22760]: audit 2024-09-17T01:01:57.046568+0000 mon.a (mon.0) 36 : audit [DBG] from='client.? 172.21.15.18:0/2361679649' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-09-17T01:01:57.605 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout { 2024-09-17T01:01:57.605 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-09-17T01:01:57.605 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-17T01:01:57.605 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-09-17T01:01:57.605 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-09-17T01:01:57.605 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout } 2024-09-17T01:01:57.605 INFO:teuthology.orchestra.run.smithi018.stdout:Waiting for the mgr to restart... 2024-09-17T01:01:57.605 INFO:teuthology.orchestra.run.smithi018.stdout:Waiting for mgr epoch 5... 2024-09-17T01:01:57.775 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:01:57 smithi018 bash[23015]: debug 2024-09-17T01:01:57.454+0000 7fdf6d95a040 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-17T01:01:57.775 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:01:57 smithi018 bash[23015]: debug 2024-09-17T01:01:57.526+0000 7fdf6d95a040 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-17T01:01:57.775 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:01:57 smithi018 bash[23015]: debug 2024-09-17T01:01:57.598+0000 7fdf6d95a040 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-17T01:01:58.214 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:01:57 smithi018 bash[23015]: debug 2024-09-17T01:01:57.798+0000 7fdf6d95a040 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-17T01:01:58.214 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:01:57 smithi018 bash[23015]: debug 2024-09-17T01:01:57.878+0000 7fdf6d95a040 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-17T01:01:58.214 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:01:57 smithi018 bash[23015]: debug 2024-09-17T01:01:57.950+0000 7fdf6d95a040 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-17T01:01:58.215 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:01:58 smithi018 bash[23015]: debug 2024-09-17T01:01:58.214+0000 7fdf6d95a040 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-17T01:01:58.490 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:01:58 smithi018 bash[23015]: debug 2024-09-17T01:01:58.286+0000 7fdf6d95a040 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-17T01:01:58.490 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:01:58 smithi018 bash[23015]: debug 2024-09-17T01:01:58.490+0000 7fdf6d95a040 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-17T01:01:58.775 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:01:58 smithi018 bash[23015]: debug 2024-09-17T01:01:58.574+0000 7fdf6d95a040 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-17T01:01:59.192 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:01:58 smithi018 bash[23015]: debug 2024-09-17T01:01:58.838+0000 7fdf6d95a040 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-09-17T01:01:59.192 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:01:59 smithi018 bash[23015]: debug 2024-09-17T01:01:59.026+0000 7fdf6d95a040 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-17T01:01:59.461 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:01:59 smithi018 bash[23015]: debug 2024-09-17T01:01:59.194+0000 7fdf6d95a040 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-17T01:01:59.462 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:01:59 smithi018 bash[23015]: debug 2024-09-17T01:01:59.274+0000 7fdf6d95a040 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-17T01:01:59.775 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:01:59 smithi018 bash[23015]: debug 2024-09-17T01:01:59.462+0000 7fdf6d95a040 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-17T01:02:00.612 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:02:00 smithi018 bash[23015]: debug 2024-09-17T01:02:00.302+0000 7fdf6d95a040 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-17T01:02:00.612 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:02:00 smithi018 bash[23015]: debug 2024-09-17T01:02:00.378+0000 7fdf6d95a040 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-17T01:02:01.025 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:02:00 smithi018 bash[23015]: debug 2024-09-17T01:02:00.614+0000 7fdf6d95a040 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-17T01:02:01.025 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:02:00 smithi018 bash[23015]: debug 2024-09-17T01:02:00.690+0000 7fdf6d95a040 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-17T01:02:01.525 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:02:01 smithi018 bash[23015]: debug 2024-09-17T01:02:01.098+0000 7fdf6d95a040 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-17T01:02:01.525 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:02:01 smithi018 bash[23015]: debug 2024-09-17T01:02:01.178+0000 7fdf6d95a040 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-17T01:02:01.525 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:01 smithi018 bash[22760]: cluster 2024-09-17T01:02:01.201708+0000 mon.a (mon.0) 37 : cluster [INF] Active manager daemon a restarted 2024-09-17T01:02:01.525 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:01 smithi018 bash[22760]: cluster 2024-09-17T01:02:01.202285+0000 mon.a (mon.0) 38 : cluster [INF] Activating manager daemon a 2024-09-17T01:02:01.526 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:01 smithi018 bash[22760]: cluster 2024-09-17T01:02:01.205861+0000 mon.a (mon.0) 39 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-09-17T01:02:01.526 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:01 smithi018 bash[22760]: cluster 2024-09-17T01:02:01.205970+0000 mon.a (mon.0) 40 : cluster [DBG] mgrmap e6: a(active, starting, since 0.00388202s) 2024-09-17T01:02:01.526 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:01 smithi018 bash[22760]: audit 2024-09-17T01:02:01.209136+0000 mon.a (mon.0) 41 : audit [DBG] from='mgr.14118 172.21.15.18:0/3202109179' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-17T01:02:01.526 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:01 smithi018 bash[22760]: audit 2024-09-17T01:02:01.210121+0000 mon.a (mon.0) 42 : audit [DBG] from='mgr.14118 172.21.15.18:0/3202109179' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-09-17T01:02:01.526 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:01 smithi018 bash[22760]: audit 2024-09-17T01:02:01.211481+0000 mon.a (mon.0) 43 : audit [DBG] from='mgr.14118 172.21.15.18:0/3202109179' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-17T01:02:01.526 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:01 smithi018 bash[22760]: audit 2024-09-17T01:02:01.211643+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.14118 172.21.15.18:0/3202109179' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-17T01:02:01.526 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:01 smithi018 bash[22760]: audit 2024-09-17T01:02:01.211777+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.14118 172.21.15.18:0/3202109179' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-17T01:02:01.526 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:01 smithi018 bash[22760]: cluster 2024-09-17T01:02:01.237755+0000 mon.a (mon.0) 46 : cluster [INF] Manager daemon a is now available 2024-09-17T01:02:02.526 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:02 smithi018 bash[22760]: cephadm 2024-09-17T01:02:01.254061+0000 mgr.a (mgr.14118) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-09-17T01:02:02.526 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:02 smithi018 bash[22760]: audit 2024-09-17T01:02:01.258071+0000 mon.a (mon.0) 47 : audit [INF] from='mgr.14118 172.21.15.18:0/3202109179' entity='mgr.a' 2024-09-17T01:02:02.526 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:02 smithi018 bash[22760]: audit 2024-09-17T01:02:01.260205+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.14118 172.21.15.18:0/3202109179' entity='mgr.a' 2024-09-17T01:02:02.526 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:02 smithi018 bash[22760]: audit 2024-09-17T01:02:01.262656+0000 mon.a (mon.0) 49 : audit [INF] from='mgr.14118 172.21.15.18:0/3202109179' entity='mgr.a' 2024-09-17T01:02:02.526 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:02 smithi018 bash[22760]: audit 2024-09-17T01:02:01.265405+0000 mon.a (mon.0) 50 : audit [DBG] from='mgr.14118 172.21.15.18:0/3202109179' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:02:02.526 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:02 smithi018 bash[22760]: audit 2024-09-17T01:02:01.268018+0000 mon.a (mon.0) 51 : audit [DBG] from='mgr.14118 172.21.15.18:0/3202109179' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:02:02.526 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:02 smithi018 bash[22760]: audit 2024-09-17T01:02:01.277607+0000 mon.a (mon.0) 52 : audit [INF] from='mgr.14118 172.21.15.18:0/3202109179' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-09-17T01:02:02.526 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:02 smithi018 bash[22760]: audit 2024-09-17T01:02:01.280330+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.14118 172.21.15.18:0/3202109179' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-09-17T01:02:02.526 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:02 smithi018 bash[22760]: cluster 2024-09-17T01:02:02.213105+0000 mon.a (mon.0) 54 : cluster [DBG] mgrmap e7: a(active, since 1.01101s) 2024-09-17T01:02:02.786 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout { 2024-09-17T01:02:02.786 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-09-17T01:02:02.787 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "initialized": true 2024-09-17T01:02:02.787 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout } 2024-09-17T01:02:02.787 INFO:teuthology.orchestra.run.smithi018.stdout:mgr epoch 5 is available 2024-09-17T01:02:02.787 INFO:teuthology.orchestra.run.smithi018.stdout:Setting orchestrator backend to cephadm... 2024-09-17T01:02:04.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:03 smithi018 bash[22760]: audit 2024-09-17T01:02:02.211817+0000 mgr.a (mgr.14118) 2 : audit [DBG] from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-09-17T01:02:04.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:03 smithi018 bash[22760]: audit 2024-09-17T01:02:02.227195+0000 mgr.a (mgr.14118) 3 : audit [DBG] from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-09-17T01:02:04.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:03 smithi018 bash[22760]: audit 2024-09-17T01:02:02.996825+0000 mon.a (mon.0) 55 : audit [INF] from='mgr.14118 172.21.15.18:0/3202109179' entity='mgr.a' 2024-09-17T01:02:04.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:03 smithi018 bash[22760]: audit 2024-09-17T01:02:03.001341+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.14118 172.21.15.18:0/3202109179' entity='mgr.a' 2024-09-17T01:02:05.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:05 smithi018 bash[22760]: cluster 2024-09-17T01:02:04.006727+0000 mon.a (mon.0) 57 : cluster [DBG] mgrmap e8: a(active, since 2s) 2024-09-17T01:02:05.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:05 smithi018 bash[22760]: audit 2024-09-17T01:02:04.121394+0000 mgr.a (mgr.14118) 4 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T01:02:05.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:05 smithi018 bash[22760]: audit 2024-09-17T01:02:04.129255+0000 mon.a (mon.0) 58 : audit [INF] from='mgr.14118 172.21.15.18:0/3202109179' entity='mgr.a' 2024-09-17T01:02:05.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:05 smithi018 bash[22760]: audit 2024-09-17T01:02:04.147354+0000 mon.a (mon.0) 59 : audit [DBG] from='mgr.14118 172.21.15.18:0/3202109179' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:02:05.776 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:02:05 smithi018 bash[23015]: debug 2024-09-17T01:02:05.418+0000 7fded4c59640 -1 log_channel(cephadm) log [ERR] : [17/Sep/2024:01:02:05] ENGINE Error in HTTPServer.serve 2024-09-17T01:02:05.776 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:02:05 smithi018 bash[23015]: Traceback (most recent call last): 2024-09-17T01:02:05.776 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:02:05 smithi018 bash[23015]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-17T01:02:05.776 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:02:05 smithi018 bash[23015]: self._connections.run(self.expiration_interval) 2024-09-17T01:02:05.776 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:02:05 smithi018 bash[23015]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-17T01:02:05.776 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:02:05 smithi018 bash[23015]: self._run(expiration_interval) 2024-09-17T01:02:05.776 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:02:05 smithi018 bash[23015]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-17T01:02:05.776 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:02:05 smithi018 bash[23015]: new_conn = self._from_server_socket(self.server.socket) 2024-09-17T01:02:05.776 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:02:05 smithi018 bash[23015]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-17T01:02:05.776 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:02:05 smithi018 bash[23015]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-17T01:02:05.776 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:02:05 smithi018 bash[23015]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-17T01:02:05.776 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:02:05 smithi018 bash[23015]: s = self.context.wrap_socket( 2024-09-17T01:02:05.777 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:02:05 smithi018 bash[23015]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-17T01:02:05.777 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:02:05 smithi018 bash[23015]: return self.sslsocket_class._create( 2024-09-17T01:02:05.777 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:02:05 smithi018 bash[23015]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-17T01:02:05.777 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:02:05 smithi018 bash[23015]: self.do_handshake() 2024-09-17T01:02:05.777 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:02:05 smithi018 bash[23015]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-17T01:02:05.777 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:02:05 smithi018 bash[23015]: self._sslobj.do_handshake() 2024-09-17T01:02:05.777 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:02:05 smithi018 bash[23015]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-17T01:02:06.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:06 smithi018 bash[22760]: cephadm 2024-09-17T01:02:05.191291+0000 mgr.a (mgr.14118) 5 : cephadm [INF] [17/Sep/2024:01:02:05] ENGINE Bus STARTING 2024-09-17T01:02:06.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:06 smithi018 bash[22760]: audit 2024-09-17T01:02:05.421324+0000 mon.a (mon.0) 60 : audit [DBG] from='mgr.14118 172.21.15.18:0/3202109179' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:02:06.527 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout value unchanged 2024-09-17T01:02:06.527 INFO:teuthology.orchestra.run.smithi018.stdout:Generating ssh key... 2024-09-17T01:02:07.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:07 smithi018 bash[22760]: cephadm 2024-09-17T01:02:05.292975+0000 mgr.a (mgr.14118) 6 : cephadm [INF] [17/Sep/2024:01:02:05] ENGINE Serving on http://172.21.15.18:8765 2024-09-17T01:02:07.276 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:07 smithi018 bash[22760]: cephadm 2024-09-17T01:02:05.419921+0000 mgr.a (mgr.14118) 7 : cephadm [INF] [17/Sep/2024:01:02:05] ENGINE Serving on https://172.21.15.18:7150 2024-09-17T01:02:07.276 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:07 smithi018 bash[22760]: cephadm 2024-09-17T01:02:05.420205+0000 mgr.a (mgr.14118) 8 : cephadm [INF] [17/Sep/2024:01:02:05] ENGINE Bus STARTED 2024-09-17T01:02:07.276 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:07 smithi018 bash[22760]: cephadm 2024-09-17T01:02:05.422322+0000 mgr.a (mgr.14118) 9 : cephadm [ERR] [17/Sep/2024:01:02:05] ENGINE Error in HTTPServer.serve 2024-09-17T01:02:07.276 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:07 smithi018 bash[22760]: Traceback (most recent call last): 2024-09-17T01:02:07.276 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:07 smithi018 bash[22760]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-17T01:02:07.276 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:07 smithi018 bash[22760]: self._connections.run(self.expiration_interval) 2024-09-17T01:02:07.276 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:07 smithi018 bash[22760]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-17T01:02:07.276 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:07 smithi018 bash[22760]: self._run(expiration_interval) 2024-09-17T01:02:07.276 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:07 smithi018 bash[22760]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-17T01:02:07.276 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:07 smithi018 bash[22760]: new_conn = self._from_server_socket(self.server.socket) 2024-09-17T01:02:07.276 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:07 smithi018 bash[22760]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-17T01:02:07.277 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:07 smithi018 bash[22760]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-17T01:02:07.277 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:07 smithi018 bash[22760]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-17T01:02:07.277 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:07 smithi018 bash[22760]: s = self.context.wrap_socket( 2024-09-17T01:02:07.277 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:07 smithi018 bash[22760]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-17T01:02:07.277 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:07 smithi018 bash[22760]: return self.sslsocket_class._create( 2024-09-17T01:02:07.277 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:07 smithi018 bash[22760]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-17T01:02:07.277 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:07 smithi018 bash[22760]: self.do_handshake() 2024-09-17T01:02:07.277 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:07 smithi018 bash[22760]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-17T01:02:07.277 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:07 smithi018 bash[22760]: self._sslobj.do_handshake() 2024-09-17T01:02:07.277 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:07 smithi018 bash[22760]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-17T01:02:07.277 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:07 smithi018 bash[22760]: audit 2024-09-17T01:02:05.991462+0000 mgr.a (mgr.14118) 10 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T01:02:08.525 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:02:08 smithi018 bash[23015]: Generating public/private rsa key pair. 2024-09-17T01:02:08.525 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:02:08 smithi018 bash[23015]: Your identification has been saved in /tmp/tmptc2kidju/key 2024-09-17T01:02:08.525 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:02:08 smithi018 bash[23015]: Your public key has been saved in /tmp/tmptc2kidju/key.pub 2024-09-17T01:02:08.526 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:02:08 smithi018 bash[23015]: The key fingerprint is: 2024-09-17T01:02:08.526 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:02:08 smithi018 bash[23015]: SHA256:MXrwgR5EK1jxS7cg32hG3nEPY/akJLsntimtaLsF2DY ceph-2853ef26-7490-11ef-bceb-c7b262605968 2024-09-17T01:02:08.526 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:02:08 smithi018 bash[23015]: The key's randomart image is: 2024-09-17T01:02:08.526 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:02:08 smithi018 bash[23015]: +---[RSA 3072]----+ 2024-09-17T01:02:08.526 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:02:08 smithi018 bash[23015]: | ooo | 2024-09-17T01:02:08.526 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:02:08 smithi018 bash[23015]: | o o o | 2024-09-17T01:02:08.526 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:02:08 smithi018 bash[23015]: | . o X B B . | 2024-09-17T01:02:08.526 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:02:08 smithi018 bash[23015]: | o O % & B | 2024-09-17T01:02:08.526 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:02:08 smithi018 bash[23015]: | . E X S . o | 2024-09-17T01:02:08.526 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:02:08 smithi018 bash[23015]: | . = . . | 2024-09-17T01:02:08.526 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:02:08 smithi018 bash[23015]: | ..+ . | 2024-09-17T01:02:08.526 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:02:08 smithi018 bash[23015]: | .o...= | 2024-09-17T01:02:08.526 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:02:08 smithi018 bash[23015]: | .+o.oo | 2024-09-17T01:02:08.526 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:02:08 smithi018 bash[23015]: +----[SHA256]-----+ 2024-09-17T01:02:09.417 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:09 smithi018 bash[22760]: audit 2024-09-17T01:02:07.784333+0000 mgr.a (mgr.14118) 11 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T01:02:09.417 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:09 smithi018 bash[22760]: cephadm 2024-09-17T01:02:07.784611+0000 mgr.a (mgr.14118) 12 : cephadm [INF] Generating ssh key... 2024-09-17T01:02:09.417 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:09 smithi018 bash[22760]: audit 2024-09-17T01:02:08.087389+0000 mon.a (mon.0) 61 : audit [INF] from='mgr.14118 172.21.15.18:0/3202109179' entity='mgr.a' 2024-09-17T01:02:09.417 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:09 smithi018 bash[22760]: audit 2024-09-17T01:02:08.092080+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.14118 172.21.15.18:0/3202109179' entity='mgr.a' 2024-09-17T01:02:10.524 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC0YnHaCZsbHB7qFo1A+qyAA3qINDWNuKMd283qU3ra2/wWg43INjf1TqaiBqSDAwMSPTj/fPulo2v/+KC71rKUdMt75sbe86eRVv7siXBPVuAveKaLgvnqgx9CfkG3uCTBkbSprb+HeFWTAm/xDpGzpXZrUuYnmyvY8C+aXgXQ2SdU2ZxoC+0hq9rT9wirBYDCIM1ThbgvvRcYM5SJqHljdM0UyeRF7Ck/6Rvx4+JteoIfW3kS3aZgptdLHTJ06sNlXhhNCIF8jRvBZ+oCLkIwUMwa1cnzeQUIeqWBxfe21HjMLoNotb0mgrh9kj4mjK3uqDe10fH4VerzZRB3Y7Nq+H0YUIycDCaAOhu5g6nzCv/6kKY6DlwjOW/brfA4F9LH2/Q+NLHGuQpz304Q/fmjNO2OohRjTSWU6rekKk3dTV7KI2E8d0+RMiF1jtGT1R9oFSQrVbiXiD3HtjD/itfP4Fn1OqLIxAff1w8T8sunOsUpOD14En5ViCUtGJqoQls= ceph-2853ef26-7490-11ef-bceb-c7b262605968 2024-09-17T01:02:10.524 INFO:teuthology.orchestra.run.smithi018.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-09-17T01:02:10.524 INFO:teuthology.orchestra.run.smithi018.stdout:Adding key to root@localhost authorized_keys... 2024-09-17T01:02:10.525 INFO:teuthology.orchestra.run.smithi018.stdout:Adding host smithi018... 2024-09-17T01:02:10.525 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:10 smithi018 bash[22760]: audit 2024-09-17T01:02:09.940264+0000 mgr.a (mgr.14118) 13 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T01:02:12.370 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:12 smithi018 bash[22760]: audit 2024-09-17T01:02:11.907835+0000 mgr.a (mgr.14118) 14 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi018", "addr": "172.21.15.18", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T01:02:13.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:13 smithi018 bash[22760]: cephadm 2024-09-17T01:02:13.173310+0000 mgr.a (mgr.14118) 15 : cephadm [INF] Deploying cephadm binary to smithi018 2024-09-17T01:02:17.531 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout Added host 'smithi018' with addr '172.21.15.18' 2024-09-17T01:02:17.531 INFO:teuthology.orchestra.run.smithi018.stdout:Deploying unmanaged mon service... 2024-09-17T01:02:18.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:17 smithi018 bash[22760]: audit 2024-09-17T01:02:16.764456+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.14118 172.21.15.18:0/3202109179' entity='mgr.a' 2024-09-17T01:02:18.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:17 smithi018 bash[22760]: cephadm 2024-09-17T01:02:16.765086+0000 mgr.a (mgr.14118) 16 : cephadm [INF] Added host smithi018 2024-09-17T01:02:18.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:17 smithi018 bash[22760]: audit 2024-09-17T01:02:16.765489+0000 mon.a (mon.0) 64 : audit [DBG] from='mgr.14118 172.21.15.18:0/3202109179' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:02:20.186 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-09-17T01:02:20.186 INFO:teuthology.orchestra.run.smithi018.stdout:Deploying unmanaged mgr service... 2024-09-17T01:02:21.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:20 smithi018 bash[22760]: audit 2024-09-17T01:02:19.535043+0000 mgr.a (mgr.14118) 17 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T01:02:21.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:20 smithi018 bash[22760]: cephadm 2024-09-17T01:02:19.537821+0000 mgr.a (mgr.14118) 18 : cephadm [INF] Saving service mon spec with placement count:5 2024-09-17T01:02:21.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:20 smithi018 bash[22760]: audit 2024-09-17T01:02:19.542663+0000 mon.a (mon.0) 65 : audit [INF] from='mgr.14118 172.21.15.18:0/3202109179' entity='mgr.a' 2024-09-17T01:02:21.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:20 smithi018 bash[22760]: audit 2024-09-17T01:02:19.972744+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.14118 172.21.15.18:0/3202109179' entity='mgr.a' 2024-09-17T01:02:21.831 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:21 smithi018 bash[22760]: audit 2024-09-17T01:02:20.555483+0000 mon.a (mon.0) 67 : audit [INF] from='mgr.14118 172.21.15.18:0/3202109179' entity='mgr.a' 2024-09-17T01:02:22.170 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-09-17T01:02:23.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:22 smithi018 bash[22760]: cluster 2024-09-17T01:02:21.213078+0000 mgr.a (mgr.14118) 19 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:02:23.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:22 smithi018 bash[22760]: audit 2024-09-17T01:02:21.622383+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-17T01:02:23.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:22 smithi018 bash[22760]: cephadm 2024-09-17T01:02:21.624631+0000 mgr.a (mgr.14118) 21 : cephadm [INF] Saving service mgr spec with placement count:2 2024-09-17T01:02:23.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:22 smithi018 bash[22760]: audit 2024-09-17T01:02:21.629041+0000 mon.a (mon.0) 68 : audit [INF] from='mgr.14118 172.21.15.18:0/3202109179' entity='mgr.a' 2024-09-17T01:02:24.964 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:24 smithi018 bash[22760]: cluster 2024-09-17T01:02:23.213358+0000 mgr.a (mgr.14118) 22 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:02:24.965 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:24 smithi018 bash[22760]: audit 2024-09-17T01:02:23.614041+0000 mon.a (mon.0) 69 : audit [INF] from='client.? 172.21.15.18:0/1747289587' entity='client.admin' 2024-09-17T01:02:26.083 INFO:teuthology.orchestra.run.smithi018.stdout:Enabling the dashboard module... 2024-09-17T01:02:26.775 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:26 smithi018 bash[22760]: cluster 2024-09-17T01:02:25.213617+0000 mgr.a (mgr.14118) 23 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:02:26.775 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:26 smithi018 bash[22760]: audit 2024-09-17T01:02:25.509753+0000 mon.a (mon.0) 70 : audit [INF] from='client.? 172.21.15.18:0/3840863200' entity='client.admin' 2024-09-17T01:02:28.026 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:02:27 smithi018 bash[23015]: ignoring --setuser ceph since I am not root 2024-09-17T01:02:28.026 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:02:27 smithi018 bash[23015]: ignoring --setgroup ceph since I am not root 2024-09-17T01:02:28.026 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:02:27 smithi018 bash[23015]: debug 2024-09-17T01:02:27.933+0000 7f6950c7d040 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-17T01:02:28.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:27 smithi018 bash[22760]: audit 2024-09-17T01:02:26.759836+0000 mon.a (mon.0) 71 : audit [INF] from='mgr.14118 172.21.15.18:0/3202109179' entity='mgr.a' 2024-09-17T01:02:28.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:27 smithi018 bash[22760]: audit 2024-09-17T01:02:26.762254+0000 mon.a (mon.0) 72 : audit [INF] from='mgr.14118 172.21.15.18:0/3202109179' entity='mgr.a' 2024-09-17T01:02:28.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:27 smithi018 bash[22760]: audit 2024-09-17T01:02:26.762910+0000 mon.a (mon.0) 73 : audit [INF] from='mgr.14118 172.21.15.18:0/3202109179' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi018", "name": "osd_memory_target"}]: dispatch 2024-09-17T01:02:28.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:27 smithi018 bash[22760]: audit 2024-09-17T01:02:26.765772+0000 mon.a (mon.0) 74 : audit [INF] from='mgr.14118 172.21.15.18:0/3202109179' entity='mgr.a' 2024-09-17T01:02:28.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:27 smithi018 bash[22760]: audit 2024-09-17T01:02:26.767163+0000 mon.a (mon.0) 75 : audit [INF] from='mgr.14118 172.21.15.18:0/3202109179' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi018", "caps": []}]: dispatch 2024-09-17T01:02:28.027 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:27 smithi018 bash[22760]: audit 2024-09-17T01:02:26.767715+0000 mon.a (mon.0) 76 : audit [INF] from='mgr.14118 172.21.15.18:0/3202109179' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi018", "caps": []}]': finished 2024-09-17T01:02:28.027 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:27 smithi018 bash[22760]: audit 2024-09-17T01:02:27.525355+0000 mon.a (mon.0) 77 : audit [INF] from='client.? 172.21.15.18:0/1712696265' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-09-17T01:02:28.775 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:28 smithi018 bash[22760]: audit 2024-09-17T01:02:27.769354+0000 mon.a (mon.0) 78 : audit [INF] from='client.? 172.21.15.18:0/1712696265' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-09-17T01:02:28.775 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:28 smithi018 bash[22760]: cluster 2024-09-17T01:02:27.774372+0000 mon.a (mon.0) 79 : cluster [DBG] mgrmap e9: a(active, since 26s) 2024-09-17T01:02:29.525 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:02:29 smithi018 bash[23015]: debug 2024-09-17T01:02:29.173+0000 7f6950c7d040 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-17T01:02:29.526 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:02:29 smithi018 bash[23015]: debug 2024-09-17T01:02:29.245+0000 7f6950c7d040 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-17T01:02:29.526 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:02:29 smithi018 bash[23015]: debug 2024-09-17T01:02:29.409+0000 7f6950c7d040 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-17T01:02:30.163 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:29 smithi018 bash[22760]: audit 2024-09-17T01:02:29.836054+0000 mon.a (mon.0) 80 : audit [DBG] from='client.? 172.21.15.18:0/348091029' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-09-17T01:02:30.163 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:02:30 smithi018 bash[23015]: debug 2024-09-17T01:02:30.089+0000 7f6950c7d040 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-17T01:02:30.387 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout { 2024-09-17T01:02:30.387 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-09-17T01:02:30.387 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-17T01:02:30.387 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-09-17T01:02:30.387 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-09-17T01:02:30.387 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout } 2024-09-17T01:02:30.387 INFO:teuthology.orchestra.run.smithi018.stdout:Waiting for the mgr to restart... 2024-09-17T01:02:30.387 INFO:teuthology.orchestra.run.smithi018.stdout:Waiting for mgr epoch 9... 2024-09-17T01:02:30.432 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:02:30 smithi018 bash[23015]: debug 2024-09-17T01:02:30.165+0000 7f6950c7d040 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-17T01:02:30.432 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:02:30 smithi018 bash[23015]: debug 2024-09-17T01:02:30.233+0000 7f6950c7d040 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-17T01:02:30.775 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:02:30 smithi018 bash[23015]: debug 2024-09-17T01:02:30.433+0000 7f6950c7d040 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-17T01:02:30.776 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:02:30 smithi018 bash[23015]: debug 2024-09-17T01:02:30.513+0000 7f6950c7d040 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-17T01:02:30.776 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:02:30 smithi018 bash[23015]: debug 2024-09-17T01:02:30.585+0000 7f6950c7d040 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-17T01:02:31.127 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:02:30 smithi018 bash[23015]: debug 2024-09-17T01:02:30.853+0000 7f6950c7d040 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-17T01:02:31.127 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:02:30 smithi018 bash[23015]: debug 2024-09-17T01:02:30.921+0000 7f6950c7d040 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-17T01:02:31.387 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:02:31 smithi018 bash[23015]: debug 2024-09-17T01:02:31.129+0000 7f6950c7d040 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-17T01:02:31.387 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:02:31 smithi018 bash[23015]: debug 2024-09-17T01:02:31.209+0000 7f6950c7d040 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-17T01:02:31.659 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:02:31 smithi018 bash[23015]: debug 2024-09-17T01:02:31.473+0000 7f6950c7d040 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-09-17T01:02:31.910 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:02:31 smithi018 bash[23015]: debug 2024-09-17T01:02:31.661+0000 7f6950c7d040 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-17T01:02:31.910 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:02:31 smithi018 bash[23015]: debug 2024-09-17T01:02:31.829+0000 7f6950c7d040 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-17T01:02:32.275 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:02:31 smithi018 bash[23015]: debug 2024-09-17T01:02:31.909+0000 7f6950c7d040 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-17T01:02:32.275 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:02:32 smithi018 bash[23015]: debug 2024-09-17T01:02:32.097+0000 7f6950c7d040 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-17T01:02:33.254 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:02:32 smithi018 bash[23015]: debug 2024-09-17T01:02:32.941+0000 7f6950c7d040 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-17T01:02:33.254 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:02:33 smithi018 bash[23015]: debug 2024-09-17T01:02:33.021+0000 7f6950c7d040 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-17T01:02:33.525 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:02:33 smithi018 bash[23015]: debug 2024-09-17T01:02:33.253+0000 7f6950c7d040 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-17T01:02:33.526 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:02:33 smithi018 bash[23015]: debug 2024-09-17T01:02:33.329+0000 7f6950c7d040 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-17T01:02:34.025 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:02:33 smithi018 bash[23015]: debug 2024-09-17T01:02:33.737+0000 7f6950c7d040 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-17T01:02:34.026 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:02:33 smithi018 bash[23015]: debug 2024-09-17T01:02:33.821+0000 7f6950c7d040 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-17T01:02:34.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:33 smithi018 bash[22760]: cluster 2024-09-17T01:02:33.844859+0000 mon.a (mon.0) 81 : cluster [INF] Active manager daemon a restarted 2024-09-17T01:02:34.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:33 smithi018 bash[22760]: cluster 2024-09-17T01:02:33.845280+0000 mon.a (mon.0) 82 : cluster [INF] Activating manager daemon a 2024-09-17T01:02:34.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:33 smithi018 bash[22760]: cluster 2024-09-17T01:02:33.851844+0000 mon.a (mon.0) 83 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-09-17T01:02:34.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:33 smithi018 bash[22760]: cluster 2024-09-17T01:02:33.852074+0000 mon.a (mon.0) 84 : cluster [DBG] mgrmap e10: a(active, starting, since 0.00696529s) 2024-09-17T01:02:34.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:33 smithi018 bash[22760]: audit 2024-09-17T01:02:33.853535+0000 mon.a (mon.0) 85 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-17T01:02:34.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:33 smithi018 bash[22760]: audit 2024-09-17T01:02:33.855424+0000 mon.a (mon.0) 86 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-09-17T01:02:34.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:33 smithi018 bash[22760]: audit 2024-09-17T01:02:33.856534+0000 mon.a (mon.0) 87 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-17T01:02:34.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:33 smithi018 bash[22760]: audit 2024-09-17T01:02:33.856702+0000 mon.a (mon.0) 88 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-17T01:02:34.027 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:33 smithi018 bash[22760]: audit 2024-09-17T01:02:33.856867+0000 mon.a (mon.0) 89 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-17T01:02:34.027 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:33 smithi018 bash[22760]: cluster 2024-09-17T01:02:33.880902+0000 mon.a (mon.0) 90 : cluster [INF] Manager daemon a is now available 2024-09-17T01:02:35.276 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:34 smithi018 bash[22760]: audit 2024-09-17T01:02:33.898771+0000 mon.a (mon.0) 91 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:02:35.276 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:34 smithi018 bash[22760]: audit 2024-09-17T01:02:33.903187+0000 mon.a (mon.0) 92 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:02:35.276 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:34 smithi018 bash[22760]: audit 2024-09-17T01:02:33.920555+0000 mon.a (mon.0) 93 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-09-17T01:02:35.276 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:34 smithi018 bash[22760]: audit 2024-09-17T01:02:33.922532+0000 mon.a (mon.0) 94 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-09-17T01:02:35.276 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:34 smithi018 bash[22760]: cluster 2024-09-17T01:02:34.857611+0000 mon.a (mon.0) 95 : cluster [DBG] mgrmap e11: a(active, since 1.0125s) 2024-09-17T01:02:35.512 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout { 2024-09-17T01:02:35.512 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-09-17T01:02:35.512 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "initialized": true 2024-09-17T01:02:35.512 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout } 2024-09-17T01:02:35.512 INFO:teuthology.orchestra.run.smithi018.stdout:mgr epoch 9 is available 2024-09-17T01:02:35.512 INFO:teuthology.orchestra.run.smithi018.stdout:Generating a dashboard self-signed certificate... 2024-09-17T01:02:35.907 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:02:35 smithi018 bash[23015]: debug 2024-09-17T01:02:35.649+0000 7f68b6739640 -1 log_channel(cephadm) log [ERR] : [17/Sep/2024:01:02:35] ENGINE Error in HTTPServer.serve 2024-09-17T01:02:35.907 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:02:35 smithi018 bash[23015]: Traceback (most recent call last): 2024-09-17T01:02:35.907 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:02:35 smithi018 bash[23015]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-17T01:02:35.907 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:02:35 smithi018 bash[23015]: self._connections.run(self.expiration_interval) 2024-09-17T01:02:35.907 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:02:35 smithi018 bash[23015]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-17T01:02:35.908 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:02:35 smithi018 bash[23015]: self._run(expiration_interval) 2024-09-17T01:02:35.908 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:02:35 smithi018 bash[23015]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-17T01:02:35.908 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:02:35 smithi018 bash[23015]: new_conn = self._from_server_socket(self.server.socket) 2024-09-17T01:02:35.908 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:02:35 smithi018 bash[23015]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-17T01:02:35.908 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:02:35 smithi018 bash[23015]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-17T01:02:35.908 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:02:35 smithi018 bash[23015]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-17T01:02:35.908 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:02:35 smithi018 bash[23015]: s = self.context.wrap_socket( 2024-09-17T01:02:35.908 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:02:35 smithi018 bash[23015]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-17T01:02:35.908 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:02:35 smithi018 bash[23015]: return self.sslsocket_class._create( 2024-09-17T01:02:35.908 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:02:35 smithi018 bash[23015]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-17T01:02:35.909 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:02:35 smithi018 bash[23015]: self.do_handshake() 2024-09-17T01:02:35.909 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:02:35 smithi018 bash[23015]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-17T01:02:35.909 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:02:35 smithi018 bash[23015]: self._sslobj.do_handshake() 2024-09-17T01:02:35.909 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:02:35 smithi018 bash[23015]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-17T01:02:36.276 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:35 smithi018 bash[22760]: cephadm 2024-09-17T01:02:35.426675+0000 mgr.a (mgr.14150) 3 : cephadm [INF] [17/Sep/2024:01:02:35] ENGINE Bus STARTING 2024-09-17T01:02:36.276 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:35 smithi018 bash[22760]: cephadm 2024-09-17T01:02:35.528566+0000 mgr.a (mgr.14150) 4 : cephadm [INF] [17/Sep/2024:01:02:35] ENGINE Serving on http://172.21.15.18:8765 2024-09-17T01:02:36.276 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:35 smithi018 bash[22760]: cephadm 2024-09-17T01:02:35.649061+0000 mgr.a (mgr.14150) 5 : cephadm [INF] [17/Sep/2024:01:02:35] ENGINE Serving on https://172.21.15.18:7150 2024-09-17T01:02:36.276 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:35 smithi018 bash[22760]: cephadm 2024-09-17T01:02:35.649205+0000 mgr.a (mgr.14150) 6 : cephadm [INF] [17/Sep/2024:01:02:35] ENGINE Bus STARTED 2024-09-17T01:02:36.276 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:35 smithi018 bash[22760]: cephadm 2024-09-17T01:02:35.652204+0000 mgr.a (mgr.14150) 7 : cephadm [ERR] [17/Sep/2024:01:02:35] ENGINE Error in HTTPServer.serve 2024-09-17T01:02:36.276 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:35 smithi018 bash[22760]: Traceback (most recent call last): 2024-09-17T01:02:36.276 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:35 smithi018 bash[22760]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-17T01:02:36.276 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:35 smithi018 bash[22760]: self._connections.run(self.expiration_interval) 2024-09-17T01:02:36.277 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:35 smithi018 bash[22760]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-17T01:02:36.277 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:35 smithi018 bash[22760]: self._run(expiration_interval) 2024-09-17T01:02:36.277 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:35 smithi018 bash[22760]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-17T01:02:36.277 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:35 smithi018 bash[22760]: new_conn = self._from_server_socket(self.server.socket) 2024-09-17T01:02:36.277 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:35 smithi018 bash[22760]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-17T01:02:36.277 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:35 smithi018 bash[22760]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-17T01:02:36.277 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:35 smithi018 bash[22760]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-17T01:02:36.277 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:35 smithi018 bash[22760]: s = self.context.wrap_socket( 2024-09-17T01:02:36.277 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:35 smithi018 bash[22760]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-17T01:02:36.277 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:35 smithi018 bash[22760]: return self.sslsocket_class._create( 2024-09-17T01:02:36.277 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:35 smithi018 bash[22760]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-17T01:02:36.277 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:35 smithi018 bash[22760]: self.do_handshake() 2024-09-17T01:02:36.277 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:35 smithi018 bash[22760]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-17T01:02:36.278 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:35 smithi018 bash[22760]: self._sslobj.do_handshake() 2024-09-17T01:02:36.278 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:35 smithi018 bash[22760]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-17T01:02:37.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:36 smithi018 bash[22760]: cluster 2024-09-17T01:02:35.908530+0000 mon.a (mon.0) 96 : cluster [DBG] mgrmap e12: a(active, since 2s) 2024-09-17T01:02:37.553 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2024-09-17T01:02:37.553 INFO:teuthology.orchestra.run.smithi018.stdout:Creating initial admin user... 2024-09-17T01:02:38.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:37 smithi018 bash[22760]: audit 2024-09-17T01:02:36.831543+0000 mgr.a (mgr.14150) 8 : audit [DBG] from='client.14162 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T01:02:38.276 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:37 smithi018 bash[22760]: audit 2024-09-17T01:02:36.935603+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:02:38.276 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:37 smithi018 bash[22760]: audit 2024-09-17T01:02:36.940412+0000 mon.a (mon.0) 98 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:02:39.835 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$1VfnkvTheV8yE1poKBLMC.hhjh7dd6wsY32mh5EFHAXJ4b8rTZ/DG", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1726534959, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-09-17T01:02:39.835 INFO:teuthology.orchestra.run.smithi018.stdout:Fetching dashboard port number... 2024-09-17T01:02:40.525 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:40 smithi018 bash[22760]: audit 2024-09-17T01:02:38.927606+0000 mgr.a (mgr.14150) 9 : 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-17T01:02:40.525 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:40 smithi018 bash[22760]: audit 2024-09-17T01:02:39.229980+0000 mon.a (mon.0) 99 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:02:41.525 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:41 smithi018 bash[22760]: cluster 2024-09-17T01:02:40.239272+0000 mon.a (mon.0) 100 : cluster [DBG] mgrmap e13: a(active, since 6s) 2024-09-17T01:02:41.526 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:41 smithi018 bash[22760]: audit 2024-09-17T01:02:40.508660+0000 mon.a (mon.0) 101 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:02:41.526 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:41 smithi018 bash[22760]: audit 2024-09-17T01:02:40.509394+0000 mon.a (mon.0) 102 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi018", "name": "osd_memory_target"}]: dispatch 2024-09-17T01:02:41.526 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:41 smithi018 bash[22760]: audit 2024-09-17T01:02:40.513815+0000 mon.a (mon.0) 103 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:02:41.526 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:41 smithi018 bash[22760]: audit 2024-09-17T01:02:40.515445+0000 mon.a (mon.0) 104 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi018", "caps": []}]: dispatch 2024-09-17T01:02:41.526 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:41 smithi018 bash[22760]: audit 2024-09-17T01:02:41.173881+0000 mon.a (mon.0) 105 : audit [DBG] from='client.? 172.21.15.18:0/2769033133' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-09-17T01:02:41.825 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout 8443 2024-09-17T01:02:41.825 INFO:teuthology.orchestra.run.smithi018.stdout:firewalld does not appear to be present 2024-09-17T01:02:41.825 INFO:teuthology.orchestra.run.smithi018.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-09-17T01:02:41.827 INFO:teuthology.orchestra.run.smithi018.stdout:Ceph Dashboard is now available at: 2024-09-17T01:02:41.827 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-17T01:02:41.827 INFO:teuthology.orchestra.run.smithi018.stdout: URL: https://smithi018.front.sepia.ceph.com:8443/ 2024-09-17T01:02:41.827 INFO:teuthology.orchestra.run.smithi018.stdout: User: admin 2024-09-17T01:02:41.827 INFO:teuthology.orchestra.run.smithi018.stdout: Password: e7q7ikonxr 2024-09-17T01:02:41.827 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-17T01:02:41.828 INFO:teuthology.orchestra.run.smithi018.stdout:Saving cluster configuration to /var/lib/ceph/2853ef26-7490-11ef-bceb-c7b262605968/config directory 2024-09-17T01:02:42.525 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:42 smithi018 bash[22760]: cephadm 2024-09-17T01:02:41.353025+0000 mgr.a (mgr.14150) 10 : cephadm [INF] Deploying daemon agent.smithi018 on smithi018 2024-09-17T01:02:43.884 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-09-17T01:02:43.884 INFO:teuthology.orchestra.run.smithi018.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-09-17T01:02:43.884 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-17T01:02:43.885 INFO:teuthology.orchestra.run.smithi018.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 2853ef26-7490-11ef-bceb-c7b262605968 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-09-17T01:02:43.885 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-17T01:02:43.885 INFO:teuthology.orchestra.run.smithi018.stdout:Or, if you are only running a single cluster on this host: 2024-09-17T01:02:43.885 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-17T01:02:43.885 INFO:teuthology.orchestra.run.smithi018.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-09-17T01:02:43.885 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-17T01:02:43.885 INFO:teuthology.orchestra.run.smithi018.stdout:Please consider enabling telemetry to help improve Ceph: 2024-09-17T01:02:43.885 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-17T01:02:43.885 INFO:teuthology.orchestra.run.smithi018.stdout: ceph telemetry on 2024-09-17T01:02:43.885 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-17T01:02:43.885 INFO:teuthology.orchestra.run.smithi018.stdout:For more information see: 2024-09-17T01:02:43.885 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-17T01:02:43.886 INFO:teuthology.orchestra.run.smithi018.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-09-17T01:02:43.886 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-17T01:02:43.886 INFO:teuthology.orchestra.run.smithi018.stdout:Bootstrap complete. 2024-09-17T01:02:43.948 INFO:tasks.cephadm:Fetching config... 2024-09-17T01:02:43.948 DEBUG:teuthology.orchestra.run.smithi018:> set -ex 2024-09-17T01:02:43.948 DEBUG:teuthology.orchestra.run.smithi018:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-09-17T01:02:43.954 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-09-17T01:02:43.954 DEBUG:teuthology.orchestra.run.smithi018:> set -ex 2024-09-17T01:02:43.954 DEBUG:teuthology.orchestra.run.smithi018:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-09-17T01:02:43.999 INFO:tasks.cephadm:Fetching mon keyring... 2024-09-17T01:02:43.999 DEBUG:teuthology.orchestra.run.smithi018:> set -ex 2024-09-17T01:02:43.999 DEBUG:teuthology.orchestra.run.smithi018:> sudo dd if=/var/lib/ceph/2853ef26-7490-11ef-bceb-c7b262605968/mon.a/keyring of=/dev/stdout 2024-09-17T01:02:44.056 INFO:tasks.cephadm:Fetching pub ssh key... 2024-09-17T01:02:44.056 DEBUG:teuthology.orchestra.run.smithi018:> set -ex 2024-09-17T01:02:44.056 DEBUG:teuthology.orchestra.run.smithi018:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-09-17T01:02:44.106 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-09-17T01:02:44.106 DEBUG:teuthology.orchestra.run.smithi018:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC0YnHaCZsbHB7qFo1A+qyAA3qINDWNuKMd283qU3ra2/wWg43INjf1TqaiBqSDAwMSPTj/fPulo2v/+KC71rKUdMt75sbe86eRVv7siXBPVuAveKaLgvnqgx9CfkG3uCTBkbSprb+HeFWTAm/xDpGzpXZrUuYnmyvY8C+aXgXQ2SdU2ZxoC+0hq9rT9wirBYDCIM1ThbgvvRcYM5SJqHljdM0UyeRF7Ck/6Rvx4+JteoIfW3kS3aZgptdLHTJ06sNlXhhNCIF8jRvBZ+oCLkIwUMwa1cnzeQUIeqWBxfe21HjMLoNotb0mgrh9kj4mjK3uqDe10fH4VerzZRB3Y7Nq+H0YUIycDCaAOhu5g6nzCv/6kKY6DlwjOW/brfA4F9LH2/Q+NLHGuQpz304Q/fmjNO2OohRjTSWU6rekKk3dTV7KI2E8d0+RMiF1jtGT1R9oFSQrVbiXiD3HtjD/itfP4Fn1OqLIxAff1w8T8sunOsUpOD14En5ViCUtGJqoQls= ceph-2853ef26-7490-11ef-bceb-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-17T01:02:44.165 INFO:teuthology.orchestra.run.smithi018.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC0YnHaCZsbHB7qFo1A+qyAA3qINDWNuKMd283qU3ra2/wWg43INjf1TqaiBqSDAwMSPTj/fPulo2v/+KC71rKUdMt75sbe86eRVv7siXBPVuAveKaLgvnqgx9CfkG3uCTBkbSprb+HeFWTAm/xDpGzpXZrUuYnmyvY8C+aXgXQ2SdU2ZxoC+0hq9rT9wirBYDCIM1ThbgvvRcYM5SJqHljdM0UyeRF7Ck/6Rvx4+JteoIfW3kS3aZgptdLHTJ06sNlXhhNCIF8jRvBZ+oCLkIwUMwa1cnzeQUIeqWBxfe21HjMLoNotb0mgrh9kj4mjK3uqDe10fH4VerzZRB3Y7Nq+H0YUIycDCaAOhu5g6nzCv/6kKY6DlwjOW/brfA4F9LH2/Q+NLHGuQpz304Q/fmjNO2OohRjTSWU6rekKk3dTV7KI2E8d0+RMiF1jtGT1R9oFSQrVbiXiD3HtjD/itfP4Fn1OqLIxAff1w8T8sunOsUpOD14En5ViCUtGJqoQls= ceph-2853ef26-7490-11ef-bceb-c7b262605968 2024-09-17T01:02:44.174 DEBUG:teuthology.orchestra.run.smithi063:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC0YnHaCZsbHB7qFo1A+qyAA3qINDWNuKMd283qU3ra2/wWg43INjf1TqaiBqSDAwMSPTj/fPulo2v/+KC71rKUdMt75sbe86eRVv7siXBPVuAveKaLgvnqgx9CfkG3uCTBkbSprb+HeFWTAm/xDpGzpXZrUuYnmyvY8C+aXgXQ2SdU2ZxoC+0hq9rT9wirBYDCIM1ThbgvvRcYM5SJqHljdM0UyeRF7Ck/6Rvx4+JteoIfW3kS3aZgptdLHTJ06sNlXhhNCIF8jRvBZ+oCLkIwUMwa1cnzeQUIeqWBxfe21HjMLoNotb0mgrh9kj4mjK3uqDe10fH4VerzZRB3Y7Nq+H0YUIycDCaAOhu5g6nzCv/6kKY6DlwjOW/brfA4F9LH2/Q+NLHGuQpz304Q/fmjNO2OohRjTSWU6rekKk3dTV7KI2E8d0+RMiF1jtGT1R9oFSQrVbiXiD3HtjD/itfP4Fn1OqLIxAff1w8T8sunOsUpOD14En5ViCUtGJqoQls= ceph-2853ef26-7490-11ef-bceb-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-17T01:02:44.199 INFO:teuthology.orchestra.run.smithi063.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC0YnHaCZsbHB7qFo1A+qyAA3qINDWNuKMd283qU3ra2/wWg43INjf1TqaiBqSDAwMSPTj/fPulo2v/+KC71rKUdMt75sbe86eRVv7siXBPVuAveKaLgvnqgx9CfkG3uCTBkbSprb+HeFWTAm/xDpGzpXZrUuYnmyvY8C+aXgXQ2SdU2ZxoC+0hq9rT9wirBYDCIM1ThbgvvRcYM5SJqHljdM0UyeRF7Ck/6Rvx4+JteoIfW3kS3aZgptdLHTJ06sNlXhhNCIF8jRvBZ+oCLkIwUMwa1cnzeQUIeqWBxfe21HjMLoNotb0mgrh9kj4mjK3uqDe10fH4VerzZRB3Y7Nq+H0YUIycDCaAOhu5g6nzCv/6kKY6DlwjOW/brfA4F9LH2/Q+NLHGuQpz304Q/fmjNO2OohRjTSWU6rekKk3dTV7KI2E8d0+RMiF1jtGT1R9oFSQrVbiXiD3HtjD/itfP4Fn1OqLIxAff1w8T8sunOsUpOD14En5ViCUtGJqoQls= ceph-2853ef26-7490-11ef-bceb-c7b262605968 2024-09-17T01:02:44.208 DEBUG:teuthology.orchestra.run.smithi086:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC0YnHaCZsbHB7qFo1A+qyAA3qINDWNuKMd283qU3ra2/wWg43INjf1TqaiBqSDAwMSPTj/fPulo2v/+KC71rKUdMt75sbe86eRVv7siXBPVuAveKaLgvnqgx9CfkG3uCTBkbSprb+HeFWTAm/xDpGzpXZrUuYnmyvY8C+aXgXQ2SdU2ZxoC+0hq9rT9wirBYDCIM1ThbgvvRcYM5SJqHljdM0UyeRF7Ck/6Rvx4+JteoIfW3kS3aZgptdLHTJ06sNlXhhNCIF8jRvBZ+oCLkIwUMwa1cnzeQUIeqWBxfe21HjMLoNotb0mgrh9kj4mjK3uqDe10fH4VerzZRB3Y7Nq+H0YUIycDCaAOhu5g6nzCv/6kKY6DlwjOW/brfA4F9LH2/Q+NLHGuQpz304Q/fmjNO2OohRjTSWU6rekKk3dTV7KI2E8d0+RMiF1jtGT1R9oFSQrVbiXiD3HtjD/itfP4Fn1OqLIxAff1w8T8sunOsUpOD14En5ViCUtGJqoQls= ceph-2853ef26-7490-11ef-bceb-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-17T01:02:44.234 INFO:teuthology.orchestra.run.smithi086.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC0YnHaCZsbHB7qFo1A+qyAA3qINDWNuKMd283qU3ra2/wWg43INjf1TqaiBqSDAwMSPTj/fPulo2v/+KC71rKUdMt75sbe86eRVv7siXBPVuAveKaLgvnqgx9CfkG3uCTBkbSprb+HeFWTAm/xDpGzpXZrUuYnmyvY8C+aXgXQ2SdU2ZxoC+0hq9rT9wirBYDCIM1ThbgvvRcYM5SJqHljdM0UyeRF7Ck/6Rvx4+JteoIfW3kS3aZgptdLHTJ06sNlXhhNCIF8jRvBZ+oCLkIwUMwa1cnzeQUIeqWBxfe21HjMLoNotb0mgrh9kj4mjK3uqDe10fH4VerzZRB3Y7Nq+H0YUIycDCaAOhu5g6nzCv/6kKY6DlwjOW/brfA4F9LH2/Q+NLHGuQpz304Q/fmjNO2OohRjTSWU6rekKk3dTV7KI2E8d0+RMiF1jtGT1R9oFSQrVbiXiD3HtjD/itfP4Fn1OqLIxAff1w8T8sunOsUpOD14En5ViCUtGJqoQls= ceph-2853ef26-7490-11ef-bceb-c7b262605968 2024-09-17T01:02:44.243 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2853ef26-7490-11ef-bceb-c7b262605968 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-09-17T01:02:44.256 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:44 smithi018 systemd[1]: /etc/systemd/system/ceph-2853ef26-7490-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-17T01:02:44.257 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:02:44 smithi018 systemd[1]: /etc/systemd/system/ceph-2853ef26-7490-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-17T01:02:44.525 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:02:44 smithi018 systemd[1]: /etc/systemd/system/ceph-2853ef26-7490-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-17T01:02:44.525 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:44 smithi018 systemd[1]: /etc/systemd/system/ceph-2853ef26-7490-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-17T01:02:44.526 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:44 smithi018 bash[22760]: audit 2024-09-17T01:02:43.350536+0000 mon.a (mon.0) 106 : audit [INF] from='client.? 172.21.15.18:0/361638255' entity='client.admin' 2024-09-17T01:02:44.856 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:44 smithi018 systemd[1]: /etc/systemd/system/ceph-2853ef26-7490-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-17T01:02:44.856 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:44 smithi018 systemd[1]: /etc/systemd/system/ceph-2853ef26-7490-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-17T01:02:44.857 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:02:44 smithi018 systemd[1]: /etc/systemd/system/ceph-2853ef26-7490-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-17T01:02:44.857 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:02:44 smithi018 systemd[1]: /etc/systemd/system/ceph-2853ef26-7490-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-17T01:02:46.276 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:45 smithi018 bash[22760]: audit 2024-09-17T01:02:44.923504+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:02:46.276 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:45 smithi018 bash[22760]: audit 2024-09-17T01:02:44.927667+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:02:46.276 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:45 smithi018 bash[22760]: audit 2024-09-17T01:02:44.930416+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:02:46.276 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:45 smithi018 bash[22760]: audit 2024-09-17T01:02:44.958548+0000 mon.a (mon.0) 110 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:02:46.276 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:45 smithi018 bash[22760]: audit 2024-09-17T01:02:44.967364+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:02:46.276 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:45 smithi018 bash[22760]: audit 2024-09-17T01:02:44.971825+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:02:46.276 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:45 smithi018 bash[22760]: audit 2024-09-17T01:02:44.976091+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:02:46.276 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:45 smithi018 bash[22760]: audit 2024-09-17T01:02:44.980549+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:02:46.276 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:45 smithi018 bash[22760]: audit 2024-09-17T01:02:44.986454+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:02:46.277 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:45 smithi018 bash[22760]: audit 2024-09-17T01:02:45.015759+0000 mon.a (mon.0) 116 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:02:46.277 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:45 smithi018 bash[22760]: audit 2024-09-17T01:02:45.023478+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:02:46.277 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:45 smithi018 bash[22760]: audit 2024-09-17T01:02:45.462845+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:02:48.974 INFO:teuthology.orchestra.run.smithi018.stderr:Inferring config /var/lib/ceph/2853ef26-7490-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T01:02:50.276 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:49 smithi018 bash[22760]: audit 2024-09-17T01:02:48.920261+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:02:50.276 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:49 smithi018 bash[22760]: audit 2024-09-17T01:02:49.325248+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:02:50.276 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:49 smithi018 bash[22760]: audit 2024-09-17T01:02:49.328997+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:02:51.014 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-09-17T01:02:51.014 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2853ef26-7490-11ef-bceb-c7b262605968 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-09-17T01:02:51.775 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:51 smithi018 bash[22760]: audit 2024-09-17T01:02:50.416112+0000 mon.a (mon.0) 122 : audit [INF] from='client.? 172.21.15.18:0/2703135115' entity='client.admin' 2024-09-17T01:02:51.776 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:51 smithi018 bash[22760]: audit 2024-09-17T01:02:50.431455+0000 mon.a (mon.0) 123 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:02:51.776 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:51 smithi018 bash[22760]: audit 2024-09-17T01:02:50.436186+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:02:55.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:54 smithi018 bash[22760]: cluster 2024-09-17T01:02:53.858322+0000 mgr.a (mgr.14150) 11 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:02:55.669 INFO:teuthology.orchestra.run.smithi018.stderr:Inferring config /var/lib/ceph/2853ef26-7490-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T01:02:57.184 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:56 smithi018 bash[22760]: cluster 2024-09-17T01:02:55.858770+0000 mgr.a (mgr.14150) 12 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:02:58.012 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi063 2024-09-17T01:02:58.012 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2024-09-17T01:02:58.012 DEBUG:teuthology.orchestra.run.smithi063:> dd of=/etc/ceph/ceph.conf 2024-09-17T01:02:58.019 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2024-09-17T01:02:58.019 DEBUG:teuthology.orchestra.run.smithi063:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-17T01:02:58.064 INFO:tasks.cephadm:Adding host smithi063 to orchestrator... 2024-09-17T01:02:58.065 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2853ef26-7490-11ef-bceb-c7b262605968 -- ceph orch host add smithi063 2024-09-17T01:02:58.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:58 smithi018 bash[22760]: audit 2024-09-17T01:02:57.171245+0000 mgr.a (mgr.14150) 13 : audit [DBG] from='client.14172 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T01:02:58.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:58 smithi018 bash[22760]: audit 2024-09-17T01:02:57.174300+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:02:58.276 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:58 smithi018 bash[22760]: audit 2024-09-17T01:02:57.175039+0000 mon.a (mon.0) 126 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:02:58.276 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:58 smithi018 bash[22760]: audit 2024-09-17T01:02:57.176951+0000 mon.a (mon.0) 127 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:02:58.276 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:58 smithi018 bash[22760]: audit 2024-09-17T01:02:57.177718+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:02:58.276 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:58 smithi018 bash[22760]: cephadm 2024-09-17T01:02:57.178668+0000 mgr.a (mgr.14150) 14 : cephadm [INF] Updating smithi018:/etc/ceph/ceph.conf 2024-09-17T01:02:58.276 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:58 smithi018 bash[22760]: cephadm 2024-09-17T01:02:57.287016+0000 mgr.a (mgr.14150) 15 : cephadm [INF] Updating smithi018:/var/lib/ceph/2853ef26-7490-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T01:02:58.276 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:58 smithi018 bash[22760]: cephadm 2024-09-17T01:02:57.372322+0000 mgr.a (mgr.14150) 16 : cephadm [INF] Updating smithi018:/etc/ceph/ceph.client.admin.keyring 2024-09-17T01:02:58.276 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:58 smithi018 bash[22760]: cephadm 2024-09-17T01:02:57.456113+0000 mgr.a (mgr.14150) 17 : cephadm [INF] Updating smithi018:/var/lib/ceph/2853ef26-7490-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-17T01:02:58.276 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:58 smithi018 bash[22760]: audit 2024-09-17T01:02:57.599718+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:02:58.276 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:58 smithi018 bash[22760]: audit 2024-09-17T01:02:57.602013+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:02:58.276 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:58 smithi018 bash[22760]: audit 2024-09-17T01:02:58.108044+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:02:58.276 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:58 smithi018 bash[22760]: audit 2024-09-17T01:02:58.114374+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:03:00.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:02:59 smithi018 bash[22760]: cluster 2024-09-17T01:02:57.859159+0000 mgr.a (mgr.14150) 18 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:03:02.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:01 smithi018 bash[22760]: cluster 2024-09-17T01:02:59.859552+0000 mgr.a (mgr.14150) 19 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:03:02.794 INFO:teuthology.orchestra.run.smithi018.stderr:Inferring config /var/lib/ceph/2853ef26-7490-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T01:03:03.855 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:03 smithi018 bash[22760]: cluster 2024-09-17T01:03:01.859986+0000 mgr.a (mgr.14150) 20 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:03:06.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:05 smithi018 bash[22760]: cluster 2024-09-17T01:03:03.860301+0000 mgr.a (mgr.14150) 21 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:03:06.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:05 smithi018 bash[22760]: audit 2024-09-17T01:03:04.173638+0000 mgr.a (mgr.14150) 22 : audit [DBG] from='client.14174 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi063", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T01:03:06.867 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:06 smithi018 bash[22760]: cephadm 2024-09-17T01:03:05.499095+0000 mgr.a (mgr.14150) 23 : cephadm [INF] Deploying cephadm binary to smithi063 2024-09-17T01:03:08.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:07 smithi018 bash[22760]: cluster 2024-09-17T01:03:05.860657+0000 mgr.a (mgr.14150) 24 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:03:09.206 INFO:teuthology.orchestra.run.smithi018.stdout:Added host 'smithi063' with addr '172.21.15.63' 2024-09-17T01:03:10.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:09 smithi018 bash[22760]: cluster 2024-09-17T01:03:07.860903+0000 mgr.a (mgr.14150) 25 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:03:10.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:09 smithi018 bash[22760]: audit 2024-09-17T01:03:08.905058+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:03:10.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:09 smithi018 bash[22760]: audit 2024-09-17T01:03:08.907752+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:03:10.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:09 smithi018 bash[22760]: audit 2024-09-17T01:03:08.911361+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:03:10.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:09 smithi018 bash[22760]: audit 2024-09-17T01:03:09.208584+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:03:10.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:09 smithi018 bash[22760]: audit 2024-09-17T01:03:09.210285+0000 mon.a (mon.0) 137 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:03:10.200 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2853ef26-7490-11ef-bceb-c7b262605968 -- ceph orch host ls --format=json 2024-09-17T01:03:11.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:10 smithi018 bash[22760]: cephadm 2024-09-17T01:03:09.209475+0000 mgr.a (mgr.14150) 26 : cephadm [INF] Added host smithi063 2024-09-17T01:03:11.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:10 smithi018 bash[22760]: audit 2024-09-17T01:03:09.772522+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:03:12.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:11 smithi018 bash[22760]: cluster 2024-09-17T01:03:09.861262+0000 mgr.a (mgr.14150) 27 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:03:12.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:11 smithi018 bash[22760]: audit 2024-09-17T01:03:11.314527+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:03:12.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:11 smithi018 bash[22760]: audit 2024-09-17T01:03:11.320395+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:03:12.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:11 smithi018 bash[22760]: audit 2024-09-17T01:03:11.322170+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi063", "name": "osd_memory_target"}]: dispatch 2024-09-17T01:03:12.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:11 smithi018 bash[22760]: audit 2024-09-17T01:03:11.324744+0000 mon.a (mon.0) 142 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:03:12.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:11 smithi018 bash[22760]: audit 2024-09-17T01:03:11.326728+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:03:13.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:12 smithi018 bash[22760]: cephadm 2024-09-17T01:03:11.329433+0000 mgr.a (mgr.14150) 28 : cephadm [INF] Updating smithi063:/etc/ceph/ceph.conf 2024-09-17T01:03:13.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:12 smithi018 bash[22760]: cephadm 2024-09-17T01:03:11.510543+0000 mgr.a (mgr.14150) 29 : cephadm [INF] Updating smithi063:/var/lib/ceph/2853ef26-7490-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T01:03:13.276 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:12 smithi018 bash[22760]: cephadm 2024-09-17T01:03:11.665221+0000 mgr.a (mgr.14150) 30 : cephadm [INF] Updating smithi063:/etc/ceph/ceph.client.admin.keyring 2024-09-17T01:03:13.276 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:12 smithi018 bash[22760]: cephadm 2024-09-17T01:03:11.809565+0000 mgr.a (mgr.14150) 31 : cephadm [INF] Updating smithi063:/var/lib/ceph/2853ef26-7490-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-17T01:03:13.276 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:12 smithi018 bash[22760]: audit 2024-09-17T01:03:11.955576+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:03:13.276 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:12 smithi018 bash[22760]: audit 2024-09-17T01:03:11.961401+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:03:13.276 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:12 smithi018 bash[22760]: audit 2024-09-17T01:03:11.964479+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi063", "caps": []}]: dispatch 2024-09-17T01:03:13.276 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:12 smithi018 bash[22760]: audit 2024-09-17T01:03:11.965683+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi063", "caps": []}]': finished 2024-09-17T01:03:14.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:13 smithi018 bash[22760]: cluster 2024-09-17T01:03:11.861645+0000 mgr.a (mgr.14150) 32 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:03:14.940 INFO:teuthology.orchestra.run.smithi018.stderr:Inferring config /var/lib/ceph/2853ef26-7490-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T01:03:15.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:14 smithi018 bash[22760]: cephadm 2024-09-17T01:03:13.557227+0000 mgr.a (mgr.14150) 33 : cephadm [INF] Deploying daemon agent.smithi063 on smithi063 2024-09-17T01:03:16.276 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:15 smithi018 bash[22760]: cluster 2024-09-17T01:03:13.862033+0000 mgr.a (mgr.14150) 34 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:03:16.276 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:15 smithi018 bash[22760]: audit 2024-09-17T01:03:14.783914+0000 mon.a (mon.0) 148 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:03:16.276 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:15 smithi018 bash[22760]: audit 2024-09-17T01:03:14.797609+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:03:16.276 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:15 smithi018 bash[22760]: audit 2024-09-17T01:03:14.801532+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:03:16.276 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:15 smithi018 bash[22760]: audit 2024-09-17T01:03:14.860000+0000 mon.a (mon.0) 151 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:03:16.276 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:15 smithi018 bash[22760]: audit 2024-09-17T01:03:14.864038+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:03:16.276 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:15 smithi018 bash[22760]: audit 2024-09-17T01:03:14.865826+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:03:16.276 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:15 smithi018 bash[22760]: audit 2024-09-17T01:03:14.873915+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:03:16.276 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:15 smithi018 bash[22760]: audit 2024-09-17T01:03:14.932445+0000 mon.a (mon.0) 155 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:03:16.276 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:15 smithi018 bash[22760]: audit 2024-09-17T01:03:14.936073+0000 mon.a (mon.0) 156 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:03:16.276 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:15 smithi018 bash[22760]: audit 2024-09-17T01:03:14.937528+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:03:16.277 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:15 smithi018 bash[22760]: audit 2024-09-17T01:03:14.944228+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:03:16.277 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:15 smithi018 bash[22760]: audit 2024-09-17T01:03:15.335670+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:03:16.305 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-17T01:03:16.306 INFO:teuthology.orchestra.run.smithi018.stdout:[{"addr": "172.21.15.18", "hostname": "smithi018", "labels": [], "status": ""}, {"addr": "172.21.15.63", "hostname": "smithi063", "labels": [], "status": ""}] 2024-09-17T01:03:16.939 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi086 2024-09-17T01:03:16.940 DEBUG:teuthology.orchestra.run.smithi086:> set -ex 2024-09-17T01:03:16.940 DEBUG:teuthology.orchestra.run.smithi086:> dd of=/etc/ceph/ceph.conf 2024-09-17T01:03:16.947 DEBUG:teuthology.orchestra.run.smithi086:> set -ex 2024-09-17T01:03:16.947 DEBUG:teuthology.orchestra.run.smithi086:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-17T01:03:16.994 INFO:tasks.cephadm:Adding host smithi086 to orchestrator... 2024-09-17T01:03:16.994 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2853ef26-7490-11ef-bceb-c7b262605968 -- ceph orch host add smithi086 2024-09-17T01:03:17.775 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:17 smithi018 bash[22760]: cluster 2024-09-17T01:03:15.862439+0000 mgr.a (mgr.14150) 35 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:03:17.776 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:17 smithi018 bash[22760]: audit 2024-09-17T01:03:16.308517+0000 mgr.a (mgr.14150) 36 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T01:03:17.776 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:17 smithi018 bash[22760]: audit 2024-09-17T01:03:16.394725+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:03:17.776 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:17 smithi018 bash[22760]: audit 2024-09-17T01:03:16.398223+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:03:19.775 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:19 smithi018 bash[22760]: cluster 2024-09-17T01:03:17.862857+0000 mgr.a (mgr.14150) 37 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:03:19.775 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:19 smithi018 bash[22760]: audit 2024-09-17T01:03:18.926643+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:03:21.727 INFO:teuthology.orchestra.run.smithi018.stderr:Inferring config /var/lib/ceph/2853ef26-7490-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T01:03:21.775 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:21 smithi018 bash[22760]: cluster 2024-09-17T01:03:19.863250+0000 mgr.a (mgr.14150) 38 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:03:23.525 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:23 smithi018 bash[22760]: cluster 2024-09-17T01:03:21.863512+0000 mgr.a (mgr.14150) 39 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:03:24.775 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:24 smithi018 bash[22760]: audit 2024-09-17T01:03:23.647628+0000 mgr.a (mgr.14150) 40 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi086", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T01:03:25.655 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:25 smithi018 bash[22760]: cluster 2024-09-17T01:03:23.863843+0000 mgr.a (mgr.14150) 41 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:03:26.775 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:26 smithi018 bash[22760]: cephadm 2024-09-17T01:03:24.942986+0000 mgr.a (mgr.14150) 42 : cephadm [INF] Deploying cephadm binary to smithi086 2024-09-17T01:03:27.775 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:27 smithi018 bash[22760]: cluster 2024-09-17T01:03:25.864229+0000 mgr.a (mgr.14150) 43 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:03:28.591 INFO:teuthology.orchestra.run.smithi018.stdout:Added host 'smithi086' with addr '172.21.15.86' 2024-09-17T01:03:29.199 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2853ef26-7490-11ef-bceb-c7b262605968 -- ceph orch host ls --format=json 2024-09-17T01:03:30.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:29 smithi018 bash[22760]: cluster 2024-09-17T01:03:27.864613+0000 mgr.a (mgr.14150) 44 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:03:30.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:29 smithi018 bash[22760]: audit 2024-09-17T01:03:28.593176+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:03:30.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:29 smithi018 bash[22760]: cephadm 2024-09-17T01:03:28.594001+0000 mgr.a (mgr.14150) 45 : cephadm [INF] Added host smithi086 2024-09-17T01:03:30.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:29 smithi018 bash[22760]: audit 2024-09-17T01:03:28.594808+0000 mon.a (mon.0) 164 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:03:30.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:29 smithi018 bash[22760]: audit 2024-09-17T01:03:29.103950+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:03:30.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:29 smithi018 bash[22760]: audit 2024-09-17T01:03:29.109528+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:03:30.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:29 smithi018 bash[22760]: audit 2024-09-17T01:03:29.116219+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:03:30.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:29 smithi018 bash[22760]: audit 2024-09-17T01:03:29.126586+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:03:30.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:29 smithi018 bash[22760]: audit 2024-09-17T01:03:29.540246+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:03:30.027 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:29 smithi018 bash[22760]: audit 2024-09-17T01:03:29.547752+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:03:32.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:31 smithi018 bash[22760]: cluster 2024-09-17T01:03:29.865008+0000 mgr.a (mgr.14150) 46 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:03:32.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:31 smithi018 bash[22760]: audit 2024-09-17T01:03:30.695226+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:03:32.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:31 smithi018 bash[22760]: audit 2024-09-17T01:03:30.700583+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:03:32.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:31 smithi018 bash[22760]: audit 2024-09-17T01:03:30.702024+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi086", "name": "osd_memory_target"}]: dispatch 2024-09-17T01:03:32.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:31 smithi018 bash[22760]: audit 2024-09-17T01:03:30.704118+0000 mon.a (mon.0) 174 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:03:32.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:31 smithi018 bash[22760]: audit 2024-09-17T01:03:30.705674+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:03:32.027 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:31 smithi018 bash[22760]: cephadm 2024-09-17T01:03:30.708278+0000 mgr.a (mgr.14150) 47 : cephadm [INF] Updating smithi086:/etc/ceph/ceph.conf 2024-09-17T01:03:32.027 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:31 smithi018 bash[22760]: audit 2024-09-17T01:03:31.344989+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:03:32.027 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:31 smithi018 bash[22760]: audit 2024-09-17T01:03:31.349432+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:03:32.027 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:31 smithi018 bash[22760]: audit 2024-09-17T01:03:31.352379+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi086", "caps": []}]: dispatch 2024-09-17T01:03:32.027 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:31 smithi018 bash[22760]: audit 2024-09-17T01:03:31.353347+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi086", "caps": []}]': finished 2024-09-17T01:03:33.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:32 smithi018 bash[22760]: cephadm 2024-09-17T01:03:30.890023+0000 mgr.a (mgr.14150) 48 : cephadm [INF] Updating smithi086:/var/lib/ceph/2853ef26-7490-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T01:03:33.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:32 smithi018 bash[22760]: cephadm 2024-09-17T01:03:31.048809+0000 mgr.a (mgr.14150) 49 : cephadm [INF] Updating smithi086:/etc/ceph/ceph.client.admin.keyring 2024-09-17T01:03:33.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:32 smithi018 bash[22760]: cephadm 2024-09-17T01:03:31.197627+0000 mgr.a (mgr.14150) 50 : cephadm [INF] Updating smithi086:/var/lib/ceph/2853ef26-7490-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-17T01:03:33.934 INFO:teuthology.orchestra.run.smithi018.stderr:Inferring config /var/lib/ceph/2853ef26-7490-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T01:03:34.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:33 smithi018 bash[22760]: cluster 2024-09-17T01:03:31.865433+0000 mgr.a (mgr.14150) 51 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:03:34.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:33 smithi018 bash[22760]: cephadm 2024-09-17T01:03:32.541704+0000 mgr.a (mgr.14150) 52 : cephadm [INF] Deploying daemon agent.smithi086 on smithi086 2024-09-17T01:03:34.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:33 smithi018 bash[22760]: audit 2024-09-17T01:03:33.662040+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:03:34.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:33 smithi018 bash[22760]: audit 2024-09-17T01:03:33.667820+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:03:34.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:33 smithi018 bash[22760]: audit 2024-09-17T01:03:33.673089+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:03:34.972 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:34 smithi018 bash[22760]: audit 2024-09-17T01:03:33.762359+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:03:34.972 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:34 smithi018 bash[22760]: audit 2024-09-17T01:03:33.767324+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:03:34.972 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:34 smithi018 bash[22760]: audit 2024-09-17T01:03:33.768947+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:03:34.972 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:34 smithi018 bash[22760]: audit 2024-09-17T01:03:33.776524+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:03:34.972 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:34 smithi018 bash[22760]: audit 2024-09-17T01:03:33.865182+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:03:34.972 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:34 smithi018 bash[22760]: audit 2024-09-17T01:03:33.869990+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:03:34.972 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:34 smithi018 bash[22760]: audit 2024-09-17T01:03:33.871787+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:03:34.972 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:34 smithi018 bash[22760]: audit 2024-09-17T01:03:33.879952+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:03:34.972 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:34 smithi018 bash[22760]: audit 2024-09-17T01:03:33.931813+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:03:34.972 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:34 smithi018 bash[22760]: audit 2024-09-17T01:03:34.220479+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:03:35.299 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-17T01:03:35.299 INFO:teuthology.orchestra.run.smithi018.stdout:[{"addr": "172.21.15.18", "hostname": "smithi018", "labels": [], "status": ""}, {"addr": "172.21.15.63", "hostname": "smithi063", "labels": [], "status": ""}, {"addr": "172.21.15.86", "hostname": "smithi086", "labels": [], "status": ""}] 2024-09-17T01:03:35.917 INFO:tasks.cephadm:Setting crush tunables to default 2024-09-17T01:03:35.917 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2853ef26-7490-11ef-bceb-c7b262605968 -- ceph osd crush tunables default 2024-09-17T01:03:36.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:35 smithi018 bash[22760]: cluster 2024-09-17T01:03:33.865878+0000 mgr.a (mgr.14150) 53 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:03:36.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:35 smithi018 bash[22760]: audit 2024-09-17T01:03:35.277030+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:03:36.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:35 smithi018 bash[22760]: audit 2024-09-17T01:03:35.282995+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:03:37.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:36 smithi018 bash[22760]: audit 2024-09-17T01:03:35.302204+0000 mgr.a (mgr.14150) 54 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T01:03:37.276 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:36 smithi018 bash[22760]: audit 2024-09-17T01:03:35.956997+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:03:37.276 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:36 smithi018 bash[22760]: audit 2024-09-17T01:03:35.960664+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:03:37.276 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:36 smithi018 bash[22760]: audit 2024-09-17T01:03:35.965820+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:03:38.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:37 smithi018 bash[22760]: cluster 2024-09-17T01:03:35.866317+0000 mgr.a (mgr.14150) 55 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:03:40.257 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:39 smithi018 bash[22760]: cluster 2024-09-17T01:03:37.866808+0000 mgr.a (mgr.14150) 56 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:03:40.653 INFO:teuthology.orchestra.run.smithi018.stderr:Inferring config /var/lib/ceph/2853ef26-7490-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T01:03:42.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:41 smithi018 bash[22760]: cluster 2024-09-17T01:03:39.867285+0000 mgr.a (mgr.14150) 57 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:03:42.787 INFO:teuthology.orchestra.run.smithi018.stderr:adjusted tunables profile to default 2024-09-17T01:03:43.269 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:42 smithi018 bash[22760]: audit 2024-09-17T01:03:42.104785+0000 mon.a (mon.0) 198 : audit [INF] from='client.? 172.21.15.18:0/1093831938' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-09-17T01:03:43.561 INFO:tasks.cephadm:Adding mon.a on smithi018 2024-09-17T01:03:43.562 INFO:tasks.cephadm:Adding mon.b on smithi063 2024-09-17T01:03:43.562 INFO:tasks.cephadm:Adding mon.c on smithi086 2024-09-17T01:03:43.562 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2853ef26-7490-11ef-bceb-c7b262605968 -- ceph orch apply mon '3;smithi018:172.21.15.18=a;smithi063:172.21.15.63=b;smithi086:172.21.15.86=c' 2024-09-17T01:03:44.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:43 smithi018 bash[22760]: cluster 2024-09-17T01:03:41.867597+0000 mgr.a (mgr.14150) 58 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:03:44.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:43 smithi018 bash[22760]: audit 2024-09-17T01:03:42.790411+0000 mon.a (mon.0) 199 : audit [INF] from='client.? 172.21.15.18:0/1093831938' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-17T01:03:44.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:43 smithi018 bash[22760]: cluster 2024-09-17T01:03:42.795047+0000 mon.a (mon.0) 200 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-17T01:03:44.782 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/2853ef26-7490-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T01:03:46.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:45 smithi018 bash[22760]: cluster 2024-09-17T01:03:43.867930+0000 mgr.a (mgr.14150) 59 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:03:46.381 INFO:teuthology.orchestra.run.smithi086.stdout:Scheduled mon update... 2024-09-17T01:03:47.246 DEBUG:teuthology.orchestra.run.smithi063:mon.b> sudo journalctl -f -n 0 -u ceph-2853ef26-7490-11ef-bceb-c7b262605968@mon.b.service 2024-09-17T01:03:47.249 DEBUG:teuthology.orchestra.run.smithi086:mon.c> sudo journalctl -f -n 0 -u ceph-2853ef26-7490-11ef-bceb-c7b262605968@mon.c.service 2024-09-17T01:03:47.251 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-17T01:03:47.252 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2853ef26-7490-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-17T01:03:47.776 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:47 smithi018 bash[22760]: cluster 2024-09-17T01:03:45.868389+0000 mgr.a (mgr.14150) 60 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:03:47.776 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:47 smithi018 bash[22760]: audit 2024-09-17T01:03:46.373011+0000 mgr.a (mgr.14150) 61 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi018:172.21.15.18=a;smithi063:172.21.15.63=b;smithi086:172.21.15.86=c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T01:03:47.776 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:47 smithi018 bash[22760]: cephadm 2024-09-17T01:03:46.378116+0000 mgr.a (mgr.14150) 62 : cephadm [INF] Saving service mon spec with placement smithi018:172.21.15.18=a;smithi063:172.21.15.63=b;smithi086:172.21.15.86=c;count:3 2024-09-17T01:03:47.776 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:47 smithi018 bash[22760]: audit 2024-09-17T01:03:46.383610+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:03:47.776 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:47 smithi018 bash[22760]: audit 2024-09-17T01:03:46.385359+0000 mon.a (mon.0) 202 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:03:47.776 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:47 smithi018 bash[22760]: audit 2024-09-17T01:03:46.390082+0000 mon.a (mon.0) 203 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:03:47.776 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:47 smithi018 bash[22760]: audit 2024-09-17T01:03:46.392013+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:03:47.776 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:47 smithi018 bash[22760]: audit 2024-09-17T01:03:46.398837+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:03:47.776 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:47 smithi018 bash[22760]: audit 2024-09-17T01:03:46.401884+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-17T01:03:47.776 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:47 smithi018 bash[22760]: audit 2024-09-17T01:03:46.403223+0000 mon.a (mon.0) 207 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:03:47.777 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:47 smithi018 bash[22760]: cephadm 2024-09-17T01:03:46.404835+0000 mgr.a (mgr.14150) 63 : cephadm [INF] Deploying daemon mon.c on smithi086 2024-09-17T01:03:48.517 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/2853ef26-7490-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T01:03:49.775 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:49 smithi018 bash[22760]: cluster 2024-09-17T01:03:47.868828+0000 mgr.a (mgr.14150) 64 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:03:49.776 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:49 smithi018 bash[22760]: audit 2024-09-17T01:03:49.320823+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:03:49.776 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:49 smithi018 bash[22760]: audit 2024-09-17T01:03:49.324855+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:03:49.776 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:49 smithi018 bash[22760]: audit 2024-09-17T01:03:49.330608+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:03:50.397 INFO:teuthology.orchestra.run.smithi086.stderr:dumped monmap epoch 1 2024-09-17T01:03:50.397 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-09-17T01:03:50.397 INFO:teuthology.orchestra.run.smithi086.stdout:{"epoch":1,"fsid":"2853ef26-7490-11ef-bceb-c7b262605968","modified":"2024-09-17T01:01:28.786733Z","created":"2024-09-17T01:01:28.786733Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-17T01:03:51.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:50 smithi018 bash[22760]: audit 2024-09-17T01:03:49.797273+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:03:51.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:50 smithi018 bash[22760]: audit 2024-09-17T01:03:49.804716+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:03:51.276 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:50 smithi018 bash[22760]: audit 2024-09-17T01:03:50.400311+0000 mon.a (mon.0) 213 : audit [DBG] from='client.? 172.21.15.86:0/642270579' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T01:03:52.179 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-17T01:03:52.180 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2853ef26-7490-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-17T01:03:52.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:51 smithi018 bash[22760]: cluster 2024-09-17T01:03:49.869213+0000 mgr.a (mgr.14150) 65 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:03:53.819 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/2853ef26-7490-11ef-bceb-c7b262605968/mon.c/config 2024-09-17T01:03:54.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:53 smithi018 bash[22760]: cluster 2024-09-17T01:03:51.869629+0000 mgr.a (mgr.14150) 66 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:03:55.729 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-09-17T01:03:55.729 INFO:teuthology.orchestra.run.smithi086.stdout:{"epoch":1,"fsid":"2853ef26-7490-11ef-bceb-c7b262605968","modified":"2024-09-17T01:01:28.786733Z","created":"2024-09-17T01:01:28.786733Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-17T01:03:55.730 INFO:teuthology.orchestra.run.smithi086.stderr:dumped monmap epoch 1 2024-09-17T01:03:56.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:55 smithi018 bash[22760]: cluster 2024-09-17T01:03:53.870029+0000 mgr.a (mgr.14150) 67 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:03:56.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:55 smithi018 bash[22760]: audit 2024-09-17T01:03:54.763575+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:03:56.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:55 smithi018 bash[22760]: audit 2024-09-17T01:03:54.769140+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:03:56.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:55 smithi018 bash[22760]: audit 2024-09-17T01:03:54.775028+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:03:56.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:55 smithi018 bash[22760]: audit 2024-09-17T01:03:54.776347+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-17T01:03:56.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:55 smithi018 bash[22760]: audit 2024-09-17T01:03:54.778248+0000 mon.a (mon.0) 218 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:03:56.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:55 smithi018 bash[22760]: cephadm 2024-09-17T01:03:54.780364+0000 mgr.a (mgr.14150) 68 : cephadm [INF] Deploying daemon mon.b on smithi063 2024-09-17T01:03:56.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:03:55 smithi018 bash[22760]: audit 2024-09-17T01:03:55.732337+0000 mon.a (mon.0) 219 : audit [DBG] from='client.? 172.21.15.86:0/1838593971' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T01:03:56.892 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-09-17T01:03:56.892 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-17T01:03:56.892 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: L0 1/0 1.61 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.7 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-17T01:03:56.892 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: Sum 1/0 1.61 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.7 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-17T01:03:57.212 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: 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.7 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-17T01:03:57.212 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: ** Compaction Stats [default] ** 2024-09-17T01:03:57.213 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-09-17T01:03:57.213 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-17T01:03:57.213 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: 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.7 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-17T01:03:57.213 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-09-17T01:03:57.213 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-17T01:03:57.213 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: Flush(GB): cumulative 0.000, interval 0.000 2024-09-17T01:03:57.213 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-17T01:03:57.213 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: AddFile(Total Files): cumulative 0, interval 0 2024-09-17T01:03:57.213 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-17T01:03:57.214 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: AddFile(Keys): cumulative 0, interval 0 2024-09-17T01:03:57.214 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: Cumulative compaction: 0.00 GB write, 0.52 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-17T01:03:57.214 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: Interval compaction: 0.00 GB write, 0.52 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-17T01:03:57.214 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: 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-17T01:03:57.214 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: Block cache BinnedLRUCache@0x5622a94a91f0#7 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.5e-05 secs_since: 0 2024-09-17T01:03:57.214 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: Block cache entry stats(count,size,portion): FilterBlock(1,0.11 KB,2.08616e-05%) IndexBlock(1,0.11 KB,2.08616e-05%) Misc(1,0.00 KB,0%) 2024-09-17T01:03:57.214 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: ** File Read Latency Histogram By Level [default] ** 2024-09-17T01:03:57.214 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: debug 2024-09-17T01:03:56.882+0000 7ffa1fe1ec80 0 mon.c does not exist in monmap, will attempt to join an existing cluster 2024-09-17T01:03:57.214 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: debug 2024-09-17T01:03:56.882+0000 7ffa1fe1ec80 0 using public_addr v2:172.21.15.86:0/0 -> [v2:172.21.15.86:3300/0,v1:172.21.15.86:6789/0] 2024-09-17T01:03:57.214 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: debug 2024-09-17T01:03:56.882+0000 7ffa1fe1ec80 0 starting mon.c rank -1 at public addrs [v2:172.21.15.86:3300/0,v1:172.21.15.86:6789/0] at bind addrs [v2:172.21.15.86:3300/0,v1:172.21.15.86:6789/0] mon_data /var/lib/ceph/mon/ceph-c fsid 2853ef26-7490-11ef-bceb-c7b262605968 2024-09-17T01:03:57.215 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: debug 2024-09-17T01:03:56.882+0000 7ffa1fe1ec80 1 mon.c@-1(???) e0 preinit fsid 2853ef26-7490-11ef-bceb-c7b262605968 2024-09-17T01:03:57.215 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: debug 2024-09-17T01:03:56.906+0000 7ffa18bed640 0 mon.c@-1(synchronizing).mds e1 new map 2024-09-17T01:03:57.215 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: debug 2024-09-17T01:03:56.906+0000 7ffa18bed640 0 mon.c@-1(synchronizing).mds e1 print_map 2024-09-17T01:03:57.215 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: e1 2024-09-17T01:03:57.215 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: btime 2024-09-17T01:01:33:492082+0000 2024-09-17T01:03:57.215 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: enable_multiple, ever_enabled_multiple: 1,1 2024-09-17T01:03:57.216 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments,12=quiesce subvolumes} 2024-09-17T01:03:57.217 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: legacy client fscid: -1 2024-09-17T01:03:57.217 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: 2024-09-17T01:03:57.217 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: No filesystems configured 2024-09-17T01:03:57.217 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: debug 2024-09-17T01:03:56.906+0000 7ffa18bed640 1 mon.c@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-09-17T01:03:57.217 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: debug 2024-09-17T01:03:56.906+0000 7ffa18bed640 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-17T01:03:57.217 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: debug 2024-09-17T01:03:56.906+0000 7ffa18bed640 1 mon.c@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-09-17T01:03:57.217 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: debug 2024-09-17T01:03:56.906+0000 7ffa18bed640 1 mon.c@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-09-17T01:03:57.217 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: debug 2024-09-17T01:03:56.906+0000 7ffa18bed640 1 mon.c@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-09-17T01:03:57.217 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: debug 2024-09-17T01:03:56.906+0000 7ffa18bed640 1 mon.c@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-09-17T01:03:57.217 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: debug 2024-09-17T01:03:56.906+0000 7ffa18bed640 0 mon.c@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-09-17T01:03:57.217 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: debug 2024-09-17T01:03:56.906+0000 7ffa18bed640 0 mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-17T01:03:57.218 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: debug 2024-09-17T01:03:56.906+0000 7ffa18bed640 0 mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-17T01:03:57.218 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: debug 2024-09-17T01:03:56.906+0000 7ffa18bed640 0 mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-17T01:03:57.218 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: cluster 2024-09-17T01:02:59.859552+0000 mgr.a (mgr.14150) 19 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:03:57.218 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: cluster 2024-09-17T01:03:01.859986+0000 mgr.a (mgr.14150) 20 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:03:57.218 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: cluster 2024-09-17T01:03:03.860301+0000 mgr.a (mgr.14150) 21 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:03:57.218 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: audit 2024-09-17T01:03:04.173638+0000 mgr.a (mgr.14150) 22 : audit [DBG] from='client.14174 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi063", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T01:03:57.218 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: cephadm 2024-09-17T01:03:05.499095+0000 mgr.a (mgr.14150) 23 : cephadm [INF] Deploying cephadm binary to smithi063 2024-09-17T01:03:57.218 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: cluster 2024-09-17T01:03:05.860657+0000 mgr.a (mgr.14150) 24 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:03:57.218 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: cluster 2024-09-17T01:03:07.860903+0000 mgr.a (mgr.14150) 25 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:03:57.218 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: audit 2024-09-17T01:03:08.905058+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:03:57.218 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: audit 2024-09-17T01:03:08.907752+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:03:57.219 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: audit 2024-09-17T01:03:08.911361+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:03:57.219 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: audit 2024-09-17T01:03:09.208584+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:03:57.219 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: audit 2024-09-17T01:03:09.210285+0000 mon.a (mon.0) 137 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:03:57.219 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: cephadm 2024-09-17T01:03:09.209475+0000 mgr.a (mgr.14150) 26 : cephadm [INF] Added host smithi063 2024-09-17T01:03:57.219 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: audit 2024-09-17T01:03:09.772522+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:03:57.219 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: cluster 2024-09-17T01:03:09.861262+0000 mgr.a (mgr.14150) 27 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:03:57.219 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: audit 2024-09-17T01:03:11.314527+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:03:57.219 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: audit 2024-09-17T01:03:11.320395+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:03:57.219 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: audit 2024-09-17T01:03:11.322170+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi063", "name": "osd_memory_target"}]: dispatch 2024-09-17T01:03:57.219 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: audit 2024-09-17T01:03:11.324744+0000 mon.a (mon.0) 142 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:03:57.219 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: audit 2024-09-17T01:03:11.326728+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:03:57.219 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: cephadm 2024-09-17T01:03:11.329433+0000 mgr.a (mgr.14150) 28 : cephadm [INF] Updating smithi063:/etc/ceph/ceph.conf 2024-09-17T01:03:57.220 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: cephadm 2024-09-17T01:03:11.510543+0000 mgr.a (mgr.14150) 29 : cephadm [INF] Updating smithi063:/var/lib/ceph/2853ef26-7490-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T01:03:57.220 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: cephadm 2024-09-17T01:03:11.665221+0000 mgr.a (mgr.14150) 30 : cephadm [INF] Updating smithi063:/etc/ceph/ceph.client.admin.keyring 2024-09-17T01:03:57.220 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: cephadm 2024-09-17T01:03:11.809565+0000 mgr.a (mgr.14150) 31 : cephadm [INF] Updating smithi063:/var/lib/ceph/2853ef26-7490-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-17T01:03:57.220 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: audit 2024-09-17T01:03:11.955576+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:03:57.220 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: audit 2024-09-17T01:03:11.961401+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:03:57.220 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: audit 2024-09-17T01:03:11.964479+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi063", "caps": []}]: dispatch 2024-09-17T01:03:57.220 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: audit 2024-09-17T01:03:11.965683+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi063", "caps": []}]': finished 2024-09-17T01:03:57.220 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: cluster 2024-09-17T01:03:11.861645+0000 mgr.a (mgr.14150) 32 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:03:57.220 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: cephadm 2024-09-17T01:03:13.557227+0000 mgr.a (mgr.14150) 33 : cephadm [INF] Deploying daemon agent.smithi063 on smithi063 2024-09-17T01:03:57.220 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: cluster 2024-09-17T01:03:13.862033+0000 mgr.a (mgr.14150) 34 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:03:57.220 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: audit 2024-09-17T01:03:14.783914+0000 mon.a (mon.0) 148 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:03:57.220 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: audit 2024-09-17T01:03:14.797609+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:03:57.220 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: audit 2024-09-17T01:03:14.801532+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:03:57.221 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: audit 2024-09-17T01:03:14.860000+0000 mon.a (mon.0) 151 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:03:57.221 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: audit 2024-09-17T01:03:14.864038+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:03:57.221 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: audit 2024-09-17T01:03:14.865826+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:03:57.221 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: audit 2024-09-17T01:03:14.873915+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:03:57.221 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: audit 2024-09-17T01:03:14.932445+0000 mon.a (mon.0) 155 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:03:57.221 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: audit 2024-09-17T01:03:14.936073+0000 mon.a (mon.0) 156 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:03:57.221 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: audit 2024-09-17T01:03:14.937528+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:03:57.221 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: audit 2024-09-17T01:03:14.944228+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:03:57.221 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: audit 2024-09-17T01:03:15.335670+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:03:57.221 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: cluster 2024-09-17T01:03:15.862439+0000 mgr.a (mgr.14150) 35 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:03:57.221 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: audit 2024-09-17T01:03:16.308517+0000 mgr.a (mgr.14150) 36 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T01:03:57.221 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: audit 2024-09-17T01:03:16.394725+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:03:57.221 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: audit 2024-09-17T01:03:16.398223+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:03:57.222 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: cluster 2024-09-17T01:03:17.862857+0000 mgr.a (mgr.14150) 37 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:03:57.222 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: audit 2024-09-17T01:03:18.926643+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:03:57.222 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: cluster 2024-09-17T01:03:19.863250+0000 mgr.a (mgr.14150) 38 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:03:57.222 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: cluster 2024-09-17T01:03:21.863512+0000 mgr.a (mgr.14150) 39 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:03:57.222 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: audit 2024-09-17T01:03:23.647628+0000 mgr.a (mgr.14150) 40 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi086", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T01:03:57.222 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: cluster 2024-09-17T01:03:23.863843+0000 mgr.a (mgr.14150) 41 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:03:57.222 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: cephadm 2024-09-17T01:03:24.942986+0000 mgr.a (mgr.14150) 42 : cephadm [INF] Deploying cephadm binary to smithi086 2024-09-17T01:03:57.222 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: cluster 2024-09-17T01:03:25.864229+0000 mgr.a (mgr.14150) 43 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:03:57.222 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: cluster 2024-09-17T01:03:27.864613+0000 mgr.a (mgr.14150) 44 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:03:57.223 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: audit 2024-09-17T01:03:28.593176+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:03:57.223 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: cephadm 2024-09-17T01:03:28.594001+0000 mgr.a (mgr.14150) 45 : cephadm [INF] Added host smithi086 2024-09-17T01:03:57.223 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: audit 2024-09-17T01:03:28.594808+0000 mon.a (mon.0) 164 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:03:57.223 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: audit 2024-09-17T01:03:29.103950+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:03:57.223 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: audit 2024-09-17T01:03:29.109528+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:03:57.223 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: audit 2024-09-17T01:03:29.116219+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:03:57.223 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: audit 2024-09-17T01:03:29.126586+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:03:57.223 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: audit 2024-09-17T01:03:29.540246+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:03:57.223 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: audit 2024-09-17T01:03:29.547752+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:03:57.223 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: cluster 2024-09-17T01:03:29.865008+0000 mgr.a (mgr.14150) 46 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:03:57.223 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: audit 2024-09-17T01:03:30.695226+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:03:57.223 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: audit 2024-09-17T01:03:30.700583+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:03:57.223 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: audit 2024-09-17T01:03:30.702024+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi086", "name": "osd_memory_target"}]: dispatch 2024-09-17T01:03:57.223 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: audit 2024-09-17T01:03:30.704118+0000 mon.a (mon.0) 174 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:03:57.224 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: audit 2024-09-17T01:03:30.705674+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:03:57.224 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: cephadm 2024-09-17T01:03:30.708278+0000 mgr.a (mgr.14150) 47 : cephadm [INF] Updating smithi086:/etc/ceph/ceph.conf 2024-09-17T01:03:57.224 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: audit 2024-09-17T01:03:31.344989+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:03:57.224 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: audit 2024-09-17T01:03:31.349432+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:03:57.224 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: audit 2024-09-17T01:03:31.352379+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi086", "caps": []}]: dispatch 2024-09-17T01:03:57.224 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: audit 2024-09-17T01:03:31.353347+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi086", "caps": []}]': finished 2024-09-17T01:03:57.224 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: cephadm 2024-09-17T01:03:30.890023+0000 mgr.a (mgr.14150) 48 : cephadm [INF] Updating smithi086:/var/lib/ceph/2853ef26-7490-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T01:03:57.224 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: cephadm 2024-09-17T01:03:31.048809+0000 mgr.a (mgr.14150) 49 : cephadm [INF] Updating smithi086:/etc/ceph/ceph.client.admin.keyring 2024-09-17T01:03:57.224 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: cephadm 2024-09-17T01:03:31.197627+0000 mgr.a (mgr.14150) 50 : cephadm [INF] Updating smithi086:/var/lib/ceph/2853ef26-7490-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-17T01:03:57.224 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: cluster 2024-09-17T01:03:31.865433+0000 mgr.a (mgr.14150) 51 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:03:57.225 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: cephadm 2024-09-17T01:03:32.541704+0000 mgr.a (mgr.14150) 52 : cephadm [INF] Deploying daemon agent.smithi086 on smithi086 2024-09-17T01:03:57.225 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: audit 2024-09-17T01:03:33.662040+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:03:57.225 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: audit 2024-09-17T01:03:33.667820+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:03:57.225 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: audit 2024-09-17T01:03:33.673089+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:03:57.225 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: audit 2024-09-17T01:03:33.762359+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:03:57.225 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: audit 2024-09-17T01:03:33.767324+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:03:57.225 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: audit 2024-09-17T01:03:33.768947+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:03:57.225 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: audit 2024-09-17T01:03:33.776524+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:03:57.225 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: audit 2024-09-17T01:03:33.865182+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:03:57.225 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: audit 2024-09-17T01:03:33.869990+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:03:57.225 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: audit 2024-09-17T01:03:33.871787+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:03:57.226 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: audit 2024-09-17T01:03:33.879952+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:03:57.226 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: audit 2024-09-17T01:03:33.931813+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:03:57.226 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: audit 2024-09-17T01:03:34.220479+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:03:57.226 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: cluster 2024-09-17T01:03:33.865878+0000 mgr.a (mgr.14150) 53 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:03:57.226 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: audit 2024-09-17T01:03:35.277030+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:03:57.226 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: audit 2024-09-17T01:03:35.282995+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:03:57.226 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: audit 2024-09-17T01:03:35.302204+0000 mgr.a (mgr.14150) 54 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T01:03:57.226 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: audit 2024-09-17T01:03:35.956997+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:03:57.226 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: audit 2024-09-17T01:03:35.960664+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:03:57.227 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: audit 2024-09-17T01:03:35.965820+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:03:57.227 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: cluster 2024-09-17T01:03:35.866317+0000 mgr.a (mgr.14150) 55 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:03:57.227 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: cluster 2024-09-17T01:03:37.866808+0000 mgr.a (mgr.14150) 56 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:03:57.227 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: cluster 2024-09-17T01:03:39.867285+0000 mgr.a (mgr.14150) 57 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:03:57.227 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: audit 2024-09-17T01:03:42.104785+0000 mon.a (mon.0) 198 : audit [INF] from='client.? 172.21.15.18:0/1093831938' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-09-17T01:03:57.227 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: cluster 2024-09-17T01:03:41.867597+0000 mgr.a (mgr.14150) 58 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:03:57.228 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: audit 2024-09-17T01:03:42.790411+0000 mon.a (mon.0) 199 : audit [INF] from='client.? 172.21.15.18:0/1093831938' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-17T01:03:57.228 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: cluster 2024-09-17T01:03:42.795047+0000 mon.a (mon.0) 200 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-17T01:03:57.228 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: cluster 2024-09-17T01:03:43.867930+0000 mgr.a (mgr.14150) 59 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:03:57.228 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: cluster 2024-09-17T01:03:45.868389+0000 mgr.a (mgr.14150) 60 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:03:57.228 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: audit 2024-09-17T01:03:46.373011+0000 mgr.a (mgr.14150) 61 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi018:172.21.15.18=a;smithi063:172.21.15.63=b;smithi086:172.21.15.86=c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T01:03:57.228 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: cephadm 2024-09-17T01:03:46.378116+0000 mgr.a (mgr.14150) 62 : cephadm [INF] Saving service mon spec with placement smithi018:172.21.15.18=a;smithi063:172.21.15.63=b;smithi086:172.21.15.86=c;count:3 2024-09-17T01:03:57.228 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: audit 2024-09-17T01:03:46.383610+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:03:57.228 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: audit 2024-09-17T01:03:46.385359+0000 mon.a (mon.0) 202 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:03:57.228 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: audit 2024-09-17T01:03:46.390082+0000 mon.a (mon.0) 203 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:03:57.229 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: audit 2024-09-17T01:03:46.392013+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:03:57.229 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: audit 2024-09-17T01:03:46.398837+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:03:57.229 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: audit 2024-09-17T01:03:46.401884+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-17T01:03:57.229 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: audit 2024-09-17T01:03:46.403223+0000 mon.a (mon.0) 207 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:03:57.229 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: cephadm 2024-09-17T01:03:46.404835+0000 mgr.a (mgr.14150) 63 : cephadm [INF] Deploying daemon mon.c on smithi086 2024-09-17T01:03:57.229 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: cluster 2024-09-17T01:03:47.868828+0000 mgr.a (mgr.14150) 64 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:03:57.229 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: audit 2024-09-17T01:03:49.320823+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:03:57.229 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: audit 2024-09-17T01:03:49.324855+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:03:57.229 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: audit 2024-09-17T01:03:49.330608+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:03:57.229 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: audit 2024-09-17T01:03:49.797273+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:03:57.230 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: audit 2024-09-17T01:03:49.804716+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:03:57.230 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: audit 2024-09-17T01:03:50.400311+0000 mon.a (mon.0) 213 : audit [DBG] from='client.? 172.21.15.86:0/642270579' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T01:03:57.230 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: cluster 2024-09-17T01:03:49.869213+0000 mgr.a (mgr.14150) 65 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:03:57.230 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: cluster 2024-09-17T01:03:51.869629+0000 mgr.a (mgr.14150) 66 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:03:57.230 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: cluster 2024-09-17T01:03:53.870029+0000 mgr.a (mgr.14150) 67 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:03:57.230 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: audit 2024-09-17T01:03:54.763575+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:03:57.230 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: audit 2024-09-17T01:03:54.769140+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:03:57.230 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: audit 2024-09-17T01:03:54.775028+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:03:57.230 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: audit 2024-09-17T01:03:54.776347+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-17T01:03:57.231 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: audit 2024-09-17T01:03:54.778248+0000 mon.a (mon.0) 218 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:03:57.231 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: cephadm 2024-09-17T01:03:54.780364+0000 mgr.a (mgr.14150) 68 : cephadm [INF] Deploying daemon mon.b on smithi063 2024-09-17T01:03:57.231 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: audit 2024-09-17T01:03:55.732337+0000 mon.a (mon.0) 219 : audit [DBG] from='client.? 172.21.15.86:0/1838593971' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T01:03:57.231 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:03:56 smithi086 bash[23376]: debug 2024-09-17T01:03:56.910+0000 7ffa18bed640 1 mon.c@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-09-17T01:03:57.535 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-17T01:03:57.535 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2853ef26-7490-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-17T01:03:59.696 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:03:59 smithi063 systemd[1]: Started Ceph mon.b for 2853ef26-7490-11ef-bceb-c7b262605968. 2024-09-17T01:04:00.730 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.708+0000 7f560e314c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-09-17T01:04:00.730 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.708+0000 7f560e314c80 0 ceph version 19.1.1-330-gc2ddf972 (c2ddf9721ef254645201cdbabd9c8f49c30a586f) squid (stable), process ceph-mon, pid 7 2024-09-17T01:04:00.730 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.708+0000 7f560e314c80 0 pidfile_write: ignore empty --pid-file 2024-09-17T01:04:00.730 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 0 load: jerasure load: lrc 2024-09-17T01:04:00.730 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: RocksDB version: 7.9.2 2024-09-17T01:04:00.730 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Git sha 0 2024-09-17T01:04:00.730 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Compile date 2024-09-16 15:09:42 2024-09-17T01:04:00.730 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: DB SUMMARY 2024-09-17T01:04:00.730 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: DB Session ID: 0U531TOH8VAOKCSBNJMM 2024-09-17T01:04:00.730 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: CURRENT file: CURRENT 2024-09-17T01:04:00.730 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: IDENTITY file: IDENTITY 2024-09-17T01:04:00.731 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-09-17T01:04:00.731 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 0, files: 2024-09-17T01:04:00.731 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000004.log size: 511 ; 2024-09-17T01:04:00.731 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.error_if_exists: 0 2024-09-17T01:04:00.731 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.create_if_missing: 0 2024-09-17T01:04:00.731 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.paranoid_checks: 1 2024-09-17T01:04:00.731 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-09-17T01:04:00.731 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-17T01:04:00.731 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-17T01:04:00.731 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.env: 0x55ce163d5940 2024-09-17T01:04:00.731 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.fs: PosixFileSystem 2024-09-17T01:04:00.731 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.info_log: 0x55ce16fed6e0 2024-09-17T01:04:00.732 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-09-17T01:04:00.732 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.statistics: (nil) 2024-09-17T01:04:00.732 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.use_fsync: 0 2024-09-17T01:04:00.732 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.max_log_file_size: 0 2024-09-17T01:04:00.733 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-17T01:04:00.733 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-09-17T01:04:00.734 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-09-17T01:04:00.734 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-09-17T01:04:00.734 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.allow_fallocate: 1 2024-09-17T01:04:00.734 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-09-17T01:04:00.734 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-09-17T01:04:00.734 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.use_direct_reads: 0 2024-09-17T01:04:00.734 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-17T01:04:00.734 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.create_missing_column_families: 0 2024-09-17T01:04:00.734 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.db_log_dir: 2024-09-17T01:04:00.734 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.wal_dir: 2024-09-17T01:04:00.734 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-09-17T01:04:00.735 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-09-17T01:04:00.735 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-09-17T01:04:00.735 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-17T01:04:00.735 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-17T01:04:00.735 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-09-17T01:04:00.735 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.advise_random_on_open: 1 2024-09-17T01:04:00.735 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-09-17T01:04:00.735 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.write_buffer_manager: 0x55ce16ffcdc0 2024-09-17T01:04:00.735 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-17T01:04:00.735 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-17T01:04:00.735 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-09-17T01:04:00.735 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.rate_limiter: (nil) 2024-09-17T01:04:00.735 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-17T01:04:00.736 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-09-17T01:04:00.736 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-09-17T01:04:00.736 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-09-17T01:04:00.736 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.unordered_write: 0 2024-09-17T01:04:00.736 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-17T01:04:00.736 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-17T01:04:00.736 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-17T01:04:00.736 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-17T01:04:00.736 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.row_cache: None 2024-09-17T01:04:00.736 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.wal_filter: None 2024-09-17T01:04:00.736 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-17T01:04:00.736 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-09-17T01:04:00.736 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.two_write_queues: 0 2024-09-17T01:04:00.737 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.manual_wal_flush: 0 2024-09-17T01:04:00.737 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.wal_compression: 0 2024-09-17T01:04:00.737 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.atomic_flush: 0 2024-09-17T01:04:00.737 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-17T01:04:00.737 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-09-17T01:04:00.737 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-09-17T01:04:00.737 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.log_readahead_size: 0 2024-09-17T01:04:00.737 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-17T01:04:00.737 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-09-17T01:04:00.737 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-17T01:04:00.737 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-17T01:04:00.737 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-09-17T01:04:00.737 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-09-17T01:04:00.738 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-09-17T01:04:00.738 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.max_background_jobs: 2 2024-09-17T01:04:00.738 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.max_background_compactions: -1 2024-09-17T01:04:00.738 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.max_subcompactions: 1 2024-09-17T01:04:00.738 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-17T01:04:00.738 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-17T01:04:00.738 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-09-17T01:04:00.738 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.max_total_wal_size: 0 2024-09-17T01:04:00.738 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-17T01:04:00.738 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-09-17T01:04:00.738 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-09-17T01:04:00.738 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-17T01:04:00.738 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.max_open_files: -1 2024-09-17T01:04:00.738 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.bytes_per_sync: 0 2024-09-17T01:04:00.739 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-09-17T01:04:00.739 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-09-17T01:04:00.739 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-09-17T01:04:00.739 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.max_background_flushes: -1 2024-09-17T01:04:00.739 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Compression algorithms supported: 2024-09-17T01:04:00.739 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: kZSTD supported: 0 2024-09-17T01:04:00.739 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: kXpressCompression supported: 0 2024-09-17T01:04:00.739 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: kBZip2Compression supported: 0 2024-09-17T01:04:00.739 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-17T01:04:00.739 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: kLZ4Compression supported: 1 2024-09-17T01:04:00.739 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: kZlibCompression supported: 1 2024-09-17T01:04:00.739 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-09-17T01:04:00.739 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: kSnappyCompression supported: 1 2024-09-17T01:04:00.740 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-09-17T01:04:00.740 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-09-17T01:04:00.740 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 2024-09-17T01:04:00.740 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-17T01:04:00.740 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-17T01:04:00.740 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.merge_operator: 2024-09-17T01:04:00.740 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.compaction_filter: None 2024-09-17T01:04:00.740 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.compaction_filter_factory: None 2024-09-17T01:04:00.740 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-09-17T01:04:00.740 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-09-17T01:04:00.740 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-09-17T01:04:00.740 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55ce16fed320) 2024-09-17T01:04:00.741 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: cache_index_and_filter_blocks: 1 2024-09-17T01:04:00.741 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-17T01:04:00.741 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-17T01:04:00.741 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: pin_top_level_index_and_filter: 1 2024-09-17T01:04:00.741 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: index_type: 0 2024-09-17T01:04:00.741 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: data_block_index_type: 0 2024-09-17T01:04:00.741 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: index_shortening: 1 2024-09-17T01:04:00.741 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: data_block_hash_table_util_ratio: 0.750000 2024-09-17T01:04:00.741 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: checksum: 4 2024-09-17T01:04:00.741 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: no_block_cache: 0 2024-09-17T01:04:00.742 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: block_cache: 0x55ce16fe31f0 2024-09-17T01:04:00.742 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: block_cache_name: BinnedLRUCache 2024-09-17T01:04:00.742 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: block_cache_options: 2024-09-17T01:04:00.742 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: capacity : 536870912 2024-09-17T01:04:00.742 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: num_shard_bits : 4 2024-09-17T01:04:00.742 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: strict_capacity_limit : 0 2024-09-17T01:04:00.742 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: high_pri_pool_ratio: 0.000 2024-09-17T01:04:00.742 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: block_cache_compressed: (nil) 2024-09-17T01:04:00.742 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: persistent_cache: (nil) 2024-09-17T01:04:00.742 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: block_size: 4096 2024-09-17T01:04:00.742 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: block_size_deviation: 10 2024-09-17T01:04:00.742 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: block_restart_interval: 16 2024-09-17T01:04:00.742 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: index_block_restart_interval: 1 2024-09-17T01:04:00.742 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: metadata_block_size: 4096 2024-09-17T01:04:00.743 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: partition_filters: 0 2024-09-17T01:04:00.743 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: use_delta_encoding: 1 2024-09-17T01:04:00.743 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: filter_policy: bloomfilter 2024-09-17T01:04:00.743 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: whole_key_filtering: 1 2024-09-17T01:04:00.743 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: verify_compression: 0 2024-09-17T01:04:00.743 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: read_amp_bytes_per_bit: 0 2024-09-17T01:04:00.743 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: format_version: 5 2024-09-17T01:04:00.743 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: enable_index_compression: 1 2024-09-17T01:04:00.743 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: block_align: 0 2024-09-17T01:04:00.743 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: max_auto_readahead_size: 262144 2024-09-17T01:04:00.743 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: prepopulate_block_cache: 0 2024-09-17T01:04:00.743 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: initial_auto_readahead_size: 8192 2024-09-17T01:04:00.743 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: num_file_reads_for_auto_readahead: 2 2024-09-17T01:04:00.743 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-09-17T01:04:00.743 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-09-17T01:04:00.744 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.compression: NoCompression 2024-09-17T01:04:00.744 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-09-17T01:04:00.744 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-09-17T01:04:00.744 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-17T01:04:00.744 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.num_levels: 7 2024-09-17T01:04:00.744 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-17T01:04:00.744 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-17T01:04:00.744 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-17T01:04:00.744 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-17T01:04:00.744 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-17T01:04:00.744 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-17T01:04:00.744 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-17T01:04:00.744 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-17T01:04:00.745 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-17T01:04:00.745 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-17T01:04:00.745 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-17T01:04:00.745 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-17T01:04:00.745 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-09-17T01:04:00.745 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.compression_opts.level: 32767 2024-09-17T01:04:00.745 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-09-17T01:04:00.745 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-17T01:04:00.745 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-17T01:04:00.745 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-17T01:04:00.745 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-17T01:04:00.745 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.compression_opts.enabled: false 2024-09-17T01:04:00.745 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-17T01:04:00.745 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-17T01:04:00.746 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-17T01:04:00.746 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-17T01:04:00.746 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-09-17T01:04:00.746 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-09-17T01:04:00.746 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-17T01:04:00.746 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-17T01:04:00.746 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-17T01:04:00.746 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-17T01:04:00.746 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-17T01:04:00.746 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-17T01:04:00.746 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-17T01:04:00.746 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-17T01:04:00.746 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-17T01:04:00.746 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-17T01:04:00.747 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-17T01:04:00.747 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-17T01:04:00.747 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-17T01:04:00.747 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.arena_block_size: 1048576 2024-09-17T01:04:00.747 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-17T01:04:00.747 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-17T01:04:00.747 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-09-17T01:04:00.747 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-17T01:04:00.747 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-17T01:04:00.747 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-17T01:04:00.747 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-17T01:04:00.747 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-17T01:04:00.747 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-17T01:04:00.748 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-17T01:04:00.748 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-17T01:04:00.748 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-17T01:04:00.748 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-17T01:04:00.748 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-17T01:04:00.748 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.inplace_update_support: 0 2024-09-17T01:04:00.748 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-09-17T01:04:00.748 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-17T01:04:00.748 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-17T01:04:00.748 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-09-17T01:04:00.748 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.bloom_locality: 0 2024-09-17T01:04:00.748 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.max_successive_merges: 0 2024-09-17T01:04:00.748 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-09-17T01:04:00.748 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-09-17T01:04:00.749 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.force_consistency_checks: 1 2024-09-17T01:04:00.749 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-09-17T01:04:00.749 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.ttl: 2592000 2024-09-17T01:04:00.749 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-09-17T01:04:00.749 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-17T01:04:00.749 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-17T01:04:00.749 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.enable_blob_files: false 2024-09-17T01:04:00.749 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.min_blob_size: 0 2024-09-17T01:04:00.749 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.blob_file_size: 268435456 2024-09-17T01:04:00.749 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-09-17T01:04:00.749 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-09-17T01:04:00.749 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-17T01:04:00.749 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-17T01:04:00.750 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-17T01:04:00.750 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-09-17T01:04:00.750 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-17T01:04:00.750 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-09-17T01:04:00.750 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-09-17T01:04:00.750 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: c412b0f4-ced5-4524-9a9c-432c7c383e9e 2024-09-17T01:04:00.750 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726535040719315, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-09-17T01:04:00.750 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.712+0000 7f560e314c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-09-17T01:04:00.750 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.716+0000 7f560e314c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726535040719967, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 8, "file_size": 1648, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 1, "largest_seqno": 5, "table_properties": {"data_size": 523, "index_size": 31, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 69, "raw_key_size": 115, "raw_average_key_size": 23, "raw_value_size": 401, "raw_average_value_size": 80, "num_data_blocks": 1, "num_entries": 5, "num_filter_entries": 5, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[CompactOnDeletionCollector]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1726535040, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "c412b0f4-ced5-4524-9a9c-432c7c383e9e", "db_session_id": "0U531TOH8VAOKCSBNJMM", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-09-17T01:04:00.750 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.716+0000 7f560e314c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726535040720135, "job": 1, "event": "recovery_finished"} 2024-09-17T01:04:00.750 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.716+0000 7f560e314c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-09-17T01:04:00.750 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.716+0000 7f560e314c80 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-b/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-09-17T01:04:00.750 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.716+0000 7f560e314c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55ce1700ee00 2024-09-17T01:04:00.751 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.716+0000 7f560e314c80 4 rocksdb: DB pointer 0x55ce1710e000 2024-09-17T01:04:00.751 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.716+0000 7f56040dd640 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-17T01:04:00.751 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.716+0000 7f56040dd640 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-17T01:04:00.751 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: ** DB Stats ** 2024-09-17T01:04:00.751 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-17T01:04:00.751 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: 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-17T01:04:00.751 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-17T01:04:00.751 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-17T01:04:00.751 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: 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-17T01:04:00.751 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-17T01:04:00.751 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-17T01:04:00.751 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: ** Compaction Stats [default] ** 2024-09-17T01:04:00.751 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-09-17T01:04:00.751 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-17T01:04:00.752 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: L0 1/0 1.61 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.6 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-17T01:04:00.752 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: Sum 1/0 1.61 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.6 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-17T01:04:00.752 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.6 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-17T01:04:00.752 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: ** Compaction Stats [default] ** 2024-09-17T01:04:00.752 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-09-17T01:04:00.752 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-17T01:04:00.752 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2.6 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-17T01:04:00.752 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-09-17T01:04:00.752 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-17T01:04:00.752 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: Flush(GB): cumulative 0.000, interval 0.000 2024-09-17T01:04:00.752 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-17T01:04:00.752 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: AddFile(Total Files): cumulative 0, interval 0 2024-09-17T01:04:00.752 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-17T01:04:00.752 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: AddFile(Keys): cumulative 0, interval 0 2024-09-17T01:04:00.753 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: Cumulative compaction: 0.00 GB write, 0.36 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-17T01:04:00.753 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: Interval compaction: 0.00 GB write, 0.36 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-17T01:04:00.753 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: 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-17T01:04:00.753 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: Block cache BinnedLRUCache@0x55ce16fe31f0#7 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.5e-05 secs_since: 0 2024-09-17T01:04:00.753 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: Block cache entry stats(count,size,portion): FilterBlock(1,0.11 KB,2.08616e-05%) IndexBlock(1,0.11 KB,2.08616e-05%) Misc(1,0.00 KB,0%) 2024-09-17T01:04:00.753 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: ** File Read Latency Histogram By Level [default] ** 2024-09-17T01:04:00.753 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.716+0000 7f560e314c80 0 mon.b does not exist in monmap, will attempt to join an existing cluster 2024-09-17T01:04:00.753 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.716+0000 7f560e314c80 0 using public_addr v2:172.21.15.63:0/0 -> [v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0] 2024-09-17T01:04:00.753 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.720+0000 7f560e314c80 0 starting mon.b rank -1 at public addrs [v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0] at bind addrs [v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid 2853ef26-7490-11ef-bceb-c7b262605968 2024-09-17T01:04:00.753 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.720+0000 7f560e314c80 1 mon.b@-1(???) e0 preinit fsid 2853ef26-7490-11ef-bceb-c7b262605968 2024-09-17T01:04:00.953 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.744+0000 7f56070e3640 0 mon.b@-1(synchronizing).mds e1 new map 2024-09-17T01:04:00.953 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.744+0000 7f56070e3640 0 mon.b@-1(synchronizing).mds e1 print_map 2024-09-17T01:04:00.953 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: e1 2024-09-17T01:04:00.953 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: btime 2024-09-17T01:01:33:492082+0000 2024-09-17T01:04:00.953 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: enable_multiple, ever_enabled_multiple: 1,1 2024-09-17T01:04:00.953 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments,12=quiesce subvolumes} 2024-09-17T01:04:00.953 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: legacy client fscid: -1 2024-09-17T01:04:00.953 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: 2024-09-17T01:04:00.954 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: No filesystems configured 2024-09-17T01:04:00.954 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.744+0000 7f56070e3640 1 mon.b@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-09-17T01:04:00.954 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.744+0000 7f56070e3640 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-17T01:04:00.954 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.744+0000 7f56070e3640 1 mon.b@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-09-17T01:04:00.954 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.744+0000 7f56070e3640 1 mon.b@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-09-17T01:04:00.954 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.744+0000 7f56070e3640 1 mon.b@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-09-17T01:04:00.954 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.744+0000 7f56070e3640 1 mon.b@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-09-17T01:04:00.954 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.744+0000 7f56070e3640 0 mon.b@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-09-17T01:04:00.954 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.744+0000 7f56070e3640 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-17T01:04:00.954 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.744+0000 7f56070e3640 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-17T01:04:00.954 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.744+0000 7f56070e3640 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-17T01:04:00.954 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: cluster 2024-09-17T01:02:59.859552+0000 mgr.a (mgr.14150) 19 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:04:00.954 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: cluster 2024-09-17T01:03:01.859986+0000 mgr.a (mgr.14150) 20 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:04:00.954 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: cluster 2024-09-17T01:03:03.860301+0000 mgr.a (mgr.14150) 21 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:04:00.955 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: audit 2024-09-17T01:03:04.173638+0000 mgr.a (mgr.14150) 22 : audit [DBG] from='client.14174 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi063", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T01:04:00.955 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: cephadm 2024-09-17T01:03:05.499095+0000 mgr.a (mgr.14150) 23 : cephadm [INF] Deploying cephadm binary to smithi063 2024-09-17T01:04:00.955 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: cluster 2024-09-17T01:03:05.860657+0000 mgr.a (mgr.14150) 24 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:04:00.955 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: cluster 2024-09-17T01:03:07.860903+0000 mgr.a (mgr.14150) 25 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:04:00.956 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: audit 2024-09-17T01:03:08.905058+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:00.956 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: audit 2024-09-17T01:03:08.907752+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:00.956 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: audit 2024-09-17T01:03:08.911361+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:00.956 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: audit 2024-09-17T01:03:09.208584+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:00.956 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: audit 2024-09-17T01:03:09.210285+0000 mon.a (mon.0) 137 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:04:00.956 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: cephadm 2024-09-17T01:03:09.209475+0000 mgr.a (mgr.14150) 26 : cephadm [INF] Added host smithi063 2024-09-17T01:04:00.956 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: audit 2024-09-17T01:03:09.772522+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:00.956 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: cluster 2024-09-17T01:03:09.861262+0000 mgr.a (mgr.14150) 27 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:04:00.956 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: audit 2024-09-17T01:03:11.314527+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:00.956 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: audit 2024-09-17T01:03:11.320395+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:00.956 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: audit 2024-09-17T01:03:11.322170+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi063", "name": "osd_memory_target"}]: dispatch 2024-09-17T01:04:00.957 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: audit 2024-09-17T01:03:11.324744+0000 mon.a (mon.0) 142 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:04:00.957 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: audit 2024-09-17T01:03:11.326728+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:04:00.957 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: cephadm 2024-09-17T01:03:11.329433+0000 mgr.a (mgr.14150) 28 : cephadm [INF] Updating smithi063:/etc/ceph/ceph.conf 2024-09-17T01:04:00.957 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: cephadm 2024-09-17T01:03:11.510543+0000 mgr.a (mgr.14150) 29 : cephadm [INF] Updating smithi063:/var/lib/ceph/2853ef26-7490-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T01:04:00.957 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: cephadm 2024-09-17T01:03:11.665221+0000 mgr.a (mgr.14150) 30 : cephadm [INF] Updating smithi063:/etc/ceph/ceph.client.admin.keyring 2024-09-17T01:04:00.957 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: cephadm 2024-09-17T01:03:11.809565+0000 mgr.a (mgr.14150) 31 : cephadm [INF] Updating smithi063:/var/lib/ceph/2853ef26-7490-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-17T01:04:00.957 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: audit 2024-09-17T01:03:11.955576+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:00.957 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: audit 2024-09-17T01:03:11.961401+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:00.957 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: audit 2024-09-17T01:03:11.964479+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi063", "caps": []}]: dispatch 2024-09-17T01:04:00.957 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: audit 2024-09-17T01:03:11.965683+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi063", "caps": []}]': finished 2024-09-17T01:04:00.957 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: cluster 2024-09-17T01:03:11.861645+0000 mgr.a (mgr.14150) 32 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:04:00.957 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: cephadm 2024-09-17T01:03:13.557227+0000 mgr.a (mgr.14150) 33 : cephadm [INF] Deploying daemon agent.smithi063 on smithi063 2024-09-17T01:04:00.957 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: cluster 2024-09-17T01:03:13.862033+0000 mgr.a (mgr.14150) 34 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:04:00.958 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: audit 2024-09-17T01:03:14.783914+0000 mon.a (mon.0) 148 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:00.958 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: audit 2024-09-17T01:03:14.797609+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:00.958 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: audit 2024-09-17T01:03:14.801532+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:00.958 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: audit 2024-09-17T01:03:14.860000+0000 mon.a (mon.0) 151 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:04:00.958 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: audit 2024-09-17T01:03:14.864038+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:04:00.958 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: audit 2024-09-17T01:03:14.865826+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:04:00.958 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: audit 2024-09-17T01:03:14.873915+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:00.958 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: audit 2024-09-17T01:03:14.932445+0000 mon.a (mon.0) 155 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:04:00.958 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: audit 2024-09-17T01:03:14.936073+0000 mon.a (mon.0) 156 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:04:00.958 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: audit 2024-09-17T01:03:14.937528+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:04:00.958 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: audit 2024-09-17T01:03:14.944228+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:00.958 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: audit 2024-09-17T01:03:15.335670+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:00.958 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: cluster 2024-09-17T01:03:15.862439+0000 mgr.a (mgr.14150) 35 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:04:00.959 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: audit 2024-09-17T01:03:16.308517+0000 mgr.a (mgr.14150) 36 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T01:04:00.959 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: audit 2024-09-17T01:03:16.394725+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:00.959 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: audit 2024-09-17T01:03:16.398223+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:00.959 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: cluster 2024-09-17T01:03:17.862857+0000 mgr.a (mgr.14150) 37 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:04:00.959 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: audit 2024-09-17T01:03:18.926643+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:00.959 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: cluster 2024-09-17T01:03:19.863250+0000 mgr.a (mgr.14150) 38 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:04:00.959 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: cluster 2024-09-17T01:03:21.863512+0000 mgr.a (mgr.14150) 39 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:04:00.959 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: audit 2024-09-17T01:03:23.647628+0000 mgr.a (mgr.14150) 40 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi086", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T01:04:00.959 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: cluster 2024-09-17T01:03:23.863843+0000 mgr.a (mgr.14150) 41 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:04:00.959 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: cephadm 2024-09-17T01:03:24.942986+0000 mgr.a (mgr.14150) 42 : cephadm [INF] Deploying cephadm binary to smithi086 2024-09-17T01:04:00.959 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: cluster 2024-09-17T01:03:25.864229+0000 mgr.a (mgr.14150) 43 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:04:00.959 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: cluster 2024-09-17T01:03:27.864613+0000 mgr.a (mgr.14150) 44 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:04:00.959 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: audit 2024-09-17T01:03:28.593176+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:00.959 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: cephadm 2024-09-17T01:03:28.594001+0000 mgr.a (mgr.14150) 45 : cephadm [INF] Added host smithi086 2024-09-17T01:04:00.960 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: audit 2024-09-17T01:03:28.594808+0000 mon.a (mon.0) 164 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:04:00.960 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: audit 2024-09-17T01:03:29.103950+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:00.960 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: audit 2024-09-17T01:03:29.109528+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:00.960 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: audit 2024-09-17T01:03:29.116219+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:00.960 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: audit 2024-09-17T01:03:29.126586+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:00.960 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: audit 2024-09-17T01:03:29.540246+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:00.960 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: audit 2024-09-17T01:03:29.547752+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:00.960 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: cluster 2024-09-17T01:03:29.865008+0000 mgr.a (mgr.14150) 46 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:04:00.960 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: audit 2024-09-17T01:03:30.695226+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:00.960 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: audit 2024-09-17T01:03:30.700583+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:00.960 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: audit 2024-09-17T01:03:30.702024+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi086", "name": "osd_memory_target"}]: dispatch 2024-09-17T01:04:00.960 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: audit 2024-09-17T01:03:30.704118+0000 mon.a (mon.0) 174 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:04:00.960 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: audit 2024-09-17T01:03:30.705674+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:04:00.961 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: cephadm 2024-09-17T01:03:30.708278+0000 mgr.a (mgr.14150) 47 : cephadm [INF] Updating smithi086:/etc/ceph/ceph.conf 2024-09-17T01:04:00.961 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: audit 2024-09-17T01:03:31.344989+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:00.961 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: audit 2024-09-17T01:03:31.349432+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:00.961 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: audit 2024-09-17T01:03:31.352379+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi086", "caps": []}]: dispatch 2024-09-17T01:04:00.961 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: audit 2024-09-17T01:03:31.353347+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi086", "caps": []}]': finished 2024-09-17T01:04:00.961 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: cephadm 2024-09-17T01:03:30.890023+0000 mgr.a (mgr.14150) 48 : cephadm [INF] Updating smithi086:/var/lib/ceph/2853ef26-7490-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T01:04:00.961 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: cephadm 2024-09-17T01:03:31.048809+0000 mgr.a (mgr.14150) 49 : cephadm [INF] Updating smithi086:/etc/ceph/ceph.client.admin.keyring 2024-09-17T01:04:00.961 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: cephadm 2024-09-17T01:03:31.197627+0000 mgr.a (mgr.14150) 50 : cephadm [INF] Updating smithi086:/var/lib/ceph/2853ef26-7490-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-17T01:04:00.961 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: cluster 2024-09-17T01:03:31.865433+0000 mgr.a (mgr.14150) 51 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:04:00.961 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: cephadm 2024-09-17T01:03:32.541704+0000 mgr.a (mgr.14150) 52 : cephadm [INF] Deploying daemon agent.smithi086 on smithi086 2024-09-17T01:04:00.961 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: audit 2024-09-17T01:03:33.662040+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:00.961 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: audit 2024-09-17T01:03:33.667820+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:00.961 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: audit 2024-09-17T01:03:33.673089+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:00.962 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: audit 2024-09-17T01:03:33.762359+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:04:00.962 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: audit 2024-09-17T01:03:33.767324+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:04:00.962 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: audit 2024-09-17T01:03:33.768947+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:04:00.962 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: audit 2024-09-17T01:03:33.776524+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:00.962 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: audit 2024-09-17T01:03:33.865182+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:04:00.962 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: audit 2024-09-17T01:03:33.869990+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:04:00.963 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: audit 2024-09-17T01:03:33.871787+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:04:00.963 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: audit 2024-09-17T01:03:33.879952+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:00.963 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: audit 2024-09-17T01:03:33.931813+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:00.963 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: audit 2024-09-17T01:03:34.220479+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:00.963 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: cluster 2024-09-17T01:03:33.865878+0000 mgr.a (mgr.14150) 53 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:04:00.963 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: audit 2024-09-17T01:03:35.277030+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:00.963 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: audit 2024-09-17T01:03:35.282995+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:00.963 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: audit 2024-09-17T01:03:35.302204+0000 mgr.a (mgr.14150) 54 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T01:04:00.963 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: audit 2024-09-17T01:03:35.956997+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:00.963 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: audit 2024-09-17T01:03:35.960664+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:00.963 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: audit 2024-09-17T01:03:35.965820+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:00.963 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: cluster 2024-09-17T01:03:35.866317+0000 mgr.a (mgr.14150) 55 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:04:00.963 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: cluster 2024-09-17T01:03:37.866808+0000 mgr.a (mgr.14150) 56 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:04:00.964 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: cluster 2024-09-17T01:03:39.867285+0000 mgr.a (mgr.14150) 57 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:04:00.964 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: audit 2024-09-17T01:03:42.104785+0000 mon.a (mon.0) 198 : audit [INF] from='client.? 172.21.15.18:0/1093831938' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-09-17T01:04:00.964 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: cluster 2024-09-17T01:03:41.867597+0000 mgr.a (mgr.14150) 58 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:04:00.964 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: audit 2024-09-17T01:03:42.790411+0000 mon.a (mon.0) 199 : audit [INF] from='client.? 172.21.15.18:0/1093831938' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-17T01:04:00.964 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: cluster 2024-09-17T01:03:42.795047+0000 mon.a (mon.0) 200 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-17T01:04:00.964 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: cluster 2024-09-17T01:03:43.867930+0000 mgr.a (mgr.14150) 59 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:04:00.964 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: cluster 2024-09-17T01:03:45.868389+0000 mgr.a (mgr.14150) 60 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:04:00.964 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: audit 2024-09-17T01:03:46.373011+0000 mgr.a (mgr.14150) 61 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi018:172.21.15.18=a;smithi063:172.21.15.63=b;smithi086:172.21.15.86=c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T01:04:00.964 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: cephadm 2024-09-17T01:03:46.378116+0000 mgr.a (mgr.14150) 62 : cephadm [INF] Saving service mon spec with placement smithi018:172.21.15.18=a;smithi063:172.21.15.63=b;smithi086:172.21.15.86=c;count:3 2024-09-17T01:04:00.965 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: audit 2024-09-17T01:03:46.383610+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:00.965 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: audit 2024-09-17T01:03:46.385359+0000 mon.a (mon.0) 202 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:04:00.965 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: audit 2024-09-17T01:03:46.390082+0000 mon.a (mon.0) 203 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:04:00.965 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: audit 2024-09-17T01:03:46.392013+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:04:00.965 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: audit 2024-09-17T01:03:46.398837+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:00.965 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: audit 2024-09-17T01:03:46.401884+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-17T01:04:00.966 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: audit 2024-09-17T01:03:46.403223+0000 mon.a (mon.0) 207 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:04:00.966 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: cephadm 2024-09-17T01:03:46.404835+0000 mgr.a (mgr.14150) 63 : cephadm [INF] Deploying daemon mon.c on smithi086 2024-09-17T01:04:00.966 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: cluster 2024-09-17T01:03:47.868828+0000 mgr.a (mgr.14150) 64 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:04:00.966 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: audit 2024-09-17T01:03:49.320823+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:00.966 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: audit 2024-09-17T01:03:49.324855+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:00.966 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: audit 2024-09-17T01:03:49.330608+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:00.966 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: audit 2024-09-17T01:03:49.797273+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:00.966 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: audit 2024-09-17T01:03:49.804716+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:00.966 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: audit 2024-09-17T01:03:50.400311+0000 mon.a (mon.0) 213 : audit [DBG] from='client.? 172.21.15.86:0/642270579' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T01:04:00.966 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: cluster 2024-09-17T01:03:49.869213+0000 mgr.a (mgr.14150) 65 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:04:00.966 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: cluster 2024-09-17T01:03:51.869629+0000 mgr.a (mgr.14150) 66 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:04:00.966 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: cluster 2024-09-17T01:03:53.870029+0000 mgr.a (mgr.14150) 67 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:04:00.966 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: audit 2024-09-17T01:03:54.763575+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:00.967 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: audit 2024-09-17T01:03:54.769140+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:00.967 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: audit 2024-09-17T01:03:54.775028+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:00.967 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: audit 2024-09-17T01:03:54.776347+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-17T01:04:00.967 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: audit 2024-09-17T01:03:54.778248+0000 mon.a (mon.0) 218 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:04:00.967 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: cephadm 2024-09-17T01:03:54.780364+0000 mgr.a (mgr.14150) 68 : cephadm [INF] Deploying daemon mon.b on smithi063 2024-09-17T01:04:00.967 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: audit 2024-09-17T01:03:55.732337+0000 mon.a (mon.0) 219 : audit [DBG] from='client.? 172.21.15.86:0/1838593971' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T01:04:00.967 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:00 smithi063 bash[23456]: debug 2024-09-17T01:04:00.748+0000 7f56070e3640 1 mon.b@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-09-17T01:04:01.245 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/2853ef26-7490-11ef-bceb-c7b262605968/mon.c/config 2024-09-17T01:04:02.188 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:02 smithi018 bash[22760]: audit 2024-09-17T01:03:56.919904+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-17T01:04:02.188 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:02 smithi018 bash[22760]: cluster 2024-09-17T01:03:56.925526+0000 mon.a (mon.0) 224 : cluster [INF] mon.a calling monitor election 2024-09-17T01:04:02.188 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:02 smithi018 bash[22760]: audit 2024-09-17T01:03:56.944067+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-17T01:04:02.188 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:02 smithi018 bash[22760]: audit 2024-09-17T01:03:56.944346+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-17T01:04:02.188 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:02 smithi018 bash[22760]: cluster 2024-09-17T01:03:57.870823+0000 mgr.a (mgr.14150) 70 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:04:02.188 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:02 smithi018 bash[22760]: audit 2024-09-17T01:03:57.919899+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-17T01:04:02.188 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:02 smithi018 bash[22760]: audit 2024-09-17T01:03:58.919609+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-17T01:04:02.189 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:02 smithi018 bash[22760]: cluster 2024-09-17T01:03:58.921578+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-09-17T01:04:02.189 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:02 smithi018 bash[22760]: cluster 2024-09-17T01:03:59.871189+0000 mgr.a (mgr.14150) 71 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:04:02.189 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:02 smithi018 bash[22760]: audit 2024-09-17T01:03:59.920198+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-17T01:04:02.189 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:02 smithi018 bash[22760]: audit 2024-09-17T01:04:00.756142+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T01:04:02.189 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:02 smithi018 bash[22760]: audit 2024-09-17T01:04:00.920357+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-17T01:04:02.189 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:02 smithi018 bash[22760]: audit 2024-09-17T01:04:01.756876+0000 mon.a (mon.0) 232 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T01:04:02.189 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:02 smithi018 bash[22760]: audit 2024-09-17T01:04:01.920264+0000 mon.a (mon.0) 233 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-17T01:04:02.189 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:02 smithi018 bash[22760]: cluster 2024-09-17T01:04:01.963723+0000 mon.a (mon.0) 234 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-17T01:04:02.189 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:02 smithi018 bash[22760]: cluster 2024-09-17T01:04:01.967951+0000 mon.a (mon.0) 235 : cluster [DBG] monmap epoch 2 2024-09-17T01:04:02.189 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:02 smithi018 bash[22760]: cluster 2024-09-17T01:04:01.967967+0000 mon.a (mon.0) 236 : cluster [DBG] fsid 2853ef26-7490-11ef-bceb-c7b262605968 2024-09-17T01:04:02.189 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:02 smithi018 bash[22760]: cluster 2024-09-17T01:04:01.967974+0000 mon.a (mon.0) 237 : cluster [DBG] last_changed 2024-09-17T01:03:56.919350+0000 2024-09-17T01:04:02.189 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:02 smithi018 bash[22760]: cluster 2024-09-17T01:04:01.967981+0000 mon.a (mon.0) 238 : cluster [DBG] created 2024-09-17T01:01:28.786733+0000 2024-09-17T01:04:02.190 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:02 smithi018 bash[22760]: cluster 2024-09-17T01:04:01.967990+0000 mon.a (mon.0) 239 : cluster [DBG] min_mon_release 19 (squid) 2024-09-17T01:04:02.190 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:02 smithi018 bash[22760]: cluster 2024-09-17T01:04:01.967998+0000 mon.a (mon.0) 240 : cluster [DBG] election_strategy: 1 2024-09-17T01:04:02.190 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:02 smithi018 bash[22760]: cluster 2024-09-17T01:04:01.968006+0000 mon.a (mon.0) 241 : cluster [DBG] 0: [v2:172.21.15.18:3300/0,v1:172.21.15.18:6789/0] mon.a 2024-09-17T01:04:02.190 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:02 smithi018 bash[22760]: cluster 2024-09-17T01:04:01.968017+0000 mon.a (mon.0) 242 : cluster [DBG] 1: [v2:172.21.15.86:3300/0,v1:172.21.15.86:6789/0] mon.c 2024-09-17T01:04:02.190 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:02 smithi018 bash[22760]: cluster 2024-09-17T01:04:01.987423+0000 mon.a (mon.0) 243 : cluster [DBG] fsmap 2024-09-17T01:04:02.190 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:02 smithi018 bash[22760]: cluster 2024-09-17T01:04:01.987449+0000 mon.a (mon.0) 244 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-17T01:04:02.190 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:02 smithi018 bash[22760]: cluster 2024-09-17T01:04:01.987612+0000 mon.a (mon.0) 245 : cluster [DBG] mgrmap e13: a(active, since 88s) 2024-09-17T01:04:02.190 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:02 smithi018 bash[22760]: cluster 2024-09-17T01:04:01.987737+0000 mon.a (mon.0) 246 : cluster [INF] overall HEALTH_OK 2024-09-17T01:04:02.190 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:02 smithi018 bash[22760]: audit 2024-09-17T01:04:01.998288+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:02.190 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:02 smithi018 bash[22760]: audit 2024-09-17T01:04:02.002600+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:02.190 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:02 smithi018 bash[22760]: audit 2024-09-17T01:04:02.008444+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:02.190 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:02 smithi018 bash[22760]: audit 2024-09-17T01:04:02.014643+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:02.190 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:02 smithi018 bash[22760]: audit 2024-09-17T01:04:02.021046+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:02.191 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:02 smithi018 bash[22760]: audit 2024-09-17T01:04:02.026365+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:02.191 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:02 smithi018 bash[22760]: audit 2024-09-17T01:04:02.030660+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:02.469 INFO:teuthology.orchestra.run.smithi086.stderr:dumped monmap epoch 2 2024-09-17T01:04:02.470 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-09-17T01:04:02.470 INFO:teuthology.orchestra.run.smithi086.stdout:{"epoch":2,"fsid":"2853ef26-7490-11ef-bceb-c7b262605968","modified":"2024-09-17T01:03:56.919350Z","created":"2024-09-17T01:01:28.786733Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:3300","nonce":0},{"type":"v1","addr":"172.21.15.86:6789","nonce":0}]},"addr":"172.21.15.86:6789/0","public_addr":"172.21.15.86:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-09-17T01:04:02.481 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:02 smithi086 bash[23376]: audit 2024-09-17T01:03:56.919904+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-17T01:04:02.481 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:02 smithi086 bash[23376]: cluster 2024-09-17T01:03:56.925526+0000 mon.a (mon.0) 224 : cluster [INF] mon.a calling monitor election 2024-09-17T01:04:02.481 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:02 smithi086 bash[23376]: audit 2024-09-17T01:03:56.944067+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-17T01:04:02.482 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:02 smithi086 bash[23376]: audit 2024-09-17T01:03:56.944346+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-17T01:04:02.482 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:02 smithi086 bash[23376]: cluster 2024-09-17T01:03:57.870823+0000 mgr.a (mgr.14150) 70 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:04:02.482 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:02 smithi086 bash[23376]: audit 2024-09-17T01:03:57.919899+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-17T01:04:02.482 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:02 smithi086 bash[23376]: audit 2024-09-17T01:03:58.919609+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-17T01:04:02.482 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:02 smithi086 bash[23376]: cluster 2024-09-17T01:03:58.921578+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-09-17T01:04:02.482 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:02 smithi086 bash[23376]: cluster 2024-09-17T01:03:59.871189+0000 mgr.a (mgr.14150) 71 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:04:02.482 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:02 smithi086 bash[23376]: audit 2024-09-17T01:03:59.920198+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-17T01:04:02.482 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:02 smithi086 bash[23376]: audit 2024-09-17T01:04:00.756142+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T01:04:02.482 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:02 smithi086 bash[23376]: audit 2024-09-17T01:04:00.920357+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-17T01:04:02.482 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:02 smithi086 bash[23376]: audit 2024-09-17T01:04:01.756876+0000 mon.a (mon.0) 232 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T01:04:02.482 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:02 smithi086 bash[23376]: audit 2024-09-17T01:04:01.920264+0000 mon.a (mon.0) 233 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-17T01:04:02.482 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:02 smithi086 bash[23376]: cluster 2024-09-17T01:04:01.963723+0000 mon.a (mon.0) 234 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-17T01:04:02.482 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:02 smithi086 bash[23376]: cluster 2024-09-17T01:04:01.967951+0000 mon.a (mon.0) 235 : cluster [DBG] monmap epoch 2 2024-09-17T01:04:02.483 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:02 smithi086 bash[23376]: cluster 2024-09-17T01:04:01.967967+0000 mon.a (mon.0) 236 : cluster [DBG] fsid 2853ef26-7490-11ef-bceb-c7b262605968 2024-09-17T01:04:02.483 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:02 smithi086 bash[23376]: cluster 2024-09-17T01:04:01.967974+0000 mon.a (mon.0) 237 : cluster [DBG] last_changed 2024-09-17T01:03:56.919350+0000 2024-09-17T01:04:02.483 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:02 smithi086 bash[23376]: cluster 2024-09-17T01:04:01.967981+0000 mon.a (mon.0) 238 : cluster [DBG] created 2024-09-17T01:01:28.786733+0000 2024-09-17T01:04:02.483 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:02 smithi086 bash[23376]: cluster 2024-09-17T01:04:01.967990+0000 mon.a (mon.0) 239 : cluster [DBG] min_mon_release 19 (squid) 2024-09-17T01:04:02.483 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:02 smithi086 bash[23376]: cluster 2024-09-17T01:04:01.967998+0000 mon.a (mon.0) 240 : cluster [DBG] election_strategy: 1 2024-09-17T01:04:02.483 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:02 smithi086 bash[23376]: cluster 2024-09-17T01:04:01.968006+0000 mon.a (mon.0) 241 : cluster [DBG] 0: [v2:172.21.15.18:3300/0,v1:172.21.15.18:6789/0] mon.a 2024-09-17T01:04:02.483 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:02 smithi086 bash[23376]: cluster 2024-09-17T01:04:01.968017+0000 mon.a (mon.0) 242 : cluster [DBG] 1: [v2:172.21.15.86:3300/0,v1:172.21.15.86:6789/0] mon.c 2024-09-17T01:04:02.483 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:02 smithi086 bash[23376]: cluster 2024-09-17T01:04:01.987423+0000 mon.a (mon.0) 243 : cluster [DBG] fsmap 2024-09-17T01:04:02.483 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:02 smithi086 bash[23376]: cluster 2024-09-17T01:04:01.987449+0000 mon.a (mon.0) 244 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-17T01:04:02.483 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:02 smithi086 bash[23376]: cluster 2024-09-17T01:04:01.987612+0000 mon.a (mon.0) 245 : cluster [DBG] mgrmap e13: a(active, since 88s) 2024-09-17T01:04:02.483 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:02 smithi086 bash[23376]: cluster 2024-09-17T01:04:01.987737+0000 mon.a (mon.0) 246 : cluster [INF] overall HEALTH_OK 2024-09-17T01:04:02.483 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:02 smithi086 bash[23376]: audit 2024-09-17T01:04:01.998288+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:02.483 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:02 smithi086 bash[23376]: audit 2024-09-17T01:04:02.002600+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:02.484 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:02 smithi086 bash[23376]: audit 2024-09-17T01:04:02.008444+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:02.484 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:02 smithi086 bash[23376]: audit 2024-09-17T01:04:02.014643+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:02.484 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:02 smithi086 bash[23376]: audit 2024-09-17T01:04:02.021046+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:02.484 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:02 smithi086 bash[23376]: audit 2024-09-17T01:04:02.026365+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:02.484 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:02 smithi086 bash[23376]: audit 2024-09-17T01:04:02.030660+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:03.025 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:04:02 smithi018 bash[23015]: debug 2024-09-17T01:04:02.916+0000 7f68ef96b640 -1 mgr.server handle_report got status from non-daemon mon.c 2024-09-17T01:04:03.199 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:02 smithi063 bash[23456]: audit 2024-09-17T01:03:56.919904+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-17T01:04:03.200 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:02 smithi063 bash[23456]: cluster 2024-09-17T01:03:56.925526+0000 mon.a (mon.0) 224 : cluster [INF] mon.a calling monitor election 2024-09-17T01:04:03.200 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:02 smithi063 bash[23456]: audit 2024-09-17T01:03:56.944067+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-17T01:04:03.200 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:02 smithi063 bash[23456]: audit 2024-09-17T01:03:56.944346+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-17T01:04:03.200 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:02 smithi063 bash[23456]: cluster 2024-09-17T01:03:57.870823+0000 mgr.a (mgr.14150) 70 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:04:03.200 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:02 smithi063 bash[23456]: audit 2024-09-17T01:03:57.919899+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-17T01:04:03.200 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:02 smithi063 bash[23456]: audit 2024-09-17T01:03:58.919609+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-17T01:04:03.200 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:02 smithi063 bash[23456]: cluster 2024-09-17T01:03:58.921578+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-09-17T01:04:03.200 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:02 smithi063 bash[23456]: cluster 2024-09-17T01:03:59.871189+0000 mgr.a (mgr.14150) 71 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:04:03.200 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:02 smithi063 bash[23456]: audit 2024-09-17T01:03:59.920198+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-17T01:04:03.200 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:02 smithi063 bash[23456]: audit 2024-09-17T01:04:00.756142+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T01:04:03.201 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:02 smithi063 bash[23456]: audit 2024-09-17T01:04:00.920357+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-17T01:04:03.201 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:02 smithi063 bash[23456]: audit 2024-09-17T01:04:01.756876+0000 mon.a (mon.0) 232 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T01:04:03.201 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:02 smithi063 bash[23456]: audit 2024-09-17T01:04:01.920264+0000 mon.a (mon.0) 233 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-17T01:04:03.201 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:02 smithi063 bash[23456]: cluster 2024-09-17T01:04:01.963723+0000 mon.a (mon.0) 234 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-17T01:04:03.201 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:02 smithi063 bash[23456]: cluster 2024-09-17T01:04:01.967951+0000 mon.a (mon.0) 235 : cluster [DBG] monmap epoch 2 2024-09-17T01:04:03.201 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:02 smithi063 bash[23456]: cluster 2024-09-17T01:04:01.967967+0000 mon.a (mon.0) 236 : cluster [DBG] fsid 2853ef26-7490-11ef-bceb-c7b262605968 2024-09-17T01:04:03.201 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:02 smithi063 bash[23456]: cluster 2024-09-17T01:04:01.967974+0000 mon.a (mon.0) 237 : cluster [DBG] last_changed 2024-09-17T01:03:56.919350+0000 2024-09-17T01:04:03.201 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:02 smithi063 bash[23456]: cluster 2024-09-17T01:04:01.967981+0000 mon.a (mon.0) 238 : cluster [DBG] created 2024-09-17T01:01:28.786733+0000 2024-09-17T01:04:03.201 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:02 smithi063 bash[23456]: cluster 2024-09-17T01:04:01.967990+0000 mon.a (mon.0) 239 : cluster [DBG] min_mon_release 19 (squid) 2024-09-17T01:04:03.201 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:02 smithi063 bash[23456]: cluster 2024-09-17T01:04:01.967998+0000 mon.a (mon.0) 240 : cluster [DBG] election_strategy: 1 2024-09-17T01:04:03.201 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:02 smithi063 bash[23456]: cluster 2024-09-17T01:04:01.968006+0000 mon.a (mon.0) 241 : cluster [DBG] 0: [v2:172.21.15.18:3300/0,v1:172.21.15.18:6789/0] mon.a 2024-09-17T01:04:03.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:02 smithi063 bash[23456]: cluster 2024-09-17T01:04:01.968017+0000 mon.a (mon.0) 242 : cluster [DBG] 1: [v2:172.21.15.86:3300/0,v1:172.21.15.86:6789/0] mon.c 2024-09-17T01:04:03.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:02 smithi063 bash[23456]: cluster 2024-09-17T01:04:01.987423+0000 mon.a (mon.0) 243 : cluster [DBG] fsmap 2024-09-17T01:04:03.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:02 smithi063 bash[23456]: cluster 2024-09-17T01:04:01.987449+0000 mon.a (mon.0) 244 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-17T01:04:03.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:02 smithi063 bash[23456]: cluster 2024-09-17T01:04:01.987612+0000 mon.a (mon.0) 245 : cluster [DBG] mgrmap e13: a(active, since 88s) 2024-09-17T01:04:03.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:02 smithi063 bash[23456]: cluster 2024-09-17T01:04:01.987737+0000 mon.a (mon.0) 246 : cluster [INF] overall HEALTH_OK 2024-09-17T01:04:03.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:02 smithi063 bash[23456]: audit 2024-09-17T01:04:01.998288+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:03.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:02 smithi063 bash[23456]: audit 2024-09-17T01:04:02.002600+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:03.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:02 smithi063 bash[23456]: audit 2024-09-17T01:04:02.008444+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:03.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:02 smithi063 bash[23456]: audit 2024-09-17T01:04:02.014643+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:03.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:02 smithi063 bash[23456]: audit 2024-09-17T01:04:02.021046+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:03.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:02 smithi063 bash[23456]: audit 2024-09-17T01:04:02.026365+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:03.203 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:02 smithi063 bash[23456]: audit 2024-09-17T01:04:02.030660+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:04.300 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-17T01:04:04.301 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2853ef26-7490-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-17T01:04:08.203 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:07 smithi063 bash[23456]: cluster 2024-09-17T01:04:01.871624+0000 mgr.a (mgr.14150) 72 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:04:08.203 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:07 smithi063 bash[23456]: cephadm 2024-09-17T01:04:02.095089+0000 mgr.a (mgr.14150) 73 : cephadm [INF] Updating smithi018:/etc/ceph/ceph.conf 2024-09-17T01:04:08.203 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:07 smithi063 bash[23456]: cephadm 2024-09-17T01:04:02.095360+0000 mgr.a (mgr.14150) 74 : cephadm [INF] Updating smithi063:/etc/ceph/ceph.conf 2024-09-17T01:04:08.203 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:07 smithi063 bash[23456]: cephadm 2024-09-17T01:04:02.095440+0000 mgr.a (mgr.14150) 75 : cephadm [INF] Updating smithi086:/etc/ceph/ceph.conf 2024-09-17T01:04:08.203 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:07 smithi063 bash[23456]: cephadm 2024-09-17T01:04:02.282189+0000 mgr.a (mgr.14150) 76 : cephadm [INF] Updating smithi018:/var/lib/ceph/2853ef26-7490-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T01:04:08.203 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:07 smithi063 bash[23456]: cephadm 2024-09-17T01:04:02.282521+0000 mgr.a (mgr.14150) 77 : cephadm [INF] Updating smithi086:/var/lib/ceph/2853ef26-7490-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T01:04:08.203 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:07 smithi063 bash[23456]: cephadm 2024-09-17T01:04:02.285692+0000 mgr.a (mgr.14150) 78 : cephadm [INF] Updating smithi063:/var/lib/ceph/2853ef26-7490-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T01:04:08.203 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:07 smithi063 bash[23456]: cephadm 2024-09-17T01:04:02.482237+0000 mgr.a (mgr.14150) 79 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-17T01:04:08.204 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:07 smithi063 bash[23456]: cephadm 2024-09-17T01:04:02.524409+0000 mgr.a (mgr.14150) 80 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-09-17T01:04:08.204 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:07 smithi063 bash[23456]: cephadm 2024-09-17T01:04:02.526737+0000 mgr.a (mgr.14150) 81 : cephadm [INF] Reconfiguring daemon mon.a on smithi018 2024-09-17T01:04:08.204 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:07 smithi063 bash[23456]: audit 2024-09-17T01:04:02.772065+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-17T01:04:08.204 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:07 smithi063 bash[23456]: cluster 2024-09-17T01:04:02.772281+0000 mon.a (mon.0) 270 : cluster [INF] mon.a calling monitor election 2024-09-17T01:04:08.204 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:07 smithi063 bash[23456]: cluster 2024-09-17T01:04:02.772868+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-09-17T01:04:08.204 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:07 smithi063 bash[23456]: audit 2024-09-17T01:04:02.773626+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T01:04:08.204 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:07 smithi063 bash[23456]: audit 2024-09-17T01:04:02.773761+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-17T01:04:08.204 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:07 smithi063 bash[23456]: audit 2024-09-17T01:04:03.757141+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T01:04:08.204 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:07 smithi063 bash[23456]: cluster 2024-09-17T01:04:03.872097+0000 mgr.a (mgr.14150) 82 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:04:08.204 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:07 smithi063 bash[23456]: audit 2024-09-17T01:04:04.756702+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T01:04:08.204 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:07 smithi063 bash[23456]: cluster 2024-09-17T01:04:04.770668+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-09-17T01:04:08.204 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:07 smithi063 bash[23456]: audit 2024-09-17T01:04:05.756260+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T01:04:08.205 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:07 smithi063 bash[23456]: cluster 2024-09-17T01:04:05.872581+0000 mgr.a (mgr.14150) 83 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:04:08.205 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:07 smithi063 bash[23456]: audit 2024-09-17T01:04:06.757544+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T01:04:08.205 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:07 smithi063 bash[23456]: audit 2024-09-17T01:04:07.757477+0000 mon.a (mon.0) 277 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T01:04:08.205 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:07 smithi063 bash[23456]: cluster 2024-09-17T01:04:07.815946+0000 mon.a (mon.0) 278 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-17T01:04:08.205 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:07 smithi063 bash[23456]: cluster 2024-09-17T01:04:07.822338+0000 mon.a (mon.0) 279 : cluster [DBG] monmap epoch 3 2024-09-17T01:04:08.205 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:07 smithi063 bash[23456]: cluster 2024-09-17T01:04:07.822372+0000 mon.a (mon.0) 280 : cluster [DBG] fsid 2853ef26-7490-11ef-bceb-c7b262605968 2024-09-17T01:04:08.205 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:07 smithi063 bash[23456]: cluster 2024-09-17T01:04:07.822415+0000 mon.a (mon.0) 281 : cluster [DBG] last_changed 2024-09-17T01:04:02.768867+0000 2024-09-17T01:04:08.205 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:07 smithi063 bash[23456]: cluster 2024-09-17T01:04:07.822453+0000 mon.a (mon.0) 282 : cluster [DBG] created 2024-09-17T01:01:28.786733+0000 2024-09-17T01:04:08.205 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:07 smithi063 bash[23456]: cluster 2024-09-17T01:04:07.822485+0000 mon.a (mon.0) 283 : cluster [DBG] min_mon_release 19 (squid) 2024-09-17T01:04:08.205 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:07 smithi063 bash[23456]: cluster 2024-09-17T01:04:07.822523+0000 mon.a (mon.0) 284 : cluster [DBG] election_strategy: 1 2024-09-17T01:04:08.205 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:07 smithi063 bash[23456]: cluster 2024-09-17T01:04:07.822559+0000 mon.a (mon.0) 285 : cluster [DBG] 0: [v2:172.21.15.18:3300/0,v1:172.21.15.18:6789/0] mon.a 2024-09-17T01:04:08.205 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:07 smithi063 bash[23456]: cluster 2024-09-17T01:04:07.822594+0000 mon.a (mon.0) 286 : cluster [DBG] 1: [v2:172.21.15.86:3300/0,v1:172.21.15.86:6789/0] mon.c 2024-09-17T01:04:08.205 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:07 smithi063 bash[23456]: cluster 2024-09-17T01:04:07.822628+0000 mon.a (mon.0) 287 : cluster [DBG] 2: [v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0] mon.b 2024-09-17T01:04:08.206 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:07 smithi063 bash[23456]: cluster 2024-09-17T01:04:07.839770+0000 mon.a (mon.0) 288 : cluster [DBG] fsmap 2024-09-17T01:04:08.206 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:07 smithi063 bash[23456]: cluster 2024-09-17T01:04:07.839838+0000 mon.a (mon.0) 289 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-17T01:04:08.206 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:07 smithi063 bash[23456]: cluster 2024-09-17T01:04:07.840145+0000 mon.a (mon.0) 290 : cluster [DBG] mgrmap e13: a(active, since 93s) 2024-09-17T01:04:08.206 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:07 smithi063 bash[23456]: cluster 2024-09-17T01:04:07.840406+0000 mon.a (mon.0) 291 : cluster [INF] overall HEALTH_OK 2024-09-17T01:04:08.206 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:07 smithi063 bash[23456]: audit 2024-09-17T01:04:07.847194+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:08.206 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:07 smithi063 bash[23456]: audit 2024-09-17T01:04:07.852956+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:08.206 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:07 smithi063 bash[23456]: audit 2024-09-17T01:04:07.858708+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:08.206 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:07 smithi063 bash[23456]: audit 2024-09-17T01:04:07.864493+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:08.206 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:07 smithi063 bash[23456]: audit 2024-09-17T01:04:07.870035+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:08.206 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:07 smithi063 bash[23456]: audit 2024-09-17T01:04:07.875891+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:08.206 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:07 smithi063 bash[23456]: audit 2024-09-17T01:04:07.882190+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:08.206 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:07 smithi063 bash[23456]: audit 2024-09-17T01:04:07.882755+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-17T01:04:08.206 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:07 smithi063 bash[23456]: audit 2024-09-17T01:04:07.884747+0000 mon.a (mon.0) 300 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-17T01:04:08.206 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:07 smithi063 bash[23456]: audit 2024-09-17T01:04:07.886293+0000 mon.a (mon.0) 301 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:04:08.254 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:07 smithi086 bash[23376]: cluster 2024-09-17T01:04:01.871624+0000 mgr.a (mgr.14150) 72 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:04:08.255 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:07 smithi086 bash[23376]: cephadm 2024-09-17T01:04:02.095089+0000 mgr.a (mgr.14150) 73 : cephadm [INF] Updating smithi018:/etc/ceph/ceph.conf 2024-09-17T01:04:08.255 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:07 smithi086 bash[23376]: cephadm 2024-09-17T01:04:02.095360+0000 mgr.a (mgr.14150) 74 : cephadm [INF] Updating smithi063:/etc/ceph/ceph.conf 2024-09-17T01:04:08.255 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:07 smithi086 bash[23376]: cephadm 2024-09-17T01:04:02.095440+0000 mgr.a (mgr.14150) 75 : cephadm [INF] Updating smithi086:/etc/ceph/ceph.conf 2024-09-17T01:04:08.255 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:07 smithi086 bash[23376]: cephadm 2024-09-17T01:04:02.282189+0000 mgr.a (mgr.14150) 76 : cephadm [INF] Updating smithi018:/var/lib/ceph/2853ef26-7490-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T01:04:08.255 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:07 smithi086 bash[23376]: cephadm 2024-09-17T01:04:02.282521+0000 mgr.a (mgr.14150) 77 : cephadm [INF] Updating smithi086:/var/lib/ceph/2853ef26-7490-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T01:04:08.255 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:07 smithi086 bash[23376]: cephadm 2024-09-17T01:04:02.285692+0000 mgr.a (mgr.14150) 78 : cephadm [INF] Updating smithi063:/var/lib/ceph/2853ef26-7490-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T01:04:08.255 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:07 smithi086 bash[23376]: cephadm 2024-09-17T01:04:02.482237+0000 mgr.a (mgr.14150) 79 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-17T01:04:08.255 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:07 smithi086 bash[23376]: cephadm 2024-09-17T01:04:02.524409+0000 mgr.a (mgr.14150) 80 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-09-17T01:04:08.255 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:07 smithi086 bash[23376]: cephadm 2024-09-17T01:04:02.526737+0000 mgr.a (mgr.14150) 81 : cephadm [INF] Reconfiguring daemon mon.a on smithi018 2024-09-17T01:04:08.255 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:07 smithi086 bash[23376]: audit 2024-09-17T01:04:02.772065+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-17T01:04:08.255 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:07 smithi086 bash[23376]: cluster 2024-09-17T01:04:02.772281+0000 mon.a (mon.0) 270 : cluster [INF] mon.a calling monitor election 2024-09-17T01:04:08.256 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:07 smithi086 bash[23376]: cluster 2024-09-17T01:04:02.772868+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-09-17T01:04:08.256 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:07 smithi086 bash[23376]: audit 2024-09-17T01:04:02.773626+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T01:04:08.256 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:07 smithi086 bash[23376]: audit 2024-09-17T01:04:02.773761+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-17T01:04:08.256 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:07 smithi086 bash[23376]: audit 2024-09-17T01:04:03.757141+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T01:04:08.256 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:07 smithi086 bash[23376]: cluster 2024-09-17T01:04:03.872097+0000 mgr.a (mgr.14150) 82 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:04:08.256 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:07 smithi086 bash[23376]: audit 2024-09-17T01:04:04.756702+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T01:04:08.256 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:07 smithi086 bash[23376]: cluster 2024-09-17T01:04:04.770668+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-09-17T01:04:08.256 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:07 smithi086 bash[23376]: audit 2024-09-17T01:04:05.756260+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T01:04:08.256 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:07 smithi086 bash[23376]: cluster 2024-09-17T01:04:05.872581+0000 mgr.a (mgr.14150) 83 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:04:08.256 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:07 smithi086 bash[23376]: audit 2024-09-17T01:04:06.757544+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T01:04:08.257 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:07 smithi086 bash[23376]: audit 2024-09-17T01:04:07.757477+0000 mon.a (mon.0) 277 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T01:04:08.257 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:07 smithi086 bash[23376]: cluster 2024-09-17T01:04:07.815946+0000 mon.a (mon.0) 278 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-17T01:04:08.257 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:07 smithi086 bash[23376]: cluster 2024-09-17T01:04:07.822338+0000 mon.a (mon.0) 279 : cluster [DBG] monmap epoch 3 2024-09-17T01:04:08.257 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:07 smithi086 bash[23376]: cluster 2024-09-17T01:04:07.822372+0000 mon.a (mon.0) 280 : cluster [DBG] fsid 2853ef26-7490-11ef-bceb-c7b262605968 2024-09-17T01:04:08.257 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:07 smithi086 bash[23376]: cluster 2024-09-17T01:04:07.822415+0000 mon.a (mon.0) 281 : cluster [DBG] last_changed 2024-09-17T01:04:02.768867+0000 2024-09-17T01:04:08.257 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:07 smithi086 bash[23376]: cluster 2024-09-17T01:04:07.822453+0000 mon.a (mon.0) 282 : cluster [DBG] created 2024-09-17T01:01:28.786733+0000 2024-09-17T01:04:08.257 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:07 smithi086 bash[23376]: cluster 2024-09-17T01:04:07.822485+0000 mon.a (mon.0) 283 : cluster [DBG] min_mon_release 19 (squid) 2024-09-17T01:04:08.257 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:07 smithi086 bash[23376]: cluster 2024-09-17T01:04:07.822523+0000 mon.a (mon.0) 284 : cluster [DBG] election_strategy: 1 2024-09-17T01:04:08.257 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:07 smithi086 bash[23376]: cluster 2024-09-17T01:04:07.822559+0000 mon.a (mon.0) 285 : cluster [DBG] 0: [v2:172.21.15.18:3300/0,v1:172.21.15.18:6789/0] mon.a 2024-09-17T01:04:08.257 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:07 smithi086 bash[23376]: cluster 2024-09-17T01:04:07.822594+0000 mon.a (mon.0) 286 : cluster [DBG] 1: [v2:172.21.15.86:3300/0,v1:172.21.15.86:6789/0] mon.c 2024-09-17T01:04:08.257 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:07 smithi086 bash[23376]: cluster 2024-09-17T01:04:07.822628+0000 mon.a (mon.0) 287 : cluster [DBG] 2: [v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0] mon.b 2024-09-17T01:04:08.257 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:07 smithi086 bash[23376]: cluster 2024-09-17T01:04:07.839770+0000 mon.a (mon.0) 288 : cluster [DBG] fsmap 2024-09-17T01:04:08.258 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:07 smithi086 bash[23376]: cluster 2024-09-17T01:04:07.839838+0000 mon.a (mon.0) 289 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-17T01:04:08.258 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:07 smithi086 bash[23376]: cluster 2024-09-17T01:04:07.840145+0000 mon.a (mon.0) 290 : cluster [DBG] mgrmap e13: a(active, since 93s) 2024-09-17T01:04:08.258 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:07 smithi086 bash[23376]: cluster 2024-09-17T01:04:07.840406+0000 mon.a (mon.0) 291 : cluster [INF] overall HEALTH_OK 2024-09-17T01:04:08.258 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:07 smithi086 bash[23376]: audit 2024-09-17T01:04:07.847194+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:08.258 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:07 smithi086 bash[23376]: audit 2024-09-17T01:04:07.852956+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:08.258 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:07 smithi086 bash[23376]: audit 2024-09-17T01:04:07.858708+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:08.258 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:07 smithi086 bash[23376]: audit 2024-09-17T01:04:07.864493+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:08.258 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:07 smithi086 bash[23376]: audit 2024-09-17T01:04:07.870035+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:08.258 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:07 smithi086 bash[23376]: audit 2024-09-17T01:04:07.875891+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:08.258 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:07 smithi086 bash[23376]: audit 2024-09-17T01:04:07.882190+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:08.258 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:07 smithi086 bash[23376]: audit 2024-09-17T01:04:07.882755+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-17T01:04:08.258 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:07 smithi086 bash[23376]: audit 2024-09-17T01:04:07.884747+0000 mon.a (mon.0) 300 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-17T01:04:08.258 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:07 smithi086 bash[23376]: audit 2024-09-17T01:04:07.886293+0000 mon.a (mon.0) 301 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:04:08.276 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:07 smithi018 bash[22760]: cluster 2024-09-17T01:04:01.871624+0000 mgr.a (mgr.14150) 72 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:04:08.276 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:07 smithi018 bash[22760]: cephadm 2024-09-17T01:04:02.095089+0000 mgr.a (mgr.14150) 73 : cephadm [INF] Updating smithi018:/etc/ceph/ceph.conf 2024-09-17T01:04:08.276 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:07 smithi018 bash[22760]: cephadm 2024-09-17T01:04:02.095360+0000 mgr.a (mgr.14150) 74 : cephadm [INF] Updating smithi063:/etc/ceph/ceph.conf 2024-09-17T01:04:08.276 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:07 smithi018 bash[22760]: cephadm 2024-09-17T01:04:02.095440+0000 mgr.a (mgr.14150) 75 : cephadm [INF] Updating smithi086:/etc/ceph/ceph.conf 2024-09-17T01:04:08.276 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:07 smithi018 bash[22760]: cephadm 2024-09-17T01:04:02.282189+0000 mgr.a (mgr.14150) 76 : cephadm [INF] Updating smithi018:/var/lib/ceph/2853ef26-7490-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T01:04:08.276 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:07 smithi018 bash[22760]: cephadm 2024-09-17T01:04:02.282521+0000 mgr.a (mgr.14150) 77 : cephadm [INF] Updating smithi086:/var/lib/ceph/2853ef26-7490-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T01:04:08.276 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:07 smithi018 bash[22760]: cephadm 2024-09-17T01:04:02.285692+0000 mgr.a (mgr.14150) 78 : cephadm [INF] Updating smithi063:/var/lib/ceph/2853ef26-7490-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T01:04:08.277 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:07 smithi018 bash[22760]: cephadm 2024-09-17T01:04:02.482237+0000 mgr.a (mgr.14150) 79 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-17T01:04:08.277 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:07 smithi018 bash[22760]: cephadm 2024-09-17T01:04:02.524409+0000 mgr.a (mgr.14150) 80 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-09-17T01:04:08.277 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:07 smithi018 bash[22760]: cephadm 2024-09-17T01:04:02.526737+0000 mgr.a (mgr.14150) 81 : cephadm [INF] Reconfiguring daemon mon.a on smithi018 2024-09-17T01:04:08.277 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:07 smithi018 bash[22760]: audit 2024-09-17T01:04:02.772065+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-17T01:04:08.277 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:07 smithi018 bash[22760]: cluster 2024-09-17T01:04:02.772281+0000 mon.a (mon.0) 270 : cluster [INF] mon.a calling monitor election 2024-09-17T01:04:08.277 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:07 smithi018 bash[22760]: cluster 2024-09-17T01:04:02.772868+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-09-17T01:04:08.277 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:07 smithi018 bash[22760]: audit 2024-09-17T01:04:02.773626+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T01:04:08.277 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:07 smithi018 bash[22760]: audit 2024-09-17T01:04:02.773761+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-17T01:04:08.277 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:07 smithi018 bash[22760]: audit 2024-09-17T01:04:03.757141+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T01:04:08.277 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:07 smithi018 bash[22760]: cluster 2024-09-17T01:04:03.872097+0000 mgr.a (mgr.14150) 82 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:04:08.277 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:07 smithi018 bash[22760]: audit 2024-09-17T01:04:04.756702+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T01:04:08.277 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:07 smithi018 bash[22760]: cluster 2024-09-17T01:04:04.770668+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-09-17T01:04:08.277 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:07 smithi018 bash[22760]: audit 2024-09-17T01:04:05.756260+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T01:04:08.278 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:07 smithi018 bash[22760]: cluster 2024-09-17T01:04:05.872581+0000 mgr.a (mgr.14150) 83 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:04:08.278 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:07 smithi018 bash[22760]: audit 2024-09-17T01:04:06.757544+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T01:04:08.278 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:07 smithi018 bash[22760]: audit 2024-09-17T01:04:07.757477+0000 mon.a (mon.0) 277 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T01:04:08.278 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:07 smithi018 bash[22760]: cluster 2024-09-17T01:04:07.815946+0000 mon.a (mon.0) 278 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-17T01:04:08.278 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:07 smithi018 bash[22760]: cluster 2024-09-17T01:04:07.822338+0000 mon.a (mon.0) 279 : cluster [DBG] monmap epoch 3 2024-09-17T01:04:08.278 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:07 smithi018 bash[22760]: cluster 2024-09-17T01:04:07.822372+0000 mon.a (mon.0) 280 : cluster [DBG] fsid 2853ef26-7490-11ef-bceb-c7b262605968 2024-09-17T01:04:08.278 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:07 smithi018 bash[22760]: cluster 2024-09-17T01:04:07.822415+0000 mon.a (mon.0) 281 : cluster [DBG] last_changed 2024-09-17T01:04:02.768867+0000 2024-09-17T01:04:08.278 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:07 smithi018 bash[22760]: cluster 2024-09-17T01:04:07.822453+0000 mon.a (mon.0) 282 : cluster [DBG] created 2024-09-17T01:01:28.786733+0000 2024-09-17T01:04:08.278 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:07 smithi018 bash[22760]: cluster 2024-09-17T01:04:07.822485+0000 mon.a (mon.0) 283 : cluster [DBG] min_mon_release 19 (squid) 2024-09-17T01:04:08.279 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:07 smithi018 bash[22760]: cluster 2024-09-17T01:04:07.822523+0000 mon.a (mon.0) 284 : cluster [DBG] election_strategy: 1 2024-09-17T01:04:08.279 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:07 smithi018 bash[22760]: cluster 2024-09-17T01:04:07.822559+0000 mon.a (mon.0) 285 : cluster [DBG] 0: [v2:172.21.15.18:3300/0,v1:172.21.15.18:6789/0] mon.a 2024-09-17T01:04:08.279 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:07 smithi018 bash[22760]: cluster 2024-09-17T01:04:07.822594+0000 mon.a (mon.0) 286 : cluster [DBG] 1: [v2:172.21.15.86:3300/0,v1:172.21.15.86:6789/0] mon.c 2024-09-17T01:04:08.279 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:07 smithi018 bash[22760]: cluster 2024-09-17T01:04:07.822628+0000 mon.a (mon.0) 287 : cluster [DBG] 2: [v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0] mon.b 2024-09-17T01:04:08.279 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:07 smithi018 bash[22760]: cluster 2024-09-17T01:04:07.839770+0000 mon.a (mon.0) 288 : cluster [DBG] fsmap 2024-09-17T01:04:08.279 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:07 smithi018 bash[22760]: cluster 2024-09-17T01:04:07.839838+0000 mon.a (mon.0) 289 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-17T01:04:08.279 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:07 smithi018 bash[22760]: cluster 2024-09-17T01:04:07.840145+0000 mon.a (mon.0) 290 : cluster [DBG] mgrmap e13: a(active, since 93s) 2024-09-17T01:04:08.279 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:07 smithi018 bash[22760]: cluster 2024-09-17T01:04:07.840406+0000 mon.a (mon.0) 291 : cluster [INF] overall HEALTH_OK 2024-09-17T01:04:08.279 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:07 smithi018 bash[22760]: audit 2024-09-17T01:04:07.847194+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:08.279 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:07 smithi018 bash[22760]: audit 2024-09-17T01:04:07.852956+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:08.279 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:07 smithi018 bash[22760]: audit 2024-09-17T01:04:07.858708+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:08.279 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:07 smithi018 bash[22760]: audit 2024-09-17T01:04:07.864493+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:08.279 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:07 smithi018 bash[22760]: audit 2024-09-17T01:04:07.870035+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:08.279 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:07 smithi018 bash[22760]: audit 2024-09-17T01:04:07.875891+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:08.280 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:07 smithi018 bash[22760]: audit 2024-09-17T01:04:07.882190+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:08.280 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:07 smithi018 bash[22760]: audit 2024-09-17T01:04:07.882755+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-17T01:04:08.280 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:07 smithi018 bash[22760]: audit 2024-09-17T01:04:07.884747+0000 mon.a (mon.0) 300 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-17T01:04:08.280 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:07 smithi018 bash[22760]: audit 2024-09-17T01:04:07.886293+0000 mon.a (mon.0) 301 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:04:08.348 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/2853ef26-7490-11ef-bceb-c7b262605968/mon.c/config 2024-09-17T01:04:09.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:09 smithi063 bash[23456]: cluster 2024-09-17T01:04:07.873340+0000 mgr.a (mgr.14150) 84 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:04:09.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:09 smithi063 bash[23456]: cephadm 2024-09-17T01:04:07.878687+0000 mgr.a (mgr.14150) 85 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-09-17T01:04:09.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:09 smithi063 bash[23456]: cephadm 2024-09-17T01:04:07.888173+0000 mgr.a (mgr.14150) 86 : cephadm [INF] Reconfiguring daemon mon.b on smithi063 2024-09-17T01:04:09.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:09 smithi063 bash[23456]: audit 2024-09-17T01:04:08.072835+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:09.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:09 smithi063 bash[23456]: audit 2024-09-17T01:04:08.080257+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:09.203 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:09 smithi063 bash[23456]: audit 2024-09-17T01:04:08.089712+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:09.203 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:09 smithi063 bash[23456]: audit 2024-09-17T01:04:08.757532+0000 mon.a (mon.0) 305 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T01:04:09.503 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:09 smithi086 bash[23376]: cluster 2024-09-17T01:04:07.873340+0000 mgr.a (mgr.14150) 84 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:04:09.504 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:09 smithi086 bash[23376]: cephadm 2024-09-17T01:04:07.878687+0000 mgr.a (mgr.14150) 85 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-09-17T01:04:09.504 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:09 smithi086 bash[23376]: cephadm 2024-09-17T01:04:07.888173+0000 mgr.a (mgr.14150) 86 : cephadm [INF] Reconfiguring daemon mon.b on smithi063 2024-09-17T01:04:09.504 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:09 smithi086 bash[23376]: audit 2024-09-17T01:04:08.072835+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:09.504 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:09 smithi086 bash[23376]: audit 2024-09-17T01:04:08.080257+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:09.504 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:09 smithi086 bash[23376]: audit 2024-09-17T01:04:08.089712+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:09.504 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:09 smithi086 bash[23376]: audit 2024-09-17T01:04:08.757532+0000 mon.a (mon.0) 305 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T01:04:09.525 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:09 smithi018 bash[22760]: cluster 2024-09-17T01:04:07.873340+0000 mgr.a (mgr.14150) 84 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:04:09.525 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:09 smithi018 bash[22760]: cephadm 2024-09-17T01:04:07.878687+0000 mgr.a (mgr.14150) 85 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-09-17T01:04:09.525 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:09 smithi018 bash[22760]: cephadm 2024-09-17T01:04:07.888173+0000 mgr.a (mgr.14150) 86 : cephadm [INF] Reconfiguring daemon mon.b on smithi063 2024-09-17T01:04:09.526 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:09 smithi018 bash[22760]: audit 2024-09-17T01:04:08.072835+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:09.526 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:09 smithi018 bash[22760]: audit 2024-09-17T01:04:08.080257+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:09.526 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:09 smithi018 bash[22760]: audit 2024-09-17T01:04:08.089712+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:09.526 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:09 smithi018 bash[22760]: audit 2024-09-17T01:04:08.757532+0000 mon.a (mon.0) 305 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T01:04:09.654 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-09-17T01:04:09.654 INFO:teuthology.orchestra.run.smithi086.stdout:{"epoch":3,"fsid":"2853ef26-7490-11ef-bceb-c7b262605968","modified":"2024-09-17T01:04:02.768867Z","created":"2024-09-17T01:01:28.786733Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:3300","nonce":0},{"type":"v1","addr":"172.21.15.86:6789","nonce":0}]},"addr":"172.21.15.86:6789/0","public_addr":"172.21.15.86:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1,2]} 2024-09-17T01:04:09.654 INFO:teuthology.orchestra.run.smithi086.stderr:dumped monmap epoch 3 2024-09-17T01:04:10.025 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:04:09 smithi018 bash[23015]: debug 2024-09-17T01:04:09.752+0000 7f68ef96b640 -1 mgr.server handle_report got status from non-daemon mon.b 2024-09-17T01:04:10.292 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-09-17T01:04:10.292 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2853ef26-7490-11ef-bceb-c7b262605968 -- ceph config generate-minimal-conf 2024-09-17T01:04:10.504 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:10 smithi086 bash[23376]: audit 2024-09-17T01:04:09.252792+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:10.504 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:10 smithi086 bash[23376]: audit 2024-09-17T01:04:09.259444+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:10.504 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:10 smithi086 bash[23376]: audit 2024-09-17T01:04:09.268225+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:10.504 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:10 smithi086 bash[23376]: audit 2024-09-17T01:04:09.541120+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:10.504 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:10 smithi086 bash[23376]: audit 2024-09-17T01:04:09.548168+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:10.504 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:10 smithi086 bash[23376]: audit 2024-09-17T01:04:09.556875+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:10.504 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:10 smithi086 bash[23376]: audit 2024-09-17T01:04:09.656876+0000 mon.a (mon.0) 312 : audit [DBG] from='client.? 172.21.15.86:0/2353697625' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T01:04:10.505 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:10 smithi086 bash[23376]: audit 2024-09-17T01:04:10.154849+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:10.505 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:10 smithi086 bash[23376]: audit 2024-09-17T01:04:10.161651+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:10.505 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:10 smithi086 bash[23376]: audit 2024-09-17T01:04:10.164556+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-17T01:04:10.505 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:10 smithi086 bash[23376]: audit 2024-09-17T01:04:10.166506+0000 mon.a (mon.0) 316 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-17T01:04:10.505 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:10 smithi086 bash[23376]: audit 2024-09-17T01:04:10.168536+0000 mon.a (mon.0) 317 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:04:10.525 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:10 smithi018 bash[22760]: audit 2024-09-17T01:04:09.252792+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:10.526 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:10 smithi018 bash[22760]: audit 2024-09-17T01:04:09.259444+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:10.526 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:10 smithi018 bash[22760]: audit 2024-09-17T01:04:09.268225+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:10.526 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:10 smithi018 bash[22760]: audit 2024-09-17T01:04:09.541120+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:10.526 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:10 smithi018 bash[22760]: audit 2024-09-17T01:04:09.548168+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:10.526 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:10 smithi018 bash[22760]: audit 2024-09-17T01:04:09.556875+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:10.526 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:10 smithi018 bash[22760]: audit 2024-09-17T01:04:09.656876+0000 mon.a (mon.0) 312 : audit [DBG] from='client.? 172.21.15.86:0/2353697625' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T01:04:10.526 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:10 smithi018 bash[22760]: audit 2024-09-17T01:04:10.154849+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:10.526 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:10 smithi018 bash[22760]: audit 2024-09-17T01:04:10.161651+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:10.526 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:10 smithi018 bash[22760]: audit 2024-09-17T01:04:10.164556+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-17T01:04:10.526 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:10 smithi018 bash[22760]: audit 2024-09-17T01:04:10.166506+0000 mon.a (mon.0) 316 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-17T01:04:10.526 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:10 smithi018 bash[22760]: audit 2024-09-17T01:04:10.168536+0000 mon.a (mon.0) 317 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:04:10.702 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:10 smithi063 bash[23456]: audit 2024-09-17T01:04:09.252792+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:10.702 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:10 smithi063 bash[23456]: audit 2024-09-17T01:04:09.259444+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:10.702 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:10 smithi063 bash[23456]: audit 2024-09-17T01:04:09.268225+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:10.703 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:10 smithi063 bash[23456]: audit 2024-09-17T01:04:09.541120+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:10.703 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:10 smithi063 bash[23456]: audit 2024-09-17T01:04:09.548168+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:10.703 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:10 smithi063 bash[23456]: audit 2024-09-17T01:04:09.556875+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:10.703 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:10 smithi063 bash[23456]: audit 2024-09-17T01:04:09.656876+0000 mon.a (mon.0) 312 : audit [DBG] from='client.? 172.21.15.86:0/2353697625' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T01:04:10.703 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:10 smithi063 bash[23456]: audit 2024-09-17T01:04:10.154849+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:10.703 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:10 smithi063 bash[23456]: audit 2024-09-17T01:04:10.161651+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:10.703 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:10 smithi063 bash[23456]: audit 2024-09-17T01:04:10.164556+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-17T01:04:10.703 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:10 smithi063 bash[23456]: audit 2024-09-17T01:04:10.166506+0000 mon.a (mon.0) 316 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-17T01:04:10.703 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:10 smithi063 bash[23456]: audit 2024-09-17T01:04:10.168536+0000 mon.a (mon.0) 317 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:04:11.915 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:11 smithi086 bash[23376]: cluster 2024-09-17T01:04:09.873774+0000 mgr.a (mgr.14150) 87 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:04:11.915 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:11 smithi086 bash[23376]: cephadm 2024-09-17T01:04:10.163767+0000 mgr.a (mgr.14150) 88 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-09-17T01:04:11.915 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:11 smithi086 bash[23376]: cephadm 2024-09-17T01:04:10.170633+0000 mgr.a (mgr.14150) 89 : cephadm [INF] Reconfiguring daemon mon.c on smithi086 2024-09-17T01:04:12.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:11 smithi018 bash[22760]: cluster 2024-09-17T01:04:09.873774+0000 mgr.a (mgr.14150) 87 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:04:12.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:11 smithi018 bash[22760]: cephadm 2024-09-17T01:04:10.163767+0000 mgr.a (mgr.14150) 88 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-09-17T01:04:12.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:11 smithi018 bash[22760]: cephadm 2024-09-17T01:04:10.170633+0000 mgr.a (mgr.14150) 89 : cephadm [INF] Reconfiguring daemon mon.c on smithi086 2024-09-17T01:04:12.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:11 smithi063 bash[23456]: cluster 2024-09-17T01:04:09.873774+0000 mgr.a (mgr.14150) 87 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:04:12.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:11 smithi063 bash[23456]: cephadm 2024-09-17T01:04:10.163767+0000 mgr.a (mgr.14150) 88 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-09-17T01:04:12.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:11 smithi063 bash[23456]: cephadm 2024-09-17T01:04:10.170633+0000 mgr.a (mgr.14150) 89 : cephadm [INF] Reconfiguring daemon mon.c on smithi086 2024-09-17T01:04:13.703 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:13 smithi063 bash[23456]: cluster 2024-09-17T01:04:11.874241+0000 mgr.a (mgr.14150) 90 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:04:13.703 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:13 smithi063 bash[23456]: audit 2024-09-17T01:04:12.287219+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:13.703 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:13 smithi063 bash[23456]: audit 2024-09-17T01:04:12.294105+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:13.703 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:13 smithi063 bash[23456]: audit 2024-09-17T01:04:12.297037+0000 mon.a (mon.0) 320 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:04:13.703 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:13 smithi063 bash[23456]: audit 2024-09-17T01:04:12.301928+0000 mon.a (mon.0) 321 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:04:13.703 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:13 smithi063 bash[23456]: audit 2024-09-17T01:04:12.303917+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:04:13.703 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:13 smithi063 bash[23456]: cephadm 2024-09-17T01:04:12.306485+0000 mgr.a (mgr.14150) 91 : cephadm [INF] Updating smithi018:/etc/ceph/ceph.conf 2024-09-17T01:04:13.703 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:13 smithi063 bash[23456]: cephadm 2024-09-17T01:04:12.308021+0000 mgr.a (mgr.14150) 92 : cephadm [INF] Updating smithi063:/etc/ceph/ceph.conf 2024-09-17T01:04:13.703 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:13 smithi063 bash[23456]: cephadm 2024-09-17T01:04:12.309020+0000 mgr.a (mgr.14150) 93 : cephadm [INF] Updating smithi086:/etc/ceph/ceph.conf 2024-09-17T01:04:13.703 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:13 smithi063 bash[23456]: cephadm 2024-09-17T01:04:12.553798+0000 mgr.a (mgr.14150) 94 : cephadm [INF] Updating smithi086:/var/lib/ceph/2853ef26-7490-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T01:04:13.704 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:13 smithi063 bash[23456]: cephadm 2024-09-17T01:04:12.554187+0000 mgr.a (mgr.14150) 95 : cephadm [INF] Updating smithi063:/var/lib/ceph/2853ef26-7490-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T01:04:13.704 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:13 smithi063 bash[23456]: cephadm 2024-09-17T01:04:12.554378+0000 mgr.a (mgr.14150) 96 : cephadm [INF] Updating smithi018:/var/lib/ceph/2853ef26-7490-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T01:04:13.704 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:13 smithi063 bash[23456]: audit 2024-09-17T01:04:12.751448+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:13.704 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:13 smithi063 bash[23456]: audit 2024-09-17T01:04:12.754515+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:13.704 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:13 smithi063 bash[23456]: audit 2024-09-17T01:04:12.758769+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:13.704 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:13 smithi063 bash[23456]: audit 2024-09-17T01:04:12.763102+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:13.704 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:13 smithi063 bash[23456]: audit 2024-09-17T01:04:12.767385+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:13.704 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:13 smithi063 bash[23456]: audit 2024-09-17T01:04:12.771696+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:13.704 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:13 smithi063 bash[23456]: audit 2024-09-17T01:04:12.778403+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:13.704 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:13 smithi063 bash[23456]: cephadm 2024-09-17T01:04:12.830819+0000 mgr.a (mgr.14150) 97 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-09-17T01:04:13.704 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:13 smithi063 bash[23456]: audit 2024-09-17T01:04:12.831348+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-17T01:04:13.704 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:13 smithi063 bash[23456]: audit 2024-09-17T01:04:12.832580+0000 mon.a (mon.0) 331 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-17T01:04:13.704 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:13 smithi063 bash[23456]: audit 2024-09-17T01:04:12.833778+0000 mon.a (mon.0) 332 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:04:13.705 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:13 smithi063 bash[23456]: cephadm 2024-09-17T01:04:12.835046+0000 mgr.a (mgr.14150) 98 : cephadm [INF] Reconfiguring daemon mon.a on smithi018 2024-09-17T01:04:13.754 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:13 smithi086 bash[23376]: cluster 2024-09-17T01:04:11.874241+0000 mgr.a (mgr.14150) 90 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:04:13.754 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:13 smithi086 bash[23376]: audit 2024-09-17T01:04:12.287219+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:13.755 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:13 smithi086 bash[23376]: audit 2024-09-17T01:04:12.294105+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:13.755 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:13 smithi086 bash[23376]: audit 2024-09-17T01:04:12.297037+0000 mon.a (mon.0) 320 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:04:13.755 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:13 smithi086 bash[23376]: audit 2024-09-17T01:04:12.301928+0000 mon.a (mon.0) 321 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:04:13.755 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:13 smithi086 bash[23376]: audit 2024-09-17T01:04:12.303917+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:04:13.755 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:13 smithi086 bash[23376]: cephadm 2024-09-17T01:04:12.306485+0000 mgr.a (mgr.14150) 91 : cephadm [INF] Updating smithi018:/etc/ceph/ceph.conf 2024-09-17T01:04:13.755 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:13 smithi086 bash[23376]: cephadm 2024-09-17T01:04:12.308021+0000 mgr.a (mgr.14150) 92 : cephadm [INF] Updating smithi063:/etc/ceph/ceph.conf 2024-09-17T01:04:13.755 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:13 smithi086 bash[23376]: cephadm 2024-09-17T01:04:12.309020+0000 mgr.a (mgr.14150) 93 : cephadm [INF] Updating smithi086:/etc/ceph/ceph.conf 2024-09-17T01:04:13.755 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:13 smithi086 bash[23376]: cephadm 2024-09-17T01:04:12.553798+0000 mgr.a (mgr.14150) 94 : cephadm [INF] Updating smithi086:/var/lib/ceph/2853ef26-7490-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T01:04:13.755 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:13 smithi086 bash[23376]: cephadm 2024-09-17T01:04:12.554187+0000 mgr.a (mgr.14150) 95 : cephadm [INF] Updating smithi063:/var/lib/ceph/2853ef26-7490-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T01:04:13.755 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:13 smithi086 bash[23376]: cephadm 2024-09-17T01:04:12.554378+0000 mgr.a (mgr.14150) 96 : cephadm [INF] Updating smithi018:/var/lib/ceph/2853ef26-7490-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T01:04:13.755 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:13 smithi086 bash[23376]: audit 2024-09-17T01:04:12.751448+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:13.755 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:13 smithi086 bash[23376]: audit 2024-09-17T01:04:12.754515+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:13.755 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:13 smithi086 bash[23376]: audit 2024-09-17T01:04:12.758769+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:13.756 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:13 smithi086 bash[23376]: audit 2024-09-17T01:04:12.763102+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:13.756 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:13 smithi086 bash[23376]: audit 2024-09-17T01:04:12.767385+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:13.756 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:13 smithi086 bash[23376]: audit 2024-09-17T01:04:12.771696+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:13.756 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:13 smithi086 bash[23376]: audit 2024-09-17T01:04:12.778403+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:13.756 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:13 smithi086 bash[23376]: cephadm 2024-09-17T01:04:12.830819+0000 mgr.a (mgr.14150) 97 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-09-17T01:04:13.756 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:13 smithi086 bash[23376]: audit 2024-09-17T01:04:12.831348+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-17T01:04:13.756 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:13 smithi086 bash[23376]: audit 2024-09-17T01:04:12.832580+0000 mon.a (mon.0) 331 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-17T01:04:13.756 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:13 smithi086 bash[23376]: audit 2024-09-17T01:04:12.833778+0000 mon.a (mon.0) 332 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:04:13.756 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:13 smithi086 bash[23376]: cephadm 2024-09-17T01:04:12.835046+0000 mgr.a (mgr.14150) 98 : cephadm [INF] Reconfiguring daemon mon.a on smithi018 2024-09-17T01:04:13.776 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:13 smithi018 bash[22760]: cluster 2024-09-17T01:04:11.874241+0000 mgr.a (mgr.14150) 90 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:04:13.776 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:13 smithi018 bash[22760]: audit 2024-09-17T01:04:12.287219+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:13.776 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:13 smithi018 bash[22760]: audit 2024-09-17T01:04:12.294105+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:13.776 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:13 smithi018 bash[22760]: audit 2024-09-17T01:04:12.297037+0000 mon.a (mon.0) 320 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:04:13.776 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:13 smithi018 bash[22760]: audit 2024-09-17T01:04:12.301928+0000 mon.a (mon.0) 321 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:04:13.776 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:13 smithi018 bash[22760]: audit 2024-09-17T01:04:12.303917+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:04:13.777 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:13 smithi018 bash[22760]: cephadm 2024-09-17T01:04:12.306485+0000 mgr.a (mgr.14150) 91 : cephadm [INF] Updating smithi018:/etc/ceph/ceph.conf 2024-09-17T01:04:13.777 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:13 smithi018 bash[22760]: cephadm 2024-09-17T01:04:12.308021+0000 mgr.a (mgr.14150) 92 : cephadm [INF] Updating smithi063:/etc/ceph/ceph.conf 2024-09-17T01:04:13.777 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:13 smithi018 bash[22760]: cephadm 2024-09-17T01:04:12.309020+0000 mgr.a (mgr.14150) 93 : cephadm [INF] Updating smithi086:/etc/ceph/ceph.conf 2024-09-17T01:04:13.777 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:13 smithi018 bash[22760]: cephadm 2024-09-17T01:04:12.553798+0000 mgr.a (mgr.14150) 94 : cephadm [INF] Updating smithi086:/var/lib/ceph/2853ef26-7490-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T01:04:13.777 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:13 smithi018 bash[22760]: cephadm 2024-09-17T01:04:12.554187+0000 mgr.a (mgr.14150) 95 : cephadm [INF] Updating smithi063:/var/lib/ceph/2853ef26-7490-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T01:04:13.777 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:13 smithi018 bash[22760]: cephadm 2024-09-17T01:04:12.554378+0000 mgr.a (mgr.14150) 96 : cephadm [INF] Updating smithi018:/var/lib/ceph/2853ef26-7490-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T01:04:13.777 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:13 smithi018 bash[22760]: audit 2024-09-17T01:04:12.751448+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:13.777 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:13 smithi018 bash[22760]: audit 2024-09-17T01:04:12.754515+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:13.777 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:13 smithi018 bash[22760]: audit 2024-09-17T01:04:12.758769+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:13.777 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:13 smithi018 bash[22760]: audit 2024-09-17T01:04:12.763102+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:13.777 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:13 smithi018 bash[22760]: audit 2024-09-17T01:04:12.767385+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:13.777 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:13 smithi018 bash[22760]: audit 2024-09-17T01:04:12.771696+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:13.777 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:13 smithi018 bash[22760]: audit 2024-09-17T01:04:12.778403+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:13.778 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:13 smithi018 bash[22760]: cephadm 2024-09-17T01:04:12.830819+0000 mgr.a (mgr.14150) 97 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-09-17T01:04:13.778 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:13 smithi018 bash[22760]: audit 2024-09-17T01:04:12.831348+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-17T01:04:13.778 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:13 smithi018 bash[22760]: audit 2024-09-17T01:04:12.832580+0000 mon.a (mon.0) 331 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-17T01:04:13.778 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:13 smithi018 bash[22760]: audit 2024-09-17T01:04:12.833778+0000 mon.a (mon.0) 332 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:04:13.778 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:13 smithi018 bash[22760]: cephadm 2024-09-17T01:04:12.835046+0000 mgr.a (mgr.14150) 98 : cephadm [INF] Reconfiguring daemon mon.a on smithi018 2024-09-17T01:04:15.437 INFO:teuthology.orchestra.run.smithi018.stderr:Inferring config /var/lib/ceph/2853ef26-7490-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T01:04:15.702 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:15 smithi063 bash[23456]: cluster 2024-09-17T01:04:13.874727+0000 mgr.a (mgr.14150) 99 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:04:15.702 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:15 smithi063 bash[23456]: audit 2024-09-17T01:04:14.992682+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:15.702 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:15 smithi063 bash[23456]: audit 2024-09-17T01:04:14.999632+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:15.754 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:15 smithi086 bash[23376]: cluster 2024-09-17T01:04:13.874727+0000 mgr.a (mgr.14150) 99 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:04:15.754 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:15 smithi086 bash[23376]: audit 2024-09-17T01:04:14.992682+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:15.754 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:15 smithi086 bash[23376]: audit 2024-09-17T01:04:14.999632+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:15.775 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:15 smithi018 bash[22760]: cluster 2024-09-17T01:04:13.874727+0000 mgr.a (mgr.14150) 99 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:04:15.775 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:15 smithi018 bash[22760]: audit 2024-09-17T01:04:14.992682+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:15.776 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:15 smithi018 bash[22760]: audit 2024-09-17T01:04:14.999632+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:16.700 INFO:teuthology.orchestra.run.smithi018.stdout:# minimal ceph.conf for 2853ef26-7490-11ef-bceb-c7b262605968 2024-09-17T01:04:16.700 INFO:teuthology.orchestra.run.smithi018.stdout:[global] 2024-09-17T01:04:16.700 INFO:teuthology.orchestra.run.smithi018.stdout: fsid = 2853ef26-7490-11ef-bceb-c7b262605968 2024-09-17T01:04:16.700 INFO:teuthology.orchestra.run.smithi018.stdout: mon_host = [v2:172.21.15.18:3300/0,v1:172.21.15.18:6789/0] [v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0] [v2:172.21.15.86:3300/0,v1:172.21.15.86:6789/0] 2024-09-17T01:04:17.267 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-09-17T01:04:17.267 DEBUG:teuthology.orchestra.run.smithi018:> set -ex 2024-09-17T01:04:17.267 DEBUG:teuthology.orchestra.run.smithi018:> sudo dd of=/etc/ceph/ceph.conf 2024-09-17T01:04:17.281 DEBUG:teuthology.orchestra.run.smithi018:> set -ex 2024-09-17T01:04:17.281 DEBUG:teuthology.orchestra.run.smithi018:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-17T01:04:17.335 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2024-09-17T01:04:17.335 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd of=/etc/ceph/ceph.conf 2024-09-17T01:04:17.350 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2024-09-17T01:04:17.351 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-17T01:04:17.404 DEBUG:teuthology.orchestra.run.smithi086:> set -ex 2024-09-17T01:04:17.404 DEBUG:teuthology.orchestra.run.smithi086:> sudo dd of=/etc/ceph/ceph.conf 2024-09-17T01:04:17.418 DEBUG:teuthology.orchestra.run.smithi086:> set -ex 2024-09-17T01:04:17.418 DEBUG:teuthology.orchestra.run.smithi086:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-17T01:04:17.473 INFO:tasks.cephadm:Adding mgr.a on smithi018 2024-09-17T01:04:17.474 INFO:tasks.cephadm:Adding mgr.b on smithi063 2024-09-17T01:04:17.474 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2853ef26-7490-11ef-bceb-c7b262605968 -- ceph orch apply mgr '2;smithi018=a;smithi063=b' 2024-09-17T01:04:17.526 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:17 smithi018 bash[22760]: cluster 2024-09-17T01:04:15.875216+0000 mgr.a (mgr.14150) 100 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:04:17.526 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:17 smithi018 bash[22760]: audit 2024-09-17T01:04:16.703450+0000 mon.a (mon.0) 335 : audit [DBG] from='client.? 172.21.15.18:0/3001188509' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:04:17.702 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:17 smithi063 bash[23456]: cluster 2024-09-17T01:04:15.875216+0000 mgr.a (mgr.14150) 100 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:04:17.702 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:17 smithi063 bash[23456]: audit 2024-09-17T01:04:16.703450+0000 mon.a (mon.0) 335 : audit [DBG] from='client.? 172.21.15.18:0/3001188509' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:04:17.753 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:17 smithi086 bash[23376]: cluster 2024-09-17T01:04:15.875216+0000 mgr.a (mgr.14150) 100 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:04:17.754 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:17 smithi086 bash[23376]: audit 2024-09-17T01:04:16.703450+0000 mon.a (mon.0) 335 : audit [DBG] from='client.? 172.21.15.18:0/3001188509' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:04:19.702 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:19 smithi063 bash[23456]: cluster 2024-09-17T01:04:17.875670+0000 mgr.a (mgr.14150) 101 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:04:19.754 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:19 smithi086 bash[23376]: cluster 2024-09-17T01:04:17.875670+0000 mgr.a (mgr.14150) 101 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:04:19.775 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:19 smithi018 bash[22760]: cluster 2024-09-17T01:04:17.875670+0000 mgr.a (mgr.14150) 101 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:04:21.232 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/2853ef26-7490-11ef-bceb-c7b262605968/mon.c/config 2024-09-17T01:04:21.702 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:21 smithi063 bash[23456]: cluster 2024-09-17T01:04:19.876085+0000 mgr.a (mgr.14150) 102 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:04:21.759 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:21 smithi086 bash[23376]: cluster 2024-09-17T01:04:19.876085+0000 mgr.a (mgr.14150) 102 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:04:21.775 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:21 smithi018 bash[22760]: cluster 2024-09-17T01:04:19.876085+0000 mgr.a (mgr.14150) 102 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:04:22.780 INFO:teuthology.orchestra.run.smithi086.stdout:Scheduled mgr update... 2024-09-17T01:04:23.566 DEBUG:teuthology.orchestra.run.smithi063:mgr.b> sudo journalctl -f -n 0 -u ceph-2853ef26-7490-11ef-bceb-c7b262605968@mgr.b.service 2024-09-17T01:04:23.568 INFO:tasks.cephadm:Deploying OSDs... 2024-09-17T01:04:23.568 DEBUG:teuthology.orchestra.run.smithi018:> set -ex 2024-09-17T01:04:23.568 DEBUG:teuthology.orchestra.run.smithi018:> dd if=/scratch_devs of=/dev/stdout 2024-09-17T01:04:23.573 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-17T01:04:23.573 DEBUG:teuthology.orchestra.run.smithi018:> stat /dev/vg_nvme/lv_1 2024-09-17T01:04:23.623 INFO:teuthology.orchestra.run.smithi018.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-17T01:04:23.623 INFO:teuthology.orchestra.run.smithi018.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T01:04:23.623 INFO:teuthology.orchestra.run.smithi018.stdout:Device: 5h/5d Inode: 876 Links: 1 2024-09-17T01:04:23.623 INFO:teuthology.orchestra.run.smithi018.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T01:04:23.623 INFO:teuthology.orchestra.run.smithi018.stdout:Access: 2024-09-17 00:54:22.727665918 +0000 2024-09-17T01:04:23.623 INFO:teuthology.orchestra.run.smithi018.stdout:Modify: 2024-09-17 00:54:22.455668333 +0000 2024-09-17T01:04:23.624 INFO:teuthology.orchestra.run.smithi018.stdout:Change: 2024-09-17 00:54:22.455668333 +0000 2024-09-17T01:04:23.624 INFO:teuthology.orchestra.run.smithi018.stdout: Birth: - 2024-09-17T01:04:23.624 DEBUG:teuthology.orchestra.run.smithi018:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-17T01:04:23.678 INFO:teuthology.orchestra.run.smithi018.stderr:1+0 records in 2024-09-17T01:04:23.678 INFO:teuthology.orchestra.run.smithi018.stderr:1+0 records out 2024-09-17T01:04:23.678 INFO:teuthology.orchestra.run.smithi018.stderr:512 bytes copied, 0.000243139 s, 2.1 MB/s 2024-09-17T01:04:23.679 DEBUG:teuthology.orchestra.run.smithi018:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-17T01:04:23.728 DEBUG:teuthology.orchestra.run.smithi018:> stat /dev/vg_nvme/lv_2 2024-09-17T01:04:23.775 INFO:teuthology.orchestra.run.smithi018.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-17T01:04:23.775 INFO:teuthology.orchestra.run.smithi018.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T01:04:23.775 INFO:teuthology.orchestra.run.smithi018.stdout:Device: 5h/5d Inode: 890 Links: 1 2024-09-17T01:04:23.775 INFO:teuthology.orchestra.run.smithi018.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T01:04:23.775 INFO:teuthology.orchestra.run.smithi018.stdout:Access: 2024-09-17 00:54:23.187661834 +0000 2024-09-17T01:04:23.775 INFO:teuthology.orchestra.run.smithi018.stdout:Modify: 2024-09-17 00:54:22.931664107 +0000 2024-09-17T01:04:23.776 INFO:teuthology.orchestra.run.smithi018.stdout:Change: 2024-09-17 00:54:22.931664107 +0000 2024-09-17T01:04:23.776 INFO:teuthology.orchestra.run.smithi018.stdout: Birth: - 2024-09-17T01:04:23.776 DEBUG:teuthology.orchestra.run.smithi018:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-17T01:04:23.828 INFO:teuthology.orchestra.run.smithi018.stderr:1+0 records in 2024-09-17T01:04:23.829 INFO:teuthology.orchestra.run.smithi018.stderr:1+0 records out 2024-09-17T01:04:23.829 INFO:teuthology.orchestra.run.smithi018.stderr:512 bytes copied, 0.000179419 s, 2.9 MB/s 2024-09-17T01:04:23.830 DEBUG:teuthology.orchestra.run.smithi018:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-17T01:04:23.885 DEBUG:teuthology.orchestra.run.smithi018:> stat /dev/vg_nvme/lv_3 2024-09-17T01:04:23.935 INFO:teuthology.orchestra.run.smithi018.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-17T01:04:23.935 INFO:teuthology.orchestra.run.smithi018.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T01:04:23.935 INFO:teuthology.orchestra.run.smithi018.stdout:Device: 5h/5d Inode: 912 Links: 1 2024-09-17T01:04:23.936 INFO:teuthology.orchestra.run.smithi018.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T01:04:23.936 INFO:teuthology.orchestra.run.smithi018.stdout:Access: 2024-09-17 00:54:23.655657679 +0000 2024-09-17T01:04:23.936 INFO:teuthology.orchestra.run.smithi018.stdout:Modify: 2024-09-17 00:54:23.415659810 +0000 2024-09-17T01:04:23.936 INFO:teuthology.orchestra.run.smithi018.stdout:Change: 2024-09-17 00:54:23.415659810 +0000 2024-09-17T01:04:23.936 INFO:teuthology.orchestra.run.smithi018.stdout: Birth: - 2024-09-17T01:04:23.936 DEBUG:teuthology.orchestra.run.smithi018:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-17T01:04:23.952 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:23 smithi063 bash[23456]: cluster 2024-09-17T01:04:21.876484+0000 mgr.a (mgr.14150) 103 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:04:23.953 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:23 smithi063 bash[23456]: audit 2024-09-17T01:04:22.772899+0000 mgr.a (mgr.14150) 104 : audit [DBG] from='client.24109 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi018=a;smithi063=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T01:04:23.953 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:23 smithi063 bash[23456]: cephadm 2024-09-17T01:04:22.776116+0000 mgr.a (mgr.14150) 105 : cephadm [INF] Saving service mgr spec with placement smithi018=a;smithi063=b;count:2 2024-09-17T01:04:23.953 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:23 smithi063 bash[23456]: audit 2024-09-17T01:04:22.782851+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:23.956 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:23 smithi063 bash[23456]: audit 2024-09-17T01:04:22.784649+0000 mon.a (mon.0) 337 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:04:23.956 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:23 smithi063 bash[23456]: audit 2024-09-17T01:04:22.789634+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:04:23.956 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:23 smithi063 bash[23456]: audit 2024-09-17T01:04:22.791578+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:04:23.956 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:23 smithi063 bash[23456]: audit 2024-09-17T01:04:22.800608+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:23.956 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:23 smithi063 bash[23456]: audit 2024-09-17T01:04:22.804616+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-17T01:04:23.956 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:23 smithi063 bash[23456]: audit 2024-09-17T01:04:22.807089+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-17T01:04:23.956 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:23 smithi063 bash[23456]: audit 2024-09-17T01:04:22.811481+0000 mon.a (mon.0) 343 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-17T01:04:23.956 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:23 smithi063 bash[23456]: audit 2024-09-17T01:04:22.813411+0000 mon.a (mon.0) 344 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:04:23.957 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:23 smithi063 bash[23456]: cephadm 2024-09-17T01:04:22.815397+0000 mgr.a (mgr.14150) 106 : cephadm [INF] Deploying daemon mgr.b on smithi063 2024-09-17T01:04:23.998 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:23 smithi018 bash[22760]: cluster 2024-09-17T01:04:21.876484+0000 mgr.a (mgr.14150) 103 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:04:23.998 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:23 smithi018 bash[22760]: audit 2024-09-17T01:04:22.772899+0000 mgr.a (mgr.14150) 104 : audit [DBG] from='client.24109 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi018=a;smithi063=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T01:04:23.998 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:23 smithi018 bash[22760]: cephadm 2024-09-17T01:04:22.776116+0000 mgr.a (mgr.14150) 105 : cephadm [INF] Saving service mgr spec with placement smithi018=a;smithi063=b;count:2 2024-09-17T01:04:23.999 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:23 smithi018 bash[22760]: audit 2024-09-17T01:04:22.782851+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:23.999 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:23 smithi018 bash[22760]: audit 2024-09-17T01:04:22.784649+0000 mon.a (mon.0) 337 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:04:23.999 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:23 smithi018 bash[22760]: audit 2024-09-17T01:04:22.789634+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:04:23.999 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:23 smithi018 bash[22760]: audit 2024-09-17T01:04:22.791578+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:04:23.999 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:23 smithi018 bash[22760]: audit 2024-09-17T01:04:22.800608+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:23.999 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:23 smithi018 bash[22760]: audit 2024-09-17T01:04:22.804616+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-17T01:04:23.999 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:23 smithi018 bash[22760]: audit 2024-09-17T01:04:22.807089+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-17T01:04:23.999 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:23 smithi018 bash[22760]: audit 2024-09-17T01:04:22.811481+0000 mon.a (mon.0) 343 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-17T01:04:23.999 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:23 smithi018 bash[22760]: audit 2024-09-17T01:04:22.813411+0000 mon.a (mon.0) 344 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:04:23.999 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:23 smithi018 bash[22760]: cephadm 2024-09-17T01:04:22.815397+0000 mgr.a (mgr.14150) 106 : cephadm [INF] Deploying daemon mgr.b on smithi063 2024-09-17T01:04:24.000 INFO:teuthology.orchestra.run.smithi018.stderr:1+0 records in 2024-09-17T01:04:24.001 INFO:teuthology.orchestra.run.smithi018.stderr:1+0 records out 2024-09-17T01:04:24.001 INFO:teuthology.orchestra.run.smithi018.stderr:512 bytes copied, 0.000168282 s, 3.0 MB/s 2024-09-17T01:04:24.001 DEBUG:teuthology.orchestra.run.smithi018:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-17T01:04:24.004 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:23 smithi086 bash[23376]: cluster 2024-09-17T01:04:21.876484+0000 mgr.a (mgr.14150) 103 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:04:24.004 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:23 smithi086 bash[23376]: audit 2024-09-17T01:04:22.772899+0000 mgr.a (mgr.14150) 104 : audit [DBG] from='client.24109 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi018=a;smithi063=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T01:04:24.004 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:23 smithi086 bash[23376]: cephadm 2024-09-17T01:04:22.776116+0000 mgr.a (mgr.14150) 105 : cephadm [INF] Saving service mgr spec with placement smithi018=a;smithi063=b;count:2 2024-09-17T01:04:24.004 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:23 smithi086 bash[23376]: audit 2024-09-17T01:04:22.782851+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:24.004 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:23 smithi086 bash[23376]: audit 2024-09-17T01:04:22.784649+0000 mon.a (mon.0) 337 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:04:24.004 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:23 smithi086 bash[23376]: audit 2024-09-17T01:04:22.789634+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:04:24.004 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:23 smithi086 bash[23376]: audit 2024-09-17T01:04:22.791578+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:04:24.005 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:23 smithi086 bash[23376]: audit 2024-09-17T01:04:22.800608+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:24.005 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:23 smithi086 bash[23376]: audit 2024-09-17T01:04:22.804616+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-17T01:04:24.005 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:23 smithi086 bash[23376]: audit 2024-09-17T01:04:22.807089+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-17T01:04:24.005 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:23 smithi086 bash[23376]: audit 2024-09-17T01:04:22.811481+0000 mon.a (mon.0) 343 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-17T01:04:24.005 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:23 smithi086 bash[23376]: audit 2024-09-17T01:04:22.813411+0000 mon.a (mon.0) 344 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:04:24.005 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:23 smithi086 bash[23376]: cephadm 2024-09-17T01:04:22.815397+0000 mgr.a (mgr.14150) 106 : cephadm [INF] Deploying daemon mgr.b on smithi063 2024-09-17T01:04:24.065 DEBUG:teuthology.orchestra.run.smithi018:> stat /dev/vg_nvme/lv_4 2024-09-17T01:04:24.125 INFO:teuthology.orchestra.run.smithi018.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-17T01:04:24.125 INFO:teuthology.orchestra.run.smithi018.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T01:04:24.125 INFO:teuthology.orchestra.run.smithi018.stdout:Device: 5h/5d Inode: 928 Links: 1 2024-09-17T01:04:24.125 INFO:teuthology.orchestra.run.smithi018.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T01:04:24.126 INFO:teuthology.orchestra.run.smithi018.stdout:Access: 2024-09-17 00:54:24.175653063 +0000 2024-09-17T01:04:24.126 INFO:teuthology.orchestra.run.smithi018.stdout:Modify: 2024-09-17 00:54:23.879655690 +0000 2024-09-17T01:04:24.126 INFO:teuthology.orchestra.run.smithi018.stdout:Change: 2024-09-17 00:54:23.879655690 +0000 2024-09-17T01:04:24.126 INFO:teuthology.orchestra.run.smithi018.stdout: Birth: - 2024-09-17T01:04:24.126 DEBUG:teuthology.orchestra.run.smithi018:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-17T01:04:24.207 INFO:teuthology.orchestra.run.smithi018.stderr:1+0 records in 2024-09-17T01:04:24.207 INFO:teuthology.orchestra.run.smithi018.stderr:1+0 records out 2024-09-17T01:04:24.207 INFO:teuthology.orchestra.run.smithi018.stderr:512 bytes copied, 0.000180055 s, 2.8 MB/s 2024-09-17T01:04:24.208 DEBUG:teuthology.orchestra.run.smithi018:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-17T01:04:24.268 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2024-09-17T01:04:24.269 DEBUG:teuthology.orchestra.run.smithi063:> dd if=/scratch_devs of=/dev/stdout 2024-09-17T01:04:24.288 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-17T01:04:24.288 DEBUG:teuthology.orchestra.run.smithi063:> stat /dev/vg_nvme/lv_1 2024-09-17T01:04:24.352 INFO:teuthology.orchestra.run.smithi063.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-17T01:04:24.353 INFO:teuthology.orchestra.run.smithi063.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T01:04:24.353 INFO:teuthology.orchestra.run.smithi063.stdout:Device: 5h/5d Inode: 873 Links: 1 2024-09-17T01:04:24.353 INFO:teuthology.orchestra.run.smithi063.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T01:04:24.353 INFO:teuthology.orchestra.run.smithi063.stdout:Access: 2024-09-17 00:54:19.693605280 +0000 2024-09-17T01:04:24.353 INFO:teuthology.orchestra.run.smithi063.stdout:Modify: 2024-09-17 00:54:19.453607423 +0000 2024-09-17T01:04:24.353 INFO:teuthology.orchestra.run.smithi063.stdout:Change: 2024-09-17 00:54:19.453607423 +0000 2024-09-17T01:04:24.353 INFO:teuthology.orchestra.run.smithi063.stdout: Birth: - 2024-09-17T01:04:24.354 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-17T01:04:24.413 INFO:teuthology.orchestra.run.smithi063.stderr:1+0 records in 2024-09-17T01:04:24.413 INFO:teuthology.orchestra.run.smithi063.stderr:1+0 records out 2024-09-17T01:04:24.413 INFO:teuthology.orchestra.run.smithi063.stderr:512 bytes copied, 0.000440155 s, 1.2 MB/s 2024-09-17T01:04:24.414 DEBUG:teuthology.orchestra.run.smithi063:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-17T01:04:24.468 DEBUG:teuthology.orchestra.run.smithi063:> stat /dev/vg_nvme/lv_2 2024-09-17T01:04:24.528 INFO:teuthology.orchestra.run.smithi063.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-17T01:04:24.529 INFO:teuthology.orchestra.run.smithi063.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T01:04:24.529 INFO:teuthology.orchestra.run.smithi063.stdout:Device: 5h/5d Inode: 896 Links: 1 2024-09-17T01:04:24.529 INFO:teuthology.orchestra.run.smithi063.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T01:04:24.529 INFO:teuthology.orchestra.run.smithi063.stdout:Access: 2024-09-17 00:54:20.173600993 +0000 2024-09-17T01:04:24.529 INFO:teuthology.orchestra.run.smithi063.stdout:Modify: 2024-09-17 00:54:19.921603242 +0000 2024-09-17T01:04:24.529 INFO:teuthology.orchestra.run.smithi063.stdout:Change: 2024-09-17 00:54:19.921603242 +0000 2024-09-17T01:04:24.529 INFO:teuthology.orchestra.run.smithi063.stdout: Birth: - 2024-09-17T01:04:24.529 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-17T01:04:24.589 INFO:teuthology.orchestra.run.smithi063.stderr:1+0 records in 2024-09-17T01:04:24.590 INFO:teuthology.orchestra.run.smithi063.stderr:1+0 records out 2024-09-17T01:04:24.590 INFO:teuthology.orchestra.run.smithi063.stderr:512 bytes copied, 0.000404071 s, 1.3 MB/s 2024-09-17T01:04:24.591 DEBUG:teuthology.orchestra.run.smithi063:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-17T01:04:24.649 DEBUG:teuthology.orchestra.run.smithi063:> stat /dev/vg_nvme/lv_3 2024-09-17T01:04:24.707 INFO:teuthology.orchestra.run.smithi063.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-17T01:04:24.707 INFO:teuthology.orchestra.run.smithi063.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T01:04:24.707 INFO:teuthology.orchestra.run.smithi063.stdout:Device: 5h/5d Inode: 912 Links: 1 2024-09-17T01:04:24.707 INFO:teuthology.orchestra.run.smithi063.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T01:04:24.707 INFO:teuthology.orchestra.run.smithi063.stdout:Access: 2024-09-17 00:54:20.669596562 +0000 2024-09-17T01:04:24.707 INFO:teuthology.orchestra.run.smithi063.stdout:Modify: 2024-09-17 00:54:20.409598884 +0000 2024-09-17T01:04:24.707 INFO:teuthology.orchestra.run.smithi063.stdout:Change: 2024-09-17 00:54:20.409598884 +0000 2024-09-17T01:04:24.708 INFO:teuthology.orchestra.run.smithi063.stdout: Birth: - 2024-09-17T01:04:24.708 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-17T01:04:24.766 INFO:teuthology.orchestra.run.smithi063.stderr:1+0 records in 2024-09-17T01:04:24.766 INFO:teuthology.orchestra.run.smithi063.stderr:1+0 records out 2024-09-17T01:04:24.766 INFO:teuthology.orchestra.run.smithi063.stderr:512 bytes copied, 0.000420128 s, 1.2 MB/s 2024-09-17T01:04:24.767 DEBUG:teuthology.orchestra.run.smithi063:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-17T01:04:24.824 DEBUG:teuthology.orchestra.run.smithi063:> stat /dev/vg_nvme/lv_4 2024-09-17T01:04:24.880 INFO:teuthology.orchestra.run.smithi063.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-17T01:04:24.881 INFO:teuthology.orchestra.run.smithi063.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T01:04:24.881 INFO:teuthology.orchestra.run.smithi063.stdout:Device: 5h/5d Inode: 927 Links: 1 2024-09-17T01:04:24.881 INFO:teuthology.orchestra.run.smithi063.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T01:04:24.881 INFO:teuthology.orchestra.run.smithi063.stdout:Access: 2024-09-17 00:54:20.897594525 +0000 2024-09-17T01:04:24.881 INFO:teuthology.orchestra.run.smithi063.stdout:Modify: 2024-09-17 00:54:20.893594561 +0000 2024-09-17T01:04:24.881 INFO:teuthology.orchestra.run.smithi063.stdout:Change: 2024-09-17 00:54:20.893594561 +0000 2024-09-17T01:04:24.881 INFO:teuthology.orchestra.run.smithi063.stdout: Birth: - 2024-09-17T01:04:24.882 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-17T01:04:24.937 INFO:teuthology.orchestra.run.smithi063.stderr:1+0 records in 2024-09-17T01:04:24.937 INFO:teuthology.orchestra.run.smithi063.stderr:1+0 records out 2024-09-17T01:04:24.937 INFO:teuthology.orchestra.run.smithi063.stderr:512 bytes copied, 0.000337796 s, 1.5 MB/s 2024-09-17T01:04:24.938 DEBUG:teuthology.orchestra.run.smithi063:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-17T01:04:24.989 DEBUG:teuthology.orchestra.run.smithi086:> set -ex 2024-09-17T01:04:24.989 DEBUG:teuthology.orchestra.run.smithi086:> dd if=/scratch_devs of=/dev/stdout 2024-09-17T01:04:24.995 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-17T01:04:24.995 DEBUG:teuthology.orchestra.run.smithi086:> stat /dev/vg_nvme/lv_1 2024-09-17T01:04:25.043 INFO:teuthology.orchestra.run.smithi086.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-17T01:04:25.043 INFO:teuthology.orchestra.run.smithi086.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T01:04:25.043 INFO:teuthology.orchestra.run.smithi086.stdout:Device: 5h/5d Inode: 879 Links: 1 2024-09-17T01:04:25.043 INFO:teuthology.orchestra.run.smithi086.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T01:04:25.044 INFO:teuthology.orchestra.run.smithi086.stdout:Access: 2024-09-17 00:54:17.148899634 +0000 2024-09-17T01:04:25.044 INFO:teuthology.orchestra.run.smithi086.stdout:Modify: 2024-09-17 00:54:16.888901956 +0000 2024-09-17T01:04:25.044 INFO:teuthology.orchestra.run.smithi086.stdout:Change: 2024-09-17 00:54:16.888901956 +0000 2024-09-17T01:04:25.044 INFO:teuthology.orchestra.run.smithi086.stdout: Birth: - 2024-09-17T01:04:25.044 DEBUG:teuthology.orchestra.run.smithi086:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-17T01:04:25.097 INFO:teuthology.orchestra.run.smithi086.stderr:1+0 records in 2024-09-17T01:04:25.098 INFO:teuthology.orchestra.run.smithi086.stderr:1+0 records out 2024-09-17T01:04:25.098 INFO:teuthology.orchestra.run.smithi086.stderr:512 bytes copied, 0.000448606 s, 1.1 MB/s 2024-09-17T01:04:25.099 DEBUG:teuthology.orchestra.run.smithi086:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-17T01:04:25.148 DEBUG:teuthology.orchestra.run.smithi086:> stat /dev/vg_nvme/lv_2 2024-09-17T01:04:25.199 INFO:teuthology.orchestra.run.smithi086.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-17T01:04:25.199 INFO:teuthology.orchestra.run.smithi086.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T01:04:25.199 INFO:teuthology.orchestra.run.smithi086.stdout:Device: 5h/5d Inode: 891 Links: 1 2024-09-17T01:04:25.199 INFO:teuthology.orchestra.run.smithi086.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T01:04:25.200 INFO:teuthology.orchestra.run.smithi086.stdout:Access: 2024-09-17 00:54:17.652895132 +0000 2024-09-17T01:04:25.200 INFO:teuthology.orchestra.run.smithi086.stdout:Modify: 2024-09-17 00:54:17.376897598 +0000 2024-09-17T01:04:25.200 INFO:teuthology.orchestra.run.smithi086.stdout:Change: 2024-09-17 00:54:17.376897598 +0000 2024-09-17T01:04:25.200 INFO:teuthology.orchestra.run.smithi086.stdout: Birth: - 2024-09-17T01:04:25.200 DEBUG:teuthology.orchestra.run.smithi086:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-17T01:04:25.257 INFO:teuthology.orchestra.run.smithi086.stderr:1+0 records in 2024-09-17T01:04:25.257 INFO:teuthology.orchestra.run.smithi086.stderr:1+0 records out 2024-09-17T01:04:25.257 INFO:teuthology.orchestra.run.smithi086.stderr:512 bytes copied, 0.000385016 s, 1.3 MB/s 2024-09-17T01:04:25.258 DEBUG:teuthology.orchestra.run.smithi086:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-17T01:04:25.308 DEBUG:teuthology.orchestra.run.smithi086:> stat /dev/vg_nvme/lv_3 2024-09-17T01:04:25.359 INFO:teuthology.orchestra.run.smithi086.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-17T01:04:25.359 INFO:teuthology.orchestra.run.smithi086.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T01:04:25.359 INFO:teuthology.orchestra.run.smithi086.stdout:Device: 5h/5d Inode: 913 Links: 1 2024-09-17T01:04:25.359 INFO:teuthology.orchestra.run.smithi086.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T01:04:25.359 INFO:teuthology.orchestra.run.smithi086.stdout:Access: 2024-09-17 00:54:18.112891023 +0000 2024-09-17T01:04:25.359 INFO:teuthology.orchestra.run.smithi086.stdout:Modify: 2024-09-17 00:54:17.868893202 +0000 2024-09-17T01:04:25.360 INFO:teuthology.orchestra.run.smithi086.stdout:Change: 2024-09-17 00:54:17.868893202 +0000 2024-09-17T01:04:25.360 INFO:teuthology.orchestra.run.smithi086.stdout: Birth: - 2024-09-17T01:04:25.360 DEBUG:teuthology.orchestra.run.smithi086:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-17T01:04:25.413 INFO:teuthology.orchestra.run.smithi086.stderr:1+0 records in 2024-09-17T01:04:25.413 INFO:teuthology.orchestra.run.smithi086.stderr:1+0 records out 2024-09-17T01:04:25.413 INFO:teuthology.orchestra.run.smithi086.stderr:512 bytes copied, 0.000435319 s, 1.2 MB/s 2024-09-17T01:04:25.414 DEBUG:teuthology.orchestra.run.smithi086:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-17T01:04:25.465 DEBUG:teuthology.orchestra.run.smithi086:> stat /dev/vg_nvme/lv_4 2024-09-17T01:04:25.517 INFO:teuthology.orchestra.run.smithi086.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-17T01:04:25.517 INFO:teuthology.orchestra.run.smithi086.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T01:04:25.517 INFO:teuthology.orchestra.run.smithi086.stdout:Device: 5h/5d Inode: 922 Links: 1 2024-09-17T01:04:25.517 INFO:teuthology.orchestra.run.smithi086.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T01:04:25.517 INFO:teuthology.orchestra.run.smithi086.stdout:Access: 2024-09-17 00:54:18.584886807 +0000 2024-09-17T01:04:25.517 INFO:teuthology.orchestra.run.smithi086.stdout:Modify: 2024-09-17 00:54:18.348888915 +0000 2024-09-17T01:04:25.517 INFO:teuthology.orchestra.run.smithi086.stdout:Change: 2024-09-17 00:54:18.348888915 +0000 2024-09-17T01:04:25.517 INFO:teuthology.orchestra.run.smithi086.stdout: Birth: - 2024-09-17T01:04:25.518 DEBUG:teuthology.orchestra.run.smithi086:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-17T01:04:25.569 INFO:teuthology.orchestra.run.smithi086.stderr:1+0 records in 2024-09-17T01:04:25.569 INFO:teuthology.orchestra.run.smithi086.stderr:1+0 records out 2024-09-17T01:04:25.570 INFO:teuthology.orchestra.run.smithi086.stderr:512 bytes copied, 0.000387357 s, 1.3 MB/s 2024-09-17T01:04:25.571 DEBUG:teuthology.orchestra.run.smithi086:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-17T01:04:25.621 INFO:tasks.cephadm:Deploying osd.0 on smithi018 with /dev/vg_nvme/lv_4... 2024-09-17T01:04:25.622 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2853ef26-7490-11ef-bceb-c7b262605968 -- lvm zap /dev/vg_nvme/lv_4 2024-09-17T01:04:26.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:25 smithi018 bash[22760]: cluster 2024-09-17T01:04:23.876810+0000 mgr.a (mgr.14150) 107 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:04:26.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:25 smithi063 bash[23456]: cluster 2024-09-17T01:04:23.876810+0000 mgr.a (mgr.14150) 107 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:04:26.253 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:25 smithi086 bash[23376]: cluster 2024-09-17T01:04:23.876810+0000 mgr.a (mgr.14150) 107 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:04:26.458 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:26 smithi063 systemd[1]: /etc/systemd/system/ceph-2853ef26-7490-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-17T01:04:26.459 INFO:journalctl@ceph.mgr.b.smithi063.stdout:Sep 17 01:04:26 smithi063 systemd[1]: /etc/systemd/system/ceph-2853ef26-7490-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-17T01:04:26.459 INFO:journalctl@ceph.mgr.b.smithi063.stdout:Sep 17 01:04:26 smithi063 systemd[1]: /etc/systemd/system/ceph-2853ef26-7490-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-17T01:04:26.459 INFO:journalctl@ceph.mgr.b.smithi063.stdout:Sep 17 01:04:26 smithi063 systemd[1]: /etc/systemd/system/ceph-2853ef26-7490-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-17T01:04:26.783 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:26 smithi063 systemd[1]: /etc/systemd/system/ceph-2853ef26-7490-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-17T01:04:26.784 INFO:journalctl@ceph.mgr.b.smithi063.stdout:Sep 17 01:04:26 smithi063 systemd[1]: /etc/systemd/system/ceph-2853ef26-7490-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-17T01:04:26.784 INFO:journalctl@ceph.mgr.b.smithi063.stdout:Sep 17 01:04:26 smithi063 systemd[1]: Started Ceph mgr.b for 2853ef26-7490-11ef-bceb-c7b262605968. 2024-09-17T01:04:27.452 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:27 smithi063 bash[23456]: cluster 2024-09-17T01:04:25.877136+0000 mgr.a (mgr.14150) 108 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:04:27.453 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:27 smithi063 bash[23456]: audit 2024-09-17T01:04:26.296929+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:27.453 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:27 smithi063 bash[23456]: audit 2024-09-17T01:04:26.304431+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:27.453 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:27 smithi063 bash[23456]: audit 2024-09-17T01:04:26.314154+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:27.453 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:27 smithi063 bash[23456]: audit 2024-09-17T01:04:26.726784+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:27.453 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:27 smithi063 bash[23456]: audit 2024-09-17T01:04:26.734145+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:27.453 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:27 smithi063 bash[23456]: audit 2024-09-17T01:04:26.741860+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:27.453 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:27 smithi063 bash[23456]: audit 2024-09-17T01:04:26.749137+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:27.453 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:27 smithi063 bash[23456]: audit 2024-09-17T01:04:26.815280+0000 mon.a (mon.0) 352 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:04:27.453 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:27 smithi063 bash[23456]: audit 2024-09-17T01:04:26.819778+0000 mon.a (mon.0) 353 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:04:27.453 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:27 smithi063 bash[23456]: audit 2024-09-17T01:04:26.821342+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:04:27.453 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:27 smithi063 bash[23456]: audit 2024-09-17T01:04:26.830257+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:27.454 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:27 smithi063 bash[23456]: cephadm 2024-09-17T01:04:26.830967+0000 mgr.a (mgr.14150) 109 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-17T01:04:27.454 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:27 smithi063 bash[23456]: audit 2024-09-17T01:04:26.886869+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-17T01:04:27.454 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:27 smithi063 bash[23456]: audit 2024-09-17T01:04:26.888364+0000 mon.a (mon.0) 357 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-17T01:04:27.454 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:27 smithi063 bash[23456]: audit 2024-09-17T01:04:26.889527+0000 mon.a (mon.0) 358 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:04:27.754 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:27 smithi086 bash[23376]: cluster 2024-09-17T01:04:25.877136+0000 mgr.a (mgr.14150) 108 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:04:27.754 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:27 smithi086 bash[23376]: audit 2024-09-17T01:04:26.296929+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:27.754 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:27 smithi086 bash[23376]: audit 2024-09-17T01:04:26.304431+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:27.754 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:27 smithi086 bash[23376]: audit 2024-09-17T01:04:26.314154+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:27.754 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:27 smithi086 bash[23376]: audit 2024-09-17T01:04:26.726784+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:27.754 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:27 smithi086 bash[23376]: audit 2024-09-17T01:04:26.734145+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:27.755 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:27 smithi086 bash[23376]: audit 2024-09-17T01:04:26.741860+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:27.755 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:27 smithi086 bash[23376]: audit 2024-09-17T01:04:26.749137+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:27.755 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:27 smithi086 bash[23376]: audit 2024-09-17T01:04:26.815280+0000 mon.a (mon.0) 352 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:04:27.755 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:27 smithi086 bash[23376]: audit 2024-09-17T01:04:26.819778+0000 mon.a (mon.0) 353 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:04:27.755 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:27 smithi086 bash[23376]: audit 2024-09-17T01:04:26.821342+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:04:27.755 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:27 smithi086 bash[23376]: audit 2024-09-17T01:04:26.830257+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:27.755 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:27 smithi086 bash[23376]: cephadm 2024-09-17T01:04:26.830967+0000 mgr.a (mgr.14150) 109 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-17T01:04:27.755 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:27 smithi086 bash[23376]: audit 2024-09-17T01:04:26.886869+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-17T01:04:27.755 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:27 smithi086 bash[23376]: audit 2024-09-17T01:04:26.888364+0000 mon.a (mon.0) 357 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-17T01:04:27.755 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:27 smithi086 bash[23376]: audit 2024-09-17T01:04:26.889527+0000 mon.a (mon.0) 358 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:04:27.775 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:27 smithi018 bash[22760]: cluster 2024-09-17T01:04:25.877136+0000 mgr.a (mgr.14150) 108 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:04:27.775 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:27 smithi018 bash[22760]: audit 2024-09-17T01:04:26.296929+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:27.775 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:27 smithi018 bash[22760]: audit 2024-09-17T01:04:26.304431+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:27.775 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:27 smithi018 bash[22760]: audit 2024-09-17T01:04:26.314154+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:27.776 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:27 smithi018 bash[22760]: audit 2024-09-17T01:04:26.726784+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:27.776 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:27 smithi018 bash[22760]: audit 2024-09-17T01:04:26.734145+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:27.776 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:27 smithi018 bash[22760]: audit 2024-09-17T01:04:26.741860+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:27.776 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:27 smithi018 bash[22760]: audit 2024-09-17T01:04:26.749137+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:27.776 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:27 smithi018 bash[22760]: audit 2024-09-17T01:04:26.815280+0000 mon.a (mon.0) 352 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:04:27.776 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:27 smithi018 bash[22760]: audit 2024-09-17T01:04:26.819778+0000 mon.a (mon.0) 353 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:04:27.776 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:27 smithi018 bash[22760]: audit 2024-09-17T01:04:26.821342+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:04:27.776 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:27 smithi018 bash[22760]: audit 2024-09-17T01:04:26.830257+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:27.776 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:27 smithi018 bash[22760]: cephadm 2024-09-17T01:04:26.830967+0000 mgr.a (mgr.14150) 109 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-17T01:04:27.776 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:27 smithi018 bash[22760]: audit 2024-09-17T01:04:26.886869+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-17T01:04:27.776 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:27 smithi018 bash[22760]: audit 2024-09-17T01:04:26.888364+0000 mon.a (mon.0) 357 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-17T01:04:27.776 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:27 smithi018 bash[22760]: audit 2024-09-17T01:04:26.889527+0000 mon.a (mon.0) 358 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:04:28.453 INFO:journalctl@ceph.mgr.b.smithi063.stdout:Sep 17 01:04:28 smithi063 bash[24318]: debug 2024-09-17T01:04:28.248+0000 7f0b3c348640 1 -- 172.21.15.63:0/3263386509 <== mon.2 v2:172.21.15.63:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x557bbea810e0 con 0x557bbea83800 2024-09-17T01:04:28.453 INFO:journalctl@ceph.mgr.b.smithi063.stdout:Sep 17 01:04:28 smithi063 bash[24318]: debug 2024-09-17T01:04:28.368+0000 7f0b3ebb2040 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-17T01:04:28.907 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:28 smithi063 bash[23456]: cephadm 2024-09-17T01:04:26.886214+0000 mgr.a (mgr.14150) 110 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-09-17T01:04:28.907 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:28 smithi063 bash[23456]: cephadm 2024-09-17T01:04:26.890703+0000 mgr.a (mgr.14150) 111 : cephadm [INF] Reconfiguring daemon mgr.a on smithi018 2024-09-17T01:04:28.907 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:28 smithi063 bash[23456]: audit 2024-09-17T01:04:27.853523+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:29.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:28 smithi018 bash[22760]: cephadm 2024-09-17T01:04:26.886214+0000 mgr.a (mgr.14150) 110 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-09-17T01:04:29.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:28 smithi018 bash[22760]: cephadm 2024-09-17T01:04:26.890703+0000 mgr.a (mgr.14150) 111 : cephadm [INF] Reconfiguring daemon mgr.a on smithi018 2024-09-17T01:04:29.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:28 smithi018 bash[22760]: audit 2024-09-17T01:04:27.853523+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:29.254 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:28 smithi086 bash[23376]: cephadm 2024-09-17T01:04:26.886214+0000 mgr.a (mgr.14150) 110 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-09-17T01:04:29.254 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:28 smithi086 bash[23376]: cephadm 2024-09-17T01:04:26.890703+0000 mgr.a (mgr.14150) 111 : cephadm [INF] Reconfiguring daemon mgr.a on smithi018 2024-09-17T01:04:29.254 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:28 smithi086 bash[23376]: audit 2024-09-17T01:04:27.853523+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:29.702 INFO:journalctl@ceph.mgr.b.smithi063.stdout:Sep 17 01:04:29 smithi063 bash[24318]: debug 2024-09-17T01:04:29.648+0000 7f0b3ebb2040 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-17T01:04:30.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:29 smithi018 bash[22760]: cluster 2024-09-17T01:04:27.877498+0000 mgr.a (mgr.14150) 112 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:04:30.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:29 smithi018 bash[22760]: audit 2024-09-17T01:04:29.042618+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:30.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:29 smithi018 bash[22760]: audit 2024-09-17T01:04:29.048303+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:30.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:29 smithi018 bash[22760]: audit 2024-09-17T01:04:29.051942+0000 mon.a (mon.0) 362 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:04:30.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:29 smithi018 bash[22760]: audit 2024-09-17T01:04:29.055785+0000 mon.a (mon.0) 363 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:04:30.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:29 smithi018 bash[22760]: audit 2024-09-17T01:04:29.057151+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:04:30.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:29 smithi018 bash[22760]: audit 2024-09-17T01:04:29.065601+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:30.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:29 smithi018 bash[22760]: cephadm 2024-09-17T01:04:29.066495+0000 mgr.a (mgr.14150) 113 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-17T01:04:30.027 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:29 smithi018 bash[22760]: audit 2024-09-17T01:04:29.452298+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:30.027 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:29 smithi018 bash[22760]: audit 2024-09-17T01:04:29.759566+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:30.027 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:29 smithi018 bash[22760]: audit 2024-09-17T01:04:29.766598+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:30.027 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:29 smithi018 bash[22760]: audit 2024-09-17T01:04:29.775492+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:30.075 INFO:journalctl@ceph.mgr.b.smithi063.stdout:Sep 17 01:04:29 smithi063 bash[24318]: debug 2024-09-17T01:04:29.716+0000 7f0b3ebb2040 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-17T01:04:30.075 INFO:journalctl@ceph.mgr.b.smithi063.stdout:Sep 17 01:04:29 smithi063 bash[24318]: debug 2024-09-17T01:04:29.872+0000 7f0b3ebb2040 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-17T01:04:30.075 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:29 smithi063 bash[23456]: cluster 2024-09-17T01:04:27.877498+0000 mgr.a (mgr.14150) 112 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:04:30.075 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:29 smithi063 bash[23456]: audit 2024-09-17T01:04:29.042618+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:30.075 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:29 smithi063 bash[23456]: audit 2024-09-17T01:04:29.048303+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:30.075 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:29 smithi063 bash[23456]: audit 2024-09-17T01:04:29.051942+0000 mon.a (mon.0) 362 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:04:30.075 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:29 smithi063 bash[23456]: audit 2024-09-17T01:04:29.055785+0000 mon.a (mon.0) 363 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:04:30.075 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:29 smithi063 bash[23456]: audit 2024-09-17T01:04:29.057151+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:04:30.075 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:29 smithi063 bash[23456]: audit 2024-09-17T01:04:29.065601+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:30.076 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:29 smithi063 bash[23456]: cephadm 2024-09-17T01:04:29.066495+0000 mgr.a (mgr.14150) 113 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-17T01:04:30.076 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:29 smithi063 bash[23456]: audit 2024-09-17T01:04:29.452298+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:30.076 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:29 smithi063 bash[23456]: audit 2024-09-17T01:04:29.759566+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:30.076 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:29 smithi063 bash[23456]: audit 2024-09-17T01:04:29.766598+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:30.076 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:29 smithi063 bash[23456]: audit 2024-09-17T01:04:29.775492+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:30.254 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:29 smithi086 bash[23376]: cluster 2024-09-17T01:04:27.877498+0000 mgr.a (mgr.14150) 112 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:04:30.254 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:29 smithi086 bash[23376]: audit 2024-09-17T01:04:29.042618+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:30.254 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:29 smithi086 bash[23376]: audit 2024-09-17T01:04:29.048303+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:30.255 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:29 smithi086 bash[23376]: audit 2024-09-17T01:04:29.051942+0000 mon.a (mon.0) 362 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:04:30.255 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:29 smithi086 bash[23376]: audit 2024-09-17T01:04:29.055785+0000 mon.a (mon.0) 363 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:04:30.255 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:29 smithi086 bash[23376]: audit 2024-09-17T01:04:29.057151+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:04:30.255 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:29 smithi086 bash[23376]: audit 2024-09-17T01:04:29.065601+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:30.255 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:29 smithi086 bash[23376]: cephadm 2024-09-17T01:04:29.066495+0000 mgr.a (mgr.14150) 113 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-17T01:04:30.255 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:29 smithi086 bash[23376]: audit 2024-09-17T01:04:29.452298+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:30.255 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:29 smithi086 bash[23376]: audit 2024-09-17T01:04:29.759566+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:30.256 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:29 smithi086 bash[23376]: audit 2024-09-17T01:04:29.766598+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:30.256 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:29 smithi086 bash[23376]: audit 2024-09-17T01:04:29.775492+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:30.357 INFO:teuthology.orchestra.run.smithi018.stderr:Inferring config /var/lib/ceph/2853ef26-7490-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T01:04:30.860 INFO:journalctl@ceph.mgr.b.smithi063.stdout:Sep 17 01:04:30 smithi063 bash[24318]: debug 2024-09-17T01:04:30.560+0000 7f0b3ebb2040 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-17T01:04:30.860 INFO:journalctl@ceph.mgr.b.smithi063.stdout:Sep 17 01:04:30 smithi063 bash[24318]: debug 2024-09-17T01:04:30.636+0000 7f0b3ebb2040 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-17T01:04:30.860 INFO:journalctl@ceph.mgr.b.smithi063.stdout:Sep 17 01:04:30 smithi063 bash[24318]: debug 2024-09-17T01:04:30.712+0000 7f0b3ebb2040 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-17T01:04:31.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:30 smithi063 bash[23456]: cluster 2024-09-17T01:04:29.877885+0000 mgr.a (mgr.14150) 114 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:04:31.202 INFO:journalctl@ceph.mgr.b.smithi063.stdout:Sep 17 01:04:30 smithi063 bash[24318]: debug 2024-09-17T01:04:30.908+0000 7f0b3ebb2040 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-17T01:04:31.202 INFO:journalctl@ceph.mgr.b.smithi063.stdout:Sep 17 01:04:30 smithi063 bash[24318]: debug 2024-09-17T01:04:30.988+0000 7f0b3ebb2040 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-17T01:04:31.202 INFO:journalctl@ceph.mgr.b.smithi063.stdout:Sep 17 01:04:31 smithi063 bash[24318]: debug 2024-09-17T01:04:31.060+0000 7f0b3ebb2040 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-17T01:04:31.251 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:30 smithi018 bash[22760]: cluster 2024-09-17T01:04:29.877885+0000 mgr.a (mgr.14150) 114 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:04:31.253 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:30 smithi086 bash[23376]: cluster 2024-09-17T01:04:29.877885+0000 mgr.a (mgr.14150) 114 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:04:31.606 INFO:journalctl@ceph.mgr.b.smithi063.stdout:Sep 17 01:04:31 smithi063 bash[24318]: debug 2024-09-17T01:04:31.328+0000 7f0b3ebb2040 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-17T01:04:31.607 INFO:journalctl@ceph.mgr.b.smithi063.stdout:Sep 17 01:04:31 smithi063 bash[24318]: debug 2024-09-17T01:04:31.400+0000 7f0b3ebb2040 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-17T01:04:31.951 INFO:journalctl@ceph.mgr.b.smithi063.stdout:Sep 17 01:04:31 smithi063 bash[24318]: debug 2024-09-17T01:04:31.604+0000 7f0b3ebb2040 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-17T01:04:31.952 INFO:journalctl@ceph.mgr.b.smithi063.stdout:Sep 17 01:04:31 smithi063 bash[24318]: debug 2024-09-17T01:04:31.688+0000 7f0b3ebb2040 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-17T01:04:32.202 INFO:journalctl@ceph.mgr.b.smithi063.stdout:Sep 17 01:04:31 smithi063 bash[24318]: debug 2024-09-17T01:04:31.952+0000 7f0b3ebb2040 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-09-17T01:04:32.202 INFO:journalctl@ceph.mgr.b.smithi063.stdout:Sep 17 01:04:32 smithi063 bash[24318]: debug 2024-09-17T01:04:32.136+0000 7f0b3ebb2040 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-17T01:04:32.583 INFO:journalctl@ceph.mgr.b.smithi063.stdout:Sep 17 01:04:32 smithi063 bash[24318]: debug 2024-09-17T01:04:32.308+0000 7f0b3ebb2040 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-17T01:04:32.583 INFO:journalctl@ceph.mgr.b.smithi063.stdout:Sep 17 01:04:32 smithi063 bash[24318]: debug 2024-09-17T01:04:32.392+0000 7f0b3ebb2040 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-17T01:04:32.859 INFO:journalctl@ceph.mgr.b.smithi063.stdout:Sep 17 01:04:32 smithi063 bash[24318]: debug 2024-09-17T01:04:32.584+0000 7f0b3ebb2040 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-17T01:04:33.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:32 smithi063 bash[23456]: cluster 2024-09-17T01:04:31.878309+0000 mgr.a (mgr.14150) 115 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:04:33.253 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:32 smithi086 bash[23376]: cluster 2024-09-17T01:04:31.878309+0000 mgr.a (mgr.14150) 115 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:04:33.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:32 smithi018 bash[22760]: cluster 2024-09-17T01:04:31.878309+0000 mgr.a (mgr.14150) 115 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:04:33.702 INFO:journalctl@ceph.mgr.b.smithi063.stdout:Sep 17 01:04:33 smithi063 bash[24318]: debug 2024-09-17T01:04:33.420+0000 7f0b3ebb2040 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-17T01:04:33.702 INFO:journalctl@ceph.mgr.b.smithi063.stdout:Sep 17 01:04:33 smithi063 bash[24318]: debug 2024-09-17T01:04:33.500+0000 7f0b3ebb2040 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-17T01:04:33.894 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-17T01:04:33.946 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2853ef26-7490-11ef-bceb-c7b262605968 -- ceph orch daemon add osd smithi018:vg_nvme/lv_4 2024-09-17T01:04:34.186 INFO:journalctl@ceph.mgr.b.smithi063.stdout:Sep 17 01:04:33 smithi063 bash[24318]: debug 2024-09-17T01:04:33.736+0000 7f0b3ebb2040 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-17T01:04:34.186 INFO:journalctl@ceph.mgr.b.smithi063.stdout:Sep 17 01:04:33 smithi063 bash[24318]: debug 2024-09-17T01:04:33.812+0000 7f0b3ebb2040 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-17T01:04:34.452 INFO:journalctl@ceph.mgr.b.smithi063.stdout:Sep 17 01:04:34 smithi063 bash[24318]: debug 2024-09-17T01:04:34.240+0000 7f0b3ebb2040 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-17T01:04:34.452 INFO:journalctl@ceph.mgr.b.smithi063.stdout:Sep 17 01:04:34 smithi063 bash[24318]: debug 2024-09-17T01:04:34.320+0000 7f0b3ebb2040 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-17T01:04:34.952 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:34 smithi063 bash[23456]: audit 2024-09-17T01:04:33.599420+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:34.952 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:34 smithi063 bash[23456]: audit 2024-09-17T01:04:34.188316+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:34.952 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:34 smithi063 bash[23456]: cluster 2024-09-17T01:04:34.346813+0000 mon.a (mon.0) 372 : cluster [DBG] Standby manager daemon b started 2024-09-17T01:04:34.952 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:34 smithi063 bash[23456]: audit 2024-09-17T01:04:34.348583+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.63:0/51145499' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-09-17T01:04:34.952 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:34 smithi063 bash[23456]: audit 2024-09-17T01:04:34.349288+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.63:0/51145499' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-17T01:04:34.952 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:34 smithi063 bash[23456]: audit 2024-09-17T01:04:34.350530+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.63:0/51145499' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-09-17T01:04:34.953 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:34 smithi063 bash[23456]: audit 2024-09-17T01:04:34.351059+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.63:0/51145499' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-17T01:04:35.004 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:34 smithi086 bash[23376]: audit 2024-09-17T01:04:33.599420+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:35.004 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:34 smithi086 bash[23376]: audit 2024-09-17T01:04:34.188316+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:35.004 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:34 smithi086 bash[23376]: cluster 2024-09-17T01:04:34.346813+0000 mon.a (mon.0) 372 : cluster [DBG] Standby manager daemon b started 2024-09-17T01:04:35.004 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:34 smithi086 bash[23376]: audit 2024-09-17T01:04:34.348583+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.63:0/51145499' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-09-17T01:04:35.004 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:34 smithi086 bash[23376]: audit 2024-09-17T01:04:34.349288+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.63:0/51145499' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-17T01:04:35.004 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:34 smithi086 bash[23376]: audit 2024-09-17T01:04:34.350530+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.63:0/51145499' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-09-17T01:04:35.004 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:34 smithi086 bash[23376]: audit 2024-09-17T01:04:34.351059+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.63:0/51145499' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-17T01:04:35.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:34 smithi018 bash[22760]: audit 2024-09-17T01:04:33.599420+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:35.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:34 smithi018 bash[22760]: audit 2024-09-17T01:04:34.188316+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:35.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:34 smithi018 bash[22760]: cluster 2024-09-17T01:04:34.346813+0000 mon.a (mon.0) 372 : cluster [DBG] Standby manager daemon b started 2024-09-17T01:04:35.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:34 smithi018 bash[22760]: audit 2024-09-17T01:04:34.348583+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.63:0/51145499' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-09-17T01:04:35.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:34 smithi018 bash[22760]: audit 2024-09-17T01:04:34.349288+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.63:0/51145499' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-17T01:04:35.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:34 smithi018 bash[22760]: audit 2024-09-17T01:04:34.350530+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.63:0/51145499' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-09-17T01:04:35.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:34 smithi018 bash[22760]: audit 2024-09-17T01:04:34.351059+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.63:0/51145499' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-17T01:04:35.952 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:35 smithi063 bash[23456]: cluster 2024-09-17T01:04:33.878717+0000 mgr.a (mgr.14150) 116 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:04:35.952 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:35 smithi063 bash[23456]: cluster 2024-09-17T01:04:35.201396+0000 mon.a (mon.0) 373 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-09-17T01:04:35.952 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:35 smithi063 bash[23456]: audit 2024-09-17T01:04:35.201684+0000 mon.a (mon.0) 374 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-09-17T01:04:36.003 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:35 smithi086 bash[23376]: cluster 2024-09-17T01:04:33.878717+0000 mgr.a (mgr.14150) 116 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:04:36.004 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:35 smithi086 bash[23376]: cluster 2024-09-17T01:04:35.201396+0000 mon.a (mon.0) 373 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-09-17T01:04:36.004 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:35 smithi086 bash[23376]: audit 2024-09-17T01:04:35.201684+0000 mon.a (mon.0) 374 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-09-17T01:04:36.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:35 smithi018 bash[22760]: cluster 2024-09-17T01:04:33.878717+0000 mgr.a (mgr.14150) 116 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:04:36.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:35 smithi018 bash[22760]: cluster 2024-09-17T01:04:35.201396+0000 mon.a (mon.0) 373 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-09-17T01:04:36.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:35 smithi018 bash[22760]: audit 2024-09-17T01:04:35.201684+0000 mon.a (mon.0) 374 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-09-17T01:04:38.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:37 smithi063 bash[23456]: cluster 2024-09-17T01:04:35.879132+0000 mgr.a (mgr.14150) 117 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:04:38.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:37 smithi063 bash[23456]: audit 2024-09-17T01:04:36.806908+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:38.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:37 smithi063 bash[23456]: audit 2024-09-17T01:04:36.814794+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:38.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:37 smithi063 bash[23456]: audit 2024-09-17T01:04:36.819638+0000 mon.a (mon.0) 377 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:04:38.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:37 smithi063 bash[23456]: audit 2024-09-17T01:04:36.825308+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:38.203 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:37 smithi063 bash[23456]: audit 2024-09-17T01:04:36.826066+0000 mon.a (mon.0) 379 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:04:38.203 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:37 smithi063 bash[23456]: audit 2024-09-17T01:04:36.828206+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:04:38.203 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:37 smithi063 bash[23456]: audit 2024-09-17T01:04:36.837375+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:38.254 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:37 smithi086 bash[23376]: cluster 2024-09-17T01:04:35.879132+0000 mgr.a (mgr.14150) 117 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:04:38.254 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:37 smithi086 bash[23376]: audit 2024-09-17T01:04:36.806908+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:38.254 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:37 smithi086 bash[23376]: audit 2024-09-17T01:04:36.814794+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:38.254 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:37 smithi086 bash[23376]: audit 2024-09-17T01:04:36.819638+0000 mon.a (mon.0) 377 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:04:38.254 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:37 smithi086 bash[23376]: audit 2024-09-17T01:04:36.825308+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:38.254 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:37 smithi086 bash[23376]: audit 2024-09-17T01:04:36.826066+0000 mon.a (mon.0) 379 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:04:38.254 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:37 smithi086 bash[23376]: audit 2024-09-17T01:04:36.828206+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:04:38.254 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:37 smithi086 bash[23376]: audit 2024-09-17T01:04:36.837375+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:38.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:37 smithi018 bash[22760]: cluster 2024-09-17T01:04:35.879132+0000 mgr.a (mgr.14150) 117 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:04:38.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:37 smithi018 bash[22760]: audit 2024-09-17T01:04:36.806908+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:38.276 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:37 smithi018 bash[22760]: audit 2024-09-17T01:04:36.814794+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:38.276 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:37 smithi018 bash[22760]: audit 2024-09-17T01:04:36.819638+0000 mon.a (mon.0) 377 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:04:38.276 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:37 smithi018 bash[22760]: audit 2024-09-17T01:04:36.825308+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:38.276 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:37 smithi018 bash[22760]: audit 2024-09-17T01:04:36.826066+0000 mon.a (mon.0) 379 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:04:38.276 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:37 smithi018 bash[22760]: audit 2024-09-17T01:04:36.828206+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:04:38.276 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:37 smithi018 bash[22760]: audit 2024-09-17T01:04:36.837375+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:38.680 INFO:teuthology.orchestra.run.smithi018.stderr:Inferring config /var/lib/ceph/2853ef26-7490-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T01:04:40.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:39 smithi018 bash[22760]: cluster 2024-09-17T01:04:37.879570+0000 mgr.a (mgr.14150) 118 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:04:40.082 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:39 smithi086 bash[23376]: cluster 2024-09-17T01:04:37.879570+0000 mgr.a (mgr.14150) 118 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:04:40.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:39 smithi063 bash[23456]: cluster 2024-09-17T01:04:37.879570+0000 mgr.a (mgr.14150) 118 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:04:41.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:40 smithi063 bash[23456]: audit 2024-09-17T01:04:40.008244+0000 mon.a (mon.0) 382 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T01:04:41.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:40 smithi063 bash[23456]: audit 2024-09-17T01:04:40.012257+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-17T01:04:41.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:40 smithi063 bash[23456]: audit 2024-09-17T01:04:40.013595+0000 mon.a (mon.0) 384 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:04:41.253 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:40 smithi086 bash[23376]: audit 2024-09-17T01:04:40.008244+0000 mon.a (mon.0) 382 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T01:04:41.254 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:40 smithi086 bash[23376]: audit 2024-09-17T01:04:40.012257+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-17T01:04:41.254 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:40 smithi086 bash[23376]: audit 2024-09-17T01:04:40.013595+0000 mon.a (mon.0) 384 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:04:41.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:40 smithi018 bash[22760]: audit 2024-09-17T01:04:40.008244+0000 mon.a (mon.0) 382 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T01:04:41.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:40 smithi018 bash[22760]: audit 2024-09-17T01:04:40.012257+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-17T01:04:41.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:40 smithi018 bash[22760]: audit 2024-09-17T01:04:40.013595+0000 mon.a (mon.0) 384 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:04:42.003 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:41 smithi086 bash[23376]: cluster 2024-09-17T01:04:39.879973+0000 mgr.a (mgr.14150) 119 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:04:42.003 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:41 smithi086 bash[23376]: audit 2024-09-17T01:04:40.001015+0000 mgr.a (mgr.14150) 120 : audit [DBG] from='client.14217 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi018:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T01:04:42.149 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:41 smithi018 bash[22760]: cluster 2024-09-17T01:04:39.879973+0000 mgr.a (mgr.14150) 119 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:04:42.149 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:41 smithi018 bash[22760]: audit 2024-09-17T01:04:40.001015+0000 mgr.a (mgr.14150) 120 : audit [DBG] from='client.14217 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi018:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T01:04:42.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:41 smithi063 bash[23456]: cluster 2024-09-17T01:04:39.879973+0000 mgr.a (mgr.14150) 119 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:04:42.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:41 smithi063 bash[23456]: audit 2024-09-17T01:04:40.001015+0000 mgr.a (mgr.14150) 120 : audit [DBG] from='client.14217 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi018:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T01:04:44.078 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:43 smithi018 bash[22760]: cluster 2024-09-17T01:04:41.880257+0000 mgr.a (mgr.14150) 121 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:04:44.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:43 smithi063 bash[23456]: cluster 2024-09-17T01:04:41.880257+0000 mgr.a (mgr.14150) 121 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:04:44.253 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:43 smithi086 bash[23376]: cluster 2024-09-17T01:04:41.880257+0000 mgr.a (mgr.14150) 121 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:04:46.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:45 smithi063 bash[23456]: cluster 2024-09-17T01:04:43.880520+0000 mgr.a (mgr.14150) 122 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:04:46.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:45 smithi063 bash[23456]: audit 2024-09-17T01:04:45.521207+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:46.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:45 smithi063 bash[23456]: audit 2024-09-17T01:04:45.528827+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:46.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:45 smithi063 bash[23456]: audit 2024-09-17T01:04:45.538357+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:46.254 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:45 smithi086 bash[23376]: cluster 2024-09-17T01:04:43.880520+0000 mgr.a (mgr.14150) 122 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:04:46.254 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:45 smithi086 bash[23376]: audit 2024-09-17T01:04:45.521207+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:46.254 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:45 smithi086 bash[23376]: audit 2024-09-17T01:04:45.528827+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:46.254 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:45 smithi086 bash[23376]: audit 2024-09-17T01:04:45.538357+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:46.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:45 smithi018 bash[22760]: cluster 2024-09-17T01:04:43.880520+0000 mgr.a (mgr.14150) 122 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:04:46.276 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:45 smithi018 bash[22760]: audit 2024-09-17T01:04:45.521207+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:46.276 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:45 smithi018 bash[22760]: audit 2024-09-17T01:04:45.528827+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:46.276 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:45 smithi018 bash[22760]: audit 2024-09-17T01:04:45.538357+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:48.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:47 smithi063 bash[23456]: cluster 2024-09-17T01:04:45.880796+0000 mgr.a (mgr.14150) 123 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:04:48.253 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:47 smithi086 bash[23376]: cluster 2024-09-17T01:04:45.880796+0000 mgr.a (mgr.14150) 123 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:04:48.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:47 smithi018 bash[22760]: cluster 2024-09-17T01:04:45.880796+0000 mgr.a (mgr.14150) 123 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:04:49.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:48 smithi063 bash[23456]: audit 2024-09-17T01:04:48.213958+0000 mon.a (mon.0) 388 : audit [INF] from='client.? 172.21.15.18:0/1031696442' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8a6431b3-afa0-4d14-aa53-f3d9cd3d1e38"}]: dispatch 2024-09-17T01:04:49.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:48 smithi063 bash[23456]: audit 2024-09-17T01:04:48.216455+0000 mon.a (mon.0) 389 : audit [INF] from='client.? 172.21.15.18:0/1031696442' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8a6431b3-afa0-4d14-aa53-f3d9cd3d1e38"}]': finished 2024-09-17T01:04:49.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:48 smithi063 bash[23456]: cluster 2024-09-17T01:04:48.218753+0000 mon.a (mon.0) 390 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-09-17T01:04:49.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:48 smithi063 bash[23456]: audit 2024-09-17T01:04:48.218956+0000 mon.a (mon.0) 391 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T01:04:49.253 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:48 smithi086 bash[23376]: audit 2024-09-17T01:04:48.213958+0000 mon.a (mon.0) 388 : audit [INF] from='client.? 172.21.15.18:0/1031696442' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8a6431b3-afa0-4d14-aa53-f3d9cd3d1e38"}]: dispatch 2024-09-17T01:04:49.254 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:48 smithi086 bash[23376]: audit 2024-09-17T01:04:48.216455+0000 mon.a (mon.0) 389 : audit [INF] from='client.? 172.21.15.18:0/1031696442' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8a6431b3-afa0-4d14-aa53-f3d9cd3d1e38"}]': finished 2024-09-17T01:04:49.254 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:48 smithi086 bash[23376]: cluster 2024-09-17T01:04:48.218753+0000 mon.a (mon.0) 390 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-09-17T01:04:49.254 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:48 smithi086 bash[23376]: audit 2024-09-17T01:04:48.218956+0000 mon.a (mon.0) 391 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T01:04:49.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:48 smithi018 bash[22760]: audit 2024-09-17T01:04:48.213958+0000 mon.a (mon.0) 388 : audit [INF] from='client.? 172.21.15.18:0/1031696442' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8a6431b3-afa0-4d14-aa53-f3d9cd3d1e38"}]: dispatch 2024-09-17T01:04:49.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:48 smithi018 bash[22760]: audit 2024-09-17T01:04:48.216455+0000 mon.a (mon.0) 389 : audit [INF] from='client.? 172.21.15.18:0/1031696442' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8a6431b3-afa0-4d14-aa53-f3d9cd3d1e38"}]': finished 2024-09-17T01:04:49.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:48 smithi018 bash[22760]: cluster 2024-09-17T01:04:48.218753+0000 mon.a (mon.0) 390 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-09-17T01:04:49.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:48 smithi018 bash[22760]: audit 2024-09-17T01:04:48.218956+0000 mon.a (mon.0) 391 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T01:04:49.952 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:49 smithi063 bash[23456]: cluster 2024-09-17T01:04:47.881116+0000 mgr.a (mgr.14150) 124 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:04:49.952 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:49 smithi063 bash[23456]: audit 2024-09-17T01:04:48.838739+0000 mon.a (mon.0) 392 : audit [DBG] from='client.? 172.21.15.18:0/3464944288' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-17T01:04:50.253 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:49 smithi086 bash[23376]: cluster 2024-09-17T01:04:47.881116+0000 mgr.a (mgr.14150) 124 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:04:50.254 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:49 smithi086 bash[23376]: audit 2024-09-17T01:04:48.838739+0000 mon.a (mon.0) 392 : audit [DBG] from='client.? 172.21.15.18:0/3464944288' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-17T01:04:50.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:49 smithi018 bash[22760]: cluster 2024-09-17T01:04:47.881116+0000 mgr.a (mgr.14150) 124 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:04:50.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:49 smithi018 bash[22760]: audit 2024-09-17T01:04:48.838739+0000 mon.a (mon.0) 392 : audit [DBG] from='client.? 172.21.15.18:0/3464944288' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-17T01:04:51.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:50 smithi063 bash[23456]: cluster 2024-09-17T01:04:49.881498+0000 mgr.a (mgr.14150) 125 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:04:51.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:50 smithi063 bash[23456]: audit 2024-09-17T01:04:49.916040+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:51.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:50 smithi063 bash[23456]: audit 2024-09-17T01:04:49.922165+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:51.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:50 smithi063 bash[23456]: audit 2024-09-17T01:04:49.930358+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:51.253 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:50 smithi086 bash[23376]: cluster 2024-09-17T01:04:49.881498+0000 mgr.a (mgr.14150) 125 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:04:51.254 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:50 smithi086 bash[23376]: audit 2024-09-17T01:04:49.916040+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:51.254 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:50 smithi086 bash[23376]: audit 2024-09-17T01:04:49.922165+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:51.254 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:50 smithi086 bash[23376]: audit 2024-09-17T01:04:49.930358+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:51.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:50 smithi018 bash[22760]: cluster 2024-09-17T01:04:49.881498+0000 mgr.a (mgr.14150) 125 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:04:51.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:50 smithi018 bash[22760]: audit 2024-09-17T01:04:49.916040+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:51.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:50 smithi018 bash[22760]: audit 2024-09-17T01:04:49.922165+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:51.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:50 smithi018 bash[22760]: audit 2024-09-17T01:04:49.930358+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:53.079 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:52 smithi063 bash[23456]: cluster 2024-09-17T01:04:51.881917+0000 mgr.a (mgr.14150) 126 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:04:53.253 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:52 smithi086 bash[23376]: cluster 2024-09-17T01:04:51.881917+0000 mgr.a (mgr.14150) 126 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:04:53.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:52 smithi018 bash[22760]: cluster 2024-09-17T01:04:51.881917+0000 mgr.a (mgr.14150) 126 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:04:55.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:54 smithi063 bash[23456]: cluster 2024-09-17T01:04:53.882385+0000 mgr.a (mgr.14150) 127 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:04:55.292 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:54 smithi018 bash[22760]: cluster 2024-09-17T01:04:53.882385+0000 mgr.a (mgr.14150) 127 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:04:55.292 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:54 smithi086 bash[23376]: cluster 2024-09-17T01:04:53.882385+0000 mgr.a (mgr.14150) 127 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:04:57.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:56 smithi063 bash[23456]: cluster 2024-09-17T01:04:55.882814+0000 mgr.a (mgr.14150) 128 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:04:57.253 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:56 smithi086 bash[23376]: cluster 2024-09-17T01:04:55.882814+0000 mgr.a (mgr.14150) 128 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:04:57.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:56 smithi018 bash[22760]: cluster 2024-09-17T01:04:55.882814+0000 mgr.a (mgr.14150) 128 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:04:58.452 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:58 smithi063 bash[23456]: audit 2024-09-17T01:04:57.040062+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:58.452 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:58 smithi063 bash[23456]: audit 2024-09-17T01:04:57.048086+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:58.452 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:58 smithi063 bash[23456]: audit 2024-09-17T01:04:57.058011+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:58.503 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:58 smithi086 bash[23376]: audit 2024-09-17T01:04:57.040062+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:58.504 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:58 smithi086 bash[23376]: audit 2024-09-17T01:04:57.048086+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:58.504 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:58 smithi086 bash[23376]: audit 2024-09-17T01:04:57.058011+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:58.525 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:58 smithi018 bash[22760]: audit 2024-09-17T01:04:57.040062+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:58.525 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:58 smithi018 bash[22760]: audit 2024-09-17T01:04:57.048086+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:58.525 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:58 smithi018 bash[22760]: audit 2024-09-17T01:04:57.058011+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:04:59.145 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:04:59 smithi018 bash[22760]: cluster 2024-09-17T01:04:57.883232+0000 mgr.a (mgr.14150) 129 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:04:59.452 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:04:59 smithi063 bash[23456]: cluster 2024-09-17T01:04:57.883232+0000 mgr.a (mgr.14150) 129 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:04:59.504 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:04:59 smithi086 bash[23376]: cluster 2024-09-17T01:04:57.883232+0000 mgr.a (mgr.14150) 129 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:05:01.421 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:05:01 smithi086 bash[23376]: cluster 2024-09-17T01:04:59.883611+0000 mgr.a (mgr.14150) 130 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:05:01.452 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:05:01 smithi063 bash[23456]: cluster 2024-09-17T01:04:59.883611+0000 mgr.a (mgr.14150) 130 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:05:01.525 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:05:01 smithi018 bash[22760]: cluster 2024-09-17T01:04:59.883611+0000 mgr.a (mgr.14150) 130 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:05:02.452 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:05:02 smithi063 bash[23456]: audit 2024-09-17T01:05:01.326324+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-17T01:05:02.452 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:05:02 smithi063 bash[23456]: audit 2024-09-17T01:05:01.328072+0000 mon.a (mon.0) 400 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:05:02.452 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:05:02 smithi063 bash[23456]: cephadm 2024-09-17T01:05:01.329754+0000 mgr.a (mgr.14150) 131 : cephadm [INF] Deploying daemon osd.0 on smithi018 2024-09-17T01:05:02.505 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:05:02 smithi086 bash[23376]: audit 2024-09-17T01:05:01.326324+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-17T01:05:02.505 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:05:02 smithi086 bash[23376]: audit 2024-09-17T01:05:01.328072+0000 mon.a (mon.0) 400 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:05:02.505 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:05:02 smithi086 bash[23376]: cephadm 2024-09-17T01:05:01.329754+0000 mgr.a (mgr.14150) 131 : cephadm [INF] Deploying daemon osd.0 on smithi018 2024-09-17T01:05:02.525 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:05:02 smithi018 bash[22760]: audit 2024-09-17T01:05:01.326324+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-17T01:05:02.525 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:05:02 smithi018 bash[22760]: audit 2024-09-17T01:05:01.328072+0000 mon.a (mon.0) 400 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:05:02.525 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:05:02 smithi018 bash[22760]: cephadm 2024-09-17T01:05:01.329754+0000 mgr.a (mgr.14150) 131 : cephadm [INF] Deploying daemon osd.0 on smithi018 2024-09-17T01:05:03.436 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:05:03 smithi018 bash[22760]: cluster 2024-09-17T01:05:01.883871+0000 mgr.a (mgr.14150) 132 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:05:03.451 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:05:03 smithi063 bash[23456]: cluster 2024-09-17T01:05:01.883871+0000 mgr.a (mgr.14150) 132 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:05:03.503 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:05:03 smithi086 bash[23376]: cluster 2024-09-17T01:05:01.883871+0000 mgr.a (mgr.14150) 132 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:05:05.253 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:05:05 smithi086 bash[23376]: cluster 2024-09-17T01:05:03.884278+0000 mgr.a (mgr.14150) 133 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:05:05.365 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:05:05 smithi018 bash[22760]: cluster 2024-09-17T01:05:03.884278+0000 mgr.a (mgr.14150) 133 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:05:05.452 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:05:05 smithi063 bash[23456]: cluster 2024-09-17T01:05:03.884278+0000 mgr.a (mgr.14150) 133 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:05:06.435 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:05:06 smithi018 systemd[1]: /etc/systemd/system/ceph-2853ef26-7490-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-17T01:05:06.436 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:05:06 smithi018 systemd[1]: /etc/systemd/system/ceph-2853ef26-7490-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-17T01:05:06.739 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:05:06 smithi018 systemd[1]: /etc/systemd/system/ceph-2853ef26-7490-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-17T01:05:06.740 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:05:06 smithi018 systemd[1]: /etc/systemd/system/ceph-2853ef26-7490-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-17T01:05:07.004 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:05:06 smithi086 bash[23376]: audit 2024-09-17T01:05:05.742992+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:05:07.004 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:05:06 smithi086 bash[23376]: audit 2024-09-17T01:05:05.749993+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:05:07.004 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:05:06 smithi086 bash[23376]: audit 2024-09-17T01:05:05.759310+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:05:07.004 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:05:06 smithi086 bash[23376]: audit 2024-09-17T01:05:06.581122+0000 mon.a (mon.0) 404 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:05:07.004 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:05:06 smithi086 bash[23376]: audit 2024-09-17T01:05:06.585383+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:05:07.004 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:05:06 smithi086 bash[23376]: audit 2024-09-17T01:05:06.585648+0000 mon.a (mon.0) 406 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:05:07.004 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:05:06 smithi086 bash[23376]: audit 2024-09-17T01:05:06.586474+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:05:07.004 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:05:06 smithi086 bash[23376]: audit 2024-09-17T01:05:06.589681+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:05:07.004 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:05:06 smithi086 bash[23376]: audit 2024-09-17T01:05:06.594138+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:05:07.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:05:06 smithi018 bash[22760]: audit 2024-09-17T01:05:05.742992+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:05:07.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:05:06 smithi018 bash[22760]: audit 2024-09-17T01:05:05.749993+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:05:07.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:05:06 smithi018 bash[22760]: audit 2024-09-17T01:05:05.759310+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:05:07.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:05:06 smithi018 bash[22760]: audit 2024-09-17T01:05:06.581122+0000 mon.a (mon.0) 404 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:05:07.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:05:06 smithi018 bash[22760]: audit 2024-09-17T01:05:06.585383+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:05:07.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:05:06 smithi018 bash[22760]: audit 2024-09-17T01:05:06.585648+0000 mon.a (mon.0) 406 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:05:07.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:05:06 smithi018 bash[22760]: audit 2024-09-17T01:05:06.586474+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:05:07.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:05:06 smithi018 bash[22760]: audit 2024-09-17T01:05:06.589681+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:05:07.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:05:06 smithi018 bash[22760]: audit 2024-09-17T01:05:06.594138+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:05:07.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:05:06 smithi063 bash[23456]: audit 2024-09-17T01:05:05.742992+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:05:07.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:05:06 smithi063 bash[23456]: audit 2024-09-17T01:05:05.749993+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:05:07.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:05:06 smithi063 bash[23456]: audit 2024-09-17T01:05:05.759310+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:05:07.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:05:06 smithi063 bash[23456]: audit 2024-09-17T01:05:06.581122+0000 mon.a (mon.0) 404 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:05:07.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:05:06 smithi063 bash[23456]: audit 2024-09-17T01:05:06.585383+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:05:07.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:05:06 smithi063 bash[23456]: audit 2024-09-17T01:05:06.585648+0000 mon.a (mon.0) 406 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:05:07.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:05:06 smithi063 bash[23456]: audit 2024-09-17T01:05:06.586474+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:05:07.203 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:05:06 smithi063 bash[23456]: audit 2024-09-17T01:05:06.589681+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:05:07.203 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:05:06 smithi063 bash[23456]: audit 2024-09-17T01:05:06.594138+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:05:08.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:05:07 smithi018 bash[22760]: cluster 2024-09-17T01:05:05.884673+0000 mgr.a (mgr.14150) 134 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:05:08.201 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:05:07 smithi063 bash[23456]: cluster 2024-09-17T01:05:05.884673+0000 mgr.a (mgr.14150) 134 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:05:08.253 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:05:07 smithi086 bash[23376]: cluster 2024-09-17T01:05:05.884673+0000 mgr.a (mgr.14150) 134 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:05:10.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:05:09 smithi018 bash[22760]: cluster 2024-09-17T01:05:07.885133+0000 mgr.a (mgr.14150) 135 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:05:10.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:05:09 smithi063 bash[23456]: cluster 2024-09-17T01:05:07.885133+0000 mgr.a (mgr.14150) 135 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:05:10.253 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:05:09 smithi086 bash[23376]: cluster 2024-09-17T01:05:07.885133+0000 mgr.a (mgr.14150) 135 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:05:11.452 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:05:11 smithi063 bash[23456]: cluster 2024-09-17T01:05:09.885566+0000 mgr.a (mgr.14150) 136 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:05:11.452 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:05:11 smithi063 bash[23456]: audit 2024-09-17T01:05:10.133870+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:05:11.453 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:05:11 smithi063 bash[23456]: audit 2024-09-17T01:05:10.141418+0000 mon.a (mon.0) 411 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:05:11.453 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:05:11 smithi063 bash[23456]: cephadm 2024-09-17T01:05:10.143157+0000 mgr.a (mgr.14150) 137 : cephadm [INF] Detected new or changed devices on smithi018 2024-09-17T01:05:11.453 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:05:11 smithi063 bash[23456]: audit 2024-09-17T01:05:10.144916+0000 mon.a (mon.0) 412 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:05:11.453 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:05:11 smithi063 bash[23456]: audit 2024-09-17T01:05:10.150343+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:05:11.453 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:05:11 smithi063 bash[23456]: audit 2024-09-17T01:05:10.151023+0000 mon.a (mon.0) 414 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:05:11.453 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:05:11 smithi063 bash[23456]: audit 2024-09-17T01:05:10.152507+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:05:11.453 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:05:11 smithi063 bash[23456]: audit 2024-09-17T01:05:10.161481+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:05:11.504 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:05:11 smithi086 bash[23376]: cluster 2024-09-17T01:05:09.885566+0000 mgr.a (mgr.14150) 136 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:05:11.504 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:05:11 smithi086 bash[23376]: audit 2024-09-17T01:05:10.133870+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:05:11.504 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:05:11 smithi086 bash[23376]: audit 2024-09-17T01:05:10.141418+0000 mon.a (mon.0) 411 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:05:11.504 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:05:11 smithi086 bash[23376]: cephadm 2024-09-17T01:05:10.143157+0000 mgr.a (mgr.14150) 137 : cephadm [INF] Detected new or changed devices on smithi018 2024-09-17T01:05:11.504 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:05:11 smithi086 bash[23376]: audit 2024-09-17T01:05:10.144916+0000 mon.a (mon.0) 412 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:05:11.504 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:05:11 smithi086 bash[23376]: audit 2024-09-17T01:05:10.150343+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:05:11.504 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:05:11 smithi086 bash[23376]: audit 2024-09-17T01:05:10.151023+0000 mon.a (mon.0) 414 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:05:11.504 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:05:11 smithi086 bash[23376]: audit 2024-09-17T01:05:10.152507+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:05:11.504 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:05:11 smithi086 bash[23376]: audit 2024-09-17T01:05:10.161481+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:05:11.525 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:05:11 smithi018 bash[22760]: cluster 2024-09-17T01:05:09.885566+0000 mgr.a (mgr.14150) 136 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:05:11.525 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:05:11 smithi018 bash[22760]: audit 2024-09-17T01:05:10.133870+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:05:11.526 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:05:11 smithi018 bash[22760]: audit 2024-09-17T01:05:10.141418+0000 mon.a (mon.0) 411 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:05:11.526 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:05:11 smithi018 bash[22760]: cephadm 2024-09-17T01:05:10.143157+0000 mgr.a (mgr.14150) 137 : cephadm [INF] Detected new or changed devices on smithi018 2024-09-17T01:05:11.526 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:05:11 smithi018 bash[22760]: audit 2024-09-17T01:05:10.144916+0000 mon.a (mon.0) 412 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:05:11.526 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:05:11 smithi018 bash[22760]: audit 2024-09-17T01:05:10.150343+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:05:11.526 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:05:11 smithi018 bash[22760]: audit 2024-09-17T01:05:10.151023+0000 mon.a (mon.0) 414 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:05:11.526 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:05:11 smithi018 bash[22760]: audit 2024-09-17T01:05:10.152507+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:05:11.526 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:05:11 smithi018 bash[22760]: audit 2024-09-17T01:05:10.161481+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:05:13.452 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:05:13 smithi063 bash[23456]: cluster 2024-09-17T01:05:11.885995+0000 mgr.a (mgr.14150) 138 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:05:13.503 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:05:13 smithi086 bash[23376]: cluster 2024-09-17T01:05:11.885995+0000 mgr.a (mgr.14150) 138 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:05:13.525 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:05:13 smithi018 bash[22760]: cluster 2024-09-17T01:05:11.885995+0000 mgr.a (mgr.14150) 138 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:05:15.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:05:15 smithi018 bash[22760]: cluster 2024-09-17T01:05:13.886392+0000 mgr.a (mgr.14150) 139 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:05:15.452 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:05:15 smithi063 bash[23456]: cluster 2024-09-17T01:05:13.886392+0000 mgr.a (mgr.14150) 139 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:05:15.503 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:05:15 smithi086 bash[23376]: cluster 2024-09-17T01:05:13.886392+0000 mgr.a (mgr.14150) 139 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:05:17.004 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:05:16 smithi086 bash[23376]: audit 2024-09-17T01:05:15.704359+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:05:17.004 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:05:16 smithi086 bash[23376]: audit 2024-09-17T01:05:15.708877+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:05:17.004 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:05:16 smithi086 bash[23376]: audit 2024-09-17T01:05:15.711571+0000 mon.a (mon.0) 419 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:05:17.004 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:05:16 smithi086 bash[23376]: audit 2024-09-17T01:05:15.715266+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:05:17.004 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:05:16 smithi086 bash[23376]: audit 2024-09-17T01:05:15.715516+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:05:17.004 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:05:16 smithi086 bash[23376]: audit 2024-09-17T01:05:15.716561+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:05:17.004 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:05:16 smithi086 bash[23376]: audit 2024-09-17T01:05:15.722431+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:05:17.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:05:16 smithi018 bash[22760]: audit 2024-09-17T01:05:15.704359+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:05:17.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:05:16 smithi018 bash[22760]: audit 2024-09-17T01:05:15.708877+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:05:17.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:05:16 smithi018 bash[22760]: audit 2024-09-17T01:05:15.711571+0000 mon.a (mon.0) 419 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:05:17.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:05:16 smithi018 bash[22760]: audit 2024-09-17T01:05:15.715266+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:05:17.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:05:16 smithi018 bash[22760]: audit 2024-09-17T01:05:15.715516+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:05:17.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:05:16 smithi018 bash[22760]: audit 2024-09-17T01:05:15.716561+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:05:17.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:05:16 smithi018 bash[22760]: audit 2024-09-17T01:05:15.722431+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:05:17.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:05:16 smithi063 bash[23456]: audit 2024-09-17T01:05:15.704359+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:05:17.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:05:16 smithi063 bash[23456]: audit 2024-09-17T01:05:15.708877+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:05:17.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:05:16 smithi063 bash[23456]: audit 2024-09-17T01:05:15.711571+0000 mon.a (mon.0) 419 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:05:17.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:05:16 smithi063 bash[23456]: audit 2024-09-17T01:05:15.715266+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:05:17.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:05:16 smithi063 bash[23456]: audit 2024-09-17T01:05:15.715516+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:05:17.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:05:16 smithi063 bash[23456]: audit 2024-09-17T01:05:15.716561+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:05:17.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:05:16 smithi063 bash[23456]: audit 2024-09-17T01:05:15.722431+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:05:17.815 INFO:teuthology.orchestra.run.smithi018.stdout:Created osd(s) 0 on host 'smithi018' 2024-09-17T01:05:18.003 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:05:17 smithi086 bash[23376]: cluster 2024-09-17T01:05:15.886685+0000 mgr.a (mgr.14150) 140 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:05:18.004 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:05:17 smithi086 bash[23376]: audit 2024-09-17T01:05:17.144079+0000 mon.a (mon.0) 424 : audit [INF] from='osd.0 [v2:172.21.15.18:6802/4233359679,v1:172.21.15.18:6803/4233359679]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-17T01:05:18.004 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:05:17 smithi086 bash[23376]: audit 2024-09-17T01:05:17.252081+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:05:18.004 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:05:17 smithi086 bash[23376]: audit 2024-09-17T01:05:17.257614+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:05:18.004 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:05:17 smithi086 bash[23376]: audit 2024-09-17T01:05:17.264321+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:05:18.009 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:05:17 smithi018 bash[22760]: cluster 2024-09-17T01:05:15.886685+0000 mgr.a (mgr.14150) 140 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:05:18.010 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:05:17 smithi018 bash[22760]: audit 2024-09-17T01:05:17.144079+0000 mon.a (mon.0) 424 : audit [INF] from='osd.0 [v2:172.21.15.18:6802/4233359679,v1:172.21.15.18:6803/4233359679]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-17T01:05:18.010 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:05:17 smithi018 bash[22760]: audit 2024-09-17T01:05:17.252081+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:05:18.010 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:05:17 smithi018 bash[22760]: audit 2024-09-17T01:05:17.257614+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:05:18.010 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:05:17 smithi018 bash[22760]: audit 2024-09-17T01:05:17.264321+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:05:18.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:05:17 smithi063 bash[23456]: cluster 2024-09-17T01:05:15.886685+0000 mgr.a (mgr.14150) 140 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:05:18.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:05:17 smithi063 bash[23456]: audit 2024-09-17T01:05:17.144079+0000 mon.a (mon.0) 424 : audit [INF] from='osd.0 [v2:172.21.15.18:6802/4233359679,v1:172.21.15.18:6803/4233359679]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-17T01:05:18.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:05:17 smithi063 bash[23456]: audit 2024-09-17T01:05:17.252081+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:05:18.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:05:17 smithi063 bash[23456]: audit 2024-09-17T01:05:17.257614+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:05:18.203 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:05:17 smithi063 bash[23456]: audit 2024-09-17T01:05:17.264321+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:05:18.391 DEBUG:teuthology.orchestra.run.smithi018:osd.0> sudo journalctl -f -n 0 -u ceph-2853ef26-7490-11ef-bceb-c7b262605968@osd.0.service 2024-09-17T01:05:18.394 INFO:tasks.cephadm:Deploying osd.1 on smithi063 with /dev/vg_nvme/lv_4... 2024-09-17T01:05:18.394 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2853ef26-7490-11ef-bceb-c7b262605968 -- lvm zap /dev/vg_nvme/lv_4 2024-09-17T01:05:19.004 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:05:18 smithi086 bash[23376]: audit 2024-09-17T01:05:17.724001+0000 mon.a (mon.0) 428 : audit [INF] from='osd.0 [v2:172.21.15.18:6802/4233359679,v1:172.21.15.18:6803/4233359679]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-17T01:05:19.004 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:05:18 smithi086 bash[23376]: cluster 2024-09-17T01:05:17.728847+0000 mon.a (mon.0) 429 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-09-17T01:05:19.004 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:05:18 smithi086 bash[23376]: audit 2024-09-17T01:05:17.729883+0000 mon.a (mon.0) 430 : audit [INF] from='osd.0 [v2:172.21.15.18:6802/4233359679,v1:172.21.15.18:6803/4233359679]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi018", "root=default"]}]: dispatch 2024-09-17T01:05:19.004 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:05:18 smithi086 bash[23376]: audit 2024-09-17T01:05:17.730532+0000 mon.a (mon.0) 431 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T01:05:19.004 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:05:18 smithi086 bash[23376]: audit 2024-09-17T01:05:17.803225+0000 mon.a (mon.0) 432 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:05:19.004 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:05:18 smithi086 bash[23376]: audit 2024-09-17T01:05:17.810261+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:05:19.004 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:05:18 smithi086 bash[23376]: audit 2024-09-17T01:05:17.810928+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-17T01:05:19.005 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:05:18 smithi086 bash[23376]: cephadm 2024-09-17T01:05:17.813975+0000 mgr.a (mgr.14150) 141 : cephadm [INF] Adjusting osd_memory_target on smithi018 to 16245M 2024-09-17T01:05:19.005 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:05:18 smithi086 bash[23376]: audit 2024-09-17T01:05:17.817882+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:05:19.005 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:05:18 smithi086 bash[23376]: audit 2024-09-17T01:05:17.824425+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:05:19.005 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:05:18 smithi086 bash[23376]: audit 2024-09-17T01:05:17.828841+0000 mon.a (mon.0) 437 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:05:19.005 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:05:18 smithi086 bash[23376]: audit 2024-09-17T01:05:17.830098+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:05:19.005 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:05:18 smithi086 bash[23376]: audit 2024-09-17T01:05:17.840130+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:05:19.005 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:05:18 smithi086 bash[23376]: audit 2024-09-17T01:05:18.727246+0000 mon.a (mon.0) 440 : audit [INF] from='osd.0 [v2:172.21.15.18:6802/4233359679,v1:172.21.15.18:6803/4233359679]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi018", "root=default"]}]': finished 2024-09-17T01:05:19.005 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:05:18 smithi086 bash[23376]: cluster 2024-09-17T01:05:18.732169+0000 mon.a (mon.0) 441 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-09-17T01:05:19.025 INFO:journalctl@ceph.osd.0.smithi018.stdout:Sep 17 01:05:18 smithi018 bash[32016]: debug 2024-09-17T01:05:18.767+0000 7f7a7b762640 -1 osd.0 0 waiting for initial osdmap 2024-09-17T01:05:19.026 INFO:journalctl@ceph.osd.0.smithi018.stdout:Sep 17 01:05:18 smithi018 bash[32016]: debug 2024-09-17T01:05:18.771+0000 7f7a7758a640 -1 osd.0 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-17T01:05:19.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:05:18 smithi018 bash[22760]: audit 2024-09-17T01:05:17.724001+0000 mon.a (mon.0) 428 : audit [INF] from='osd.0 [v2:172.21.15.18:6802/4233359679,v1:172.21.15.18:6803/4233359679]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-17T01:05:19.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:05:18 smithi018 bash[22760]: cluster 2024-09-17T01:05:17.728847+0000 mon.a (mon.0) 429 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-09-17T01:05:19.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:05:18 smithi018 bash[22760]: audit 2024-09-17T01:05:17.729883+0000 mon.a (mon.0) 430 : audit [INF] from='osd.0 [v2:172.21.15.18:6802/4233359679,v1:172.21.15.18:6803/4233359679]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi018", "root=default"]}]: dispatch 2024-09-17T01:05:19.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:05:18 smithi018 bash[22760]: audit 2024-09-17T01:05:17.730532+0000 mon.a (mon.0) 431 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T01:05:19.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:05:18 smithi018 bash[22760]: audit 2024-09-17T01:05:17.803225+0000 mon.a (mon.0) 432 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:05:19.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:05:18 smithi018 bash[22760]: audit 2024-09-17T01:05:17.810261+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:05:19.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:05:18 smithi018 bash[22760]: audit 2024-09-17T01:05:17.810928+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-17T01:05:19.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:05:18 smithi018 bash[22760]: cephadm 2024-09-17T01:05:17.813975+0000 mgr.a (mgr.14150) 141 : cephadm [INF] Adjusting osd_memory_target on smithi018 to 16245M 2024-09-17T01:05:19.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:05:18 smithi018 bash[22760]: audit 2024-09-17T01:05:17.817882+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:05:19.027 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:05:18 smithi018 bash[22760]: audit 2024-09-17T01:05:17.824425+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:05:19.027 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:05:18 smithi018 bash[22760]: audit 2024-09-17T01:05:17.828841+0000 mon.a (mon.0) 437 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:05:19.027 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:05:18 smithi018 bash[22760]: audit 2024-09-17T01:05:17.830098+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:05:19.027 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:05:18 smithi018 bash[22760]: audit 2024-09-17T01:05:17.840130+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:05:19.027 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:05:18 smithi018 bash[22760]: audit 2024-09-17T01:05:18.727246+0000 mon.a (mon.0) 440 : audit [INF] from='osd.0 [v2:172.21.15.18:6802/4233359679,v1:172.21.15.18:6803/4233359679]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi018", "root=default"]}]': finished 2024-09-17T01:05:19.027 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:05:18 smithi018 bash[22760]: cluster 2024-09-17T01:05:18.732169+0000 mon.a (mon.0) 441 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-09-17T01:05:19.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:05:18 smithi063 bash[23456]: audit 2024-09-17T01:05:17.724001+0000 mon.a (mon.0) 428 : audit [INF] from='osd.0 [v2:172.21.15.18:6802/4233359679,v1:172.21.15.18:6803/4233359679]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-17T01:05:19.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:05:18 smithi063 bash[23456]: cluster 2024-09-17T01:05:17.728847+0000 mon.a (mon.0) 429 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-09-17T01:05:19.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:05:18 smithi063 bash[23456]: audit 2024-09-17T01:05:17.729883+0000 mon.a (mon.0) 430 : audit [INF] from='osd.0 [v2:172.21.15.18:6802/4233359679,v1:172.21.15.18:6803/4233359679]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi018", "root=default"]}]: dispatch 2024-09-17T01:05:19.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:05:18 smithi063 bash[23456]: audit 2024-09-17T01:05:17.730532+0000 mon.a (mon.0) 431 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T01:05:19.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:05:18 smithi063 bash[23456]: audit 2024-09-17T01:05:17.803225+0000 mon.a (mon.0) 432 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:05:19.203 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:05:18 smithi063 bash[23456]: audit 2024-09-17T01:05:17.810261+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:05:19.203 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:05:18 smithi063 bash[23456]: audit 2024-09-17T01:05:17.810928+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-17T01:05:19.203 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:05:18 smithi063 bash[23456]: cephadm 2024-09-17T01:05:17.813975+0000 mgr.a (mgr.14150) 141 : cephadm [INF] Adjusting osd_memory_target on smithi018 to 16245M 2024-09-17T01:05:19.203 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:05:18 smithi063 bash[23456]: audit 2024-09-17T01:05:17.817882+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:05:19.203 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:05:18 smithi063 bash[23456]: audit 2024-09-17T01:05:17.824425+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:05:19.203 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:05:18 smithi063 bash[23456]: audit 2024-09-17T01:05:17.828841+0000 mon.a (mon.0) 437 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:05:19.203 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:05:18 smithi063 bash[23456]: audit 2024-09-17T01:05:17.830098+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:05:19.203 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:05:18 smithi063 bash[23456]: audit 2024-09-17T01:05:17.840130+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:05:19.203 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:05:18 smithi063 bash[23456]: audit 2024-09-17T01:05:18.727246+0000 mon.a (mon.0) 440 : audit [INF] from='osd.0 [v2:172.21.15.18:6802/4233359679,v1:172.21.15.18:6803/4233359679]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi018", "root=default"]}]': finished 2024-09-17T01:05:19.203 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:05:18 smithi063 bash[23456]: cluster 2024-09-17T01:05:18.732169+0000 mon.a (mon.0) 441 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-09-17T01:05:20.005 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:05:19 smithi086 bash[23376]: cluster 2024-09-17T01:05:17.886989+0000 mgr.a (mgr.14150) 142 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:05:20.005 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:05:19 smithi086 bash[23376]: audit 2024-09-17T01:05:18.733890+0000 mon.a (mon.0) 442 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T01:05:20.006 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:05:19 smithi086 bash[23376]: audit 2024-09-17T01:05:18.742709+0000 mon.a (mon.0) 443 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T01:05:20.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:05:19 smithi018 bash[22760]: cluster 2024-09-17T01:05:17.886989+0000 mgr.a (mgr.14150) 142 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:05:20.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:05:19 smithi018 bash[22760]: audit 2024-09-17T01:05:18.733890+0000 mon.a (mon.0) 442 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T01:05:20.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:05:19 smithi018 bash[22760]: audit 2024-09-17T01:05:18.742709+0000 mon.a (mon.0) 443 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T01:05:20.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:05:19 smithi063 bash[23456]: cluster 2024-09-17T01:05:17.886989+0000 mgr.a (mgr.14150) 142 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:05:20.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:05:19 smithi063 bash[23456]: audit 2024-09-17T01:05:18.733890+0000 mon.a (mon.0) 442 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T01:05:20.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:05:19 smithi063 bash[23456]: audit 2024-09-17T01:05:18.742709+0000 mon.a (mon.0) 443 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T01:05:20.881 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:05:20 smithi086 bash[23376]: cluster 2024-09-17T01:05:18.161942+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-17T01:05:20.882 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:05:20 smithi086 bash[23376]: cluster 2024-09-17T01:05:18.162070+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-17T01:05:20.882 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:05:20 smithi086 bash[23376]: audit 2024-09-17T01:05:19.743139+0000 mon.a (mon.0) 444 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T01:05:20.882 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:05:20 smithi086 bash[23376]: cluster 2024-09-17T01:05:19.748537+0000 mon.a (mon.0) 445 : cluster [INF] osd.0 [v2:172.21.15.18:6802/4233359679,v1:172.21.15.18:6803/4233359679] boot 2024-09-17T01:05:20.882 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:05:20 smithi086 bash[23376]: cluster 2024-09-17T01:05:19.748601+0000 mon.a (mon.0) 446 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-09-17T01:05:20.882 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:05:20 smithi086 bash[23376]: audit 2024-09-17T01:05:19.749132+0000 mon.a (mon.0) 447 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T01:05:21.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:05:20 smithi018 bash[22760]: cluster 2024-09-17T01:05:18.161942+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-17T01:05:21.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:05:20 smithi018 bash[22760]: cluster 2024-09-17T01:05:18.162070+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-17T01:05:21.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:05:20 smithi018 bash[22760]: audit 2024-09-17T01:05:19.743139+0000 mon.a (mon.0) 444 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T01:05:21.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:05:20 smithi018 bash[22760]: cluster 2024-09-17T01:05:19.748537+0000 mon.a (mon.0) 445 : cluster [INF] osd.0 [v2:172.21.15.18:6802/4233359679,v1:172.21.15.18:6803/4233359679] boot 2024-09-17T01:05:21.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:05:20 smithi018 bash[22760]: cluster 2024-09-17T01:05:19.748601+0000 mon.a (mon.0) 446 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-09-17T01:05:21.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:05:20 smithi018 bash[22760]: audit 2024-09-17T01:05:19.749132+0000 mon.a (mon.0) 447 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T01:05:21.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:05:20 smithi063 bash[23456]: cluster 2024-09-17T01:05:18.161942+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-17T01:05:21.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:05:20 smithi063 bash[23456]: cluster 2024-09-17T01:05:18.162070+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-17T01:05:21.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:05:20 smithi063 bash[23456]: audit 2024-09-17T01:05:19.743139+0000 mon.a (mon.0) 444 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T01:05:21.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:05:20 smithi063 bash[23456]: cluster 2024-09-17T01:05:19.748537+0000 mon.a (mon.0) 445 : cluster [INF] osd.0 [v2:172.21.15.18:6802/4233359679,v1:172.21.15.18:6803/4233359679] boot 2024-09-17T01:05:21.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:05:20 smithi063 bash[23456]: cluster 2024-09-17T01:05:19.748601+0000 mon.a (mon.0) 446 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-09-17T01:05:21.203 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:05:20 smithi063 bash[23456]: audit 2024-09-17T01:05:19.749132+0000 mon.a (mon.0) 447 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T01:05:22.003 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:05:21 smithi086 bash[23376]: cluster 2024-09-17T01:05:19.887345+0000 mgr.a (mgr.14150) 143 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:05:22.003 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:05:21 smithi086 bash[23376]: cluster 2024-09-17T01:05:20.758480+0000 mon.a (mon.0) 448 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-09-17T01:05:22.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:05:21 smithi018 bash[22760]: cluster 2024-09-17T01:05:19.887345+0000 mgr.a (mgr.14150) 143 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:05:22.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:05:21 smithi018 bash[22760]: cluster 2024-09-17T01:05:20.758480+0000 mon.a (mon.0) 448 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-09-17T01:05:22.201 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:05:21 smithi063 bash[23456]: cluster 2024-09-17T01:05:19.887345+0000 mgr.a (mgr.14150) 143 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:05:22.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:05:21 smithi063 bash[23456]: cluster 2024-09-17T01:05:20.758480+0000 mon.a (mon.0) 448 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-09-17T01:05:23.124 INFO:teuthology.orchestra.run.smithi063.stderr:Inferring config /var/lib/ceph/2853ef26-7490-11ef-bceb-c7b262605968/mon.b/config 2024-09-17T01:05:24.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:05:23 smithi018 bash[22760]: cluster 2024-09-17T01:05:21.887803+0000 mgr.a (mgr.14150) 144 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:05:24.138 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:05:23 smithi063 bash[23456]: cluster 2024-09-17T01:05:21.887803+0000 mgr.a (mgr.14150) 144 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:05:24.253 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:05:23 smithi086 bash[23376]: cluster 2024-09-17T01:05:21.887803+0000 mgr.a (mgr.14150) 144 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:05:25.975 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:05:25 smithi086 bash[23376]: cluster 2024-09-17T01:05:23.888242+0000 mgr.a (mgr.14150) 145 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:05:26.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:05:25 smithi018 bash[22760]: cluster 2024-09-17T01:05:23.888242+0000 mgr.a (mgr.14150) 145 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:05:26.201 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:05:25 smithi063 bash[23456]: cluster 2024-09-17T01:05:23.888242+0000 mgr.a (mgr.14150) 145 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:05:27.000 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-09-17T01:05:27.050 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2853ef26-7490-11ef-bceb-c7b262605968 -- ceph orch daemon add osd smithi063:vg_nvme/lv_4 2024-09-17T01:05:27.253 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:05:26 smithi086 bash[23376]: cluster 2024-09-17T01:05:25.888722+0000 mgr.a (mgr.14150) 146 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:05:27.253 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:05:26 smithi086 bash[23376]: audit 2024-09-17T01:05:25.959968+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:05:27.253 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:05:26 smithi086 bash[23376]: audit 2024-09-17T01:05:25.967566+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:05:27.253 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:05:26 smithi086 bash[23376]: audit 2024-09-17T01:05:25.976978+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:05:27.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:05:26 smithi018 bash[22760]: cluster 2024-09-17T01:05:25.888722+0000 mgr.a (mgr.14150) 146 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:05:27.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:05:26 smithi018 bash[22760]: audit 2024-09-17T01:05:25.959968+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:05:27.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:05:26 smithi018 bash[22760]: audit 2024-09-17T01:05:25.967566+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:05:27.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:05:26 smithi018 bash[22760]: audit 2024-09-17T01:05:25.976978+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:05:27.452 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:05:26 smithi063 bash[23456]: cluster 2024-09-17T01:05:25.888722+0000 mgr.a (mgr.14150) 146 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:05:27.452 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:05:26 smithi063 bash[23456]: audit 2024-09-17T01:05:25.959968+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:05:27.452 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:05:26 smithi063 bash[23456]: audit 2024-09-17T01:05:25.967566+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:05:27.452 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:05:26 smithi063 bash[23456]: audit 2024-09-17T01:05:25.976978+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:05:29.253 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:05:28 smithi086 bash[23376]: cluster 2024-09-17T01:05:27.889148+0000 mgr.a (mgr.14150) 147 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:05:29.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:05:28 smithi018 bash[22760]: cluster 2024-09-17T01:05:27.889148+0000 mgr.a (mgr.14150) 147 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:05:29.452 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:05:28 smithi063 bash[23456]: cluster 2024-09-17T01:05:27.889148+0000 mgr.a (mgr.14150) 147 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:05:31.253 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:05:30 smithi086 bash[23376]: cluster 2024-09-17T01:05:29.889605+0000 mgr.a (mgr.14150) 148 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:05:31.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:05:30 smithi018 bash[22760]: cluster 2024-09-17T01:05:29.889605+0000 mgr.a (mgr.14150) 148 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:05:31.336 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:05:30 smithi063 bash[23456]: cluster 2024-09-17T01:05:29.889605+0000 mgr.a (mgr.14150) 148 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:05:31.786 INFO:teuthology.orchestra.run.smithi063.stderr:Inferring config /var/lib/ceph/2853ef26-7490-11ef-bceb-c7b262605968/mon.b/config 2024-09-17T01:05:33.253 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:05:32 smithi086 bash[23376]: cluster 2024-09-17T01:05:31.890096+0000 mgr.a (mgr.14150) 149 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:05:33.272 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:05:32 smithi063 bash[23456]: cluster 2024-09-17T01:05:31.890096+0000 mgr.a (mgr.14150) 149 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:05:33.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:05:32 smithi018 bash[22760]: cluster 2024-09-17T01:05:31.890096+0000 mgr.a (mgr.14150) 149 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:05:34.227 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:05:33 smithi063 bash[23456]: audit 2024-09-17T01:05:33.627990+0000 mgr.a (mgr.14150) 150 : audit [DBG] from='client.24137 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi063:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T01:05:34.228 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:05:33 smithi063 bash[23456]: audit 2024-09-17T01:05:33.633020+0000 mon.a (mon.0) 452 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T01:05:34.228 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:05:33 smithi063 bash[23456]: audit 2024-09-17T01:05:33.639113+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-17T01:05:34.228 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:05:33 smithi063 bash[23456]: audit 2024-09-17T01:05:33.640666+0000 mon.a (mon.0) 454 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:05:34.253 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:05:33 smithi086 bash[23376]: audit 2024-09-17T01:05:33.627990+0000 mgr.a (mgr.14150) 150 : audit [DBG] from='client.24137 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi063:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T01:05:34.254 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:05:33 smithi086 bash[23376]: audit 2024-09-17T01:05:33.633020+0000 mon.a (mon.0) 452 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T01:05:34.254 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:05:33 smithi086 bash[23376]: audit 2024-09-17T01:05:33.639113+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-17T01:05:34.254 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:05:33 smithi086 bash[23376]: audit 2024-09-17T01:05:33.640666+0000 mon.a (mon.0) 454 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:05:34.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:05:33 smithi018 bash[22760]: audit 2024-09-17T01:05:33.627990+0000 mgr.a (mgr.14150) 150 : audit [DBG] from='client.24137 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi063:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T01:05:34.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:05:33 smithi018 bash[22760]: audit 2024-09-17T01:05:33.633020+0000 mon.a (mon.0) 452 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T01:05:34.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:05:33 smithi018 bash[22760]: audit 2024-09-17T01:05:33.639113+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-17T01:05:34.276 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:05:33 smithi018 bash[22760]: audit 2024-09-17T01:05:33.640666+0000 mon.a (mon.0) 454 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:05:35.702 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:05:35 smithi063 bash[23456]: cluster 2024-09-17T01:05:33.890545+0000 mgr.a (mgr.14150) 151 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:05:35.702 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:05:35 smithi063 bash[23456]: audit 2024-09-17T01:05:34.338262+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:05:35.702 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:05:35 smithi063 bash[23456]: audit 2024-09-17T01:05:34.344060+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:05:35.702 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:05:35 smithi063 bash[23456]: audit 2024-09-17T01:05:34.350905+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:05:35.753 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:05:35 smithi086 bash[23376]: cluster 2024-09-17T01:05:33.890545+0000 mgr.a (mgr.14150) 151 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:05:35.753 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:05:35 smithi086 bash[23376]: audit 2024-09-17T01:05:34.338262+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:05:35.753 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:05:35 smithi086 bash[23376]: audit 2024-09-17T01:05:34.344060+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:05:35.753 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:05:35 smithi086 bash[23376]: audit 2024-09-17T01:05:34.350905+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:05:35.775 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:05:35 smithi018 bash[22760]: cluster 2024-09-17T01:05:33.890545+0000 mgr.a (mgr.14150) 151 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:05:35.775 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:05:35 smithi018 bash[22760]: audit 2024-09-17T01:05:34.338262+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:05:35.775 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:05:35 smithi018 bash[22760]: audit 2024-09-17T01:05:34.344060+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:05:35.775 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:05:35 smithi018 bash[22760]: audit 2024-09-17T01:05:34.350905+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:05:37.701 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:05:37 smithi063 bash[23456]: cluster 2024-09-17T01:05:35.891031+0000 mgr.a (mgr.14150) 152 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:05:37.753 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:05:37 smithi086 bash[23376]: cluster 2024-09-17T01:05:35.891031+0000 mgr.a (mgr.14150) 152 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:05:37.775 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:05:37 smithi018 bash[22760]: cluster 2024-09-17T01:05:35.891031+0000 mgr.a (mgr.14150) 152 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:05:38.702 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:05:38 smithi063 bash[23456]: audit 2024-09-17T01:05:37.477013+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:05:38.702 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:05:38 smithi063 bash[23456]: audit 2024-09-17T01:05:37.484712+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:05:38.702 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:05:38 smithi063 bash[23456]: audit 2024-09-17T01:05:37.494035+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:05:38.753 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:05:38 smithi086 bash[23376]: audit 2024-09-17T01:05:37.477013+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:05:38.753 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:05:38 smithi086 bash[23376]: audit 2024-09-17T01:05:37.484712+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:05:38.753 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:05:38 smithi086 bash[23376]: audit 2024-09-17T01:05:37.494035+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:05:38.775 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:05:38 smithi018 bash[22760]: audit 2024-09-17T01:05:37.477013+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:05:38.775 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:05:38 smithi018 bash[22760]: audit 2024-09-17T01:05:37.484712+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:05:38.775 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:05:38 smithi018 bash[22760]: audit 2024-09-17T01:05:37.494035+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:05:39.682 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:05:39 smithi063 bash[23456]: cluster 2024-09-17T01:05:37.891500+0000 mgr.a (mgr.14150) 153 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:05:39.753 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:05:39 smithi086 bash[23376]: cluster 2024-09-17T01:05:37.891500+0000 mgr.a (mgr.14150) 153 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:05:39.775 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:05:39 smithi018 bash[22760]: cluster 2024-09-17T01:05:37.891500+0000 mgr.a (mgr.14150) 153 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:05:41.753 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:05:41 smithi086 bash[23376]: cluster 2024-09-17T01:05:39.891954+0000 mgr.a (mgr.14150) 154 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:05:41.775 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:05:41 smithi018 bash[22760]: cluster 2024-09-17T01:05:39.891954+0000 mgr.a (mgr.14150) 154 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:05:41.951 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:05:41 smithi063 bash[23456]: cluster 2024-09-17T01:05:39.891954+0000 mgr.a (mgr.14150) 154 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:05:42.753 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:05:42 smithi086 bash[23376]: audit 2024-09-17T01:05:41.773315+0000 mon.b (mon.2) 6 : audit [INF] from='client.? 172.21.15.63:0/865252738' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e236a2c8-326f-4ae0-b148-fe5d87852dd5"}]: dispatch 2024-09-17T01:05:42.753 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:05:42 smithi086 bash[23376]: audit 2024-09-17T01:05:41.773851+0000 mon.a (mon.0) 461 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e236a2c8-326f-4ae0-b148-fe5d87852dd5"}]: dispatch 2024-09-17T01:05:42.754 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:05:42 smithi086 bash[23376]: audit 2024-09-17T01:05:41.777012+0000 mon.a (mon.0) 462 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e236a2c8-326f-4ae0-b148-fe5d87852dd5"}]': finished 2024-09-17T01:05:42.754 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:05:42 smithi086 bash[23376]: cluster 2024-09-17T01:05:41.782113+0000 mon.a (mon.0) 463 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-09-17T01:05:42.754 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:05:42 smithi086 bash[23376]: audit 2024-09-17T01:05:41.782621+0000 mon.a (mon.0) 464 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T01:05:42.754 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:05:42 smithi086 bash[23376]: audit 2024-09-17T01:05:42.424075+0000 mon.b (mon.2) 7 : audit [DBG] from='client.? 172.21.15.63:0/483546485' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-17T01:05:42.775 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:05:42 smithi018 bash[22760]: audit 2024-09-17T01:05:41.773315+0000 mon.b (mon.2) 6 : audit [INF] from='client.? 172.21.15.63:0/865252738' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e236a2c8-326f-4ae0-b148-fe5d87852dd5"}]: dispatch 2024-09-17T01:05:42.775 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:05:42 smithi018 bash[22760]: audit 2024-09-17T01:05:41.773851+0000 mon.a (mon.0) 461 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e236a2c8-326f-4ae0-b148-fe5d87852dd5"}]: dispatch 2024-09-17T01:05:42.775 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:05:42 smithi018 bash[22760]: audit 2024-09-17T01:05:41.777012+0000 mon.a (mon.0) 462 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e236a2c8-326f-4ae0-b148-fe5d87852dd5"}]': finished 2024-09-17T01:05:42.775 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:05:42 smithi018 bash[22760]: cluster 2024-09-17T01:05:41.782113+0000 mon.a (mon.0) 463 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-09-17T01:05:42.775 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:05:42 smithi018 bash[22760]: audit 2024-09-17T01:05:41.782621+0000 mon.a (mon.0) 464 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T01:05:42.775 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:05:42 smithi018 bash[22760]: audit 2024-09-17T01:05:42.424075+0000 mon.b (mon.2) 7 : audit [DBG] from='client.? 172.21.15.63:0/483546485' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-17T01:05:42.953 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:05:42 smithi063 bash[23456]: audit 2024-09-17T01:05:41.773315+0000 mon.b (mon.2) 6 : audit [INF] from='client.? 172.21.15.63:0/865252738' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e236a2c8-326f-4ae0-b148-fe5d87852dd5"}]: dispatch 2024-09-17T01:05:42.953 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:05:42 smithi063 bash[23456]: audit 2024-09-17T01:05:41.773851+0000 mon.a (mon.0) 461 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e236a2c8-326f-4ae0-b148-fe5d87852dd5"}]: dispatch 2024-09-17T01:05:42.953 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:05:42 smithi063 bash[23456]: audit 2024-09-17T01:05:41.777012+0000 mon.a (mon.0) 462 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e236a2c8-326f-4ae0-b148-fe5d87852dd5"}]': finished 2024-09-17T01:05:42.953 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:05:42 smithi063 bash[23456]: cluster 2024-09-17T01:05:41.782113+0000 mon.a (mon.0) 463 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-09-17T01:05:42.953 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:05:42 smithi063 bash[23456]: audit 2024-09-17T01:05:41.782621+0000 mon.a (mon.0) 464 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T01:05:42.953 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:05:42 smithi063 bash[23456]: audit 2024-09-17T01:05:42.424075+0000 mon.b (mon.2) 7 : audit [DBG] from='client.? 172.21.15.63:0/483546485' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-17T01:05:44.180 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:05:43 smithi018 bash[22760]: cluster 2024-09-17T01:05:41.892412+0000 mgr.a (mgr.14150) 155 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:05:44.201 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:05:43 smithi063 bash[23456]: cluster 2024-09-17T01:05:41.892412+0000 mgr.a (mgr.14150) 155 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:05:44.253 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:05:43 smithi086 bash[23376]: cluster 2024-09-17T01:05:41.892412+0000 mgr.a (mgr.14150) 155 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:05:45.872 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:05:45 smithi063 bash[23456]: cluster 2024-09-17T01:05:43.892852+0000 mgr.a (mgr.14150) 156 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:05:46.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:05:45 smithi018 bash[22760]: cluster 2024-09-17T01:05:43.892852+0000 mgr.a (mgr.14150) 156 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:05:46.098 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:05:45 smithi086 bash[23376]: cluster 2024-09-17T01:05:43.892852+0000 mgr.a (mgr.14150) 156 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:05:47.452 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:05:47 smithi063 bash[23456]: cluster 2024-09-17T01:05:45.893296+0000 mgr.a (mgr.14150) 157 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:05:47.452 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:05:47 smithi063 bash[23456]: audit 2024-09-17T01:05:46.146374+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:05:47.452 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:05:47 smithi063 bash[23456]: audit 2024-09-17T01:05:46.153532+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:05:47.452 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:05:47 smithi063 bash[23456]: audit 2024-09-17T01:05:46.161562+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:05:47.503 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:05:47 smithi086 bash[23376]: cluster 2024-09-17T01:05:45.893296+0000 mgr.a (mgr.14150) 157 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:05:47.503 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:05:47 smithi086 bash[23376]: audit 2024-09-17T01:05:46.146374+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:05:47.503 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:05:47 smithi086 bash[23376]: audit 2024-09-17T01:05:46.153532+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:05:47.503 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:05:47 smithi086 bash[23376]: audit 2024-09-17T01:05:46.161562+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:05:47.525 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:05:47 smithi018 bash[22760]: cluster 2024-09-17T01:05:45.893296+0000 mgr.a (mgr.14150) 157 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:05:47.525 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:05:47 smithi018 bash[22760]: audit 2024-09-17T01:05:46.146374+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:05:47.525 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:05:47 smithi018 bash[22760]: audit 2024-09-17T01:05:46.153532+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:05:47.525 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:05:47 smithi018 bash[22760]: audit 2024-09-17T01:05:46.161562+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:05:49.451 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:05:49 smithi063 bash[23456]: cluster 2024-09-17T01:05:47.893750+0000 mgr.a (mgr.14150) 158 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:05:49.507 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:05:49 smithi086 bash[23376]: cluster 2024-09-17T01:05:47.893750+0000 mgr.a (mgr.14150) 158 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:05:49.525 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:05:49 smithi018 bash[22760]: cluster 2024-09-17T01:05:47.893750+0000 mgr.a (mgr.14150) 158 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:05:51.451 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:05:51 smithi063 bash[23456]: cluster 2024-09-17T01:05:49.894178+0000 mgr.a (mgr.14150) 159 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:05:51.503 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:05:51 smithi086 bash[23376]: cluster 2024-09-17T01:05:49.894178+0000 mgr.a (mgr.14150) 159 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:05:51.525 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:05:51 smithi018 bash[22760]: cluster 2024-09-17T01:05:49.894178+0000 mgr.a (mgr.14150) 159 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:05:53.452 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:05:53 smithi063 bash[23456]: cluster 2024-09-17T01:05:51.894624+0000 mgr.a (mgr.14150) 160 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:05:53.503 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:05:53 smithi086 bash[23376]: cluster 2024-09-17T01:05:51.894624+0000 mgr.a (mgr.14150) 160 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:05:53.525 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:05:53 smithi018 bash[22760]: cluster 2024-09-17T01:05:51.894624+0000 mgr.a (mgr.14150) 160 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:05:55.951 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:05:55 smithi063 bash[23456]: cluster 2024-09-17T01:05:53.895083+0000 mgr.a (mgr.14150) 161 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:05:55.952 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:05:55 smithi063 bash[23456]: audit 2024-09-17T01:05:54.561223+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:05:55.952 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:05:55 smithi063 bash[23456]: audit 2024-09-17T01:05:54.569737+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:05:55.952 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:05:55 smithi063 bash[23456]: audit 2024-09-17T01:05:54.579009+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:05:56.003 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:05:55 smithi086 bash[23376]: cluster 2024-09-17T01:05:53.895083+0000 mgr.a (mgr.14150) 161 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:05:56.004 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:05:55 smithi086 bash[23376]: audit 2024-09-17T01:05:54.561223+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:05:56.004 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:05:55 smithi086 bash[23376]: audit 2024-09-17T01:05:54.569737+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:05:56.004 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:05:55 smithi086 bash[23376]: audit 2024-09-17T01:05:54.579009+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:05:56.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:05:55 smithi018 bash[22760]: cluster 2024-09-17T01:05:53.895083+0000 mgr.a (mgr.14150) 161 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:05:56.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:05:55 smithi018 bash[22760]: audit 2024-09-17T01:05:54.561223+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:05:56.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:05:55 smithi018 bash[22760]: audit 2024-09-17T01:05:54.569737+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:05:56.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:05:55 smithi018 bash[22760]: audit 2024-09-17T01:05:54.579009+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:05:57.951 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:05:57 smithi063 bash[23456]: cluster 2024-09-17T01:05:55.895477+0000 mgr.a (mgr.14150) 162 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:05:57.952 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:05:57 smithi063 bash[23456]: audit 2024-09-17T01:05:57.533716+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-17T01:05:57.952 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:05:57 smithi063 bash[23456]: audit 2024-09-17T01:05:57.535644+0000 mon.a (mon.0) 472 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:05:58.003 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:05:57 smithi086 bash[23376]: cluster 2024-09-17T01:05:55.895477+0000 mgr.a (mgr.14150) 162 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:05:58.004 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:05:57 smithi086 bash[23376]: audit 2024-09-17T01:05:57.533716+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-17T01:05:58.004 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:05:57 smithi086 bash[23376]: audit 2024-09-17T01:05:57.535644+0000 mon.a (mon.0) 472 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:05:58.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:05:57 smithi018 bash[22760]: cluster 2024-09-17T01:05:55.895477+0000 mgr.a (mgr.14150) 162 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:05:58.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:05:57 smithi018 bash[22760]: audit 2024-09-17T01:05:57.533716+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-17T01:05:58.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:05:57 smithi018 bash[22760]: audit 2024-09-17T01:05:57.535644+0000 mon.a (mon.0) 472 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:05:58.952 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:05:58 smithi063 bash[23456]: cephadm 2024-09-17T01:05:57.537275+0000 mgr.a (mgr.14150) 163 : cephadm [INF] Deploying daemon osd.1 on smithi063 2024-09-17T01:05:58.952 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:05:58 smithi063 bash[23456]: audit 2024-09-17T01:05:57.677295+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:05:58.952 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:05:58 smithi063 bash[23456]: audit 2024-09-17T01:05:57.685119+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:05:58.952 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:05:58 smithi063 bash[23456]: cephadm 2024-09-17T01:05:57.687948+0000 mgr.a (mgr.14150) 164 : cephadm [INF] Detected new or changed devices on smithi063 2024-09-17T01:05:58.952 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:05:58 smithi063 bash[23456]: audit 2024-09-17T01:05:57.694533+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:05:59.003 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:05:58 smithi086 bash[23376]: cephadm 2024-09-17T01:05:57.537275+0000 mgr.a (mgr.14150) 163 : cephadm [INF] Deploying daemon osd.1 on smithi063 2024-09-17T01:05:59.004 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:05:58 smithi086 bash[23376]: audit 2024-09-17T01:05:57.677295+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:05:59.004 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:05:58 smithi086 bash[23376]: audit 2024-09-17T01:05:57.685119+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:05:59.004 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:05:58 smithi086 bash[23376]: cephadm 2024-09-17T01:05:57.687948+0000 mgr.a (mgr.14150) 164 : cephadm [INF] Detected new or changed devices on smithi063 2024-09-17T01:05:59.004 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:05:58 smithi086 bash[23376]: audit 2024-09-17T01:05:57.694533+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:05:59.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:05:58 smithi018 bash[22760]: cephadm 2024-09-17T01:05:57.537275+0000 mgr.a (mgr.14150) 163 : cephadm [INF] Deploying daemon osd.1 on smithi063 2024-09-17T01:05:59.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:05:58 smithi018 bash[22760]: audit 2024-09-17T01:05:57.677295+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:05:59.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:05:58 smithi018 bash[22760]: audit 2024-09-17T01:05:57.685119+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:05:59.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:05:58 smithi018 bash[22760]: cephadm 2024-09-17T01:05:57.687948+0000 mgr.a (mgr.14150) 164 : cephadm [INF] Detected new or changed devices on smithi063 2024-09-17T01:05:59.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:05:58 smithi018 bash[22760]: audit 2024-09-17T01:05:57.694533+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:05:59.951 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:05:59 smithi063 bash[23456]: cluster 2024-09-17T01:05:57.895901+0000 mgr.a (mgr.14150) 165 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:06:00.003 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:05:59 smithi086 bash[23376]: cluster 2024-09-17T01:05:57.895901+0000 mgr.a (mgr.14150) 165 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:06:00.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:05:59 smithi018 bash[22760]: cluster 2024-09-17T01:05:57.895901+0000 mgr.a (mgr.14150) 165 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:06:01.921 INFO:journalctl@ceph.mgr.b.smithi063.stdout:Sep 17 01:06:01 smithi063 systemd[1]: /etc/systemd/system/ceph-2853ef26-7490-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-17T01:06:01.921 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:06:01 smithi063 bash[23456]: cluster 2024-09-17T01:05:59.896358+0000 mgr.a (mgr.14150) 166 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:06:01.921 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:06:01 smithi063 systemd[1]: /etc/systemd/system/ceph-2853ef26-7490-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-17T01:06:02.000 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:06:01 smithi086 bash[23376]: cluster 2024-09-17T01:05:59.896358+0000 mgr.a (mgr.14150) 166 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:06:02.022 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:06:01 smithi018 bash[22760]: cluster 2024-09-17T01:05:59.896358+0000 mgr.a (mgr.14150) 166 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:06:02.201 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:06:02 smithi063 systemd[1]: /etc/systemd/system/ceph-2853ef26-7490-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-17T01:06:02.202 INFO:journalctl@ceph.mgr.b.smithi063.stdout:Sep 17 01:06:02 smithi063 systemd[1]: /etc/systemd/system/ceph-2853ef26-7490-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-17T01:06:03.004 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:06:02 smithi086 bash[23376]: audit 2024-09-17T01:06:02.199009+0000 mon.a (mon.0) 476 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:06:03.004 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:06:02 smithi086 bash[23376]: audit 2024-09-17T01:06:02.207192+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:06:03.004 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:06:02 smithi086 bash[23376]: audit 2024-09-17T01:06:02.207776+0000 mon.a (mon.0) 478 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:06:03.004 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:06:02 smithi086 bash[23376]: audit 2024-09-17T01:06:02.210220+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:06:03.004 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:06:02 smithi086 bash[23376]: audit 2024-09-17T01:06:02.215521+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:06:03.004 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:06:02 smithi086 bash[23376]: audit 2024-09-17T01:06:02.221066+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:06:03.023 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:06:02 smithi018 bash[22760]: audit 2024-09-17T01:06:02.199009+0000 mon.a (mon.0) 476 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:06:03.023 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:06:02 smithi018 bash[22760]: audit 2024-09-17T01:06:02.207192+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:06:03.023 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:06:02 smithi018 bash[22760]: audit 2024-09-17T01:06:02.207776+0000 mon.a (mon.0) 478 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:06:03.023 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:06:02 smithi018 bash[22760]: audit 2024-09-17T01:06:02.210220+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:06:03.024 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:06:02 smithi018 bash[22760]: audit 2024-09-17T01:06:02.215521+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:06:03.024 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:06:02 smithi018 bash[22760]: audit 2024-09-17T01:06:02.221066+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:06:03.085 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:06:02 smithi063 bash[23456]: audit 2024-09-17T01:06:02.199009+0000 mon.a (mon.0) 476 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:06:03.085 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:06:02 smithi063 bash[23456]: audit 2024-09-17T01:06:02.207192+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:06:03.085 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:06:02 smithi063 bash[23456]: audit 2024-09-17T01:06:02.207776+0000 mon.a (mon.0) 478 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:06:03.085 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:06:02 smithi063 bash[23456]: audit 2024-09-17T01:06:02.210220+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:06:03.085 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:06:02 smithi063 bash[23456]: audit 2024-09-17T01:06:02.215521+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:06:03.085 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:06:02 smithi063 bash[23456]: audit 2024-09-17T01:06:02.221066+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:06:04.004 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:06:03 smithi086 bash[23376]: cluster 2024-09-17T01:06:01.896814+0000 mgr.a (mgr.14150) 167 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:06:04.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:06:03 smithi018 bash[22760]: cluster 2024-09-17T01:06:01.896814+0000 mgr.a (mgr.14150) 167 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:06:04.201 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:06:03 smithi063 bash[23456]: cluster 2024-09-17T01:06:01.896814+0000 mgr.a (mgr.14150) 167 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:06:06.004 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:06:05 smithi086 bash[23376]: cluster 2024-09-17T01:06:03.897226+0000 mgr.a (mgr.14150) 168 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:06:06.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:06:05 smithi018 bash[22760]: cluster 2024-09-17T01:06:03.897226+0000 mgr.a (mgr.14150) 168 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:06:06.201 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:06:05 smithi063 bash[23456]: cluster 2024-09-17T01:06:03.897226+0000 mgr.a (mgr.14150) 168 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:06:07.701 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:06:07 smithi063 bash[23456]: cluster 2024-09-17T01:06:05.897698+0000 mgr.a (mgr.14150) 169 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:06:07.702 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:06:07 smithi063 bash[23456]: audit 2024-09-17T01:06:06.365291+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:06:07.702 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:06:07 smithi063 bash[23456]: audit 2024-09-17T01:06:06.372710+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:06:07.702 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:06:07 smithi063 bash[23456]: audit 2024-09-17T01:06:06.381811+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:06:07.754 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:06:07 smithi086 bash[23376]: cluster 2024-09-17T01:06:05.897698+0000 mgr.a (mgr.14150) 169 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:06:07.754 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:06:07 smithi086 bash[23376]: audit 2024-09-17T01:06:06.365291+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:06:07.754 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:06:07 smithi086 bash[23376]: audit 2024-09-17T01:06:06.372710+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:06:07.754 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:06:07 smithi086 bash[23376]: audit 2024-09-17T01:06:06.381811+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:06:07.775 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:06:07 smithi018 bash[22760]: cluster 2024-09-17T01:06:05.897698+0000 mgr.a (mgr.14150) 169 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:06:07.775 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:06:07 smithi018 bash[22760]: audit 2024-09-17T01:06:06.365291+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:06:07.775 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:06:07 smithi018 bash[22760]: audit 2024-09-17T01:06:06.372710+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:06:07.775 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:06:07 smithi018 bash[22760]: audit 2024-09-17T01:06:06.381811+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:06:09.561 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:06:09 smithi063 bash[23456]: cluster 2024-09-17T01:06:07.898157+0000 mgr.a (mgr.14150) 170 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:06:09.754 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:06:09 smithi086 bash[23376]: cluster 2024-09-17T01:06:07.898157+0000 mgr.a (mgr.14150) 170 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:06:09.776 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:06:09 smithi018 bash[22760]: cluster 2024-09-17T01:06:07.898157+0000 mgr.a (mgr.14150) 170 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:06:11.674 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:06:11 smithi063 bash[23456]: cluster 2024-09-17T01:06:09.898635+0000 mgr.a (mgr.14150) 171 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:06:11.754 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:06:11 smithi086 bash[23376]: cluster 2024-09-17T01:06:09.898635+0000 mgr.a (mgr.14150) 171 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:06:11.775 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:06:11 smithi018 bash[22760]: cluster 2024-09-17T01:06:09.898635+0000 mgr.a (mgr.14150) 171 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:06:12.451 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:06:12 smithi063 bash[23456]: audit 2024-09-17T01:06:11.854345+0000 mon.b (mon.2) 8 : audit [INF] from='osd.1 [v2:172.21.15.63:6800/1511128271,v1:172.21.15.63:6801/1511128271]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-17T01:06:12.452 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:06:12 smithi063 bash[23456]: audit 2024-09-17T01:06:11.854559+0000 mon.a (mon.0) 485 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-17T01:06:12.754 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:06:12 smithi086 bash[23376]: audit 2024-09-17T01:06:11.854345+0000 mon.b (mon.2) 8 : audit [INF] from='osd.1 [v2:172.21.15.63:6800/1511128271,v1:172.21.15.63:6801/1511128271]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-17T01:06:12.754 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:06:12 smithi086 bash[23376]: audit 2024-09-17T01:06:11.854559+0000 mon.a (mon.0) 485 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-17T01:06:12.775 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:06:12 smithi018 bash[22760]: audit 2024-09-17T01:06:11.854345+0000 mon.b (mon.2) 8 : audit [INF] from='osd.1 [v2:172.21.15.63:6800/1511128271,v1:172.21.15.63:6801/1511128271]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-17T01:06:12.775 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:06:12 smithi018 bash[22760]: audit 2024-09-17T01:06:11.854559+0000 mon.a (mon.0) 485 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-17T01:06:13.190 INFO:teuthology.orchestra.run.smithi063.stdout:Created osd(s) 1 on host 'smithi063' 2024-09-17T01:06:13.390 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:06:13 smithi063 bash[23456]: cluster 2024-09-17T01:06:11.899140+0000 mgr.a (mgr.14150) 172 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:06:13.391 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:06:13 smithi063 bash[23456]: audit 2024-09-17T01:06:12.380156+0000 mon.a (mon.0) 486 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-17T01:06:13.391 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:06:13 smithi063 bash[23456]: cluster 2024-09-17T01:06:12.384726+0000 mon.a (mon.0) 487 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-09-17T01:06:13.391 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:06:13 smithi063 bash[23456]: audit 2024-09-17T01:06:12.385176+0000 mon.a (mon.0) 488 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T01:06:13.391 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:06:13 smithi063 bash[23456]: audit 2024-09-17T01:06:12.385842+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.63:6800/1511128271,v1:172.21.15.63:6801/1511128271]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]: dispatch 2024-09-17T01:06:13.391 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:06:13 smithi063 bash[23456]: audit 2024-09-17T01:06:12.386150+0000 mon.a (mon.0) 489 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]: dispatch 2024-09-17T01:06:13.391 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:06:13 smithi063 bash[23456]: audit 2024-09-17T01:06:13.176736+0000 mon.a (mon.0) 490 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:06:13.391 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:06:13 smithi063 bash[23456]: audit 2024-09-17T01:06:13.184606+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:06:13.391 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:06:13 smithi063 bash[23456]: audit 2024-09-17T01:06:13.185379+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-17T01:06:13.391 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:06:13 smithi063 bash[23456]: audit 2024-09-17T01:06:13.192740+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:06:13.701 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:06:13 smithi063 bash[23456]: audit 2024-09-17T01:06:13.198560+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:06:13.702 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:06:13 smithi063 bash[23456]: audit 2024-09-17T01:06:13.202634+0000 mon.a (mon.0) 495 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:06:13.702 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:06:13 smithi063 bash[23456]: audit 2024-09-17T01:06:13.204464+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:06:13.702 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:06:13 smithi063 bash[23456]: audit 2024-09-17T01:06:13.213860+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:06:13.754 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:06:13 smithi086 bash[23376]: cluster 2024-09-17T01:06:11.899140+0000 mgr.a (mgr.14150) 172 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:06:13.755 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:06:13 smithi086 bash[23376]: audit 2024-09-17T01:06:12.380156+0000 mon.a (mon.0) 486 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-17T01:06:13.755 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:06:13 smithi086 bash[23376]: cluster 2024-09-17T01:06:12.384726+0000 mon.a (mon.0) 487 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-09-17T01:06:13.755 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:06:13 smithi086 bash[23376]: audit 2024-09-17T01:06:12.385176+0000 mon.a (mon.0) 488 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T01:06:13.755 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:06:13 smithi086 bash[23376]: audit 2024-09-17T01:06:12.385842+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.63:6800/1511128271,v1:172.21.15.63:6801/1511128271]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]: dispatch 2024-09-17T01:06:13.755 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:06:13 smithi086 bash[23376]: audit 2024-09-17T01:06:12.386150+0000 mon.a (mon.0) 489 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]: dispatch 2024-09-17T01:06:13.755 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:06:13 smithi086 bash[23376]: audit 2024-09-17T01:06:13.176736+0000 mon.a (mon.0) 490 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:06:13.755 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:06:13 smithi086 bash[23376]: audit 2024-09-17T01:06:13.184606+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:06:13.755 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:06:13 smithi086 bash[23376]: audit 2024-09-17T01:06:13.185379+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-17T01:06:13.755 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:06:13 smithi086 bash[23376]: audit 2024-09-17T01:06:13.192740+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:06:13.755 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:06:13 smithi086 bash[23376]: audit 2024-09-17T01:06:13.198560+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:06:13.755 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:06:13 smithi086 bash[23376]: audit 2024-09-17T01:06:13.202634+0000 mon.a (mon.0) 495 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:06:13.755 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:06:13 smithi086 bash[23376]: audit 2024-09-17T01:06:13.204464+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:06:13.756 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:06:13 smithi086 bash[23376]: audit 2024-09-17T01:06:13.213860+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:06:13.775 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:06:13 smithi018 bash[22760]: cluster 2024-09-17T01:06:11.899140+0000 mgr.a (mgr.14150) 172 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:06:13.776 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:06:13 smithi018 bash[22760]: audit 2024-09-17T01:06:12.380156+0000 mon.a (mon.0) 486 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-17T01:06:13.776 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:06:13 smithi018 bash[22760]: cluster 2024-09-17T01:06:12.384726+0000 mon.a (mon.0) 487 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-09-17T01:06:13.776 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:06:13 smithi018 bash[22760]: audit 2024-09-17T01:06:12.385176+0000 mon.a (mon.0) 488 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T01:06:13.776 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:06:13 smithi018 bash[22760]: audit 2024-09-17T01:06:12.385842+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.63:6800/1511128271,v1:172.21.15.63:6801/1511128271]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]: dispatch 2024-09-17T01:06:13.776 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:06:13 smithi018 bash[22760]: audit 2024-09-17T01:06:12.386150+0000 mon.a (mon.0) 489 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]: dispatch 2024-09-17T01:06:13.776 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:06:13 smithi018 bash[22760]: audit 2024-09-17T01:06:13.176736+0000 mon.a (mon.0) 490 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:06:13.776 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:06:13 smithi018 bash[22760]: audit 2024-09-17T01:06:13.184606+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:06:13.776 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:06:13 smithi018 bash[22760]: audit 2024-09-17T01:06:13.185379+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-17T01:06:13.776 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:06:13 smithi018 bash[22760]: audit 2024-09-17T01:06:13.192740+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:06:13.776 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:06:13 smithi018 bash[22760]: audit 2024-09-17T01:06:13.198560+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:06:13.776 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:06:13 smithi018 bash[22760]: audit 2024-09-17T01:06:13.202634+0000 mon.a (mon.0) 495 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:06:13.776 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:06:13 smithi018 bash[22760]: audit 2024-09-17T01:06:13.204464+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:06:13.777 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:06:13 smithi018 bash[22760]: audit 2024-09-17T01:06:13.213860+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:06:14.084 DEBUG:teuthology.orchestra.run.smithi063:osd.1> sudo journalctl -f -n 0 -u ceph-2853ef26-7490-11ef-bceb-c7b262605968@osd.1.service 2024-09-17T01:06:14.087 INFO:tasks.cephadm:Deploying osd.2 on smithi086 with /dev/vg_nvme/lv_4... 2024-09-17T01:06:14.087 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2853ef26-7490-11ef-bceb-c7b262605968 -- lvm zap /dev/vg_nvme/lv_4 2024-09-17T01:06:14.701 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:06:14 smithi063 bash[23456]: cephadm 2024-09-17T01:06:13.188023+0000 mgr.a (mgr.14150) 173 : cephadm [INF] Adjusting osd_memory_target on smithi063 to 16241M 2024-09-17T01:06:14.702 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:06:14 smithi063 bash[23456]: audit 2024-09-17T01:06:13.382556+0000 mon.a (mon.0) 498 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]': finished 2024-09-17T01:06:14.702 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:06:14 smithi063 bash[23456]: cluster 2024-09-17T01:06:13.387897+0000 mon.a (mon.0) 499 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-09-17T01:06:14.702 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:06:14 smithi063 bash[23456]: audit 2024-09-17T01:06:13.388767+0000 mon.a (mon.0) 500 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T01:06:14.702 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:06:14 smithi063 bash[23456]: audit 2024-09-17T01:06:13.399067+0000 mon.a (mon.0) 501 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T01:06:14.754 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:06:14 smithi086 bash[23376]: cephadm 2024-09-17T01:06:13.188023+0000 mgr.a (mgr.14150) 173 : cephadm [INF] Adjusting osd_memory_target on smithi063 to 16241M 2024-09-17T01:06:14.754 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:06:14 smithi086 bash[23376]: audit 2024-09-17T01:06:13.382556+0000 mon.a (mon.0) 498 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]': finished 2024-09-17T01:06:14.754 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:06:14 smithi086 bash[23376]: cluster 2024-09-17T01:06:13.387897+0000 mon.a (mon.0) 499 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-09-17T01:06:14.754 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:06:14 smithi086 bash[23376]: audit 2024-09-17T01:06:13.388767+0000 mon.a (mon.0) 500 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T01:06:14.754 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:06:14 smithi086 bash[23376]: audit 2024-09-17T01:06:13.399067+0000 mon.a (mon.0) 501 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T01:06:14.775 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:06:14 smithi018 bash[22760]: cephadm 2024-09-17T01:06:13.188023+0000 mgr.a (mgr.14150) 173 : cephadm [INF] Adjusting osd_memory_target on smithi063 to 16241M 2024-09-17T01:06:14.775 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:06:14 smithi018 bash[22760]: audit 2024-09-17T01:06:13.382556+0000 mon.a (mon.0) 498 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]': finished 2024-09-17T01:06:14.775 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:06:14 smithi018 bash[22760]: cluster 2024-09-17T01:06:13.387897+0000 mon.a (mon.0) 499 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-09-17T01:06:14.775 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:06:14 smithi018 bash[22760]: audit 2024-09-17T01:06:13.388767+0000 mon.a (mon.0) 500 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T01:06:14.775 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:06:14 smithi018 bash[22760]: audit 2024-09-17T01:06:13.399067+0000 mon.a (mon.0) 501 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T01:06:15.568 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:06:15 smithi063 bash[23456]: cluster 2024-09-17T01:06:12.870450+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-17T01:06:15.568 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:06:15 smithi063 bash[23456]: cluster 2024-09-17T01:06:12.870606+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-17T01:06:15.568 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:06:15 smithi063 bash[23456]: cluster 2024-09-17T01:06:13.899578+0000 mgr.a (mgr.14150) 174 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:06:15.568 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:06:15 smithi063 bash[23456]: audit 2024-09-17T01:06:14.400498+0000 mon.a (mon.0) 502 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T01:06:15.568 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:06:15 smithi063 bash[23456]: cluster 2024-09-17T01:06:14.487499+0000 mon.a (mon.0) 503 : cluster [INF] osd.1 [v2:172.21.15.63:6800/1511128271,v1:172.21.15.63:6801/1511128271] boot 2024-09-17T01:06:15.568 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:06:15 smithi063 bash[23456]: cluster 2024-09-17T01:06:14.487556+0000 mon.a (mon.0) 504 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-09-17T01:06:15.568 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:06:15 smithi063 bash[23456]: audit 2024-09-17T01:06:14.487758+0000 mon.a (mon.0) 505 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T01:06:15.568 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:06:15 smithi063 bash[23456]: audit 2024-09-17T01:06:14.779162+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:06:15.569 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:06:15 smithi063 bash[23456]: audit 2024-09-17T01:06:14.786936+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:06:15.569 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:06:15 smithi063 bash[23456]: audit 2024-09-17T01:06:14.794779+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:06:15.754 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:06:15 smithi086 bash[23376]: cluster 2024-09-17T01:06:12.870450+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-17T01:06:15.754 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:06:15 smithi086 bash[23376]: cluster 2024-09-17T01:06:12.870606+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-17T01:06:15.755 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:06:15 smithi086 bash[23376]: cluster 2024-09-17T01:06:13.899578+0000 mgr.a (mgr.14150) 174 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:06:15.755 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:06:15 smithi086 bash[23376]: audit 2024-09-17T01:06:14.400498+0000 mon.a (mon.0) 502 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T01:06:15.755 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:06:15 smithi086 bash[23376]: cluster 2024-09-17T01:06:14.487499+0000 mon.a (mon.0) 503 : cluster [INF] osd.1 [v2:172.21.15.63:6800/1511128271,v1:172.21.15.63:6801/1511128271] boot 2024-09-17T01:06:15.755 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:06:15 smithi086 bash[23376]: cluster 2024-09-17T01:06:14.487556+0000 mon.a (mon.0) 504 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-09-17T01:06:15.755 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:06:15 smithi086 bash[23376]: audit 2024-09-17T01:06:14.487758+0000 mon.a (mon.0) 505 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T01:06:15.755 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:06:15 smithi086 bash[23376]: audit 2024-09-17T01:06:14.779162+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:06:15.755 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:06:15 smithi086 bash[23376]: audit 2024-09-17T01:06:14.786936+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:06:15.755 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:06:15 smithi086 bash[23376]: audit 2024-09-17T01:06:14.794779+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:06:15.775 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:06:15 smithi018 bash[22760]: cluster 2024-09-17T01:06:12.870450+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-17T01:06:15.776 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:06:15 smithi018 bash[22760]: cluster 2024-09-17T01:06:12.870606+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-17T01:06:15.776 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:06:15 smithi018 bash[22760]: cluster 2024-09-17T01:06:13.899578+0000 mgr.a (mgr.14150) 174 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:06:15.776 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:06:15 smithi018 bash[22760]: audit 2024-09-17T01:06:14.400498+0000 mon.a (mon.0) 502 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T01:06:15.776 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:06:15 smithi018 bash[22760]: cluster 2024-09-17T01:06:14.487499+0000 mon.a (mon.0) 503 : cluster [INF] osd.1 [v2:172.21.15.63:6800/1511128271,v1:172.21.15.63:6801/1511128271] boot 2024-09-17T01:06:15.776 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:06:15 smithi018 bash[22760]: cluster 2024-09-17T01:06:14.487556+0000 mon.a (mon.0) 504 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-09-17T01:06:15.776 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:06:15 smithi018 bash[22760]: audit 2024-09-17T01:06:14.487758+0000 mon.a (mon.0) 505 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T01:06:15.776 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:06:15 smithi018 bash[22760]: audit 2024-09-17T01:06:14.779162+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:06:15.776 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:06:15 smithi018 bash[22760]: audit 2024-09-17T01:06:14.786936+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:06:15.776 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:06:15 smithi018 bash[22760]: audit 2024-09-17T01:06:14.794779+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:06:17.201 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:06:16 smithi063 bash[23456]: cluster 2024-09-17T01:06:15.798583+0000 mon.a (mon.0) 509 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-09-17T01:06:17.254 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:06:16 smithi086 bash[23376]: cluster 2024-09-17T01:06:15.798583+0000 mon.a (mon.0) 509 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-09-17T01:06:17.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:06:16 smithi018 bash[22760]: cluster 2024-09-17T01:06:15.798583+0000 mon.a (mon.0) 509 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-09-17T01:06:17.810 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/2853ef26-7490-11ef-bceb-c7b262605968/mon.c/config 2024-09-17T01:06:18.201 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:06:17 smithi063 bash[23456]: cluster 2024-09-17T01:06:15.900052+0000 mgr.a (mgr.14150) 175 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:06:18.254 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:06:17 smithi086 bash[23376]: cluster 2024-09-17T01:06:15.900052+0000 mgr.a (mgr.14150) 175 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:06:18.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:06:17 smithi018 bash[22760]: cluster 2024-09-17T01:06:15.900052+0000 mgr.a (mgr.14150) 175 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:06:19.004 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:06:18 smithi086 bash[23376]: cluster 2024-09-17T01:06:17.900502+0000 mgr.a (mgr.14150) 176 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:06:19.004 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:06:18 smithi086 bash[23376]: audit 2024-09-17T01:06:17.903645+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:06:19.004 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:06:18 smithi086 bash[23376]: audit 2024-09-17T01:06:17.911474+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:06:19.004 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:06:18 smithi086 bash[23376]: audit 2024-09-17T01:06:17.916205+0000 mon.a (mon.0) 512 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:06:19.005 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:06:18 smithi086 bash[23376]: audit 2024-09-17T01:06:17.921089+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:06:19.005 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:06:18 smithi086 bash[23376]: audit 2024-09-17T01:06:17.926830+0000 mon.a (mon.0) 514 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:06:19.005 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:06:18 smithi086 bash[23376]: audit 2024-09-17T01:06:17.928567+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:06:19.005 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:06:18 smithi086 bash[23376]: audit 2024-09-17T01:06:17.937955+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:06:19.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:06:18 smithi063 bash[23456]: cluster 2024-09-17T01:06:17.900502+0000 mgr.a (mgr.14150) 176 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:06:19.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:06:18 smithi063 bash[23456]: audit 2024-09-17T01:06:17.903645+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:06:19.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:06:18 smithi063 bash[23456]: audit 2024-09-17T01:06:17.911474+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:06:19.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:06:18 smithi063 bash[23456]: audit 2024-09-17T01:06:17.916205+0000 mon.a (mon.0) 512 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:06:19.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:06:18 smithi063 bash[23456]: audit 2024-09-17T01:06:17.921089+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:06:19.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:06:18 smithi063 bash[23456]: audit 2024-09-17T01:06:17.926830+0000 mon.a (mon.0) 514 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:06:19.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:06:18 smithi063 bash[23456]: audit 2024-09-17T01:06:17.928567+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:06:19.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:06:18 smithi063 bash[23456]: audit 2024-09-17T01:06:17.937955+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:06:19.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:06:18 smithi018 bash[22760]: cluster 2024-09-17T01:06:17.900502+0000 mgr.a (mgr.14150) 176 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:06:19.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:06:18 smithi018 bash[22760]: audit 2024-09-17T01:06:17.903645+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:06:19.276 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:06:18 smithi018 bash[22760]: audit 2024-09-17T01:06:17.911474+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:06:19.276 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:06:18 smithi018 bash[22760]: audit 2024-09-17T01:06:17.916205+0000 mon.a (mon.0) 512 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:06:19.276 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:06:18 smithi018 bash[22760]: audit 2024-09-17T01:06:17.921089+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:06:19.276 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:06:18 smithi018 bash[22760]: audit 2024-09-17T01:06:17.926830+0000 mon.a (mon.0) 514 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:06:19.276 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:06:18 smithi018 bash[22760]: audit 2024-09-17T01:06:17.928567+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:06:19.276 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:06:18 smithi018 bash[22760]: audit 2024-09-17T01:06:17.937955+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:06:21.365 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-09-17T01:06:21.401 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2853ef26-7490-11ef-bceb-c7b262605968 -- ceph orch daemon add osd smithi086:vg_nvme/lv_4 2024-09-17T01:06:21.662 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:06:21 smithi086 bash[23376]: cluster 2024-09-17T01:06:19.900975+0000 mgr.a (mgr.14150) 177 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:06:21.662 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:06:21 smithi086 bash[23376]: audit 2024-09-17T01:06:20.538818+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:06:21.662 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:06:21 smithi086 bash[23376]: audit 2024-09-17T01:06:20.547181+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:06:21.662 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:06:21 smithi086 bash[23376]: audit 2024-09-17T01:06:20.551842+0000 mon.a (mon.0) 519 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:06:21.662 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:06:21 smithi086 bash[23376]: audit 2024-09-17T01:06:20.556943+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:06:21.662 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:06:21 smithi086 bash[23376]: audit 2024-09-17T01:06:20.562295+0000 mon.a (mon.0) 521 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:06:21.662 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:06:21 smithi086 bash[23376]: audit 2024-09-17T01:06:20.564110+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:06:21.662 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:06:21 smithi086 bash[23376]: audit 2024-09-17T01:06:20.573954+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:06:21.952 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:06:21 smithi063 bash[23456]: cluster 2024-09-17T01:06:19.900975+0000 mgr.a (mgr.14150) 177 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:06:21.952 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:06:21 smithi063 bash[23456]: audit 2024-09-17T01:06:20.538818+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:06:21.952 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:06:21 smithi063 bash[23456]: audit 2024-09-17T01:06:20.547181+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:06:21.952 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:06:21 smithi063 bash[23456]: audit 2024-09-17T01:06:20.551842+0000 mon.a (mon.0) 519 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:06:21.952 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:06:21 smithi063 bash[23456]: audit 2024-09-17T01:06:20.556943+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:06:21.952 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:06:21 smithi063 bash[23456]: audit 2024-09-17T01:06:20.562295+0000 mon.a (mon.0) 521 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:06:21.952 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:06:21 smithi063 bash[23456]: audit 2024-09-17T01:06:20.564110+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:06:21.952 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:06:21 smithi063 bash[23456]: audit 2024-09-17T01:06:20.573954+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:06:22.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:06:21 smithi018 bash[22760]: cluster 2024-09-17T01:06:19.900975+0000 mgr.a (mgr.14150) 177 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:06:22.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:06:21 smithi018 bash[22760]: audit 2024-09-17T01:06:20.538818+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:06:22.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:06:21 smithi018 bash[22760]: audit 2024-09-17T01:06:20.547181+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:06:22.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:06:21 smithi018 bash[22760]: audit 2024-09-17T01:06:20.551842+0000 mon.a (mon.0) 519 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:06:22.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:06:21 smithi018 bash[22760]: audit 2024-09-17T01:06:20.556943+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:06:22.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:06:21 smithi018 bash[22760]: audit 2024-09-17T01:06:20.562295+0000 mon.a (mon.0) 521 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:06:22.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:06:21 smithi018 bash[22760]: audit 2024-09-17T01:06:20.564110+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:06:22.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:06:21 smithi018 bash[22760]: audit 2024-09-17T01:06:20.573954+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:06:23.754 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:06:23 smithi086 bash[23376]: cluster 2024-09-17T01:06:21.901474+0000 mgr.a (mgr.14150) 178 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:06:23.851 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:06:23 smithi018 bash[22760]: cluster 2024-09-17T01:06:21.901474+0000 mgr.a (mgr.14150) 178 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:06:23.951 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:06:23 smithi063 bash[23456]: cluster 2024-09-17T01:06:21.901474+0000 mgr.a (mgr.14150) 178 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:06:25.904 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:06:25 smithi018 bash[22760]: cluster 2024-09-17T01:06:23.901908+0000 mgr.a (mgr.14150) 179 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:06:25.916 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/2853ef26-7490-11ef-bceb-c7b262605968/mon.c/config 2024-09-17T01:06:25.951 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:06:25 smithi063 bash[23456]: cluster 2024-09-17T01:06:23.901908+0000 mgr.a (mgr.14150) 179 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:06:26.004 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:06:25 smithi086 bash[23376]: cluster 2024-09-17T01:06:23.901908+0000 mgr.a (mgr.14150) 179 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:06:27.952 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:06:27 smithi063 bash[23456]: cluster 2024-09-17T01:06:25.902363+0000 mgr.a (mgr.14150) 180 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:06:27.952 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:06:27 smithi063 bash[23456]: audit 2024-09-17T01:06:26.594827+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:06:27.952 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:06:27 smithi063 bash[23456]: audit 2024-09-17T01:06:26.602796+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:06:27.952 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:06:27 smithi063 bash[23456]: audit 2024-09-17T01:06:26.612150+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:06:27.952 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:06:27 smithi063 bash[23456]: audit 2024-09-17T01:06:27.191469+0000 mon.a (mon.0) 527 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T01:06:27.952 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:06:27 smithi063 bash[23456]: audit 2024-09-17T01:06:27.197739+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-17T01:06:27.952 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:06:27 smithi063 bash[23456]: audit 2024-09-17T01:06:27.199674+0000 mon.a (mon.0) 529 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:06:28.004 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:06:27 smithi086 bash[23376]: cluster 2024-09-17T01:06:25.902363+0000 mgr.a (mgr.14150) 180 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:06:28.004 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:06:27 smithi086 bash[23376]: audit 2024-09-17T01:06:26.594827+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:06:28.004 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:06:27 smithi086 bash[23376]: audit 2024-09-17T01:06:26.602796+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:06:28.005 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:06:27 smithi086 bash[23376]: audit 2024-09-17T01:06:26.612150+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:06:28.005 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:06:27 smithi086 bash[23376]: audit 2024-09-17T01:06:27.191469+0000 mon.a (mon.0) 527 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T01:06:28.005 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:06:27 smithi086 bash[23376]: audit 2024-09-17T01:06:27.197739+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-17T01:06:28.005 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:06:27 smithi086 bash[23376]: audit 2024-09-17T01:06:27.199674+0000 mon.a (mon.0) 529 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:06:28.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:06:27 smithi018 bash[22760]: cluster 2024-09-17T01:06:25.902363+0000 mgr.a (mgr.14150) 180 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:06:28.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:06:27 smithi018 bash[22760]: audit 2024-09-17T01:06:26.594827+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:06:28.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:06:27 smithi018 bash[22760]: audit 2024-09-17T01:06:26.602796+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:06:28.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:06:27 smithi018 bash[22760]: audit 2024-09-17T01:06:26.612150+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:06:28.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:06:27 smithi018 bash[22760]: audit 2024-09-17T01:06:27.191469+0000 mon.a (mon.0) 527 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T01:06:28.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:06:27 smithi018 bash[22760]: audit 2024-09-17T01:06:27.197739+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-17T01:06:28.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:06:27 smithi018 bash[22760]: audit 2024-09-17T01:06:27.199674+0000 mon.a (mon.0) 529 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:06:28.951 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:06:28 smithi063 bash[23456]: audit 2024-09-17T01:06:27.184634+0000 mgr.a (mgr.14150) 181 : audit [DBG] from='client.24166 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi086:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T01:06:29.004 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:06:28 smithi086 bash[23376]: audit 2024-09-17T01:06:27.184634+0000 mgr.a (mgr.14150) 181 : audit [DBG] from='client.24166 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi086:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T01:06:29.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:06:28 smithi018 bash[22760]: audit 2024-09-17T01:06:27.184634+0000 mgr.a (mgr.14150) 181 : audit [DBG] from='client.24166 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi086:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T01:06:29.951 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:06:29 smithi063 bash[23456]: cluster 2024-09-17T01:06:27.902878+0000 mgr.a (mgr.14150) 182 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:06:30.004 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:06:29 smithi086 bash[23376]: cluster 2024-09-17T01:06:27.902878+0000 mgr.a (mgr.14150) 182 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:06:30.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:06:29 smithi018 bash[22760]: cluster 2024-09-17T01:06:27.902878+0000 mgr.a (mgr.14150) 182 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:06:31.949 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:06:31 smithi018 bash[22760]: cluster 2024-09-17T01:06:29.903383+0000 mgr.a (mgr.14150) 183 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:06:31.951 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:06:31 smithi063 bash[23456]: cluster 2024-09-17T01:06:29.903383+0000 mgr.a (mgr.14150) 183 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:06:32.004 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:06:31 smithi086 bash[23376]: cluster 2024-09-17T01:06:29.903383+0000 mgr.a (mgr.14150) 183 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:06:33.868 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:06:33 smithi063 bash[23456]: cluster 2024-09-17T01:06:31.903880+0000 mgr.a (mgr.14150) 184 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:06:34.004 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:06:33 smithi086 bash[23376]: cluster 2024-09-17T01:06:31.903880+0000 mgr.a (mgr.14150) 184 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:06:34.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:06:33 smithi018 bash[22760]: cluster 2024-09-17T01:06:31.903880+0000 mgr.a (mgr.14150) 184 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:06:34.951 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:06:34 smithi063 bash[23456]: audit 2024-09-17T01:06:34.543710+0000 mon.c (mon.1) 3 : audit [INF] from='client.? 172.21.15.86:0/3430967316' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "26c9cd23-ccba-4172-ae88-528597dfd585"}]: dispatch 2024-09-17T01:06:34.952 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:06:34 smithi063 bash[23456]: audit 2024-09-17T01:06:34.544890+0000 mon.a (mon.0) 530 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "26c9cd23-ccba-4172-ae88-528597dfd585"}]: dispatch 2024-09-17T01:06:34.952 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:06:34 smithi063 bash[23456]: audit 2024-09-17T01:06:34.548288+0000 mon.a (mon.0) 531 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "26c9cd23-ccba-4172-ae88-528597dfd585"}]': finished 2024-09-17T01:06:34.952 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:06:34 smithi063 bash[23456]: cluster 2024-09-17T01:06:34.553630+0000 mon.a (mon.0) 532 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-09-17T01:06:34.952 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:06:34 smithi063 bash[23456]: audit 2024-09-17T01:06:34.554056+0000 mon.a (mon.0) 533 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T01:06:35.004 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:06:34 smithi086 bash[23376]: audit 2024-09-17T01:06:34.543710+0000 mon.c (mon.1) 3 : audit [INF] from='client.? 172.21.15.86:0/3430967316' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "26c9cd23-ccba-4172-ae88-528597dfd585"}]: dispatch 2024-09-17T01:06:35.004 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:06:34 smithi086 bash[23376]: audit 2024-09-17T01:06:34.544890+0000 mon.a (mon.0) 530 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "26c9cd23-ccba-4172-ae88-528597dfd585"}]: dispatch 2024-09-17T01:06:35.004 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:06:34 smithi086 bash[23376]: audit 2024-09-17T01:06:34.548288+0000 mon.a (mon.0) 531 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "26c9cd23-ccba-4172-ae88-528597dfd585"}]': finished 2024-09-17T01:06:35.004 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:06:34 smithi086 bash[23376]: cluster 2024-09-17T01:06:34.553630+0000 mon.a (mon.0) 532 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-09-17T01:06:35.005 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:06:34 smithi086 bash[23376]: audit 2024-09-17T01:06:34.554056+0000 mon.a (mon.0) 533 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T01:06:35.009 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:06:34 smithi018 bash[22760]: audit 2024-09-17T01:06:34.543710+0000 mon.c (mon.1) 3 : audit [INF] from='client.? 172.21.15.86:0/3430967316' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "26c9cd23-ccba-4172-ae88-528597dfd585"}]: dispatch 2024-09-17T01:06:35.009 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:06:34 smithi018 bash[22760]: audit 2024-09-17T01:06:34.544890+0000 mon.a (mon.0) 530 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "26c9cd23-ccba-4172-ae88-528597dfd585"}]: dispatch 2024-09-17T01:06:35.009 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:06:34 smithi018 bash[22760]: audit 2024-09-17T01:06:34.548288+0000 mon.a (mon.0) 531 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "26c9cd23-ccba-4172-ae88-528597dfd585"}]': finished 2024-09-17T01:06:35.010 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:06:34 smithi018 bash[22760]: cluster 2024-09-17T01:06:34.553630+0000 mon.a (mon.0) 532 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-09-17T01:06:35.010 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:06:34 smithi018 bash[22760]: audit 2024-09-17T01:06:34.554056+0000 mon.a (mon.0) 533 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T01:06:35.951 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:06:35 smithi063 bash[23456]: cluster 2024-09-17T01:06:33.904377+0000 mgr.a (mgr.14150) 185 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:06:35.951 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:06:35 smithi063 bash[23456]: audit 2024-09-17T01:06:34.993605+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:06:35.952 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:06:35 smithi063 bash[23456]: audit 2024-09-17T01:06:35.001440+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:06:35.952 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:06:35 smithi063 bash[23456]: audit 2024-09-17T01:06:35.011016+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:06:35.952 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:06:35 smithi063 bash[23456]: audit 2024-09-17T01:06:35.177596+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.86:0/1476172634' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-17T01:06:36.004 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:06:35 smithi086 bash[23376]: cluster 2024-09-17T01:06:33.904377+0000 mgr.a (mgr.14150) 185 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:06:36.004 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:06:35 smithi086 bash[23376]: audit 2024-09-17T01:06:34.993605+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:06:36.005 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:06:35 smithi086 bash[23376]: audit 2024-09-17T01:06:35.001440+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:06:36.005 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:06:35 smithi086 bash[23376]: audit 2024-09-17T01:06:35.011016+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:06:36.005 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:06:35 smithi086 bash[23376]: audit 2024-09-17T01:06:35.177596+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.86:0/1476172634' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-17T01:06:36.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:06:35 smithi018 bash[22760]: cluster 2024-09-17T01:06:33.904377+0000 mgr.a (mgr.14150) 185 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:06:36.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:06:35 smithi018 bash[22760]: audit 2024-09-17T01:06:34.993605+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:06:36.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:06:35 smithi018 bash[22760]: audit 2024-09-17T01:06:35.001440+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:06:36.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:06:35 smithi018 bash[22760]: audit 2024-09-17T01:06:35.011016+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:06:36.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:06:35 smithi018 bash[22760]: audit 2024-09-17T01:06:35.177596+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.86:0/1476172634' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-17T01:06:37.951 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:06:37 smithi063 bash[23456]: cluster 2024-09-17T01:06:35.904858+0000 mgr.a (mgr.14150) 186 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:06:38.004 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:06:37 smithi086 bash[23376]: cluster 2024-09-17T01:06:35.904858+0000 mgr.a (mgr.14150) 186 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:06:38.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:06:37 smithi018 bash[22760]: cluster 2024-09-17T01:06:35.904858+0000 mgr.a (mgr.14150) 186 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:06:39.951 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:06:39 smithi063 bash[23456]: cluster 2024-09-17T01:06:37.905365+0000 mgr.a (mgr.14150) 187 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:06:39.952 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:06:39 smithi063 bash[23456]: audit 2024-09-17T01:06:39.158052+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:06:39.952 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:06:39 smithi063 bash[23456]: audit 2024-09-17T01:06:39.166187+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:06:39.952 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:06:39 smithi063 bash[23456]: audit 2024-09-17T01:06:39.175812+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:06:40.004 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:06:39 smithi086 bash[23376]: cluster 2024-09-17T01:06:37.905365+0000 mgr.a (mgr.14150) 187 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:06:40.004 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:06:39 smithi086 bash[23376]: audit 2024-09-17T01:06:39.158052+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:06:40.004 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:06:39 smithi086 bash[23376]: audit 2024-09-17T01:06:39.166187+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:06:40.004 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:06:39 smithi086 bash[23376]: audit 2024-09-17T01:06:39.175812+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:06:40.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:06:39 smithi018 bash[22760]: cluster 2024-09-17T01:06:37.905365+0000 mgr.a (mgr.14150) 187 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:06:40.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:06:39 smithi018 bash[22760]: audit 2024-09-17T01:06:39.158052+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:06:40.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:06:39 smithi018 bash[22760]: audit 2024-09-17T01:06:39.166187+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:06:40.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:06:39 smithi018 bash[22760]: audit 2024-09-17T01:06:39.175812+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:06:41.951 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:06:41 smithi063 bash[23456]: cluster 2024-09-17T01:06:39.905856+0000 mgr.a (mgr.14150) 188 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:06:42.004 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:06:41 smithi086 bash[23376]: cluster 2024-09-17T01:06:39.905856+0000 mgr.a (mgr.14150) 188 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:06:42.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:06:41 smithi018 bash[22760]: cluster 2024-09-17T01:06:39.905856+0000 mgr.a (mgr.14150) 188 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:06:43.736 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:06:43 smithi086 bash[23376]: cluster 2024-09-17T01:06:41.906350+0000 mgr.a (mgr.14150) 189 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:06:43.775 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:06:43 smithi018 bash[22760]: cluster 2024-09-17T01:06:41.906350+0000 mgr.a (mgr.14150) 189 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:06:43.951 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:06:43 smithi063 bash[23456]: cluster 2024-09-17T01:06:41.906350+0000 mgr.a (mgr.14150) 189 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:06:45.909 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:06:45 smithi086 bash[23376]: cluster 2024-09-17T01:06:43.906855+0000 mgr.a (mgr.14150) 190 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:06:45.951 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:06:45 smithi063 bash[23456]: cluster 2024-09-17T01:06:43.906855+0000 mgr.a (mgr.14150) 190 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:06:46.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:06:45 smithi018 bash[22760]: cluster 2024-09-17T01:06:43.906855+0000 mgr.a (mgr.14150) 190 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:06:48.059 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:06:47 smithi086 bash[23376]: cluster 2024-09-17T01:06:45.907228+0000 mgr.a (mgr.14150) 191 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:06:48.060 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:06:47 smithi086 bash[23376]: audit 2024-09-17T01:06:46.798996+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:06:48.060 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:06:47 smithi086 bash[23376]: audit 2024-09-17T01:06:46.806561+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:06:48.060 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:06:47 smithi086 bash[23376]: audit 2024-09-17T01:06:46.815753+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:06:48.201 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:06:47 smithi063 bash[23456]: cluster 2024-09-17T01:06:45.907228+0000 mgr.a (mgr.14150) 191 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:06:48.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:06:47 smithi063 bash[23456]: audit 2024-09-17T01:06:46.798996+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:06:48.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:06:47 smithi063 bash[23456]: audit 2024-09-17T01:06:46.806561+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:06:48.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:06:47 smithi063 bash[23456]: audit 2024-09-17T01:06:46.815753+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:06:48.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:06:47 smithi018 bash[22760]: cluster 2024-09-17T01:06:45.907228+0000 mgr.a (mgr.14150) 191 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:06:48.433 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:06:47 smithi018 bash[22760]: audit 2024-09-17T01:06:46.798996+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:06:48.433 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:06:47 smithi018 bash[22760]: audit 2024-09-17T01:06:46.806561+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:06:48.433 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:06:47 smithi018 bash[22760]: audit 2024-09-17T01:06:46.815753+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:06:50.201 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:06:49 smithi063 bash[23456]: cluster 2024-09-17T01:06:47.907650+0000 mgr.a (mgr.14150) 192 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:06:50.201 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:06:49 smithi063 bash[23456]: audit 2024-09-17T01:06:49.031088+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-17T01:06:50.201 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:06:49 smithi063 bash[23456]: audit 2024-09-17T01:06:49.033117+0000 mon.a (mon.0) 544 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:06:50.254 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:06:49 smithi086 bash[23376]: cluster 2024-09-17T01:06:47.907650+0000 mgr.a (mgr.14150) 192 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:06:50.254 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:06:49 smithi086 bash[23376]: audit 2024-09-17T01:06:49.031088+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-17T01:06:50.254 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:06:49 smithi086 bash[23376]: audit 2024-09-17T01:06:49.033117+0000 mon.a (mon.0) 544 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:06:50.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:06:49 smithi018 bash[22760]: cluster 2024-09-17T01:06:47.907650+0000 mgr.a (mgr.14150) 192 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:06:50.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:06:49 smithi018 bash[22760]: audit 2024-09-17T01:06:49.031088+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-17T01:06:50.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:06:49 smithi018 bash[22760]: audit 2024-09-17T01:06:49.033117+0000 mon.a (mon.0) 544 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:06:51.201 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:06:50 smithi063 bash[23456]: cephadm 2024-09-17T01:06:49.034869+0000 mgr.a (mgr.14150) 193 : cephadm [INF] Deploying daemon osd.2 on smithi086 2024-09-17T01:06:51.254 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:06:50 smithi086 bash[23376]: cephadm 2024-09-17T01:06:49.034869+0000 mgr.a (mgr.14150) 193 : cephadm [INF] Deploying daemon osd.2 on smithi086 2024-09-17T01:06:51.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:06:50 smithi018 bash[22760]: cephadm 2024-09-17T01:06:49.034869+0000 mgr.a (mgr.14150) 193 : cephadm [INF] Deploying daemon osd.2 on smithi086 2024-09-17T01:06:52.156 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:06:51 smithi086 bash[23376]: cluster 2024-09-17T01:06:49.908117+0000 mgr.a (mgr.14150) 194 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:06:52.201 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:06:51 smithi063 bash[23456]: cluster 2024-09-17T01:06:49.908117+0000 mgr.a (mgr.14150) 194 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:06:52.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:06:51 smithi018 bash[22760]: cluster 2024-09-17T01:06:49.908117+0000 mgr.a (mgr.14150) 194 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:06:53.425 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:06:53 smithi086 systemd[1]: /etc/systemd/system/ceph-2853ef26-7490-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-17T01:06:53.753 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:06:53 smithi086 systemd[1]: /etc/systemd/system/ceph-2853ef26-7490-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-17T01:06:54.056 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:06:53 smithi063 bash[23456]: cluster 2024-09-17T01:06:51.908593+0000 mgr.a (mgr.14150) 195 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:06:54.056 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:06:53 smithi063 bash[23456]: audit 2024-09-17T01:06:53.576384+0000 mon.a (mon.0) 545 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:06:54.056 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:06:53 smithi063 bash[23456]: audit 2024-09-17T01:06:53.584067+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:06:54.056 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:06:53 smithi063 bash[23456]: audit 2024-09-17T01:06:53.584702+0000 mon.a (mon.0) 547 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:06:54.056 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:06:53 smithi063 bash[23456]: audit 2024-09-17T01:06:53.587437+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:06:54.056 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:06:53 smithi063 bash[23456]: audit 2024-09-17T01:06:53.592486+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:06:54.056 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:06:53 smithi063 bash[23456]: audit 2024-09-17T01:06:53.599231+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:06:54.254 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:06:53 smithi086 bash[23376]: cluster 2024-09-17T01:06:51.908593+0000 mgr.a (mgr.14150) 195 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:06:54.254 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:06:53 smithi086 bash[23376]: audit 2024-09-17T01:06:53.576384+0000 mon.a (mon.0) 545 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:06:54.254 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:06:53 smithi086 bash[23376]: audit 2024-09-17T01:06:53.584067+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:06:54.254 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:06:53 smithi086 bash[23376]: audit 2024-09-17T01:06:53.584702+0000 mon.a (mon.0) 547 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:06:54.254 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:06:53 smithi086 bash[23376]: audit 2024-09-17T01:06:53.587437+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:06:54.254 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:06:53 smithi086 bash[23376]: audit 2024-09-17T01:06:53.592486+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:06:54.254 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:06:53 smithi086 bash[23376]: audit 2024-09-17T01:06:53.599231+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:06:54.276 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:06:53 smithi018 bash[22760]: cluster 2024-09-17T01:06:51.908593+0000 mgr.a (mgr.14150) 195 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:06:54.276 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:06:53 smithi018 bash[22760]: audit 2024-09-17T01:06:53.576384+0000 mon.a (mon.0) 545 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:06:54.276 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:06:53 smithi018 bash[22760]: audit 2024-09-17T01:06:53.584067+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:06:54.276 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:06:53 smithi018 bash[22760]: audit 2024-09-17T01:06:53.584702+0000 mon.a (mon.0) 547 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:06:54.276 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:06:53 smithi018 bash[22760]: audit 2024-09-17T01:06:53.587437+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:06:54.276 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:06:53 smithi018 bash[22760]: audit 2024-09-17T01:06:53.592486+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:06:54.276 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:06:53 smithi018 bash[22760]: audit 2024-09-17T01:06:53.599231+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:06:56.130 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:06:55 smithi063 bash[23456]: cluster 2024-09-17T01:06:53.909050+0000 mgr.a (mgr.14150) 196 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:06:56.130 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:06:55 smithi063 bash[23456]: audit 2024-09-17T01:06:55.216605+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:06:56.130 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:06:55 smithi063 bash[23456]: audit 2024-09-17T01:06:55.222573+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:06:56.131 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:06:55 smithi063 bash[23456]: audit 2024-09-17T01:06:55.228406+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:06:56.137 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:06:55 smithi086 bash[23376]: cluster 2024-09-17T01:06:53.909050+0000 mgr.a (mgr.14150) 196 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:06:56.138 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:06:55 smithi086 bash[23376]: audit 2024-09-17T01:06:55.216605+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:06:56.138 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:06:55 smithi086 bash[23376]: audit 2024-09-17T01:06:55.222573+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:06:56.138 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:06:55 smithi086 bash[23376]: audit 2024-09-17T01:06:55.228406+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:06:56.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:06:55 smithi018 bash[22760]: cluster 2024-09-17T01:06:53.909050+0000 mgr.a (mgr.14150) 196 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:06:56.276 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:06:55 smithi018 bash[22760]: audit 2024-09-17T01:06:55.216605+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:06:56.276 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:06:55 smithi018 bash[22760]: audit 2024-09-17T01:06:55.222573+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:06:56.276 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:06:55 smithi018 bash[22760]: audit 2024-09-17T01:06:55.228406+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:06:58.201 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:06:57 smithi063 bash[23456]: cluster 2024-09-17T01:06:55.909533+0000 mgr.a (mgr.14150) 197 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:06:58.253 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:06:57 smithi086 bash[23376]: cluster 2024-09-17T01:06:55.909533+0000 mgr.a (mgr.14150) 197 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:06:58.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:06:57 smithi018 bash[22760]: cluster 2024-09-17T01:06:55.909533+0000 mgr.a (mgr.14150) 197 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:07:00.004 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:06:59 smithi086 bash[23376]: cluster 2024-09-17T01:06:57.910032+0000 mgr.a (mgr.14150) 198 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:07:00.004 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:06:59 smithi086 bash[23376]: audit 2024-09-17T01:06:59.382834+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:07:00.004 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:06:59 smithi086 bash[23376]: audit 2024-09-17T01:06:59.390913+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:07:00.004 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:06:59 smithi086 bash[23376]: audit 2024-09-17T01:06:59.400524+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:07:00.201 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:06:59 smithi063 bash[23456]: cluster 2024-09-17T01:06:57.910032+0000 mgr.a (mgr.14150) 198 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:07:00.201 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:06:59 smithi063 bash[23456]: audit 2024-09-17T01:06:59.382834+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:07:00.201 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:06:59 smithi063 bash[23456]: audit 2024-09-17T01:06:59.390913+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:07:00.201 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:06:59 smithi063 bash[23456]: audit 2024-09-17T01:06:59.400524+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:07:00.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:06:59 smithi018 bash[22760]: cluster 2024-09-17T01:06:57.910032+0000 mgr.a (mgr.14150) 198 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:07:00.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:06:59 smithi018 bash[22760]: audit 2024-09-17T01:06:59.382834+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:07:00.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:06:59 smithi018 bash[22760]: audit 2024-09-17T01:06:59.390913+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:07:00.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:06:59 smithi018 bash[22760]: audit 2024-09-17T01:06:59.400524+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:07:02.201 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:07:01 smithi063 bash[23456]: cluster 2024-09-17T01:06:59.910526+0000 mgr.a (mgr.14150) 199 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:07:02.254 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:07:01 smithi086 bash[23376]: cluster 2024-09-17T01:06:59.910526+0000 mgr.a (mgr.14150) 199 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:07:02.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:07:01 smithi018 bash[22760]: cluster 2024-09-17T01:06:59.910526+0000 mgr.a (mgr.14150) 199 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:07:03.143 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:07:02 smithi086 bash[23376]: audit 2024-09-17T01:07:02.523142+0000 mon.c (mon.1) 5 : audit [INF] from='osd.2 [v2:172.21.15.86:6800/1084619048,v1:172.21.15.86:6801/1084619048]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-17T01:07:03.143 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:07:02 smithi086 bash[23376]: audit 2024-09-17T01:07:02.523970+0000 mon.a (mon.0) 557 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-17T01:07:03.201 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:07:02 smithi063 bash[23456]: audit 2024-09-17T01:07:02.523142+0000 mon.c (mon.1) 5 : audit [INF] from='osd.2 [v2:172.21.15.86:6800/1084619048,v1:172.21.15.86:6801/1084619048]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-17T01:07:03.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:07:02 smithi063 bash[23456]: audit 2024-09-17T01:07:02.523970+0000 mon.a (mon.0) 557 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-17T01:07:03.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:07:02 smithi018 bash[22760]: audit 2024-09-17T01:07:02.523142+0000 mon.c (mon.1) 5 : audit [INF] from='osd.2 [v2:172.21.15.86:6800/1084619048,v1:172.21.15.86:6801/1084619048]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-17T01:07:03.276 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:07:02 smithi018 bash[22760]: audit 2024-09-17T01:07:02.523970+0000 mon.a (mon.0) 557 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-17T01:07:04.004 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:07:03 smithi086 bash[23376]: cluster 2024-09-17T01:07:01.911152+0000 mgr.a (mgr.14150) 200 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:07:04.004 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:07:03 smithi086 bash[23376]: audit 2024-09-17T01:07:02.840347+0000 mon.a (mon.0) 558 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-17T01:07:04.004 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:07:03 smithi086 bash[23376]: cluster 2024-09-17T01:07:02.846574+0000 mon.a (mon.0) 559 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-09-17T01:07:04.005 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:07:03 smithi086 bash[23376]: audit 2024-09-17T01:07:02.846631+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.86:6800/1084619048,v1:172.21.15.86:6801/1084619048]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi086", "root=default"]}]: dispatch 2024-09-17T01:07:04.005 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:07:03 smithi086 bash[23376]: audit 2024-09-17T01:07:02.847192+0000 mon.a (mon.0) 560 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T01:07:04.005 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:07:03 smithi086 bash[23376]: audit 2024-09-17T01:07:02.848324+0000 mon.a (mon.0) 561 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi086", "root=default"]}]: dispatch 2024-09-17T01:07:04.201 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:07:03 smithi063 bash[23456]: cluster 2024-09-17T01:07:01.911152+0000 mgr.a (mgr.14150) 200 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:07:04.201 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:07:03 smithi063 bash[23456]: audit 2024-09-17T01:07:02.840347+0000 mon.a (mon.0) 558 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-17T01:07:04.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:07:03 smithi063 bash[23456]: cluster 2024-09-17T01:07:02.846574+0000 mon.a (mon.0) 559 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-09-17T01:07:04.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:07:03 smithi063 bash[23456]: audit 2024-09-17T01:07:02.846631+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.86:6800/1084619048,v1:172.21.15.86:6801/1084619048]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi086", "root=default"]}]: dispatch 2024-09-17T01:07:04.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:07:03 smithi063 bash[23456]: audit 2024-09-17T01:07:02.847192+0000 mon.a (mon.0) 560 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T01:07:04.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:07:03 smithi063 bash[23456]: audit 2024-09-17T01:07:02.848324+0000 mon.a (mon.0) 561 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi086", "root=default"]}]: dispatch 2024-09-17T01:07:04.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:07:03 smithi018 bash[22760]: cluster 2024-09-17T01:07:01.911152+0000 mgr.a (mgr.14150) 200 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:07:04.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:07:03 smithi018 bash[22760]: audit 2024-09-17T01:07:02.840347+0000 mon.a (mon.0) 558 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-17T01:07:04.276 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:07:03 smithi018 bash[22760]: cluster 2024-09-17T01:07:02.846574+0000 mon.a (mon.0) 559 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-09-17T01:07:04.276 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:07:03 smithi018 bash[22760]: audit 2024-09-17T01:07:02.846631+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.86:6800/1084619048,v1:172.21.15.86:6801/1084619048]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi086", "root=default"]}]: dispatch 2024-09-17T01:07:04.276 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:07:03 smithi018 bash[22760]: audit 2024-09-17T01:07:02.847192+0000 mon.a (mon.0) 560 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T01:07:04.276 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:07:03 smithi018 bash[22760]: audit 2024-09-17T01:07:02.848324+0000 mon.a (mon.0) 561 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi086", "root=default"]}]: dispatch 2024-09-17T01:07:04.681 INFO:teuthology.orchestra.run.smithi086.stdout:Created osd(s) 2 on host 'smithi086' 2024-09-17T01:07:04.918 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:07:04 smithi086 bash[23376]: audit 2024-09-17T01:07:03.842529+0000 mon.a (mon.0) 562 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi086", "root=default"]}]': finished 2024-09-17T01:07:04.918 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:07:04 smithi086 bash[23376]: cluster 2024-09-17T01:07:03.847268+0000 mon.a (mon.0) 563 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-09-17T01:07:04.918 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:07:04 smithi086 bash[23376]: audit 2024-09-17T01:07:03.848533+0000 mon.a (mon.0) 564 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T01:07:04.918 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:07:04 smithi086 bash[23376]: audit 2024-09-17T01:07:03.855948+0000 mon.a (mon.0) 565 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T01:07:04.919 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:07:04 smithi086 bash[23376]: audit 2024-09-17T01:07:04.370855+0000 mon.a (mon.0) 566 : audit [INF] from='osd.2 ' entity='osd.2' 2024-09-17T01:07:04.919 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:07:04 smithi086 bash[23376]: audit 2024-09-17T01:07:04.668331+0000 mon.a (mon.0) 567 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:07:04.919 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:07:04 smithi086 bash[23376]: audit 2024-09-17T01:07:04.676242+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:07:04.919 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:07:04 smithi086 bash[23376]: audit 2024-09-17T01:07:04.677035+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-09-17T01:07:04.919 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:07:04 smithi086 bash[23376]: audit 2024-09-17T01:07:04.684014+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:07:04.919 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:07:04 smithi086 bash[23376]: audit 2024-09-17T01:07:04.690407+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:07:04.919 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:07:04 smithi086 bash[23376]: audit 2024-09-17T01:07:04.694571+0000 mon.a (mon.0) 572 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:07:04.919 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:07:04 smithi086 bash[23376]: audit 2024-09-17T01:07:04.696215+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:07:04.919 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:07:04 smithi086 bash[23376]: audit 2024-09-17T01:07:04.705609+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:07:05.183 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:07:04 smithi018 bash[22760]: audit 2024-09-17T01:07:03.842529+0000 mon.a (mon.0) 562 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi086", "root=default"]}]': finished 2024-09-17T01:07:05.183 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:07:04 smithi018 bash[22760]: cluster 2024-09-17T01:07:03.847268+0000 mon.a (mon.0) 563 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-09-17T01:07:05.183 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:07:04 smithi018 bash[22760]: audit 2024-09-17T01:07:03.848533+0000 mon.a (mon.0) 564 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T01:07:05.184 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:07:04 smithi018 bash[22760]: audit 2024-09-17T01:07:03.855948+0000 mon.a (mon.0) 565 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T01:07:05.184 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:07:04 smithi018 bash[22760]: audit 2024-09-17T01:07:04.370855+0000 mon.a (mon.0) 566 : audit [INF] from='osd.2 ' entity='osd.2' 2024-09-17T01:07:05.184 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:07:04 smithi018 bash[22760]: audit 2024-09-17T01:07:04.668331+0000 mon.a (mon.0) 567 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:07:05.184 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:07:04 smithi018 bash[22760]: audit 2024-09-17T01:07:04.676242+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:07:05.184 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:07:04 smithi018 bash[22760]: audit 2024-09-17T01:07:04.677035+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-09-17T01:07:05.184 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:07:04 smithi018 bash[22760]: audit 2024-09-17T01:07:04.684014+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:07:05.184 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:07:04 smithi018 bash[22760]: audit 2024-09-17T01:07:04.690407+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:07:05.184 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:07:04 smithi018 bash[22760]: audit 2024-09-17T01:07:04.694571+0000 mon.a (mon.0) 572 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:07:05.184 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:07:04 smithi018 bash[22760]: audit 2024-09-17T01:07:04.696215+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:07:05.184 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:07:04 smithi018 bash[22760]: audit 2024-09-17T01:07:04.705609+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:07:05.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:07:04 smithi063 bash[23456]: audit 2024-09-17T01:07:03.842529+0000 mon.a (mon.0) 562 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi086", "root=default"]}]': finished 2024-09-17T01:07:05.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:07:04 smithi063 bash[23456]: cluster 2024-09-17T01:07:03.847268+0000 mon.a (mon.0) 563 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-09-17T01:07:05.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:07:04 smithi063 bash[23456]: audit 2024-09-17T01:07:03.848533+0000 mon.a (mon.0) 564 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T01:07:05.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:07:04 smithi063 bash[23456]: audit 2024-09-17T01:07:03.855948+0000 mon.a (mon.0) 565 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T01:07:05.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:07:04 smithi063 bash[23456]: audit 2024-09-17T01:07:04.370855+0000 mon.a (mon.0) 566 : audit [INF] from='osd.2 ' entity='osd.2' 2024-09-17T01:07:05.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:07:04 smithi063 bash[23456]: audit 2024-09-17T01:07:04.668331+0000 mon.a (mon.0) 567 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:07:05.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:07:04 smithi063 bash[23456]: audit 2024-09-17T01:07:04.676242+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:07:05.203 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:07:04 smithi063 bash[23456]: audit 2024-09-17T01:07:04.677035+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-09-17T01:07:05.203 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:07:04 smithi063 bash[23456]: audit 2024-09-17T01:07:04.684014+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:07:05.203 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:07:04 smithi063 bash[23456]: audit 2024-09-17T01:07:04.690407+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:07:05.203 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:07:04 smithi063 bash[23456]: audit 2024-09-17T01:07:04.694571+0000 mon.a (mon.0) 572 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:07:05.203 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:07:04 smithi063 bash[23456]: audit 2024-09-17T01:07:04.696215+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:07:05.203 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:07:04 smithi063 bash[23456]: audit 2024-09-17T01:07:04.705609+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:07:05.672 DEBUG:teuthology.orchestra.run.smithi086:osd.2> sudo journalctl -f -n 0 -u ceph-2853ef26-7490-11ef-bceb-c7b262605968@osd.2.service 2024-09-17T01:07:05.674 INFO:tasks.cephadm:Waiting for 3 OSDs to come up... 2024-09-17T01:07:05.675 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2853ef26-7490-11ef-bceb-c7b262605968 -- ceph osd stat -f json 2024-09-17T01:07:06.004 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:07:05 smithi086 bash[23376]: cluster 2024-09-17T01:07:03.515894+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-17T01:07:06.004 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:07:05 smithi086 bash[23376]: cluster 2024-09-17T01:07:03.516013+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-17T01:07:06.004 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:07:05 smithi086 bash[23376]: cluster 2024-09-17T01:07:03.911644+0000 mgr.a (mgr.14150) 201 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:07:06.004 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:07:05 smithi086 bash[23376]: cephadm 2024-09-17T01:07:04.679663+0000 mgr.a (mgr.14150) 202 : cephadm [INF] Adjusting osd_memory_target on smithi086 to 20337M 2024-09-17T01:07:06.004 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:07:05 smithi086 bash[23376]: audit 2024-09-17T01:07:04.850831+0000 mon.a (mon.0) 575 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T01:07:06.004 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:07:05 smithi086 bash[23376]: cluster 2024-09-17T01:07:05.374436+0000 mon.a (mon.0) 576 : cluster [INF] osd.2 [v2:172.21.15.86:6800/1084619048,v1:172.21.15.86:6801/1084619048] boot 2024-09-17T01:07:06.004 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:07:05 smithi086 bash[23376]: cluster 2024-09-17T01:07:05.374517+0000 mon.a (mon.0) 577 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-09-17T01:07:06.004 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:07:05 smithi086 bash[23376]: audit 2024-09-17T01:07:05.374711+0000 mon.a (mon.0) 578 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T01:07:06.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:07:05 smithi018 bash[22760]: cluster 2024-09-17T01:07:03.515894+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-17T01:07:06.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:07:05 smithi018 bash[22760]: cluster 2024-09-17T01:07:03.516013+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-17T01:07:06.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:07:05 smithi018 bash[22760]: cluster 2024-09-17T01:07:03.911644+0000 mgr.a (mgr.14150) 201 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:07:06.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:07:05 smithi018 bash[22760]: cephadm 2024-09-17T01:07:04.679663+0000 mgr.a (mgr.14150) 202 : cephadm [INF] Adjusting osd_memory_target on smithi086 to 20337M 2024-09-17T01:07:06.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:07:05 smithi018 bash[22760]: audit 2024-09-17T01:07:04.850831+0000 mon.a (mon.0) 575 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T01:07:06.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:07:05 smithi018 bash[22760]: cluster 2024-09-17T01:07:05.374436+0000 mon.a (mon.0) 576 : cluster [INF] osd.2 [v2:172.21.15.86:6800/1084619048,v1:172.21.15.86:6801/1084619048] boot 2024-09-17T01:07:06.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:07:05 smithi018 bash[22760]: cluster 2024-09-17T01:07:05.374517+0000 mon.a (mon.0) 577 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-09-17T01:07:06.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:07:05 smithi018 bash[22760]: audit 2024-09-17T01:07:05.374711+0000 mon.a (mon.0) 578 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T01:07:06.201 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:07:05 smithi063 bash[23456]: cluster 2024-09-17T01:07:03.515894+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-17T01:07:06.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:07:05 smithi063 bash[23456]: cluster 2024-09-17T01:07:03.516013+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-17T01:07:06.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:07:05 smithi063 bash[23456]: cluster 2024-09-17T01:07:03.911644+0000 mgr.a (mgr.14150) 201 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:07:06.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:07:05 smithi063 bash[23456]: cephadm 2024-09-17T01:07:04.679663+0000 mgr.a (mgr.14150) 202 : cephadm [INF] Adjusting osd_memory_target on smithi086 to 20337M 2024-09-17T01:07:06.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:07:05 smithi063 bash[23456]: audit 2024-09-17T01:07:04.850831+0000 mon.a (mon.0) 575 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T01:07:06.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:07:05 smithi063 bash[23456]: cluster 2024-09-17T01:07:05.374436+0000 mon.a (mon.0) 576 : cluster [INF] osd.2 [v2:172.21.15.86:6800/1084619048,v1:172.21.15.86:6801/1084619048] boot 2024-09-17T01:07:06.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:07:05 smithi063 bash[23456]: cluster 2024-09-17T01:07:05.374517+0000 mon.a (mon.0) 577 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-09-17T01:07:06.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:07:05 smithi063 bash[23456]: audit 2024-09-17T01:07:05.374711+0000 mon.a (mon.0) 578 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T01:07:07.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:07:06 smithi018 bash[22760]: audit 2024-09-17T01:07:06.035891+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2024-09-17T01:07:07.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:07:06 smithi018 bash[22760]: audit 2024-09-17T01:07:06.487162+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-09-17T01:07:07.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:07:06 smithi018 bash[22760]: cluster 2024-09-17T01:07:06.493042+0000 mon.a (mon.0) 581 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-09-17T01:07:07.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:07:06 smithi018 bash[22760]: audit 2024-09-17T01:07:06.494369+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-17T01:07:07.201 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:07:06 smithi063 bash[23456]: audit 2024-09-17T01:07:06.035891+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2024-09-17T01:07:07.201 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:07:06 smithi063 bash[23456]: audit 2024-09-17T01:07:06.487162+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-09-17T01:07:07.201 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:07:06 smithi063 bash[23456]: cluster 2024-09-17T01:07:06.493042+0000 mon.a (mon.0) 581 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-09-17T01:07:07.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:07:06 smithi063 bash[23456]: audit 2024-09-17T01:07:06.494369+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-17T01:07:07.253 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:07:06 smithi086 bash[23376]: audit 2024-09-17T01:07:06.035891+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2024-09-17T01:07:07.253 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:07:06 smithi086 bash[23376]: audit 2024-09-17T01:07:06.487162+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-09-17T01:07:07.254 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:07:06 smithi086 bash[23376]: cluster 2024-09-17T01:07:06.493042+0000 mon.a (mon.0) 581 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-09-17T01:07:07.254 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:07:06 smithi086 bash[23376]: audit 2024-09-17T01:07:06.494369+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-17T01:07:08.201 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:07:07 smithi063 bash[23456]: cluster 2024-09-17T01:07:05.912072+0000 mgr.a (mgr.14150) 203 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:07:08.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:07:07 smithi063 bash[23456]: audit 2024-09-17T01:07:06.945667+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:07:08.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:07:07 smithi063 bash[23456]: audit 2024-09-17T01:07:06.951862+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:07:08.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:07:07 smithi063 bash[23456]: audit 2024-09-17T01:07:06.954514+0000 mon.a (mon.0) 585 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:07:08.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:07:07 smithi063 bash[23456]: audit 2024-09-17T01:07:06.958962+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:07:08.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:07:07 smithi063 bash[23456]: audit 2024-09-17T01:07:06.959314+0000 mon.a (mon.0) 587 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:07:08.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:07:07 smithi063 bash[23456]: audit 2024-09-17T01:07:06.960398+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:07:08.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:07:07 smithi063 bash[23456]: audit 2024-09-17T01:07:06.966013+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:07:08.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:07:07 smithi063 bash[23456]: audit 2024-09-17T01:07:07.488938+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-17T01:07:08.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:07:07 smithi063 bash[23456]: cluster 2024-09-17T01:07:07.492100+0000 mon.a (mon.0) 591 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-09-17T01:07:08.254 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:07:07 smithi086 bash[23376]: cluster 2024-09-17T01:07:05.912072+0000 mgr.a (mgr.14150) 203 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:07:08.254 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:07:07 smithi086 bash[23376]: audit 2024-09-17T01:07:06.945667+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:07:08.254 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:07:07 smithi086 bash[23376]: audit 2024-09-17T01:07:06.951862+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:07:08.254 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:07:07 smithi086 bash[23376]: audit 2024-09-17T01:07:06.954514+0000 mon.a (mon.0) 585 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:07:08.254 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:07:07 smithi086 bash[23376]: audit 2024-09-17T01:07:06.958962+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:07:08.254 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:07:07 smithi086 bash[23376]: audit 2024-09-17T01:07:06.959314+0000 mon.a (mon.0) 587 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:07:08.254 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:07:07 smithi086 bash[23376]: audit 2024-09-17T01:07:06.960398+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:07:08.254 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:07:07 smithi086 bash[23376]: audit 2024-09-17T01:07:06.966013+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:07:08.255 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:07:07 smithi086 bash[23376]: audit 2024-09-17T01:07:07.488938+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-17T01:07:08.255 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:07:07 smithi086 bash[23376]: cluster 2024-09-17T01:07:07.492100+0000 mon.a (mon.0) 591 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-09-17T01:07:08.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:07:07 smithi018 bash[22760]: cluster 2024-09-17T01:07:05.912072+0000 mgr.a (mgr.14150) 203 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:07:08.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:07:07 smithi018 bash[22760]: audit 2024-09-17T01:07:06.945667+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:07:08.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:07:07 smithi018 bash[22760]: audit 2024-09-17T01:07:06.951862+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:07:08.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:07:07 smithi018 bash[22760]: audit 2024-09-17T01:07:06.954514+0000 mon.a (mon.0) 585 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:07:08.276 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:07:07 smithi018 bash[22760]: audit 2024-09-17T01:07:06.958962+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:07:08.276 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:07:07 smithi018 bash[22760]: audit 2024-09-17T01:07:06.959314+0000 mon.a (mon.0) 587 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:07:08.276 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:07:07 smithi018 bash[22760]: audit 2024-09-17T01:07:06.960398+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:07:08.276 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:07:07 smithi018 bash[22760]: audit 2024-09-17T01:07:06.966013+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:07:08.276 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:07:07 smithi018 bash[22760]: audit 2024-09-17T01:07:07.488938+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-17T01:07:08.276 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:07:07 smithi018 bash[22760]: cluster 2024-09-17T01:07:07.492100+0000 mon.a (mon.0) 591 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-09-17T01:07:09.201 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:07:08 smithi063 bash[23456]: cephadm 2024-09-17T01:07:06.953155+0000 mgr.a (mgr.14150) 204 : cephadm [INF] Detected new or changed devices on smithi086 2024-09-17T01:07:09.201 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:07:08 smithi063 bash[23456]: cluster 2024-09-17T01:07:08.495303+0000 mon.a (mon.0) 592 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-09-17T01:07:09.201 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:07:08 smithi063 bash[23456]: audit 2024-09-17T01:07:08.695659+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:07:09.253 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:07:08 smithi086 bash[23376]: cephadm 2024-09-17T01:07:06.953155+0000 mgr.a (mgr.14150) 204 : cephadm [INF] Detected new or changed devices on smithi086 2024-09-17T01:07:09.254 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:07:08 smithi086 bash[23376]: cluster 2024-09-17T01:07:08.495303+0000 mon.a (mon.0) 592 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-09-17T01:07:09.254 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:07:08 smithi086 bash[23376]: audit 2024-09-17T01:07:08.695659+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:07:09.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:07:08 smithi018 bash[22760]: cephadm 2024-09-17T01:07:06.953155+0000 mgr.a (mgr.14150) 204 : cephadm [INF] Detected new or changed devices on smithi086 2024-09-17T01:07:09.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:07:08 smithi018 bash[22760]: cluster 2024-09-17T01:07:08.495303+0000 mon.a (mon.0) 592 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-09-17T01:07:09.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:07:08 smithi018 bash[22760]: audit 2024-09-17T01:07:08.695659+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:07:10.201 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:07:09 smithi063 bash[23456]: cluster 2024-09-17T01:07:07.912480+0000 mgr.a (mgr.14150) 205 : cluster [DBG] pgmap v147: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:07:10.201 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:07:09 smithi063 bash[23456]: cluster 2024-09-17T01:07:08.895267+0000 mon.a (mon.0) 594 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-09-17T01:07:10.201 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:07:09 smithi063 bash[23456]: audit 2024-09-17T01:07:09.681870+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:07:10.253 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:07:09 smithi086 bash[23376]: cluster 2024-09-17T01:07:07.912480+0000 mgr.a (mgr.14150) 205 : cluster [DBG] pgmap v147: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:07:10.253 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:07:09 smithi086 bash[23376]: cluster 2024-09-17T01:07:08.895267+0000 mon.a (mon.0) 594 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-09-17T01:07:10.254 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:07:09 smithi086 bash[23376]: audit 2024-09-17T01:07:09.681870+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:07:10.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:07:09 smithi018 bash[22760]: cluster 2024-09-17T01:07:07.912480+0000 mgr.a (mgr.14150) 205 : cluster [DBG] pgmap v147: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:07:10.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:07:09 smithi018 bash[22760]: cluster 2024-09-17T01:07:08.895267+0000 mon.a (mon.0) 594 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-09-17T01:07:10.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:07:09 smithi018 bash[22760]: audit 2024-09-17T01:07:09.681870+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:07:10.499 INFO:teuthology.orchestra.run.smithi018.stderr:Inferring config /var/lib/ceph/2853ef26-7490-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T01:07:11.802 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-17T01:07:12.385 INFO:teuthology.orchestra.run.smithi018.stdout:{"epoch":21,"num_osds":3,"num_up_osds":3,"osd_up_since":1726535225,"num_in_osds":3,"osd_in_since":1726535194,"num_remapped_pgs":0} 2024-09-17T01:07:12.386 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell --fsid 2853ef26-7490-11ef-bceb-c7b262605968 -- ceph osd dump --format=json 2024-09-17T01:07:12.701 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:07:12 smithi063 bash[23456]: cluster 2024-09-17T01:07:09.912971+0000 mgr.a (mgr.14150) 206 : cluster [DBG] pgmap v149: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:07:12.701 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:07:12 smithi063 bash[23456]: audit 2024-09-17T01:07:10.597872+0000 mon.a (mon.0) 596 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:07:12.701 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:07:12 smithi063 bash[23456]: audit 2024-09-17T01:07:10.599441+0000 mon.a (mon.0) 597 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-17T01:07:12.702 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:07:12 smithi063 bash[23456]: audit 2024-09-17T01:07:11.503697+0000 mon.a (mon.0) 598 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-17T01:07:12.702 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:07:12 smithi063 bash[23456]: audit 2024-09-17T01:07:11.504607+0000 mon.a (mon.0) 599 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-17T01:07:12.702 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:07:12 smithi063 bash[23456]: audit 2024-09-17T01:07:11.504897+0000 mon.a (mon.0) 600 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T01:07:12.702 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:07:12 smithi063 bash[23456]: audit 2024-09-17T01:07:11.505147+0000 mon.a (mon.0) 601 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-17T01:07:12.702 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:07:12 smithi063 bash[23456]: audit 2024-09-17T01:07:11.509912+0000 mon.a (mon.0) 602 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-17T01:07:12.702 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:07:12 smithi063 bash[23456]: audit 2024-09-17T01:07:11.510043+0000 mon.a (mon.0) 603 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T01:07:12.702 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:07:12 smithi063 bash[23456]: audit 2024-09-17T01:07:11.510171+0000 mon.a (mon.0) 604 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-17T01:07:12.754 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:07:12 smithi086 bash[23376]: cluster 2024-09-17T01:07:09.912971+0000 mgr.a (mgr.14150) 206 : cluster [DBG] pgmap v149: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:07:12.754 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:07:12 smithi086 bash[23376]: audit 2024-09-17T01:07:10.597872+0000 mon.a (mon.0) 596 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:07:12.754 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:07:12 smithi086 bash[23376]: audit 2024-09-17T01:07:10.599441+0000 mon.a (mon.0) 597 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-17T01:07:12.754 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:07:12 smithi086 bash[23376]: audit 2024-09-17T01:07:11.503697+0000 mon.a (mon.0) 598 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-17T01:07:12.754 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:07:12 smithi086 bash[23376]: audit 2024-09-17T01:07:11.504607+0000 mon.a (mon.0) 599 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-17T01:07:12.754 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:07:12 smithi086 bash[23376]: audit 2024-09-17T01:07:11.504897+0000 mon.a (mon.0) 600 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T01:07:12.754 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:07:12 smithi086 bash[23376]: audit 2024-09-17T01:07:11.505147+0000 mon.a (mon.0) 601 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-17T01:07:12.754 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:07:12 smithi086 bash[23376]: audit 2024-09-17T01:07:11.509912+0000 mon.a (mon.0) 602 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-17T01:07:12.754 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:07:12 smithi086 bash[23376]: audit 2024-09-17T01:07:11.510043+0000 mon.a (mon.0) 603 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T01:07:12.754 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:07:12 smithi086 bash[23376]: audit 2024-09-17T01:07:11.510171+0000 mon.a (mon.0) 604 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-17T01:07:12.775 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:07:12 smithi018 bash[22760]: cluster 2024-09-17T01:07:09.912971+0000 mgr.a (mgr.14150) 206 : cluster [DBG] pgmap v149: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:07:12.775 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:07:12 smithi018 bash[22760]: audit 2024-09-17T01:07:10.597872+0000 mon.a (mon.0) 596 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:07:12.775 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:07:12 smithi018 bash[22760]: audit 2024-09-17T01:07:10.599441+0000 mon.a (mon.0) 597 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-17T01:07:12.776 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:07:12 smithi018 bash[22760]: audit 2024-09-17T01:07:11.503697+0000 mon.a (mon.0) 598 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-17T01:07:12.776 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:07:12 smithi018 bash[22760]: audit 2024-09-17T01:07:11.504607+0000 mon.a (mon.0) 599 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-17T01:07:12.776 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:07:12 smithi018 bash[22760]: audit 2024-09-17T01:07:11.504897+0000 mon.a (mon.0) 600 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T01:07:12.776 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:07:12 smithi018 bash[22760]: audit 2024-09-17T01:07:11.505147+0000 mon.a (mon.0) 601 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-17T01:07:12.776 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:07:12 smithi018 bash[22760]: audit 2024-09-17T01:07:11.509912+0000 mon.a (mon.0) 602 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-17T01:07:12.776 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:07:12 smithi018 bash[22760]: audit 2024-09-17T01:07:11.510043+0000 mon.a (mon.0) 603 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T01:07:12.776 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:07:12 smithi018 bash[22760]: audit 2024-09-17T01:07:11.510171+0000 mon.a (mon.0) 604 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-17T01:07:13.687 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:07:13 smithi063 bash[23456]: audit 2024-09-17T01:07:11.509966+0000 mon.c (mon.1) 7 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-17T01:07:13.687 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:07:13 smithi063 bash[23456]: audit 2024-09-17T01:07:11.806196+0000 mon.a (mon.0) 605 : audit [DBG] from='client.? 172.21.15.18:0/2459862061' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-17T01:07:13.687 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:07:13 smithi063 bash[23456]: cluster 2024-09-17T01:07:11.913294+0000 mgr.a (mgr.14150) 207 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:07:13.687 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:07:13 smithi063 bash[23456]: audit 2024-09-17T01:07:12.389630+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-17T01:07:13.687 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:07:13 smithi063 bash[23456]: audit 2024-09-17T01:07:12.399170+0000 mon.b (mon.2) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-17T01:07:13.687 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:07:13 smithi063 bash[23456]: audit 2024-09-17T01:07:12.399198+0000 mon.a (mon.0) 606 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-17T01:07:13.687 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:07:13 smithi063 bash[23456]: audit 2024-09-17T01:07:12.399435+0000 mon.a (mon.0) 607 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T01:07:13.687 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:07:13 smithi063 bash[23456]: audit 2024-09-17T01:07:12.399647+0000 mon.a (mon.0) 608 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-17T01:07:13.687 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:07:13 smithi063 bash[23456]: audit 2024-09-17T01:07:13.314821+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-17T01:07:13.754 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:07:13 smithi086 bash[23376]: audit 2024-09-17T01:07:11.509966+0000 mon.c (mon.1) 7 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-17T01:07:13.754 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:07:13 smithi086 bash[23376]: audit 2024-09-17T01:07:11.806196+0000 mon.a (mon.0) 605 : audit [DBG] from='client.? 172.21.15.18:0/2459862061' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-17T01:07:13.754 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:07:13 smithi086 bash[23376]: cluster 2024-09-17T01:07:11.913294+0000 mgr.a (mgr.14150) 207 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:07:13.754 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:07:13 smithi086 bash[23376]: audit 2024-09-17T01:07:12.389630+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-17T01:07:13.754 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:07:13 smithi086 bash[23376]: audit 2024-09-17T01:07:12.399170+0000 mon.b (mon.2) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-17T01:07:13.754 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:07:13 smithi086 bash[23376]: audit 2024-09-17T01:07:12.399198+0000 mon.a (mon.0) 606 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-17T01:07:13.754 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:07:13 smithi086 bash[23376]: audit 2024-09-17T01:07:12.399435+0000 mon.a (mon.0) 607 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T01:07:13.754 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:07:13 smithi086 bash[23376]: audit 2024-09-17T01:07:12.399647+0000 mon.a (mon.0) 608 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-17T01:07:13.754 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:07:13 smithi086 bash[23376]: audit 2024-09-17T01:07:13.314821+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-17T01:07:13.775 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:07:13 smithi018 bash[22760]: audit 2024-09-17T01:07:11.509966+0000 mon.c (mon.1) 7 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-17T01:07:13.776 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:07:13 smithi018 bash[22760]: audit 2024-09-17T01:07:11.806196+0000 mon.a (mon.0) 605 : audit [DBG] from='client.? 172.21.15.18:0/2459862061' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-17T01:07:13.776 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:07:13 smithi018 bash[22760]: cluster 2024-09-17T01:07:11.913294+0000 mgr.a (mgr.14150) 207 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:07:13.776 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:07:13 smithi018 bash[22760]: audit 2024-09-17T01:07:12.389630+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-17T01:07:13.776 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:07:13 smithi018 bash[22760]: audit 2024-09-17T01:07:12.399170+0000 mon.b (mon.2) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-17T01:07:13.776 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:07:13 smithi018 bash[22760]: audit 2024-09-17T01:07:12.399198+0000 mon.a (mon.0) 606 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-17T01:07:13.776 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:07:13 smithi018 bash[22760]: audit 2024-09-17T01:07:12.399435+0000 mon.a (mon.0) 607 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T01:07:13.776 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:07:13 smithi018 bash[22760]: audit 2024-09-17T01:07:12.399647+0000 mon.a (mon.0) 608 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-17T01:07:13.776 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:07:13 smithi018 bash[22760]: audit 2024-09-17T01:07:13.314821+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-17T01:07:15.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:07:15 smithi063 bash[23456]: cluster 2024-09-17T01:07:13.913858+0000 mgr.a (mgr.14150) 208 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:07:15.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:07:15 smithi063 bash[23456]: audit 2024-09-17T01:07:14.381598+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:07:15.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:07:15 smithi063 bash[23456]: audit 2024-09-17T01:07:14.388507+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:07:15.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:07:15 smithi063 bash[23456]: audit 2024-09-17T01:07:14.392814+0000 mon.a (mon.0) 611 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:07:15.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:07:15 smithi063 bash[23456]: audit 2024-09-17T01:07:14.397859+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:07:15.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:07:15 smithi063 bash[23456]: audit 2024-09-17T01:07:14.399076+0000 mon.a (mon.0) 613 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:07:15.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:07:15 smithi063 bash[23456]: audit 2024-09-17T01:07:14.403964+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:07:15.632 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:07:15 smithi063 bash[23456]: audit 2024-09-17T01:07:14.413682+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:07:15.753 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:07:15 smithi086 bash[23376]: cluster 2024-09-17T01:07:13.913858+0000 mgr.a (mgr.14150) 208 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:07:15.754 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:07:15 smithi086 bash[23376]: audit 2024-09-17T01:07:14.381598+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:07:15.754 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:07:15 smithi086 bash[23376]: audit 2024-09-17T01:07:14.388507+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:07:15.754 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:07:15 smithi086 bash[23376]: audit 2024-09-17T01:07:14.392814+0000 mon.a (mon.0) 611 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:07:15.754 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:07:15 smithi086 bash[23376]: audit 2024-09-17T01:07:14.397859+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:07:15.754 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:07:15 smithi086 bash[23376]: audit 2024-09-17T01:07:14.399076+0000 mon.a (mon.0) 613 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:07:15.754 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:07:15 smithi086 bash[23376]: audit 2024-09-17T01:07:14.403964+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:07:15.754 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:07:15 smithi086 bash[23376]: audit 2024-09-17T01:07:14.413682+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:07:15.775 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:07:15 smithi018 bash[22760]: cluster 2024-09-17T01:07:13.913858+0000 mgr.a (mgr.14150) 208 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:07:15.775 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:07:15 smithi018 bash[22760]: audit 2024-09-17T01:07:14.381598+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:07:15.775 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:07:15 smithi018 bash[22760]: audit 2024-09-17T01:07:14.388507+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:07:15.776 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:07:15 smithi018 bash[22760]: audit 2024-09-17T01:07:14.392814+0000 mon.a (mon.0) 611 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:07:15.776 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:07:15 smithi018 bash[22760]: audit 2024-09-17T01:07:14.397859+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:07:15.776 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:07:15 smithi018 bash[22760]: audit 2024-09-17T01:07:14.399076+0000 mon.a (mon.0) 613 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:07:15.776 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:07:15 smithi018 bash[22760]: audit 2024-09-17T01:07:14.403964+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:07:15.776 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:07:15 smithi018 bash[22760]: audit 2024-09-17T01:07:14.413682+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:07:16.673 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:07:16 smithi063 bash[23456]: audit 2024-09-17T01:07:15.421580+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:07:16.674 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:07:16 smithi063 bash[23456]: audit 2024-09-17T01:07:15.429312+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:07:16.674 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:07:16 smithi063 bash[23456]: audit 2024-09-17T01:07:15.438651+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:07:16.753 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:07:16 smithi086 bash[23376]: audit 2024-09-17T01:07:15.421580+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:07:16.754 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:07:16 smithi086 bash[23376]: audit 2024-09-17T01:07:15.429312+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:07:16.754 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:07:16 smithi086 bash[23376]: audit 2024-09-17T01:07:15.438651+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:07:16.775 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:07:16 smithi018 bash[22760]: audit 2024-09-17T01:07:15.421580+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:07:16.775 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:07:16 smithi018 bash[22760]: audit 2024-09-17T01:07:15.429312+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:07:16.775 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:07:16 smithi018 bash[22760]: audit 2024-09-17T01:07:15.438651+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:07:16.881 INFO:teuthology.orchestra.run.smithi018.stderr:Inferring config /var/lib/ceph/2853ef26-7490-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T01:07:17.701 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:07:17 smithi063 bash[23456]: cluster 2024-09-17T01:07:15.914595+0000 mgr.a (mgr.14150) 209 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 4.5 KiB/s rd, 196 KiB/s wr, 13 op/s 2024-09-17T01:07:17.753 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:07:17 smithi086 bash[23376]: cluster 2024-09-17T01:07:15.914595+0000 mgr.a (mgr.14150) 209 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 4.5 KiB/s rd, 196 KiB/s wr, 13 op/s 2024-09-17T01:07:17.777 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:07:17 smithi018 bash[22760]: cluster 2024-09-17T01:07:15.914595+0000 mgr.a (mgr.14150) 209 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 4.5 KiB/s rd, 196 KiB/s wr, 13 op/s 2024-09-17T01:07:18.306 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-17T01:07:18.306 INFO:teuthology.orchestra.run.smithi018.stdout:{"epoch":21,"fsid":"2853ef26-7490-11ef-bceb-c7b262605968","created":"2024-09-17T01:01:33.492262+0000","modified":"2024-09-17T01:07:08.488908+0000","last_up_change":"2024-09-17T01:07:05.366563+0000","last_in_change":"2024-09-17T01:06:34.545810+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-09-17T01:07:06.484422+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,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":3,"score_stable":3,"optimal_score":1,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"8a6431b3-afa0-4d14-aa53-f3d9cd3d1e38","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.18:6802","nonce":4233359679},{"type":"v1","addr":"172.21.15.18:6803","nonce":4233359679}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6804","nonce":4233359679},{"type":"v1","addr":"172.21.15.18:6805","nonce":4233359679}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6808","nonce":4233359679},{"type":"v1","addr":"172.21.15.18:6809","nonce":4233359679}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6806","nonce":4233359679},{"type":"v1","addr":"172.21.15.18:6807","nonce":4233359679}]},"public_addr":"172.21.15.18:6803/4233359679","cluster_addr":"172.21.15.18:6805/4233359679","heartbeat_back_addr":"172.21.15.18:6809/4233359679","heartbeat_front_addr":"172.21.15.18:6807/4233359679","state":["exists","up"]},{"osd":1,"uuid":"e236a2c8-326f-4ae0-b148-fe5d87852dd5","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":19,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6800","nonce":1511128271},{"type":"v1","addr":"172.21.15.63:6801","nonce":1511128271}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6802","nonce":1511128271},{"type":"v1","addr":"172.21.15.63:6803","nonce":1511128271}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6806","nonce":1511128271},{"type":"v1","addr":"172.21.15.63:6807","nonce":1511128271}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6804","nonce":1511128271},{"type":"v1","addr":"172.21.15.63:6805","nonce":1511128271}]},"public_addr":"172.21.15.63:6801/1511128271","cluster_addr":"172.21.15.63:6803/1511128271","heartbeat_back_addr":"172.21.15.63:6807/1511128271","heartbeat_front_addr":"172.21.15.63:6805/1511128271","state":["exists","up"]},{"osd":2,"uuid":"26c9cd23-ccba-4172-ae88-528597dfd585","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.86:6800","nonce":1084619048},{"type":"v1","addr":"172.21.15.86:6801","nonce":1084619048}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:6802","nonce":1084619048},{"type":"v1","addr":"172.21.15.86:6803","nonce":1084619048}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:6806","nonce":1084619048},{"type":"v1","addr":"172.21.15.86:6807","nonce":1084619048}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:6804","nonce":1084619048},{"type":"v1","addr":"172.21.15.86:6805","nonce":1084619048}]},"public_addr":"172.21.15.86:6801/1084619048","cluster_addr":"172.21.15.86:6803/1084619048","heartbeat_back_addr":"172.21.15.86:6807/1084619048","heartbeat_front_addr":"172.21.15.86:6805/1084619048","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T01:05:18.162076+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T01:06:12.870614+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T01:07:03.516018+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.18:0/739043576":"2024-09-18T01:02:33.844885+0000","172.21.15.18:6801/219008885":"2024-09-18T01:02:33.844885+0000","172.21.15.18:0/60787765":"2024-09-18T01:02:33.844885+0000","172.21.15.18:0/2782548775":"2024-09-18T01:02:33.844885+0000","172.21.15.18:6801/3958904275":"2024-09-18T01:02:01.201756+0000","172.21.15.18:6800/3958904275":"2024-09-18T01:02:01.201756+0000","172.21.15.18:6800/219008885":"2024-09-18T01:02:33.844885+0000","172.21.15.18:0/3880825995":"2024-09-18T01:02:01.201756+0000","172.21.15.18:0/4142413692":"2024-09-18T01:02:01.201756+0000","172.21.15.18:0/2727873067":"2024-09-18T01:02:01.201756+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-17T01:07:18.701 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:07:18 smithi063 bash[23456]: audit 2024-09-17T01:07:18.309081+0000 mon.a (mon.0) 619 : audit [DBG] from='client.? 172.21.15.18:0/1652188895' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-17T01:07:18.753 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:07:18 smithi086 bash[23376]: audit 2024-09-17T01:07:18.309081+0000 mon.a (mon.0) 619 : audit [DBG] from='client.? 172.21.15.18:0/1652188895' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-17T01:07:18.775 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:07:18 smithi018 bash[22760]: audit 2024-09-17T01:07:18.309081+0000 mon.a (mon.0) 619 : audit [DBG] from='client.? 172.21.15.18:0/1652188895' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-17T01:07:18.908 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-09-17T01:07:06.484422+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, 'is_stretch_pool': False, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '21', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr': {}}, 'read_balance': {'score_type': 'Fair distribution', 'score_acting': 3, 'score_stable': 3, 'optimal_score': 1, 'raw_score_acting': 3, 'raw_score_stable': 3, 'primary_affinity_weighted': 1, 'average_primary_affinity': 1, 'average_primary_affinity_weighted': 1}}] 2024-09-17T01:07:18.908 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell --fsid 2853ef26-7490-11ef-bceb-c7b262605968 -- ceph osd pool get .mgr pg_num 2024-09-17T01:07:19.701 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:07:19 smithi063 bash[23456]: cluster 2024-09-17T01:07:17.915314+0000 mgr.a (mgr.14150) 210 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 131 KiB/s wr, 9 op/s 2024-09-17T01:07:19.753 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:07:19 smithi086 bash[23376]: cluster 2024-09-17T01:07:17.915314+0000 mgr.a (mgr.14150) 210 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 131 KiB/s wr, 9 op/s 2024-09-17T01:07:19.775 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:07:19 smithi018 bash[22760]: cluster 2024-09-17T01:07:17.915314+0000 mgr.a (mgr.14150) 210 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 131 KiB/s wr, 9 op/s 2024-09-17T01:07:20.951 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:07:20 smithi063 bash[23456]: audit 2024-09-17T01:07:19.615639+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:07:20.951 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:07:20 smithi063 bash[23456]: audit 2024-09-17T01:07:19.623709+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:07:20.951 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:07:20 smithi063 bash[23456]: audit 2024-09-17T01:07:19.633342+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:07:21.004 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:07:20 smithi086 bash[23376]: audit 2024-09-17T01:07:19.615639+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:07:21.004 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:07:20 smithi086 bash[23376]: audit 2024-09-17T01:07:19.623709+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:07:21.004 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:07:20 smithi086 bash[23376]: audit 2024-09-17T01:07:19.633342+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:07:21.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:07:20 smithi018 bash[22760]: audit 2024-09-17T01:07:19.615639+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:07:21.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:07:20 smithi018 bash[22760]: audit 2024-09-17T01:07:19.623709+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:07:21.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:07:20 smithi018 bash[22760]: audit 2024-09-17T01:07:19.633342+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:07:21.951 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:07:21 smithi063 bash[23456]: cluster 2024-09-17T01:07:19.915882+0000 mgr.a (mgr.14150) 211 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 98 KiB/s wr, 6 op/s 2024-09-17T01:07:22.003 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:07:21 smithi086 bash[23376]: cluster 2024-09-17T01:07:19.915882+0000 mgr.a (mgr.14150) 211 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 98 KiB/s wr, 6 op/s 2024-09-17T01:07:22.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:07:21 smithi018 bash[22760]: cluster 2024-09-17T01:07:19.915882+0000 mgr.a (mgr.14150) 211 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 98 KiB/s wr, 6 op/s 2024-09-17T01:07:23.657 INFO:teuthology.orchestra.run.smithi018.stderr:Inferring config /var/lib/ceph/2853ef26-7490-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T01:07:23.951 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:07:23 smithi063 bash[23456]: cluster 2024-09-17T01:07:21.916443+0000 mgr.a (mgr.14150) 212 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2024-09-17T01:07:24.003 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:07:23 smithi086 bash[23376]: cluster 2024-09-17T01:07:21.916443+0000 mgr.a (mgr.14150) 212 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2024-09-17T01:07:24.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:07:23 smithi018 bash[22760]: cluster 2024-09-17T01:07:21.916443+0000 mgr.a (mgr.14150) 212 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2024-09-17T01:07:24.981 INFO:teuthology.orchestra.run.smithi018.stdout:pg_num: 1 2024-09-17T01:07:25.951 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:07:25 smithi063 bash[23456]: cluster 2024-09-17T01:07:23.916980+0000 mgr.a (mgr.14150) 213 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 65 KiB/s wr, 4 op/s 2024-09-17T01:07:25.951 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:07:25 smithi063 bash[23456]: audit 2024-09-17T01:07:24.985075+0000 mon.a (mon.0) 623 : audit [DBG] from='client.? 172.21.15.18:0/1916160919' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-09-17T01:07:26.003 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:07:25 smithi086 bash[23376]: cluster 2024-09-17T01:07:23.916980+0000 mgr.a (mgr.14150) 213 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 65 KiB/s wr, 4 op/s 2024-09-17T01:07:26.003 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:07:25 smithi086 bash[23376]: audit 2024-09-17T01:07:24.985075+0000 mon.a (mon.0) 623 : audit [DBG] from='client.? 172.21.15.18:0/1916160919' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-09-17T01:07:26.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:07:25 smithi018 bash[22760]: cluster 2024-09-17T01:07:23.916980+0000 mgr.a (mgr.14150) 213 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 65 KiB/s wr, 4 op/s 2024-09-17T01:07:26.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:07:25 smithi018 bash[22760]: audit 2024-09-17T01:07:24.985075+0000 mon.a (mon.0) 623 : audit [DBG] from='client.? 172.21.15.18:0/1916160919' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-09-17T01:07:26.030 INFO:tasks.cephadm:Setting up client nodes... 2024-09-17T01:07:26.030 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-09-17T01:07:26.030 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-09-17T01:07:26.030 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell --fsid 2853ef26-7490-11ef-bceb-c7b262605968 -- ceph mgr dump --format=json 2024-09-17T01:07:27.951 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:07:27 smithi063 bash[23456]: cluster 2024-09-17T01:07:25.917545+0000 mgr.a (mgr.14150) 214 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 65 KiB/s wr, 4 op/s 2024-09-17T01:07:28.003 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:07:27 smithi086 bash[23376]: cluster 2024-09-17T01:07:25.917545+0000 mgr.a (mgr.14150) 214 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 65 KiB/s wr, 4 op/s 2024-09-17T01:07:28.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:07:27 smithi018 bash[22760]: cluster 2024-09-17T01:07:25.917545+0000 mgr.a (mgr.14150) 214 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 65 KiB/s wr, 4 op/s 2024-09-17T01:07:29.951 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:07:29 smithi063 bash[23456]: cluster 2024-09-17T01:07:27.918075+0000 mgr.a (mgr.14150) 215 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:07:30.003 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:07:29 smithi086 bash[23376]: cluster 2024-09-17T01:07:27.918075+0000 mgr.a (mgr.14150) 215 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:07:30.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:07:29 smithi018 bash[22760]: cluster 2024-09-17T01:07:27.918075+0000 mgr.a (mgr.14150) 215 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:07:31.951 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:07:31 smithi063 bash[23456]: cluster 2024-09-17T01:07:29.918603+0000 mgr.a (mgr.14150) 216 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:07:32.003 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:07:31 smithi086 bash[23376]: cluster 2024-09-17T01:07:29.918603+0000 mgr.a (mgr.14150) 216 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:07:32.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:07:31 smithi018 bash[22760]: cluster 2024-09-17T01:07:29.918603+0000 mgr.a (mgr.14150) 216 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:07:32.302 INFO:teuthology.orchestra.run.smithi018.stderr:Inferring config /var/lib/ceph/2853ef26-7490-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T01:07:33.656 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-17T01:07:33.951 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:07:33 smithi063 bash[23456]: cluster 2024-09-17T01:07:31.919183+0000 mgr.a (mgr.14150) 217 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:07:34.003 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:07:33 smithi086 bash[23376]: cluster 2024-09-17T01:07:31.919183+0000 mgr.a (mgr.14150) 217 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:07:34.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:07:33 smithi018 bash[22760]: cluster 2024-09-17T01:07:31.919183+0000 mgr.a (mgr.14150) 217 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:07:34.330 INFO:teuthology.orchestra.run.smithi018.stdout:{"epoch":15,"flags":0,"active_gid":14150,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6800","nonce":252042029},{"type":"v1","addr":"172.21.15.18:6801","nonce":252042029}]},"active_addr":"172.21.15.18:6801/252042029","active_change":"2024-09-17T01:02:33.845090+0000","active_mgr_features":4540701547738038271,"available":true,"standbys":[{"gid":24113,"name":"b","mgr_features":4540701547738038271,"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:9.4.12","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.2.5","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.43.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba":{"name":"container_image_samba","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-server:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"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":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"secondary_zone_period_retry_limit":{"name":"secondary_zone_period_retry_limit","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"RGW module period update retry limit for secondary site","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}]}],"modules":["cephadm","dashboard","iostat","nfs","restful"],"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:9.4.12","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.2.5","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.43.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba":{"name":"container_image_samba","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-server:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"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":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"secondary_zone_period_retry_limit":{"name":"secondary_zone_period_retry_limit","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"RGW module period update retry limit for secondary site","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}],"services":{"dashboard":"https://172.21.15.18:8443/"},"always_on_modules":{"octopus":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"pacific":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"quincy":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"reef":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"squid":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"]},"last_failure_osd_epoch":3,"active_clients":[{"name":"devicehealth","addrvec":[{"type":"v2","addr":"172.21.15.18:0","nonce":2738200067}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.18:0","nonce":1597408999}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.18:0","nonce":933545951}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.18:0","nonce":640227161}]}]} 2024-09-17T01:07:34.334 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-09-17T01:07:34.335 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-09-17T01:07:34.335 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell --fsid 2853ef26-7490-11ef-bceb-c7b262605968 -- ceph osd dump --format=json 2024-09-17T01:07:34.951 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:07:34 smithi063 bash[23456]: audit 2024-09-17T01:07:33.654656+0000 mon.a (mon.0) 624 : audit [DBG] from='client.? 172.21.15.18:0/3706657881' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-17T01:07:34.952 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:07:34 smithi063 bash[23456]: audit 2024-09-17T01:07:33.999184+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:07:34.952 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:07:34 smithi063 bash[23456]: audit 2024-09-17T01:07:34.006822+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:07:34.952 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:07:34 smithi063 bash[23456]: audit 2024-09-17T01:07:34.015966+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:07:35.003 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:07:34 smithi086 bash[23376]: audit 2024-09-17T01:07:33.654656+0000 mon.a (mon.0) 624 : audit [DBG] from='client.? 172.21.15.18:0/3706657881' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-17T01:07:35.003 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:07:34 smithi086 bash[23376]: audit 2024-09-17T01:07:33.999184+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:07:35.004 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:07:34 smithi086 bash[23376]: audit 2024-09-17T01:07:34.006822+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:07:35.004 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:07:34 smithi086 bash[23376]: audit 2024-09-17T01:07:34.015966+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:07:35.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:07:34 smithi018 bash[22760]: audit 2024-09-17T01:07:33.654656+0000 mon.a (mon.0) 624 : audit [DBG] from='client.? 172.21.15.18:0/3706657881' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-17T01:07:35.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:07:34 smithi018 bash[22760]: audit 2024-09-17T01:07:33.999184+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:07:35.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:07:34 smithi018 bash[22760]: audit 2024-09-17T01:07:34.006822+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:07:35.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:07:34 smithi018 bash[22760]: audit 2024-09-17T01:07:34.015966+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:07:35.951 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:07:35 smithi063 bash[23456]: cluster 2024-09-17T01:07:33.919610+0000 mgr.a (mgr.14150) 218 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:07:35.951 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:07:35 smithi063 bash[23456]: audit 2024-09-17T01:07:35.636385+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:07:35.951 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:07:35 smithi063 bash[23456]: audit 2024-09-17T01:07:35.643796+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:07:35.952 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:07:35 smithi063 bash[23456]: audit 2024-09-17T01:07:35.652680+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:07:36.003 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:07:35 smithi086 bash[23376]: cluster 2024-09-17T01:07:33.919610+0000 mgr.a (mgr.14150) 218 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:07:36.003 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:07:35 smithi086 bash[23376]: audit 2024-09-17T01:07:35.636385+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:07:36.003 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:07:35 smithi086 bash[23376]: audit 2024-09-17T01:07:35.643796+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:07:36.003 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:07:35 smithi086 bash[23376]: audit 2024-09-17T01:07:35.652680+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:07:36.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:07:35 smithi018 bash[22760]: cluster 2024-09-17T01:07:33.919610+0000 mgr.a (mgr.14150) 218 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:07:36.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:07:35 smithi018 bash[22760]: audit 2024-09-17T01:07:35.636385+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:07:36.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:07:35 smithi018 bash[22760]: audit 2024-09-17T01:07:35.643796+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:07:36.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:07:35 smithi018 bash[22760]: audit 2024-09-17T01:07:35.652680+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:07:37.951 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:07:37 smithi063 bash[23456]: cluster 2024-09-17T01:07:35.920152+0000 mgr.a (mgr.14150) 219 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:07:38.003 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:07:37 smithi086 bash[23376]: cluster 2024-09-17T01:07:35.920152+0000 mgr.a (mgr.14150) 219 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:07:38.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:07:37 smithi018 bash[22760]: cluster 2024-09-17T01:07:35.920152+0000 mgr.a (mgr.14150) 219 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:07:39.071 INFO:teuthology.orchestra.run.smithi018.stderr:Inferring config /var/lib/ceph/2853ef26-7490-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T01:07:39.951 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:07:39 smithi063 bash[23456]: cluster 2024-09-17T01:07:37.920691+0000 mgr.a (mgr.14150) 220 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:07:40.003 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:07:39 smithi086 bash[23376]: cluster 2024-09-17T01:07:37.920691+0000 mgr.a (mgr.14150) 220 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:07:40.020 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:07:39 smithi018 bash[22760]: cluster 2024-09-17T01:07:37.920691+0000 mgr.a (mgr.14150) 220 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:07:40.367 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-17T01:07:40.368 INFO:teuthology.orchestra.run.smithi018.stdout:{"epoch":21,"fsid":"2853ef26-7490-11ef-bceb-c7b262605968","created":"2024-09-17T01:01:33.492262+0000","modified":"2024-09-17T01:07:08.488908+0000","last_up_change":"2024-09-17T01:07:05.366563+0000","last_in_change":"2024-09-17T01:06:34.545810+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-09-17T01:07:06.484422+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,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":3,"score_stable":3,"optimal_score":1,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"8a6431b3-afa0-4d14-aa53-f3d9cd3d1e38","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.18:6802","nonce":4233359679},{"type":"v1","addr":"172.21.15.18:6803","nonce":4233359679}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6804","nonce":4233359679},{"type":"v1","addr":"172.21.15.18:6805","nonce":4233359679}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6808","nonce":4233359679},{"type":"v1","addr":"172.21.15.18:6809","nonce":4233359679}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6806","nonce":4233359679},{"type":"v1","addr":"172.21.15.18:6807","nonce":4233359679}]},"public_addr":"172.21.15.18:6803/4233359679","cluster_addr":"172.21.15.18:6805/4233359679","heartbeat_back_addr":"172.21.15.18:6809/4233359679","heartbeat_front_addr":"172.21.15.18:6807/4233359679","state":["exists","up"]},{"osd":1,"uuid":"e236a2c8-326f-4ae0-b148-fe5d87852dd5","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":19,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6800","nonce":1511128271},{"type":"v1","addr":"172.21.15.63:6801","nonce":1511128271}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6802","nonce":1511128271},{"type":"v1","addr":"172.21.15.63:6803","nonce":1511128271}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6806","nonce":1511128271},{"type":"v1","addr":"172.21.15.63:6807","nonce":1511128271}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6804","nonce":1511128271},{"type":"v1","addr":"172.21.15.63:6805","nonce":1511128271}]},"public_addr":"172.21.15.63:6801/1511128271","cluster_addr":"172.21.15.63:6803/1511128271","heartbeat_back_addr":"172.21.15.63:6807/1511128271","heartbeat_front_addr":"172.21.15.63:6805/1511128271","state":["exists","up"]},{"osd":2,"uuid":"26c9cd23-ccba-4172-ae88-528597dfd585","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.86:6800","nonce":1084619048},{"type":"v1","addr":"172.21.15.86:6801","nonce":1084619048}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:6802","nonce":1084619048},{"type":"v1","addr":"172.21.15.86:6803","nonce":1084619048}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:6806","nonce":1084619048},{"type":"v1","addr":"172.21.15.86:6807","nonce":1084619048}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:6804","nonce":1084619048},{"type":"v1","addr":"172.21.15.86:6805","nonce":1084619048}]},"public_addr":"172.21.15.86:6801/1084619048","cluster_addr":"172.21.15.86:6803/1084619048","heartbeat_back_addr":"172.21.15.86:6807/1084619048","heartbeat_front_addr":"172.21.15.86:6805/1084619048","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T01:05:18.162076+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T01:06:12.870614+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T01:07:03.516018+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.18:0/739043576":"2024-09-18T01:02:33.844885+0000","172.21.15.18:6801/219008885":"2024-09-18T01:02:33.844885+0000","172.21.15.18:0/60787765":"2024-09-18T01:02:33.844885+0000","172.21.15.18:0/2782548775":"2024-09-18T01:02:33.844885+0000","172.21.15.18:6801/3958904275":"2024-09-18T01:02:01.201756+0000","172.21.15.18:6800/3958904275":"2024-09-18T01:02:01.201756+0000","172.21.15.18:6800/219008885":"2024-09-18T01:02:33.844885+0000","172.21.15.18:0/3880825995":"2024-09-18T01:02:01.201756+0000","172.21.15.18:0/4142413692":"2024-09-18T01:02:01.201756+0000","172.21.15.18:0/2727873067":"2024-09-18T01:02:01.201756+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-17T01:07:40.995 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-09-17T01:07:40.995 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell --fsid 2853ef26-7490-11ef-bceb-c7b262605968 -- ceph osd dump --format=json 2024-09-17T01:07:41.201 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:07:40 smithi063 bash[23456]: audit 2024-09-17T01:07:39.846643+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:07:41.201 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:07:40 smithi063 bash[23456]: audit 2024-09-17T01:07:39.854995+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:07:41.201 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:07:40 smithi063 bash[23456]: audit 2024-09-17T01:07:39.865023+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:07:41.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:07:40 smithi063 bash[23456]: audit 2024-09-17T01:07:40.370461+0000 mon.a (mon.0) 634 : audit [DBG] from='client.? 172.21.15.18:0/3308013736' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-17T01:07:41.253 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:07:40 smithi086 bash[23376]: audit 2024-09-17T01:07:39.846643+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:07:41.253 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:07:40 smithi086 bash[23376]: audit 2024-09-17T01:07:39.854995+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:07:41.254 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:07:40 smithi086 bash[23376]: audit 2024-09-17T01:07:39.865023+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:07:41.254 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:07:40 smithi086 bash[23376]: audit 2024-09-17T01:07:40.370461+0000 mon.a (mon.0) 634 : audit [DBG] from='client.? 172.21.15.18:0/3308013736' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-17T01:07:41.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:07:40 smithi018 bash[22760]: audit 2024-09-17T01:07:39.846643+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:07:41.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:07:40 smithi018 bash[22760]: audit 2024-09-17T01:07:39.854995+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:07:41.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:07:40 smithi018 bash[22760]: audit 2024-09-17T01:07:39.865023+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:07:41.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:07:40 smithi018 bash[22760]: audit 2024-09-17T01:07:40.370461+0000 mon.a (mon.0) 634 : audit [DBG] from='client.? 172.21.15.18:0/3308013736' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-17T01:07:42.201 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:07:41 smithi063 bash[23456]: cluster 2024-09-17T01:07:39.921198+0000 mgr.a (mgr.14150) 221 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:07:42.253 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:07:41 smithi086 bash[23376]: cluster 2024-09-17T01:07:39.921198+0000 mgr.a (mgr.14150) 221 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:07:42.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:07:41 smithi018 bash[22760]: cluster 2024-09-17T01:07:39.921198+0000 mgr.a (mgr.14150) 221 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:07:44.201 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:07:43 smithi063 bash[23456]: cluster 2024-09-17T01:07:41.921775+0000 mgr.a (mgr.14150) 222 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:07:44.253 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:07:43 smithi086 bash[23376]: cluster 2024-09-17T01:07:41.921775+0000 mgr.a (mgr.14150) 222 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:07:44.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:07:43 smithi018 bash[22760]: cluster 2024-09-17T01:07:41.921775+0000 mgr.a (mgr.14150) 222 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:07:45.741 INFO:teuthology.orchestra.run.smithi018.stderr:Inferring config /var/lib/ceph/2853ef26-7490-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T01:07:46.201 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:07:45 smithi063 bash[23456]: cluster 2024-09-17T01:07:43.922431+0000 mgr.a (mgr.14150) 223 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:07:46.253 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:07:45 smithi086 bash[23376]: cluster 2024-09-17T01:07:43.922431+0000 mgr.a (mgr.14150) 223 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:07:46.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:07:45 smithi018 bash[22760]: cluster 2024-09-17T01:07:43.922431+0000 mgr.a (mgr.14150) 223 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:07:47.706 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-17T01:07:47.707 INFO:teuthology.orchestra.run.smithi018.stdout:{"epoch":21,"fsid":"2853ef26-7490-11ef-bceb-c7b262605968","created":"2024-09-17T01:01:33.492262+0000","modified":"2024-09-17T01:07:08.488908+0000","last_up_change":"2024-09-17T01:07:05.366563+0000","last_in_change":"2024-09-17T01:06:34.545810+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-09-17T01:07:06.484422+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,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":3,"score_stable":3,"optimal_score":1,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"8a6431b3-afa0-4d14-aa53-f3d9cd3d1e38","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.18:6802","nonce":4233359679},{"type":"v1","addr":"172.21.15.18:6803","nonce":4233359679}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6804","nonce":4233359679},{"type":"v1","addr":"172.21.15.18:6805","nonce":4233359679}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6808","nonce":4233359679},{"type":"v1","addr":"172.21.15.18:6809","nonce":4233359679}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6806","nonce":4233359679},{"type":"v1","addr":"172.21.15.18:6807","nonce":4233359679}]},"public_addr":"172.21.15.18:6803/4233359679","cluster_addr":"172.21.15.18:6805/4233359679","heartbeat_back_addr":"172.21.15.18:6809/4233359679","heartbeat_front_addr":"172.21.15.18:6807/4233359679","state":["exists","up"]},{"osd":1,"uuid":"e236a2c8-326f-4ae0-b148-fe5d87852dd5","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":19,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6800","nonce":1511128271},{"type":"v1","addr":"172.21.15.63:6801","nonce":1511128271}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6802","nonce":1511128271},{"type":"v1","addr":"172.21.15.63:6803","nonce":1511128271}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6806","nonce":1511128271},{"type":"v1","addr":"172.21.15.63:6807","nonce":1511128271}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6804","nonce":1511128271},{"type":"v1","addr":"172.21.15.63:6805","nonce":1511128271}]},"public_addr":"172.21.15.63:6801/1511128271","cluster_addr":"172.21.15.63:6803/1511128271","heartbeat_back_addr":"172.21.15.63:6807/1511128271","heartbeat_front_addr":"172.21.15.63:6805/1511128271","state":["exists","up"]},{"osd":2,"uuid":"26c9cd23-ccba-4172-ae88-528597dfd585","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.86:6800","nonce":1084619048},{"type":"v1","addr":"172.21.15.86:6801","nonce":1084619048}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:6802","nonce":1084619048},{"type":"v1","addr":"172.21.15.86:6803","nonce":1084619048}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:6806","nonce":1084619048},{"type":"v1","addr":"172.21.15.86:6807","nonce":1084619048}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:6804","nonce":1084619048},{"type":"v1","addr":"172.21.15.86:6805","nonce":1084619048}]},"public_addr":"172.21.15.86:6801/1084619048","cluster_addr":"172.21.15.86:6803/1084619048","heartbeat_back_addr":"172.21.15.86:6807/1084619048","heartbeat_front_addr":"172.21.15.86:6805/1084619048","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T01:05:18.162076+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T01:06:12.870614+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T01:07:03.516018+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.18:0/739043576":"2024-09-18T01:02:33.844885+0000","172.21.15.18:6801/219008885":"2024-09-18T01:02:33.844885+0000","172.21.15.18:0/60787765":"2024-09-18T01:02:33.844885+0000","172.21.15.18:0/2782548775":"2024-09-18T01:02:33.844885+0000","172.21.15.18:6801/3958904275":"2024-09-18T01:02:01.201756+0000","172.21.15.18:6800/3958904275":"2024-09-18T01:02:01.201756+0000","172.21.15.18:6800/219008885":"2024-09-18T01:02:33.844885+0000","172.21.15.18:0/3880825995":"2024-09-18T01:02:01.201756+0000","172.21.15.18:0/4142413692":"2024-09-18T01:02:01.201756+0000","172.21.15.18:0/2727873067":"2024-09-18T01:02:01.201756+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-17T01:07:48.050 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:07:47 smithi018 bash[22760]: cluster 2024-09-17T01:07:45.923074+0000 mgr.a (mgr.14150) 224 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:07:48.051 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:07:47 smithi018 bash[22760]: audit 2024-09-17T01:07:47.710176+0000 mon.a (mon.0) 635 : audit [DBG] from='client.? 172.21.15.18:0/1973868590' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-17T01:07:48.201 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:07:47 smithi063 bash[23456]: cluster 2024-09-17T01:07:45.923074+0000 mgr.a (mgr.14150) 224 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:07:48.201 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:07:47 smithi063 bash[23456]: audit 2024-09-17T01:07:47.710176+0000 mon.a (mon.0) 635 : audit [DBG] from='client.? 172.21.15.18:0/1973868590' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-17T01:07:48.253 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:07:47 smithi086 bash[23376]: cluster 2024-09-17T01:07:45.923074+0000 mgr.a (mgr.14150) 224 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:07:48.253 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:07:47 smithi086 bash[23376]: audit 2024-09-17T01:07:47.710176+0000 mon.a (mon.0) 635 : audit [DBG] from='client.? 172.21.15.18:0/1973868590' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-17T01:07:48.619 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell --fsid 2853ef26-7490-11ef-bceb-c7b262605968 -- ceph tell osd.0 flush_pg_stats 2024-09-17T01:07:48.619 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell --fsid 2853ef26-7490-11ef-bceb-c7b262605968 -- ceph tell osd.1 flush_pg_stats 2024-09-17T01:07:48.620 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell --fsid 2853ef26-7490-11ef-bceb-c7b262605968 -- ceph tell osd.2 flush_pg_stats 2024-09-17T01:07:50.201 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:07:49 smithi063 bash[23456]: cluster 2024-09-17T01:07:47.923521+0000 mgr.a (mgr.14150) 225 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:07:50.253 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:07:49 smithi086 bash[23376]: cluster 2024-09-17T01:07:47.923521+0000 mgr.a (mgr.14150) 225 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:07:50.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:07:49 smithi018 bash[22760]: cluster 2024-09-17T01:07:47.923521+0000 mgr.a (mgr.14150) 225 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:07:52.201 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:07:51 smithi063 bash[23456]: cluster 2024-09-17T01:07:49.924067+0000 mgr.a (mgr.14150) 226 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:07:52.253 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:07:51 smithi086 bash[23376]: cluster 2024-09-17T01:07:49.924067+0000 mgr.a (mgr.14150) 226 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:07:52.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:07:51 smithi018 bash[22760]: cluster 2024-09-17T01:07:49.924067+0000 mgr.a (mgr.14150) 226 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:07:53.349 INFO:teuthology.orchestra.run.smithi018.stderr:Inferring config /var/lib/ceph/2853ef26-7490-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T01:07:53.349 INFO:teuthology.orchestra.run.smithi018.stderr:Inferring config /var/lib/ceph/2853ef26-7490-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T01:07:53.349 INFO:teuthology.orchestra.run.smithi018.stderr:Inferring config /var/lib/ceph/2853ef26-7490-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T01:07:54.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:07:53 smithi018 bash[22760]: cluster 2024-09-17T01:07:51.924591+0000 mgr.a (mgr.14150) 227 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:07:54.201 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:07:53 smithi063 bash[23456]: cluster 2024-09-17T01:07:51.924591+0000 mgr.a (mgr.14150) 227 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:07:54.240 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:07:53 smithi086 bash[23376]: cluster 2024-09-17T01:07:51.924591+0000 mgr.a (mgr.14150) 227 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:07:55.346 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:07:55 smithi018 bash[22760]: cluster 2024-09-17T01:07:53.925058+0000 mgr.a (mgr.14150) 228 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:07:55.346 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:07:55 smithi018 bash[22760]: audit 2024-09-17T01:07:54.225016+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:07:55.346 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:07:55 smithi018 bash[22760]: audit 2024-09-17T01:07:54.232825+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:07:55.346 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:07:55 smithi018 bash[22760]: audit 2024-09-17T01:07:54.241996+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:07:55.451 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:07:55 smithi063 bash[23456]: cluster 2024-09-17T01:07:53.925058+0000 mgr.a (mgr.14150) 228 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:07:55.451 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:07:55 smithi063 bash[23456]: audit 2024-09-17T01:07:54.225016+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:07:55.451 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:07:55 smithi063 bash[23456]: audit 2024-09-17T01:07:54.232825+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:07:55.451 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:07:55 smithi063 bash[23456]: audit 2024-09-17T01:07:54.241996+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:07:55.503 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:07:55 smithi086 bash[23376]: cluster 2024-09-17T01:07:53.925058+0000 mgr.a (mgr.14150) 228 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:07:55.503 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:07:55 smithi086 bash[23376]: audit 2024-09-17T01:07:54.225016+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:07:55.503 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:07:55 smithi086 bash[23376]: audit 2024-09-17T01:07:54.232825+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:07:55.503 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:07:55 smithi086 bash[23376]: audit 2024-09-17T01:07:54.241996+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:07:56.508 INFO:teuthology.orchestra.run.smithi018.stdout:77309411341 2024-09-17T01:07:56.508 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell --fsid 2853ef26-7490-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.2 2024-09-17T01:07:56.724 INFO:teuthology.orchestra.run.smithi018.stdout:34359738402 2024-09-17T01:07:56.724 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell --fsid 2853ef26-7490-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.0 2024-09-17T01:07:56.775 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:07:56 smithi018 bash[22760]: audit 2024-09-17T01:07:55.750331+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:07:56.775 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:07:56 smithi018 bash[22760]: audit 2024-09-17T01:07:55.756452+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:07:56.775 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:07:56 smithi018 bash[22760]: audit 2024-09-17T01:07:55.763218+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:07:56.859 INFO:teuthology.orchestra.run.smithi018.stdout:55834574872 2024-09-17T01:07:56.859 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell --fsid 2853ef26-7490-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.1 2024-09-17T01:07:57.003 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:07:56 smithi086 bash[23376]: audit 2024-09-17T01:07:55.750331+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:07:57.003 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:07:56 smithi086 bash[23376]: audit 2024-09-17T01:07:55.756452+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:07:57.003 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:07:56 smithi086 bash[23376]: audit 2024-09-17T01:07:55.763218+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:07:57.094 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:07:56 smithi063 bash[23456]: audit 2024-09-17T01:07:55.750331+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:07:57.094 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:07:56 smithi063 bash[23456]: audit 2024-09-17T01:07:55.756452+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:07:57.094 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:07:56 smithi063 bash[23456]: audit 2024-09-17T01:07:55.763218+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:07:58.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:07:57 smithi018 bash[22760]: cluster 2024-09-17T01:07:55.925602+0000 mgr.a (mgr.14150) 229 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:07:58.163 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:07:57 smithi063 bash[23456]: cluster 2024-09-17T01:07:55.925602+0000 mgr.a (mgr.14150) 229 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:07:58.253 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:07:57 smithi086 bash[23376]: cluster 2024-09-17T01:07:55.925602+0000 mgr.a (mgr.14150) 229 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:08:00.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:07:59 smithi018 bash[22760]: cluster 2024-09-17T01:07:57.926137+0000 mgr.a (mgr.14150) 230 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:08:00.141 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:07:59 smithi063 bash[23456]: cluster 2024-09-17T01:07:57.926137+0000 mgr.a (mgr.14150) 230 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:08:00.253 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:07:59 smithi086 bash[23376]: cluster 2024-09-17T01:07:57.926137+0000 mgr.a (mgr.14150) 230 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:08:01.260 INFO:teuthology.orchestra.run.smithi018.stderr:Inferring config /var/lib/ceph/2853ef26-7490-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T01:08:01.260 INFO:teuthology.orchestra.run.smithi018.stderr:Inferring config /var/lib/ceph/2853ef26-7490-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T01:08:01.260 INFO:teuthology.orchestra.run.smithi018.stderr:Inferring config /var/lib/ceph/2853ef26-7490-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T01:08:01.408 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:08:01 smithi018 bash[22760]: cluster 2024-09-17T01:07:59.926666+0000 mgr.a (mgr.14150) 231 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:08:01.408 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:08:01 smithi018 bash[22760]: audit 2024-09-17T01:08:00.091789+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:08:01.408 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:08:01 smithi018 bash[22760]: audit 2024-09-17T01:08:00.100532+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:08:01.408 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:08:01 smithi018 bash[22760]: audit 2024-09-17T01:08:00.110462+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:08:01.451 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:08:01 smithi063 bash[23456]: cluster 2024-09-17T01:07:59.926666+0000 mgr.a (mgr.14150) 231 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:08:01.451 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:08:01 smithi063 bash[23456]: audit 2024-09-17T01:08:00.091789+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:08:01.451 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:08:01 smithi063 bash[23456]: audit 2024-09-17T01:08:00.100532+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:08:01.451 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:08:01 smithi063 bash[23456]: audit 2024-09-17T01:08:00.110462+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:08:01.503 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:08:01 smithi086 bash[23376]: cluster 2024-09-17T01:07:59.926666+0000 mgr.a (mgr.14150) 231 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:08:01.503 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:08:01 smithi086 bash[23376]: audit 2024-09-17T01:08:00.091789+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:08:01.503 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:08:01 smithi086 bash[23376]: audit 2024-09-17T01:08:00.100532+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:08:01.503 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:08:01 smithi086 bash[23376]: audit 2024-09-17T01:08:00.110462+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:08:03.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:08:03 smithi018 bash[22760]: cluster 2024-09-17T01:08:01.927250+0000 mgr.a (mgr.14150) 232 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:08:03.282 INFO:teuthology.orchestra.run.smithi018.stdout:77309411343 2024-09-17T01:08:03.297 INFO:teuthology.orchestra.run.smithi018.stdout:34359738404 2024-09-17T01:08:03.332 INFO:teuthology.orchestra.run.smithi018.stdout:55834574873 2024-09-17T01:08:03.451 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:08:03 smithi063 bash[23456]: cluster 2024-09-17T01:08:01.927250+0000 mgr.a (mgr.14150) 232 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:08:03.503 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:08:03 smithi086 bash[23376]: cluster 2024-09-17T01:08:01.927250+0000 mgr.a (mgr.14150) 232 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:08:04.148 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:08:04 smithi018 bash[22760]: audit 2024-09-17T01:08:03.286173+0000 mon.a (mon.0) 645 : audit [DBG] from='client.? 172.21.15.18:0/462230166' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-09-17T01:08:04.148 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:08:04 smithi018 bash[22760]: audit 2024-09-17T01:08:03.301708+0000 mon.a (mon.0) 646 : audit [DBG] from='client.? 172.21.15.18:0/3288989713' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-09-17T01:08:04.148 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:08:04 smithi018 bash[22760]: audit 2024-09-17T01:08:03.336179+0000 mon.a (mon.0) 647 : audit [DBG] from='client.? 172.21.15.18:0/1374093592' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-09-17T01:08:04.419 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:08:04 smithi086 bash[23376]: audit 2024-09-17T01:08:03.286173+0000 mon.a (mon.0) 645 : audit [DBG] from='client.? 172.21.15.18:0/462230166' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-09-17T01:08:04.420 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:08:04 smithi086 bash[23376]: audit 2024-09-17T01:08:03.301708+0000 mon.a (mon.0) 646 : audit [DBG] from='client.? 172.21.15.18:0/3288989713' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-09-17T01:08:04.420 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:08:04 smithi086 bash[23376]: audit 2024-09-17T01:08:03.336179+0000 mon.a (mon.0) 647 : audit [DBG] from='client.? 172.21.15.18:0/1374093592' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-09-17T01:08:04.453 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:08:04 smithi063 bash[23456]: audit 2024-09-17T01:08:03.286173+0000 mon.a (mon.0) 645 : audit [DBG] from='client.? 172.21.15.18:0/462230166' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-09-17T01:08:04.453 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:08:04 smithi063 bash[23456]: audit 2024-09-17T01:08:03.301708+0000 mon.a (mon.0) 646 : audit [DBG] from='client.? 172.21.15.18:0/3288989713' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-09-17T01:08:04.453 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:08:04 smithi063 bash[23456]: audit 2024-09-17T01:08:03.336179+0000 mon.a (mon.0) 647 : audit [DBG] from='client.? 172.21.15.18:0/1374093592' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-09-17T01:08:04.511 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411341 got 77309411343 for osd.2 2024-09-17T01:08:04.511 DEBUG:teuthology.parallel:result is None 2024-09-17T01:08:04.637 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574872 got 55834574873 for osd.1 2024-09-17T01:08:04.637 DEBUG:teuthology.parallel:result is None 2024-09-17T01:08:04.690 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738402 got 34359738404 for osd.0 2024-09-17T01:08:04.690 DEBUG:teuthology.parallel:result is None 2024-09-17T01:08:04.690 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-09-17T01:08:04.690 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell --fsid 2853ef26-7490-11ef-bceb-c7b262605968 -- ceph pg dump --format=json 2024-09-17T01:08:05.451 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:08:05 smithi063 bash[23456]: cluster 2024-09-17T01:08:03.927751+0000 mgr.a (mgr.14150) 233 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:08:05.503 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:08:05 smithi086 bash[23376]: cluster 2024-09-17T01:08:03.927751+0000 mgr.a (mgr.14150) 233 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:08:05.525 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:08:05 smithi018 bash[22760]: cluster 2024-09-17T01:08:03.927751+0000 mgr.a (mgr.14150) 233 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:08:07.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:08:07 smithi018 bash[22760]: cluster 2024-09-17T01:08:05.928426+0000 mgr.a (mgr.14150) 234 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:08:07.451 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:08:07 smithi063 bash[23456]: cluster 2024-09-17T01:08:05.928426+0000 mgr.a (mgr.14150) 234 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:08:07.503 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:08:07 smithi086 bash[23376]: cluster 2024-09-17T01:08:05.928426+0000 mgr.a (mgr.14150) 234 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:08:09.424 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:08:09 smithi018 bash[22760]: cluster 2024-09-17T01:08:07.928827+0000 mgr.a (mgr.14150) 235 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:08:09.424 INFO:teuthology.orchestra.run.smithi018.stderr:Inferring config /var/lib/ceph/2853ef26-7490-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T01:08:09.451 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:08:09 smithi063 bash[23456]: cluster 2024-09-17T01:08:07.928827+0000 mgr.a (mgr.14150) 235 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:08:09.503 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:08:09 smithi086 bash[23376]: cluster 2024-09-17T01:08:07.928827+0000 mgr.a (mgr.14150) 235 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:08:10.930 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-17T01:08:10.930 INFO:teuthology.orchestra.run.smithi018.stderr:dumped all 2024-09-17T01:08:11.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:08:11 smithi018 bash[22760]: cluster 2024-09-17T01:08:09.929323+0000 mgr.a (mgr.14150) 236 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:08:11.451 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:08:11 smithi063 bash[23456]: cluster 2024-09-17T01:08:09.929323+0000 mgr.a (mgr.14150) 236 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:08:11.503 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:08:11 smithi086 bash[23376]: cluster 2024-09-17T01:08:09.929323+0000 mgr.a (mgr.14150) 236 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:08:11.554 INFO:teuthology.orchestra.run.smithi018.stdout:{"pg_ready":true,"pg_map":{"version":179,"stamp":"2024-09-17T01:08:09.929075+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":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":137,"ondisk_log_size":137,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":281235456,"kb_used":89372,"kb_used_data":2268,"kb_used_omap":4,"kb_used_meta":85179,"kb_avail":281146084,"statfs":{"total":287985106944,"available":287893590016,"internally_reserved":0,"allocated":2322432,"data_stored":1935606,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4785,"internal_metadata":87223631},"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.003183"},"pg_stats":[{"pgid":"1.0","version":"21'137","reported_seq":186,"reported_epoch":21,"state":"active+clean","last_fresh":"2024-09-17T01:07:13.334706+0000","last_change":"2024-09-17T01:07:07.500623+0000","last_active":"2024-09-17T01:07:13.334706+0000","last_peered":"2024-09-17T01:07:13.334706+0000","last_clean":"2024-09-17T01:07:13.334706+0000","last_became_active":"2024-09-17T01:07:07.497539+0000","last_became_peered":"2024-09-17T01:07:07.497539+0000","last_unstale":"2024-09-17T01:07:13.334706+0000","last_undegraded":"2024-09-17T01:07:13.334706+0000","last_fullsized":"2024-09-17T01:07:13.334706+0000","mapping_epoch":19,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-17T01:07:06.484579+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-17T01:07:06.484579+0000","last_clean_scrub_stamp":"2024-09-17T01:07:06.484579+0000","objects_scrubbed":0,"log_size":137,"log_dups_size":0,"ondisk_log_size":137,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-18T12:33:18.780650+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":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":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":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":137,"ondisk_log_size":137,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":2,"up_from":18,"seq":77309411344,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32564,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93712588,"statfs":{"total":95995035648,"available":95961690112,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[0,1],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":13,"seq":55834574874,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28404,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716748,"statfs":{"total":95995035648,"available":95965949952,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":8,"seq":34359738405,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28404,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716748,"statfs":{"total":95995035648,"available":95965949952,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[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":[]}],"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-17T01:08:11.555 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell --fsid 2853ef26-7490-11ef-bceb-c7b262605968 -- ceph pg dump --format=json 2024-09-17T01:08:12.253 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:08:12 smithi086 bash[23376]: audit 2024-09-17T01:08:10.933118+0000 mgr.a (mgr.14150) 237 : audit [DBG] from='client.14361 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T01:08:12.451 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:08:12 smithi063 bash[23456]: audit 2024-09-17T01:08:10.933118+0000 mgr.a (mgr.14150) 237 : audit [DBG] from='client.14361 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T01:08:12.525 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:08:12 smithi018 bash[22760]: audit 2024-09-17T01:08:10.933118+0000 mgr.a (mgr.14150) 237 : audit [DBG] from='client.14361 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T01:08:13.451 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:08:13 smithi063 bash[23456]: cluster 2024-09-17T01:08:11.929873+0000 mgr.a (mgr.14150) 238 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:08:13.502 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:08:13 smithi086 bash[23376]: cluster 2024-09-17T01:08:11.929873+0000 mgr.a (mgr.14150) 238 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:08:13.525 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:08:13 smithi018 bash[22760]: cluster 2024-09-17T01:08:11.929873+0000 mgr.a (mgr.14150) 238 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:08:15.701 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:08:15 smithi063 bash[23456]: cluster 2024-09-17T01:08:13.930383+0000 mgr.a (mgr.14150) 239 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:08:15.702 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:08:15 smithi063 bash[23456]: audit 2024-09-17T01:08:14.447933+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:08:15.702 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:08:15 smithi063 bash[23456]: audit 2024-09-17T01:08:14.457087+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:08:15.702 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:08:15 smithi063 bash[23456]: audit 2024-09-17T01:08:14.467048+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:08:15.702 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:08:15 smithi063 bash[23456]: audit 2024-09-17T01:08:14.508123+0000 mon.a (mon.0) 651 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:08:15.702 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:08:15 smithi063 bash[23456]: audit 2024-09-17T01:08:14.513132+0000 mon.a (mon.0) 652 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:08:15.702 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:08:15 smithi063 bash[23456]: audit 2024-09-17T01:08:14.515004+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:08:15.703 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:08:15 smithi063 bash[23456]: audit 2024-09-17T01:08:14.524858+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:08:15.753 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:08:15 smithi086 bash[23376]: cluster 2024-09-17T01:08:13.930383+0000 mgr.a (mgr.14150) 239 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:08:15.753 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:08:15 smithi086 bash[23376]: audit 2024-09-17T01:08:14.447933+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:08:15.753 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:08:15 smithi086 bash[23376]: audit 2024-09-17T01:08:14.457087+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:08:15.753 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:08:15 smithi086 bash[23376]: audit 2024-09-17T01:08:14.467048+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:08:15.753 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:08:15 smithi086 bash[23376]: audit 2024-09-17T01:08:14.508123+0000 mon.a (mon.0) 651 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:08:15.753 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:08:15 smithi086 bash[23376]: audit 2024-09-17T01:08:14.513132+0000 mon.a (mon.0) 652 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:08:15.754 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:08:15 smithi086 bash[23376]: audit 2024-09-17T01:08:14.515004+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:08:15.754 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:08:15 smithi086 bash[23376]: audit 2024-09-17T01:08:14.524858+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:08:15.775 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:08:15 smithi018 bash[22760]: cluster 2024-09-17T01:08:13.930383+0000 mgr.a (mgr.14150) 239 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:08:15.775 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:08:15 smithi018 bash[22760]: audit 2024-09-17T01:08:14.447933+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:08:15.775 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:08:15 smithi018 bash[22760]: audit 2024-09-17T01:08:14.457087+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:08:15.775 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:08:15 smithi018 bash[22760]: audit 2024-09-17T01:08:14.467048+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:08:15.775 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:08:15 smithi018 bash[22760]: audit 2024-09-17T01:08:14.508123+0000 mon.a (mon.0) 651 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:08:15.776 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:08:15 smithi018 bash[22760]: audit 2024-09-17T01:08:14.513132+0000 mon.a (mon.0) 652 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:08:15.776 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:08:15 smithi018 bash[22760]: audit 2024-09-17T01:08:14.515004+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:08:15.776 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:08:15 smithi018 bash[22760]: audit 2024-09-17T01:08:14.524858+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:08:15.964 INFO:teuthology.orchestra.run.smithi018.stderr:Inferring config /var/lib/ceph/2853ef26-7490-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T01:08:17.245 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-17T01:08:17.246 INFO:teuthology.orchestra.run.smithi018.stderr:dumped all 2024-09-17T01:08:17.252 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:08:16 smithi086 bash[23376]: cluster 2024-09-17T01:08:15.930936+0000 mgr.a (mgr.14150) 240 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:08:17.253 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:08:16 smithi086 bash[23376]: audit 2024-09-17T01:08:15.975116+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:08:17.253 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:08:16 smithi086 bash[23376]: audit 2024-09-17T01:08:15.980177+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:08:17.253 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:08:16 smithi086 bash[23376]: audit 2024-09-17T01:08:15.986413+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:08:17.257 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:08:16 smithi018 bash[22760]: cluster 2024-09-17T01:08:15.930936+0000 mgr.a (mgr.14150) 240 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:08:17.257 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:08:16 smithi018 bash[22760]: audit 2024-09-17T01:08:15.975116+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:08:17.257 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:08:16 smithi018 bash[22760]: audit 2024-09-17T01:08:15.980177+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:08:17.257 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:08:16 smithi018 bash[22760]: audit 2024-09-17T01:08:15.986413+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:08:17.451 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:08:16 smithi063 bash[23456]: cluster 2024-09-17T01:08:15.930936+0000 mgr.a (mgr.14150) 240 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:08:17.451 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:08:16 smithi063 bash[23456]: audit 2024-09-17T01:08:15.975116+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:08:17.452 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:08:16 smithi063 bash[23456]: audit 2024-09-17T01:08:15.980177+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:08:17.452 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:08:16 smithi063 bash[23456]: audit 2024-09-17T01:08:15.986413+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:08:17.851 INFO:teuthology.orchestra.run.smithi018.stdout:{"pg_ready":true,"pg_map":{"version":182,"stamp":"2024-09-17T01:08:15.930612+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":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":137,"ondisk_log_size":137,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":281235456,"kb_used":89372,"kb_used_data":2268,"kb_used_omap":4,"kb_used_meta":85179,"kb_avail":281146084,"statfs":{"total":287985106944,"available":287893590016,"internally_reserved":0,"allocated":2322432,"data_stored":1935606,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4785,"internal_metadata":87223631},"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.003110"},"pg_stats":[{"pgid":"1.0","version":"21'137","reported_seq":186,"reported_epoch":21,"state":"active+clean","last_fresh":"2024-09-17T01:07:13.334706+0000","last_change":"2024-09-17T01:07:07.500623+0000","last_active":"2024-09-17T01:07:13.334706+0000","last_peered":"2024-09-17T01:07:13.334706+0000","last_clean":"2024-09-17T01:07:13.334706+0000","last_became_active":"2024-09-17T01:07:07.497539+0000","last_became_peered":"2024-09-17T01:07:07.497539+0000","last_unstale":"2024-09-17T01:07:13.334706+0000","last_undegraded":"2024-09-17T01:07:13.334706+0000","last_fullsized":"2024-09-17T01:07:13.334706+0000","mapping_epoch":19,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-17T01:07:06.484579+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-17T01:07:06.484579+0000","last_clean_scrub_stamp":"2024-09-17T01:07:06.484579+0000","objects_scrubbed":0,"log_size":137,"log_dups_size":0,"ondisk_log_size":137,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-18T12:33:18.780650+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":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":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":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":137,"ondisk_log_size":137,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":2,"up_from":18,"seq":77309411346,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32564,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93712588,"statfs":{"total":95995035648,"available":95961690112,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[0,1],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":13,"seq":55834574876,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28404,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716748,"statfs":{"total":95995035648,"available":95965949952,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":8,"seq":34359738407,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28404,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716748,"statfs":{"total":95995035648,"available":95965949952,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[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":[]}],"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-17T01:08:17.852 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-09-17T01:08:17.852 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-09-17T01:08:17.852 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-09-17T01:08:17.852 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell --fsid 2853ef26-7490-11ef-bceb-c7b262605968 -- ceph health --format=json 2024-09-17T01:08:18.201 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:08:17 smithi063 bash[23456]: audit 2024-09-17T01:08:17.247893+0000 mgr.a (mgr.14150) 241 : audit [DBG] from='client.14367 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T01:08:18.253 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:08:17 smithi086 bash[23376]: audit 2024-09-17T01:08:17.247893+0000 mgr.a (mgr.14150) 241 : audit [DBG] from='client.14367 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T01:08:18.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:08:17 smithi018 bash[22760]: audit 2024-09-17T01:08:17.247893+0000 mgr.a (mgr.14150) 241 : audit [DBG] from='client.14367 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T01:08:19.201 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:08:18 smithi063 bash[23456]: cluster 2024-09-17T01:08:17.931395+0000 mgr.a (mgr.14150) 242 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:08:19.252 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:08:18 smithi086 bash[23376]: cluster 2024-09-17T01:08:17.931395+0000 mgr.a (mgr.14150) 242 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:08:19.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:08:18 smithi018 bash[22760]: cluster 2024-09-17T01:08:17.931395+0000 mgr.a (mgr.14150) 242 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:08:21.701 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:08:21 smithi063 bash[23456]: cluster 2024-09-17T01:08:19.931921+0000 mgr.a (mgr.14150) 243 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:08:21.701 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:08:21 smithi063 bash[23456]: audit 2024-09-17T01:08:20.317340+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:08:21.701 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:08:21 smithi063 bash[23456]: audit 2024-09-17T01:08:20.325858+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:08:21.701 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:08:21 smithi063 bash[23456]: audit 2024-09-17T01:08:20.335812+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:08:21.753 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:08:21 smithi086 bash[23376]: cluster 2024-09-17T01:08:19.931921+0000 mgr.a (mgr.14150) 243 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:08:21.753 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:08:21 smithi086 bash[23376]: audit 2024-09-17T01:08:20.317340+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:08:21.753 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:08:21 smithi086 bash[23376]: audit 2024-09-17T01:08:20.325858+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:08:21.753 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:08:21 smithi086 bash[23376]: audit 2024-09-17T01:08:20.335812+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:08:21.775 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:08:21 smithi018 bash[22760]: cluster 2024-09-17T01:08:19.931921+0000 mgr.a (mgr.14150) 243 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:08:21.775 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:08:21 smithi018 bash[22760]: audit 2024-09-17T01:08:20.317340+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:08:21.775 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:08:21 smithi018 bash[22760]: audit 2024-09-17T01:08:20.325858+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:08:21.775 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:08:21 smithi018 bash[22760]: audit 2024-09-17T01:08:20.335812+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:08:22.599 INFO:teuthology.orchestra.run.smithi018.stderr:Inferring config /var/lib/ceph/2853ef26-7490-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T01:08:23.604 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:08:23 smithi018 bash[22760]: cluster 2024-09-17T01:08:21.932462+0000 mgr.a (mgr.14150) 244 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:08:23.701 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:08:23 smithi063 bash[23456]: cluster 2024-09-17T01:08:21.932462+0000 mgr.a (mgr.14150) 244 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:08:23.752 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:08:23 smithi086 bash[23376]: cluster 2024-09-17T01:08:21.932462+0000 mgr.a (mgr.14150) 244 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:08:23.961 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-17T01:08:23.961 INFO:teuthology.orchestra.run.smithi018.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-09-17T01:08:24.587 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:08:24 smithi018 bash[22760]: audit 2024-09-17T01:08:23.965314+0000 mon.a (mon.0) 661 : audit [DBG] from='client.? 172.21.15.18:0/3546179187' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-09-17T01:08:24.588 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-09-17T01:08:24.588 INFO:tasks.cephadm:Setup complete, yielding 2024-09-17T01:08:24.589 INFO:teuthology.run_tasks:Running task cephadm.apply... 2024-09-17T01:08:24.598 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-17T01:08:24.599 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2853ef26-7490-11ef-bceb-c7b262605968 -- ceph orch apply -i - 2024-09-17T01:08:24.701 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:08:24 smithi063 bash[23456]: audit 2024-09-17T01:08:23.965314+0000 mon.a (mon.0) 661 : audit [DBG] from='client.? 172.21.15.18:0/3546179187' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-09-17T01:08:24.752 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:08:24 smithi086 bash[23376]: audit 2024-09-17T01:08:23.965314+0000 mon.a (mon.0) 661 : audit [DBG] from='client.? 172.21.15.18:0/3546179187' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-09-17T01:08:25.499 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:08:25 smithi086 bash[23376]: cluster 2024-09-17T01:08:23.932935+0000 mgr.a (mgr.14150) 245 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:08:25.701 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:08:25 smithi063 bash[23456]: cluster 2024-09-17T01:08:23.932935+0000 mgr.a (mgr.14150) 245 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:08:25.775 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:08:25 smithi018 bash[22760]: cluster 2024-09-17T01:08:23.932935+0000 mgr.a (mgr.14150) 245 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:08:27.582 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:08:27 smithi086 bash[23376]: cluster 2024-09-17T01:08:25.933564+0000 mgr.a (mgr.14150) 246 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:08:27.701 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:08:27 smithi063 bash[23456]: cluster 2024-09-17T01:08:25.933564+0000 mgr.a (mgr.14150) 246 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:08:27.775 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:08:27 smithi018 bash[22760]: cluster 2024-09-17T01:08:25.933564+0000 mgr.a (mgr.14150) 246 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:08:29.346 INFO:teuthology.orchestra.run.smithi018.stderr:Inferring config /var/lib/ceph/2853ef26-7490-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T01:08:29.601 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:08:29 smithi018 bash[22760]: cluster 2024-09-17T01:08:27.934078+0000 mgr.a (mgr.14150) 247 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:08:29.701 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:08:29 smithi063 bash[23456]: cluster 2024-09-17T01:08:27.934078+0000 mgr.a (mgr.14150) 247 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:08:29.752 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:08:29 smithi086 bash[23376]: cluster 2024-09-17T01:08:27.934078+0000 mgr.a (mgr.14150) 247 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:08:31.199 INFO:teuthology.orchestra.run.smithi018.stdout:Scheduled mon update... 2024-09-17T01:08:31.525 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:08:31 smithi018 bash[22760]: cluster 2024-09-17T01:08:29.934593+0000 mgr.a (mgr.14150) 248 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:08:31.525 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:08:31 smithi018 bash[22760]: audit 2024-09-17T01:08:31.202275+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:08:31.526 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:08:31 smithi018 bash[22760]: audit 2024-09-17T01:08:31.203788+0000 mon.a (mon.0) 663 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:08:31.526 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:08:31 smithi018 bash[22760]: audit 2024-09-17T01:08:31.207971+0000 mon.a (mon.0) 664 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:08:31.526 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:08:31 smithi018 bash[22760]: audit 2024-09-17T01:08:31.209412+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:08:31.526 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:08:31 smithi018 bash[22760]: audit 2024-09-17T01:08:31.218130+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:08:31.526 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:08:31 smithi018 bash[22760]: audit 2024-09-17T01:08:31.222610+0000 mon.a (mon.0) 667 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-17T01:08:31.526 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:08:31 smithi018 bash[22760]: audit 2024-09-17T01:08:31.227597+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:08:31.701 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:08:31 smithi063 bash[23456]: cluster 2024-09-17T01:08:29.934593+0000 mgr.a (mgr.14150) 248 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:08:31.701 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:08:31 smithi063 bash[23456]: audit 2024-09-17T01:08:31.202275+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:08:31.701 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:08:31 smithi063 bash[23456]: audit 2024-09-17T01:08:31.203788+0000 mon.a (mon.0) 663 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:08:31.701 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:08:31 smithi063 bash[23456]: audit 2024-09-17T01:08:31.207971+0000 mon.a (mon.0) 664 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:08:31.701 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:08:31 smithi063 bash[23456]: audit 2024-09-17T01:08:31.209412+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:08:31.701 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:08:31 smithi063 bash[23456]: audit 2024-09-17T01:08:31.218130+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:08:31.702 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:08:31 smithi063 bash[23456]: audit 2024-09-17T01:08:31.222610+0000 mon.a (mon.0) 667 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-17T01:08:31.702 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:08:31 smithi063 bash[23456]: audit 2024-09-17T01:08:31.227597+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:08:31.753 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:08:31 smithi086 bash[23376]: cluster 2024-09-17T01:08:29.934593+0000 mgr.a (mgr.14150) 248 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:08:31.753 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:08:31 smithi086 bash[23376]: audit 2024-09-17T01:08:31.202275+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:08:31.753 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:08:31 smithi086 bash[23376]: audit 2024-09-17T01:08:31.203788+0000 mon.a (mon.0) 663 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:08:31.753 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:08:31 smithi086 bash[23376]: audit 2024-09-17T01:08:31.207971+0000 mon.a (mon.0) 664 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:08:31.753 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:08:31 smithi086 bash[23376]: audit 2024-09-17T01:08:31.209412+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:08:31.753 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:08:31 smithi086 bash[23376]: audit 2024-09-17T01:08:31.218130+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:08:31.753 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:08:31 smithi086 bash[23376]: audit 2024-09-17T01:08:31.222610+0000 mon.a (mon.0) 667 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-17T01:08:31.753 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:08:31 smithi086 bash[23376]: audit 2024-09-17T01:08:31.227597+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:08:31.819 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-17T01:08:31.828 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi018.front.sepia.ceph.com 2024-09-17T01:08:31.828 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2853ef26-7490-11ef-bceb-c7b262605968 -- bash -c 'set -ex 2024-09-17T01:08:31.828 DEBUG:teuthology.orchestra.run.smithi018:> # since we don'"'"'t know the real hostnames before the test, the next 2024-09-17T01:08:31.828 DEBUG:teuthology.orchestra.run.smithi018:> # bit is in order to replace the fake hostnames "host.a/b/c" with 2024-09-17T01:08:31.828 DEBUG:teuthology.orchestra.run.smithi018:> # the actual names cephadm knows the host by within the mon spec 2024-09-17T01:08:31.828 DEBUG:teuthology.orchestra.run.smithi018:> ceph orch host ls --format json | jq -r '"'"'.[] | .hostname'"'"' > realnames 2024-09-17T01:08:31.828 DEBUG:teuthology.orchestra.run.smithi018:> echo $'"'"'host.a\nhost.b\nhost.c'"'"' > fakenames 2024-09-17T01:08:31.828 DEBUG:teuthology.orchestra.run.smithi018:> echo $'"'"'a\nb\nc'"'"' > mon_ids 2024-09-17T01:08:31.828 DEBUG:teuthology.orchestra.run.smithi018:> echo $'"'"'{datacenter=a}\n{datacenter=b,rack=2}\n{datacenter=a,rack=3}'"'"' > crush_locs 2024-09-17T01:08:31.828 DEBUG:teuthology.orchestra.run.smithi018:> ceph orch ls --service-name mon --export > mon.yaml 2024-09-17T01:08:31.829 DEBUG:teuthology.orchestra.run.smithi018:> MONSPEC=`cat mon.yaml` 2024-09-17T01:08:31.829 DEBUG:teuthology.orchestra.run.smithi018:> echo "$MONSPEC" 2024-09-17T01:08:31.829 DEBUG:teuthology.orchestra.run.smithi018:> while read realname <&3 && read fakename <&4; do 2024-09-17T01:08:31.829 DEBUG:teuthology.orchestra.run.smithi018:> MONSPEC="${MONSPEC//$fakename/$realname}" 2024-09-17T01:08:31.829 DEBUG:teuthology.orchestra.run.smithi018:> done 3 echo "$MONSPEC" > mon.yaml 2024-09-17T01:08:31.829 DEBUG:teuthology.orchestra.run.smithi018:> cat mon.yaml 2024-09-17T01:08:31.829 DEBUG:teuthology.orchestra.run.smithi018:> # now the spec should have the real hostnames, so let'"'"'s re-apply 2024-09-17T01:08:31.829 DEBUG:teuthology.orchestra.run.smithi018:> ceph orch apply -i mon.yaml 2024-09-17T01:08:31.829 DEBUG:teuthology.orchestra.run.smithi018:> sleep 90 2024-09-17T01:08:31.829 DEBUG:teuthology.orchestra.run.smithi018:> ceph orch ps --refresh 2024-09-17T01:08:31.829 DEBUG:teuthology.orchestra.run.smithi018:> ceph orch ls --service-name mon --export > mon.yaml; ceph orch apply -i mon.yaml 2024-09-17T01:08:31.829 DEBUG:teuthology.orchestra.run.smithi018:> sleep 90 2024-09-17T01:08:31.829 DEBUG:teuthology.orchestra.run.smithi018:> ceph mon dump 2024-09-17T01:08:31.829 DEBUG:teuthology.orchestra.run.smithi018:> ceph mon dump --format json 2024-09-17T01:08:31.830 DEBUG:teuthology.orchestra.run.smithi018:> # verify all the crush locations got set from "ceph mon dump" output 2024-09-17T01:08:31.830 DEBUG:teuthology.orchestra.run.smithi018:> while read monid <&3 && read crushloc <&4; do 2024-09-17T01:08:31.830 DEBUG:teuthology.orchestra.run.smithi018:> ceph mon dump --format json | jq --arg monid "$monid" --arg crushloc "$crushloc" -e '"'"'.mons | .[] | select(.name == $monid) | .crush_location == $crushloc'"'"' 2024-09-17T01:08:31.830 DEBUG:teuthology.orchestra.run.smithi018:> done 3 ' 2024-09-17T01:08:32.701 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:08:32 smithi063 bash[23456]: audit 2024-09-17T01:08:31.187112+0000 mgr.a (mgr.14150) 249 : audit [DBG] from='client.14379 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T01:08:32.701 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:08:32 smithi063 bash[23456]: cephadm 2024-09-17T01:08:31.195668+0000 mgr.a (mgr.14150) 250 : cephadm [INF] Saving service mon spec with placement count:3 2024-09-17T01:08:32.752 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:08:32 smithi086 bash[23376]: audit 2024-09-17T01:08:31.187112+0000 mgr.a (mgr.14150) 249 : audit [DBG] from='client.14379 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T01:08:32.752 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:08:32 smithi086 bash[23376]: cephadm 2024-09-17T01:08:31.195668+0000 mgr.a (mgr.14150) 250 : cephadm [INF] Saving service mon spec with placement count:3 2024-09-17T01:08:32.775 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:08:32 smithi018 bash[22760]: audit 2024-09-17T01:08:31.187112+0000 mgr.a (mgr.14150) 249 : audit [DBG] from='client.14379 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T01:08:32.775 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:08:32 smithi018 bash[22760]: cephadm 2024-09-17T01:08:31.195668+0000 mgr.a (mgr.14150) 250 : cephadm [INF] Saving service mon spec with placement count:3 2024-09-17T01:08:33.701 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:08:33 smithi063 bash[23456]: cluster 2024-09-17T01:08:31.935251+0000 mgr.a (mgr.14150) 251 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:08:33.752 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:08:33 smithi086 bash[23376]: cluster 2024-09-17T01:08:31.935251+0000 mgr.a (mgr.14150) 251 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:08:33.776 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:08:33 smithi018 bash[22760]: cluster 2024-09-17T01:08:31.935251+0000 mgr.a (mgr.14150) 251 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:08:35.951 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:08:35 smithi063 bash[23456]: cluster 2024-09-17T01:08:33.935917+0000 mgr.a (mgr.14150) 252 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:08:35.951 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:08:35 smithi063 bash[23456]: audit 2024-09-17T01:08:34.653469+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:08:35.951 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:08:35 smithi063 bash[23456]: audit 2024-09-17T01:08:34.660314+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:08:35.951 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:08:35 smithi063 bash[23456]: audit 2024-09-17T01:08:34.667799+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:08:36.002 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:08:35 smithi086 bash[23376]: cluster 2024-09-17T01:08:33.935917+0000 mgr.a (mgr.14150) 252 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:08:36.002 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:08:35 smithi086 bash[23376]: audit 2024-09-17T01:08:34.653469+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:08:36.003 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:08:35 smithi086 bash[23376]: audit 2024-09-17T01:08:34.660314+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:08:36.003 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:08:35 smithi086 bash[23376]: audit 2024-09-17T01:08:34.667799+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:08:36.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:08:35 smithi018 bash[22760]: cluster 2024-09-17T01:08:33.935917+0000 mgr.a (mgr.14150) 252 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:08:36.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:08:35 smithi018 bash[22760]: audit 2024-09-17T01:08:34.653469+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:08:36.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:08:35 smithi018 bash[22760]: audit 2024-09-17T01:08:34.660314+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:08:36.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:08:35 smithi018 bash[22760]: audit 2024-09-17T01:08:34.667799+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:08:36.551 INFO:teuthology.orchestra.run.smithi018.stderr:Inferring config /var/lib/ceph/2853ef26-7490-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T01:08:37.451 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:08:37 smithi063 bash[23456]: cluster 2024-09-17T01:08:35.936589+0000 mgr.a (mgr.14150) 253 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:08:37.451 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:08:37 smithi063 bash[23456]: audit 2024-09-17T01:08:36.178984+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:08:37.451 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:08:37 smithi063 bash[23456]: audit 2024-09-17T01:08:36.186323+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:08:37.451 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:08:37 smithi063 bash[23456]: audit 2024-09-17T01:08:36.196092+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:08:37.502 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:08:37 smithi086 bash[23376]: cluster 2024-09-17T01:08:35.936589+0000 mgr.a (mgr.14150) 253 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:08:37.502 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:08:37 smithi086 bash[23376]: audit 2024-09-17T01:08:36.178984+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:08:37.503 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:08:37 smithi086 bash[23376]: audit 2024-09-17T01:08:36.186323+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:08:37.503 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:08:37 smithi086 bash[23376]: audit 2024-09-17T01:08:36.196092+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:08:37.525 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:08:37 smithi018 bash[22760]: cluster 2024-09-17T01:08:35.936589+0000 mgr.a (mgr.14150) 253 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:08:37.525 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:08:37 smithi018 bash[22760]: audit 2024-09-17T01:08:36.178984+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:08:37.525 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:08:37 smithi018 bash[22760]: audit 2024-09-17T01:08:36.186323+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:08:37.525 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:08:37 smithi018 bash[22760]: audit 2024-09-17T01:08:36.196092+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:08:37.663 INFO:teuthology.orchestra.run.smithi018.stderr:+ ceph orch host ls --format json 2024-09-17T01:08:37.663 INFO:teuthology.orchestra.run.smithi018.stderr:+ jq -r '.[] | .hostname' 2024-09-17T01:08:37.963 INFO:teuthology.orchestra.run.smithi018.stderr:+ echo 'host.a 2024-09-17T01:08:37.963 INFO:teuthology.orchestra.run.smithi018.stderr:host.b 2024-09-17T01:08:37.963 INFO:teuthology.orchestra.run.smithi018.stderr:host.c' 2024-09-17T01:08:37.963 INFO:teuthology.orchestra.run.smithi018.stderr:+ echo 'a 2024-09-17T01:08:37.963 INFO:teuthology.orchestra.run.smithi018.stderr:b 2024-09-17T01:08:37.963 INFO:teuthology.orchestra.run.smithi018.stderr:c' 2024-09-17T01:08:37.963 INFO:teuthology.orchestra.run.smithi018.stderr:+ echo '{datacenter=a} 2024-09-17T01:08:37.963 INFO:teuthology.orchestra.run.smithi018.stderr:{datacenter=b,rack=2} 2024-09-17T01:08:37.963 INFO:teuthology.orchestra.run.smithi018.stderr:{datacenter=a,rack=3}' 2024-09-17T01:08:37.963 INFO:teuthology.orchestra.run.smithi018.stderr:+ ceph orch ls --service-name mon --export 2024-09-17T01:08:38.267 INFO:teuthology.orchestra.run.smithi018.stderr:++ cat mon.yaml 2024-09-17T01:08:38.269 INFO:teuthology.orchestra.run.smithi018.stderr:+ MONSPEC='service_type: mon 2024-09-17T01:08:38.269 INFO:teuthology.orchestra.run.smithi018.stderr:service_name: mon 2024-09-17T01:08:38.269 INFO:teuthology.orchestra.run.smithi018.stderr:placement: 2024-09-17T01:08:38.269 INFO:teuthology.orchestra.run.smithi018.stderr: count: 3 2024-09-17T01:08:38.269 INFO:teuthology.orchestra.run.smithi018.stderr:spec: 2024-09-17T01:08:38.269 INFO:teuthology.orchestra.run.smithi018.stderr: crush_locations: 2024-09-17T01:08:38.269 INFO:teuthology.orchestra.run.smithi018.stderr: host.a: 2024-09-17T01:08:38.269 INFO:teuthology.orchestra.run.smithi018.stderr: - datacenter=a 2024-09-17T01:08:38.269 INFO:teuthology.orchestra.run.smithi018.stderr: host.b: 2024-09-17T01:08:38.269 INFO:teuthology.orchestra.run.smithi018.stderr: - datacenter=b 2024-09-17T01:08:38.269 INFO:teuthology.orchestra.run.smithi018.stderr: - rack=2 2024-09-17T01:08:38.270 INFO:teuthology.orchestra.run.smithi018.stderr: host.c: 2024-09-17T01:08:38.270 INFO:teuthology.orchestra.run.smithi018.stderr: - datacenter=a 2024-09-17T01:08:38.270 INFO:teuthology.orchestra.run.smithi018.stderr: - rack=3' 2024-09-17T01:08:38.270 INFO:teuthology.orchestra.run.smithi018.stderr:+ echo 'service_type: mon 2024-09-17T01:08:38.270 INFO:teuthology.orchestra.run.smithi018.stderr:service_name: mon 2024-09-17T01:08:38.270 INFO:teuthology.orchestra.run.smithi018.stderr:placement: 2024-09-17T01:08:38.270 INFO:teuthology.orchestra.run.smithi018.stderr: count: 3 2024-09-17T01:08:38.270 INFO:teuthology.orchestra.run.smithi018.stderr:spec: 2024-09-17T01:08:38.270 INFO:teuthology.orchestra.run.smithi018.stderr: crush_locations: 2024-09-17T01:08:38.270 INFO:teuthology.orchestra.run.smithi018.stderr: host.a: 2024-09-17T01:08:38.270 INFO:teuthology.orchestra.run.smithi018.stderr: - datacenter=a 2024-09-17T01:08:38.270 INFO:teuthology.orchestra.run.smithi018.stderr: host.b: 2024-09-17T01:08:38.270 INFO:teuthology.orchestra.run.smithi018.stderr: - datacenter=b 2024-09-17T01:08:38.271 INFO:teuthology.orchestra.run.smithi018.stderr: - rack=2 2024-09-17T01:08:38.271 INFO:teuthology.orchestra.run.smithi018.stderr: host.c: 2024-09-17T01:08:38.271 INFO:teuthology.orchestra.run.smithi018.stderr: - datacenter=a 2024-09-17T01:08:38.271 INFO:teuthology.orchestra.run.smithi018.stderr: - rack=3' 2024-09-17T01:08:38.271 INFO:teuthology.orchestra.run.smithi018.stdout:service_type: mon 2024-09-17T01:08:38.271 INFO:teuthology.orchestra.run.smithi018.stdout:service_name: mon 2024-09-17T01:08:38.271 INFO:teuthology.orchestra.run.smithi018.stdout:placement: 2024-09-17T01:08:38.271 INFO:teuthology.orchestra.run.smithi018.stdout: count: 3 2024-09-17T01:08:38.271 INFO:teuthology.orchestra.run.smithi018.stdout:spec: 2024-09-17T01:08:38.271 INFO:teuthology.orchestra.run.smithi018.stdout: crush_locations: 2024-09-17T01:08:38.272 INFO:teuthology.orchestra.run.smithi018.stdout: host.a: 2024-09-17T01:08:38.272 INFO:teuthology.orchestra.run.smithi018.stdout: - datacenter=a 2024-09-17T01:08:38.272 INFO:teuthology.orchestra.run.smithi018.stdout: host.b: 2024-09-17T01:08:38.272 INFO:teuthology.orchestra.run.smithi018.stdout: - datacenter=b 2024-09-17T01:08:38.272 INFO:teuthology.orchestra.run.smithi018.stdout: - rack=2 2024-09-17T01:08:38.272 INFO:teuthology.orchestra.run.smithi018.stdout: host.c: 2024-09-17T01:08:38.272 INFO:teuthology.orchestra.run.smithi018.stdout: - datacenter=a 2024-09-17T01:08:38.272 INFO:teuthology.orchestra.run.smithi018.stdout: - rack=3 2024-09-17T01:08:38.273 INFO:teuthology.orchestra.run.smithi018.stderr:+ read realname 2024-09-17T01:08:38.273 INFO:teuthology.orchestra.run.smithi018.stderr:+ read fakename 2024-09-17T01:08:38.273 INFO:teuthology.orchestra.run.smithi018.stderr:+ MONSPEC='service_type: mon 2024-09-17T01:08:38.273 INFO:teuthology.orchestra.run.smithi018.stderr:service_name: mon 2024-09-17T01:08:38.273 INFO:teuthology.orchestra.run.smithi018.stderr:placement: 2024-09-17T01:08:38.273 INFO:teuthology.orchestra.run.smithi018.stderr: count: 3 2024-09-17T01:08:38.273 INFO:teuthology.orchestra.run.smithi018.stderr:spec: 2024-09-17T01:08:38.273 INFO:teuthology.orchestra.run.smithi018.stderr: crush_locations: 2024-09-17T01:08:38.274 INFO:teuthology.orchestra.run.smithi018.stderr: smithi018: 2024-09-17T01:08:38.274 INFO:teuthology.orchestra.run.smithi018.stderr: - datacenter=a 2024-09-17T01:08:38.274 INFO:teuthology.orchestra.run.smithi018.stderr: host.b: 2024-09-17T01:08:38.274 INFO:teuthology.orchestra.run.smithi018.stderr: - datacenter=b 2024-09-17T01:08:38.274 INFO:teuthology.orchestra.run.smithi018.stderr: - rack=2 2024-09-17T01:08:38.274 INFO:teuthology.orchestra.run.smithi018.stderr: host.c: 2024-09-17T01:08:38.274 INFO:teuthology.orchestra.run.smithi018.stderr: - datacenter=a 2024-09-17T01:08:38.274 INFO:teuthology.orchestra.run.smithi018.stderr: - rack=3' 2024-09-17T01:08:38.274 INFO:teuthology.orchestra.run.smithi018.stderr:+ read realname 2024-09-17T01:08:38.274 INFO:teuthology.orchestra.run.smithi018.stderr:+ read fakename 2024-09-17T01:08:38.274 INFO:teuthology.orchestra.run.smithi018.stderr:+ MONSPEC='service_type: mon 2024-09-17T01:08:38.274 INFO:teuthology.orchestra.run.smithi018.stderr:service_name: mon 2024-09-17T01:08:38.274 INFO:teuthology.orchestra.run.smithi018.stderr:placement: 2024-09-17T01:08:38.274 INFO:teuthology.orchestra.run.smithi018.stderr: count: 3 2024-09-17T01:08:38.275 INFO:teuthology.orchestra.run.smithi018.stderr:spec: 2024-09-17T01:08:38.275 INFO:teuthology.orchestra.run.smithi018.stderr: crush_locations: 2024-09-17T01:08:38.275 INFO:teuthology.orchestra.run.smithi018.stderr: smithi018: 2024-09-17T01:08:38.275 INFO:teuthology.orchestra.run.smithi018.stderr: - datacenter=a 2024-09-17T01:08:38.275 INFO:teuthology.orchestra.run.smithi018.stderr: smithi063: 2024-09-17T01:08:38.275 INFO:teuthology.orchestra.run.smithi018.stderr: - datacenter=b 2024-09-17T01:08:38.275 INFO:teuthology.orchestra.run.smithi018.stderr: - rack=2 2024-09-17T01:08:38.275 INFO:teuthology.orchestra.run.smithi018.stderr: host.c: 2024-09-17T01:08:38.275 INFO:teuthology.orchestra.run.smithi018.stderr: - datacenter=a 2024-09-17T01:08:38.275 INFO:teuthology.orchestra.run.smithi018.stderr: - rack=3' 2024-09-17T01:08:38.275 INFO:teuthology.orchestra.run.smithi018.stderr:+ read realname 2024-09-17T01:08:38.275 INFO:teuthology.orchestra.run.smithi018.stderr:+ read fakename 2024-09-17T01:08:38.275 INFO:teuthology.orchestra.run.smithi018.stderr:+ MONSPEC='service_type: mon 2024-09-17T01:08:38.276 INFO:teuthology.orchestra.run.smithi018.stderr:service_name: mon 2024-09-17T01:08:38.276 INFO:teuthology.orchestra.run.smithi018.stderr:placement: 2024-09-17T01:08:38.276 INFO:teuthology.orchestra.run.smithi018.stderr: count: 3 2024-09-17T01:08:38.276 INFO:teuthology.orchestra.run.smithi018.stderr:spec: 2024-09-17T01:08:38.276 INFO:teuthology.orchestra.run.smithi018.stderr: crush_locations: 2024-09-17T01:08:38.276 INFO:teuthology.orchestra.run.smithi018.stderr: smithi018: 2024-09-17T01:08:38.276 INFO:teuthology.orchestra.run.smithi018.stderr: - datacenter=a 2024-09-17T01:08:38.276 INFO:teuthology.orchestra.run.smithi018.stderr: smithi063: 2024-09-17T01:08:38.276 INFO:teuthology.orchestra.run.smithi018.stderr: - datacenter=b 2024-09-17T01:08:38.276 INFO:teuthology.orchestra.run.smithi018.stderr: - rack=2 2024-09-17T01:08:38.276 INFO:teuthology.orchestra.run.smithi018.stderr: smithi086: 2024-09-17T01:08:38.276 INFO:teuthology.orchestra.run.smithi018.stderr: - datacenter=a 2024-09-17T01:08:38.276 INFO:teuthology.orchestra.run.smithi018.stderr: - rack=3' 2024-09-17T01:08:38.276 INFO:teuthology.orchestra.run.smithi018.stderr:+ read realname 2024-09-17T01:08:38.277 INFO:teuthology.orchestra.run.smithi018.stderr:+ echo 'service_type: mon 2024-09-17T01:08:38.277 INFO:teuthology.orchestra.run.smithi018.stderr:service_name: mon 2024-09-17T01:08:38.277 INFO:teuthology.orchestra.run.smithi018.stderr:placement: 2024-09-17T01:08:38.277 INFO:teuthology.orchestra.run.smithi018.stderr: count: 3 2024-09-17T01:08:38.277 INFO:teuthology.orchestra.run.smithi018.stderr:spec: 2024-09-17T01:08:38.277 INFO:teuthology.orchestra.run.smithi018.stderr: crush_locations: 2024-09-17T01:08:38.277 INFO:teuthology.orchestra.run.smithi018.stderr: smithi018: 2024-09-17T01:08:38.277 INFO:teuthology.orchestra.run.smithi018.stderr: - datacenter=a 2024-09-17T01:08:38.277 INFO:teuthology.orchestra.run.smithi018.stderr: smithi063: 2024-09-17T01:08:38.277 INFO:teuthology.orchestra.run.smithi018.stderr: - datacenter=b 2024-09-17T01:08:38.277 INFO:teuthology.orchestra.run.smithi018.stderr: - rack=2 2024-09-17T01:08:38.277 INFO:teuthology.orchestra.run.smithi018.stderr: smithi086: 2024-09-17T01:08:38.277 INFO:teuthology.orchestra.run.smithi018.stderr: - datacenter=a 2024-09-17T01:08:38.277 INFO:teuthology.orchestra.run.smithi018.stderr: - rack=3' 2024-09-17T01:08:38.278 INFO:teuthology.orchestra.run.smithi018.stderr:+ cat mon.yaml 2024-09-17T01:08:38.278 INFO:teuthology.orchestra.run.smithi018.stdout:service_type: mon 2024-09-17T01:08:38.278 INFO:teuthology.orchestra.run.smithi018.stdout:service_name: mon 2024-09-17T01:08:38.278 INFO:teuthology.orchestra.run.smithi018.stdout:placement: 2024-09-17T01:08:38.278 INFO:teuthology.orchestra.run.smithi018.stdout: count: 3 2024-09-17T01:08:38.278 INFO:teuthology.orchestra.run.smithi018.stdout:spec: 2024-09-17T01:08:38.278 INFO:teuthology.orchestra.run.smithi018.stdout: crush_locations: 2024-09-17T01:08:38.278 INFO:teuthology.orchestra.run.smithi018.stdout: smithi018: 2024-09-17T01:08:38.278 INFO:teuthology.orchestra.run.smithi018.stdout: - datacenter=a 2024-09-17T01:08:38.278 INFO:teuthology.orchestra.run.smithi018.stdout: smithi063: 2024-09-17T01:08:38.279 INFO:teuthology.orchestra.run.smithi018.stdout: - datacenter=b 2024-09-17T01:08:38.279 INFO:teuthology.orchestra.run.smithi018.stdout: - rack=2 2024-09-17T01:08:38.279 INFO:teuthology.orchestra.run.smithi018.stdout: smithi086: 2024-09-17T01:08:38.279 INFO:teuthology.orchestra.run.smithi018.stdout: - datacenter=a 2024-09-17T01:08:38.279 INFO:teuthology.orchestra.run.smithi018.stdout: - rack=3 2024-09-17T01:08:38.279 INFO:teuthology.orchestra.run.smithi018.stderr:+ ceph orch apply -i mon.yaml 2024-09-17T01:08:38.564 INFO:teuthology.orchestra.run.smithi018.stdout:Scheduled mon update... 2024-09-17T01:08:38.576 INFO:teuthology.orchestra.run.smithi018.stderr:+ sleep 90 2024-09-17T01:08:45.095 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:08:44 smithi086 bash[23376]: cephadm 2024-09-17T01:08:43.648538+0000 mgr.a (mgr.14150) 262 : cephadm [INF] Setting crush location for mon b to {datacenter=b,rack=2} 2024-09-17T01:08:45.095 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:08:44 smithi086 bash[23376]: cephadm 2024-09-17T01:08:43.780943+0000 mgr.a (mgr.14150) 263 : cephadm [INF] Setting crush location for mon c to {datacenter=a,rack=3} 2024-09-17T01:08:45.095 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:08:44 smithi086 bash[23376]: audit 2024-09-17T01:08:43.788401+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd='[{"prefix": "mon set_location", "name": "c", "args": ["datacenter=a", "rack=3"]}]': finished 2024-09-17T01:08:45.095 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:08:44 smithi086 bash[23376]: cluster 2024-09-17T01:08:43.794169+0000 mon.b (mon.2) 14 : cluster [INF] mon.b calling monitor election 2024-09-17T01:08:45.095 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:08:44 smithi086 bash[23376]: cluster 2024-09-17T01:08:43.794626+0000 mon.c (mon.1) 12 : cluster [INF] mon.c calling monitor election 2024-09-17T01:08:45.095 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:08:44 smithi086 bash[23376]: audit 2024-09-17T01:08:43.794882+0000 mon.a (mon.0) 743 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-17T01:08:45.095 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:08:44 smithi086 bash[23376]: audit 2024-09-17T01:08:43.795206+0000 mon.a (mon.0) 744 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T01:08:45.095 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:08:44 smithi086 bash[23376]: cluster 2024-09-17T01:08:43.795615+0000 mon.a (mon.0) 745 : cluster [INF] mon.a calling monitor election 2024-09-17T01:08:45.096 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:08:44 smithi086 bash[23376]: cluster 2024-09-17T01:08:43.816582+0000 mon.a (mon.0) 746 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-17T01:08:45.096 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:08:44 smithi086 bash[23376]: audit 2024-09-17T01:08:43.817412+0000 mon.a (mon.0) 747 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-17T01:08:45.096 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:08:44 smithi086 bash[23376]: cluster 2024-09-17T01:08:43.822494+0000 mon.a (mon.0) 748 : cluster [DBG] monmap epoch 6 2024-09-17T01:08:45.096 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:08:44 smithi086 bash[23376]: cluster 2024-09-17T01:08:43.822529+0000 mon.a (mon.0) 749 : cluster [DBG] fsid 2853ef26-7490-11ef-bceb-c7b262605968 2024-09-17T01:08:45.096 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:08:44 smithi086 bash[23376]: cluster 2024-09-17T01:08:43.822585+0000 mon.a (mon.0) 750 : cluster [DBG] last_changed 2024-09-17T01:08:43.786493+0000 2024-09-17T01:08:45.096 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:08:44 smithi086 bash[23376]: cluster 2024-09-17T01:08:43.822622+0000 mon.a (mon.0) 751 : cluster [DBG] created 2024-09-17T01:01:28.786733+0000 2024-09-17T01:08:45.096 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:08:44 smithi086 bash[23376]: cluster 2024-09-17T01:08:43.822658+0000 mon.a (mon.0) 752 : cluster [DBG] min_mon_release 19 (squid) 2024-09-17T01:08:45.096 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:08:44 smithi086 bash[23376]: cluster 2024-09-17T01:08:43.822690+0000 mon.a (mon.0) 753 : cluster [DBG] election_strategy: 1 2024-09-17T01:08:45.096 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:08:44 smithi086 bash[23376]: cluster 2024-09-17T01:08:43.822730+0000 mon.a (mon.0) 754 : cluster [DBG] 0: [v2:172.21.15.18:3300/0,v1:172.21.15.18:6789/0] mon.a; crush_location {datacenter=a} 2024-09-17T01:08:45.096 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:08:44 smithi086 bash[23376]: cluster 2024-09-17T01:08:43.822763+0000 mon.a (mon.0) 755 : cluster [DBG] 1: [v2:172.21.15.86:3300/0,v1:172.21.15.86:6789/0] mon.c; crush_location {datacenter=a,rack=3} 2024-09-17T01:08:45.096 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:08:44 smithi086 bash[23376]: cluster 2024-09-17T01:08:43.822799+0000 mon.a (mon.0) 756 : cluster [DBG] 2: [v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0] mon.b; crush_location {datacenter=b,rack=2} 2024-09-17T01:08:45.096 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:08:44 smithi086 bash[23376]: cluster 2024-09-17T01:08:43.823841+0000 mon.a (mon.0) 757 : cluster [DBG] fsmap 2024-09-17T01:08:45.096 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:08:44 smithi086 bash[23376]: cluster 2024-09-17T01:08:43.823916+0000 mon.a (mon.0) 758 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-09-17T01:08:45.097 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:08:44 smithi086 bash[23376]: cluster 2024-09-17T01:08:43.824459+0000 mon.a (mon.0) 759 : cluster [DBG] mgrmap e15: a(active, since 6m), standbys: b 2024-09-17T01:08:45.097 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:08:44 smithi086 bash[23376]: cluster 2024-09-17T01:08:43.824718+0000 mon.a (mon.0) 760 : cluster [INF] overall HEALTH_OK 2024-09-17T01:08:45.097 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:08:44 smithi086 bash[23376]: audit 2024-09-17T01:08:43.831057+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:08:45.097 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:08:44 smithi086 bash[23376]: audit 2024-09-17T01:08:43.838248+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:08:45.097 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:08:44 smithi086 bash[23376]: audit 2024-09-17T01:08:43.927229+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-17T01:08:45.097 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:08:44 smithi086 bash[23376]: audit 2024-09-17T01:08:43.929224+0000 mon.a (mon.0) 764 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-17T01:08:45.097 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:08:44 smithi086 bash[23376]: audit 2024-09-17T01:08:43.931201+0000 mon.a (mon.0) 765 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:08:45.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:08:44 smithi063 bash[23456]: cephadm 2024-09-17T01:08:43.648538+0000 mgr.a (mgr.14150) 262 : cephadm [INF] Setting crush location for mon b to {datacenter=b,rack=2} 2024-09-17T01:08:45.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:08:44 smithi063 bash[23456]: cephadm 2024-09-17T01:08:43.780943+0000 mgr.a (mgr.14150) 263 : cephadm [INF] Setting crush location for mon c to {datacenter=a,rack=3} 2024-09-17T01:08:45.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:08:44 smithi063 bash[23456]: audit 2024-09-17T01:08:43.788401+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd='[{"prefix": "mon set_location", "name": "c", "args": ["datacenter=a", "rack=3"]}]': finished 2024-09-17T01:08:45.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:08:44 smithi063 bash[23456]: cluster 2024-09-17T01:08:43.794169+0000 mon.b (mon.2) 14 : cluster [INF] mon.b calling monitor election 2024-09-17T01:08:45.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:08:44 smithi063 bash[23456]: cluster 2024-09-17T01:08:43.794626+0000 mon.c (mon.1) 12 : cluster [INF] mon.c calling monitor election 2024-09-17T01:08:45.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:08:44 smithi063 bash[23456]: audit 2024-09-17T01:08:43.794882+0000 mon.a (mon.0) 743 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-17T01:08:45.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:08:44 smithi063 bash[23456]: audit 2024-09-17T01:08:43.795206+0000 mon.a (mon.0) 744 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T01:08:45.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:08:44 smithi063 bash[23456]: cluster 2024-09-17T01:08:43.795615+0000 mon.a (mon.0) 745 : cluster [INF] mon.a calling monitor election 2024-09-17T01:08:45.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:08:44 smithi063 bash[23456]: cluster 2024-09-17T01:08:43.816582+0000 mon.a (mon.0) 746 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-17T01:08:45.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:08:44 smithi063 bash[23456]: audit 2024-09-17T01:08:43.817412+0000 mon.a (mon.0) 747 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-17T01:08:45.203 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:08:44 smithi063 bash[23456]: cluster 2024-09-17T01:08:43.822494+0000 mon.a (mon.0) 748 : cluster [DBG] monmap epoch 6 2024-09-17T01:08:45.203 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:08:44 smithi063 bash[23456]: cluster 2024-09-17T01:08:43.822529+0000 mon.a (mon.0) 749 : cluster [DBG] fsid 2853ef26-7490-11ef-bceb-c7b262605968 2024-09-17T01:08:45.203 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:08:44 smithi063 bash[23456]: cluster 2024-09-17T01:08:43.822585+0000 mon.a (mon.0) 750 : cluster [DBG] last_changed 2024-09-17T01:08:43.786493+0000 2024-09-17T01:08:45.203 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:08:44 smithi063 bash[23456]: cluster 2024-09-17T01:08:43.822622+0000 mon.a (mon.0) 751 : cluster [DBG] created 2024-09-17T01:01:28.786733+0000 2024-09-17T01:08:45.203 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:08:44 smithi063 bash[23456]: cluster 2024-09-17T01:08:43.822658+0000 mon.a (mon.0) 752 : cluster [DBG] min_mon_release 19 (squid) 2024-09-17T01:08:45.203 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:08:44 smithi063 bash[23456]: cluster 2024-09-17T01:08:43.822690+0000 mon.a (mon.0) 753 : cluster [DBG] election_strategy: 1 2024-09-17T01:08:45.203 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:08:44 smithi063 bash[23456]: cluster 2024-09-17T01:08:43.822730+0000 mon.a (mon.0) 754 : cluster [DBG] 0: [v2:172.21.15.18:3300/0,v1:172.21.15.18:6789/0] mon.a; crush_location {datacenter=a} 2024-09-17T01:08:45.203 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:08:44 smithi063 bash[23456]: cluster 2024-09-17T01:08:43.822763+0000 mon.a (mon.0) 755 : cluster [DBG] 1: [v2:172.21.15.86:3300/0,v1:172.21.15.86:6789/0] mon.c; crush_location {datacenter=a,rack=3} 2024-09-17T01:08:45.203 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:08:44 smithi063 bash[23456]: cluster 2024-09-17T01:08:43.822799+0000 mon.a (mon.0) 756 : cluster [DBG] 2: [v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0] mon.b; crush_location {datacenter=b,rack=2} 2024-09-17T01:08:45.203 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:08:44 smithi063 bash[23456]: cluster 2024-09-17T01:08:43.823841+0000 mon.a (mon.0) 757 : cluster [DBG] fsmap 2024-09-17T01:08:45.203 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:08:44 smithi063 bash[23456]: cluster 2024-09-17T01:08:43.823916+0000 mon.a (mon.0) 758 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-09-17T01:08:45.203 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:08:44 smithi063 bash[23456]: cluster 2024-09-17T01:08:43.824459+0000 mon.a (mon.0) 759 : cluster [DBG] mgrmap e15: a(active, since 6m), standbys: b 2024-09-17T01:08:45.203 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:08:44 smithi063 bash[23456]: cluster 2024-09-17T01:08:43.824718+0000 mon.a (mon.0) 760 : cluster [INF] overall HEALTH_OK 2024-09-17T01:08:45.204 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:08:44 smithi063 bash[23456]: audit 2024-09-17T01:08:43.831057+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:08:45.204 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:08:44 smithi063 bash[23456]: audit 2024-09-17T01:08:43.838248+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:08:45.204 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:08:44 smithi063 bash[23456]: audit 2024-09-17T01:08:43.927229+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-17T01:08:45.204 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:08:44 smithi063 bash[23456]: audit 2024-09-17T01:08:43.929224+0000 mon.a (mon.0) 764 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-17T01:08:45.204 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:08:44 smithi063 bash[23456]: audit 2024-09-17T01:08:43.931201+0000 mon.a (mon.0) 765 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:08:45.207 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:08:44 smithi018 bash[22760]: cephadm 2024-09-17T01:08:43.648538+0000 mgr.a (mgr.14150) 262 : cephadm [INF] Setting crush location for mon b to {datacenter=b,rack=2} 2024-09-17T01:08:45.207 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:08:44 smithi018 bash[22760]: cephadm 2024-09-17T01:08:43.780943+0000 mgr.a (mgr.14150) 263 : cephadm [INF] Setting crush location for mon c to {datacenter=a,rack=3} 2024-09-17T01:08:45.208 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:08:44 smithi018 bash[22760]: audit 2024-09-17T01:08:43.788401+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd='[{"prefix": "mon set_location", "name": "c", "args": ["datacenter=a", "rack=3"]}]': finished 2024-09-17T01:08:45.208 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:08:44 smithi018 bash[22760]: cluster 2024-09-17T01:08:43.794169+0000 mon.b (mon.2) 14 : cluster [INF] mon.b calling monitor election 2024-09-17T01:08:45.208 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:08:44 smithi018 bash[22760]: cluster 2024-09-17T01:08:43.794626+0000 mon.c (mon.1) 12 : cluster [INF] mon.c calling monitor election 2024-09-17T01:08:45.208 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:08:44 smithi018 bash[22760]: audit 2024-09-17T01:08:43.794882+0000 mon.a (mon.0) 743 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-17T01:08:45.208 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:08:44 smithi018 bash[22760]: audit 2024-09-17T01:08:43.795206+0000 mon.a (mon.0) 744 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T01:08:45.208 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:08:44 smithi018 bash[22760]: cluster 2024-09-17T01:08:43.795615+0000 mon.a (mon.0) 745 : cluster [INF] mon.a calling monitor election 2024-09-17T01:08:45.208 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:08:44 smithi018 bash[22760]: cluster 2024-09-17T01:08:43.816582+0000 mon.a (mon.0) 746 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-17T01:08:45.208 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:08:44 smithi018 bash[22760]: audit 2024-09-17T01:08:43.817412+0000 mon.a (mon.0) 747 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-17T01:08:45.208 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:08:44 smithi018 bash[22760]: cluster 2024-09-17T01:08:43.822494+0000 mon.a (mon.0) 748 : cluster [DBG] monmap epoch 6 2024-09-17T01:08:45.208 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:08:44 smithi018 bash[22760]: cluster 2024-09-17T01:08:43.822529+0000 mon.a (mon.0) 749 : cluster [DBG] fsid 2853ef26-7490-11ef-bceb-c7b262605968 2024-09-17T01:08:45.208 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:08:44 smithi018 bash[22760]: cluster 2024-09-17T01:08:43.822585+0000 mon.a (mon.0) 750 : cluster [DBG] last_changed 2024-09-17T01:08:43.786493+0000 2024-09-17T01:08:45.208 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:08:44 smithi018 bash[22760]: cluster 2024-09-17T01:08:43.822622+0000 mon.a (mon.0) 751 : cluster [DBG] created 2024-09-17T01:01:28.786733+0000 2024-09-17T01:08:45.208 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:08:44 smithi018 bash[22760]: cluster 2024-09-17T01:08:43.822658+0000 mon.a (mon.0) 752 : cluster [DBG] min_mon_release 19 (squid) 2024-09-17T01:08:45.208 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:08:44 smithi018 bash[22760]: cluster 2024-09-17T01:08:43.822690+0000 mon.a (mon.0) 753 : cluster [DBG] election_strategy: 1 2024-09-17T01:08:45.209 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:08:44 smithi018 bash[22760]: cluster 2024-09-17T01:08:43.822730+0000 mon.a (mon.0) 754 : cluster [DBG] 0: [v2:172.21.15.18:3300/0,v1:172.21.15.18:6789/0] mon.a; crush_location {datacenter=a} 2024-09-17T01:08:45.209 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:08:44 smithi018 bash[22760]: cluster 2024-09-17T01:08:43.822763+0000 mon.a (mon.0) 755 : cluster [DBG] 1: [v2:172.21.15.86:3300/0,v1:172.21.15.86:6789/0] mon.c; crush_location {datacenter=a,rack=3} 2024-09-17T01:08:45.209 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:08:44 smithi018 bash[22760]: cluster 2024-09-17T01:08:43.822799+0000 mon.a (mon.0) 756 : cluster [DBG] 2: [v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0] mon.b; crush_location {datacenter=b,rack=2} 2024-09-17T01:08:45.209 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:08:44 smithi018 bash[22760]: cluster 2024-09-17T01:08:43.823841+0000 mon.a (mon.0) 757 : cluster [DBG] fsmap 2024-09-17T01:08:45.209 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:08:44 smithi018 bash[22760]: cluster 2024-09-17T01:08:43.823916+0000 mon.a (mon.0) 758 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-09-17T01:08:45.209 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:08:44 smithi018 bash[22760]: cluster 2024-09-17T01:08:43.824459+0000 mon.a (mon.0) 759 : cluster [DBG] mgrmap e15: a(active, since 6m), standbys: b 2024-09-17T01:08:45.209 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:08:44 smithi018 bash[22760]: cluster 2024-09-17T01:08:43.824718+0000 mon.a (mon.0) 760 : cluster [INF] overall HEALTH_OK 2024-09-17T01:08:45.209 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:08:44 smithi018 bash[22760]: audit 2024-09-17T01:08:43.831057+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:08:45.209 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:08:44 smithi018 bash[22760]: audit 2024-09-17T01:08:43.838248+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:08:45.209 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:08:44 smithi018 bash[22760]: audit 2024-09-17T01:08:43.927229+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-17T01:08:45.209 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:08:44 smithi018 bash[22760]: audit 2024-09-17T01:08:43.929224+0000 mon.a (mon.0) 764 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-17T01:08:45.209 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:08:44 smithi018 bash[22760]: audit 2024-09-17T01:08:43.931201+0000 mon.a (mon.0) 765 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:08:46.201 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:08:45 smithi063 bash[23456]: cephadm 2024-09-17T01:08:43.926410+0000 mgr.a (mgr.14150) 264 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-09-17T01:08:46.201 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:08:45 smithi063 bash[23456]: cephadm 2024-09-17T01:08:43.933285+0000 mgr.a (mgr.14150) 265 : cephadm [INF] Reconfiguring daemon mon.a on smithi018 2024-09-17T01:08:46.201 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:08:45 smithi063 bash[23456]: cluster 2024-09-17T01:08:43.938617+0000 mgr.a (mgr.14150) 266 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:08:46.212 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:08:45 smithi086 bash[23376]: cephadm 2024-09-17T01:08:43.926410+0000 mgr.a (mgr.14150) 264 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-09-17T01:08:46.212 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:08:45 smithi086 bash[23376]: cephadm 2024-09-17T01:08:43.933285+0000 mgr.a (mgr.14150) 265 : cephadm [INF] Reconfiguring daemon mon.a on smithi018 2024-09-17T01:08:46.212 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:08:45 smithi086 bash[23376]: cluster 2024-09-17T01:08:43.938617+0000 mgr.a (mgr.14150) 266 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:08:46.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:08:45 smithi018 bash[22760]: cephadm 2024-09-17T01:08:43.926410+0000 mgr.a (mgr.14150) 264 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-09-17T01:08:46.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:08:45 smithi018 bash[22760]: cephadm 2024-09-17T01:08:43.933285+0000 mgr.a (mgr.14150) 265 : cephadm [INF] Reconfiguring daemon mon.a on smithi018 2024-09-17T01:08:46.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:08:45 smithi018 bash[22760]: cluster 2024-09-17T01:08:43.938617+0000 mgr.a (mgr.14150) 266 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:08:47.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:08:47 smithi018 bash[22760]: cluster 2024-09-17T01:08:45.939172+0000 mgr.a (mgr.14150) 267 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:08:47.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:08:47 smithi018 bash[22760]: audit 2024-09-17T01:08:46.011507+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:08:47.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:08:47 smithi018 bash[22760]: audit 2024-09-17T01:08:46.019204+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:08:47.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:08:47 smithi018 bash[22760]: cephadm 2024-09-17T01:08:46.020570+0000 mgr.a (mgr.14150) 268 : cephadm [INF] Reconfiguring mgr.a (monmap changed)... 2024-09-17T01:08:47.276 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:08:47 smithi018 bash[22760]: audit 2024-09-17T01:08:46.021278+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-17T01:08:47.276 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:08:47 smithi018 bash[22760]: audit 2024-09-17T01:08:46.023064+0000 mon.a (mon.0) 769 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-17T01:08:47.276 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:08:47 smithi018 bash[22760]: audit 2024-09-17T01:08:46.024572+0000 mon.a (mon.0) 770 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:08:47.276 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:08:47 smithi018 bash[22760]: cephadm 2024-09-17T01:08:46.026059+0000 mgr.a (mgr.14150) 269 : cephadm [INF] Reconfiguring daemon mgr.a on smithi018 2024-09-17T01:08:47.451 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:08:47 smithi063 bash[23456]: cluster 2024-09-17T01:08:45.939172+0000 mgr.a (mgr.14150) 267 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:08:47.451 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:08:47 smithi063 bash[23456]: audit 2024-09-17T01:08:46.011507+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:08:47.451 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:08:47 smithi063 bash[23456]: audit 2024-09-17T01:08:46.019204+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:08:47.451 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:08:47 smithi063 bash[23456]: cephadm 2024-09-17T01:08:46.020570+0000 mgr.a (mgr.14150) 268 : cephadm [INF] Reconfiguring mgr.a (monmap changed)... 2024-09-17T01:08:47.451 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:08:47 smithi063 bash[23456]: audit 2024-09-17T01:08:46.021278+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-17T01:08:47.452 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:08:47 smithi063 bash[23456]: audit 2024-09-17T01:08:46.023064+0000 mon.a (mon.0) 769 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-17T01:08:47.452 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:08:47 smithi063 bash[23456]: audit 2024-09-17T01:08:46.024572+0000 mon.a (mon.0) 770 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:08:47.452 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:08:47 smithi063 bash[23456]: cephadm 2024-09-17T01:08:46.026059+0000 mgr.a (mgr.14150) 269 : cephadm [INF] Reconfiguring daemon mgr.a on smithi018 2024-09-17T01:08:47.499 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:08:47 smithi086 bash[23376]: cluster 2024-09-17T01:08:45.939172+0000 mgr.a (mgr.14150) 267 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:08:47.499 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:08:47 smithi086 bash[23376]: audit 2024-09-17T01:08:46.011507+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:08:47.499 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:08:47 smithi086 bash[23376]: audit 2024-09-17T01:08:46.019204+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:08:47.499 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:08:47 smithi086 bash[23376]: cephadm 2024-09-17T01:08:46.020570+0000 mgr.a (mgr.14150) 268 : cephadm [INF] Reconfiguring mgr.a (monmap changed)... 2024-09-17T01:08:47.499 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:08:47 smithi086 bash[23376]: audit 2024-09-17T01:08:46.021278+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-17T01:08:47.499 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:08:47 smithi086 bash[23376]: audit 2024-09-17T01:08:46.023064+0000 mon.a (mon.0) 769 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-17T01:08:47.499 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:08:47 smithi086 bash[23376]: audit 2024-09-17T01:08:46.024572+0000 mon.a (mon.0) 770 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:08:47.499 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:08:47 smithi086 bash[23376]: cephadm 2024-09-17T01:08:46.026059+0000 mgr.a (mgr.14150) 269 : cephadm [INF] Reconfiguring daemon mgr.a on smithi018 2024-09-17T01:08:50.149 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:08:49 smithi018 bash[22760]: cluster 2024-09-17T01:08:47.939695+0000 mgr.a (mgr.14150) 270 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:08:50.149 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:08:49 smithi018 bash[22760]: audit 2024-09-17T01:08:48.887154+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:08:50.150 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:08:49 smithi018 bash[22760]: audit 2024-09-17T01:08:48.892890+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:08:50.150 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:08:49 smithi018 bash[22760]: cephadm 2024-09-17T01:08:48.894490+0000 mgr.a (mgr.14150) 271 : cephadm [INF] Reconfiguring osd.0 (monmap changed)... 2024-09-17T01:08:50.150 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:08:49 smithi018 bash[22760]: audit 2024-09-17T01:08:48.895102+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-17T01:08:50.150 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:08:49 smithi018 bash[22760]: audit 2024-09-17T01:08:48.896366+0000 mon.a (mon.0) 774 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:08:50.150 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:08:49 smithi018 bash[22760]: cephadm 2024-09-17T01:08:48.898252+0000 mgr.a (mgr.14150) 272 : cephadm [INF] Reconfiguring daemon osd.0 on smithi018 2024-09-17T01:08:50.201 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:08:49 smithi063 bash[23456]: cluster 2024-09-17T01:08:47.939695+0000 mgr.a (mgr.14150) 270 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:08:50.201 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:08:49 smithi063 bash[23456]: audit 2024-09-17T01:08:48.887154+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:08:50.201 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:08:49 smithi063 bash[23456]: audit 2024-09-17T01:08:48.892890+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:08:50.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:08:49 smithi063 bash[23456]: cephadm 2024-09-17T01:08:48.894490+0000 mgr.a (mgr.14150) 271 : cephadm [INF] Reconfiguring osd.0 (monmap changed)... 2024-09-17T01:08:50.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:08:49 smithi063 bash[23456]: audit 2024-09-17T01:08:48.895102+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-17T01:08:50.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:08:49 smithi063 bash[23456]: audit 2024-09-17T01:08:48.896366+0000 mon.a (mon.0) 774 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:08:50.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:08:49 smithi063 bash[23456]: cephadm 2024-09-17T01:08:48.898252+0000 mgr.a (mgr.14150) 272 : cephadm [INF] Reconfiguring daemon osd.0 on smithi018 2024-09-17T01:08:50.252 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:08:49 smithi086 bash[23376]: cluster 2024-09-17T01:08:47.939695+0000 mgr.a (mgr.14150) 270 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:08:50.252 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:08:49 smithi086 bash[23376]: audit 2024-09-17T01:08:48.887154+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:08:50.252 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:08:49 smithi086 bash[23376]: audit 2024-09-17T01:08:48.892890+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:08:50.253 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:08:49 smithi086 bash[23376]: cephadm 2024-09-17T01:08:48.894490+0000 mgr.a (mgr.14150) 271 : cephadm [INF] Reconfiguring osd.0 (monmap changed)... 2024-09-17T01:08:50.253 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:08:49 smithi086 bash[23376]: audit 2024-09-17T01:08:48.895102+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-17T01:08:50.253 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:08:49 smithi086 bash[23376]: audit 2024-09-17T01:08:48.896366+0000 mon.a (mon.0) 774 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:08:50.253 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:08:49 smithi086 bash[23376]: cephadm 2024-09-17T01:08:48.898252+0000 mgr.a (mgr.14150) 272 : cephadm [INF] Reconfiguring daemon osd.0 on smithi018 2024-09-17T01:08:52.201 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:08:51 smithi063 bash[23456]: cluster 2024-09-17T01:08:49.940147+0000 mgr.a (mgr.14150) 273 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:08:52.252 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:08:51 smithi086 bash[23376]: cluster 2024-09-17T01:08:49.940147+0000 mgr.a (mgr.14150) 273 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:08:52.273 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:08:51 smithi018 bash[22760]: cluster 2024-09-17T01:08:49.940147+0000 mgr.a (mgr.14150) 273 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:08:54.201 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:08:53 smithi063 bash[23456]: cluster 2024-09-17T01:08:51.940678+0000 mgr.a (mgr.14150) 274 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:08:54.201 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:08:53 smithi063 bash[23456]: audit 2024-09-17T01:08:53.116503+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:08:54.201 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:08:53 smithi063 bash[23456]: audit 2024-09-17T01:08:53.124139+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:08:54.201 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:08:53 smithi063 bash[23456]: audit 2024-09-17T01:08:53.126983+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-17T01:08:54.201 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:08:53 smithi063 bash[23456]: audit 2024-09-17T01:08:53.128788+0000 mon.a (mon.0) 778 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-17T01:08:54.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:08:53 smithi063 bash[23456]: audit 2024-09-17T01:08:53.130543+0000 mon.a (mon.0) 779 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:08:54.252 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:08:53 smithi086 bash[23376]: cluster 2024-09-17T01:08:51.940678+0000 mgr.a (mgr.14150) 274 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:08:54.252 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:08:53 smithi086 bash[23376]: audit 2024-09-17T01:08:53.116503+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:08:54.252 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:08:53 smithi086 bash[23376]: audit 2024-09-17T01:08:53.124139+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:08:54.252 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:08:53 smithi086 bash[23376]: audit 2024-09-17T01:08:53.126983+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-17T01:08:54.252 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:08:53 smithi086 bash[23376]: audit 2024-09-17T01:08:53.128788+0000 mon.a (mon.0) 778 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-17T01:08:54.252 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:08:53 smithi086 bash[23376]: audit 2024-09-17T01:08:53.130543+0000 mon.a (mon.0) 779 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:08:54.276 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:08:53 smithi018 bash[22760]: cluster 2024-09-17T01:08:51.940678+0000 mgr.a (mgr.14150) 274 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:08:54.276 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:08:53 smithi018 bash[22760]: audit 2024-09-17T01:08:53.116503+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:08:54.276 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:08:53 smithi018 bash[22760]: audit 2024-09-17T01:08:53.124139+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:08:54.276 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:08:53 smithi018 bash[22760]: audit 2024-09-17T01:08:53.126983+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-17T01:08:54.276 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:08:53 smithi018 bash[22760]: audit 2024-09-17T01:08:53.128788+0000 mon.a (mon.0) 778 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-17T01:08:54.276 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:08:53 smithi018 bash[22760]: audit 2024-09-17T01:08:53.130543+0000 mon.a (mon.0) 779 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:08:54.951 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:08:54 smithi063 bash[23456]: cephadm 2024-09-17T01:08:53.126287+0000 mgr.a (mgr.14150) 275 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-09-17T01:08:54.951 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:08:54 smithi063 bash[23456]: cephadm 2024-09-17T01:08:53.132496+0000 mgr.a (mgr.14150) 276 : cephadm [INF] Reconfiguring daemon mon.b on smithi063 2024-09-17T01:08:54.951 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:08:54 smithi063 bash[23456]: audit 2024-09-17T01:08:54.879643+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:08:54.951 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:08:54 smithi063 bash[23456]: audit 2024-09-17T01:08:54.887422+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:08:55.179 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:08:54 smithi018 bash[22760]: cephadm 2024-09-17T01:08:53.126287+0000 mgr.a (mgr.14150) 275 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-09-17T01:08:55.180 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:08:54 smithi018 bash[22760]: cephadm 2024-09-17T01:08:53.132496+0000 mgr.a (mgr.14150) 276 : cephadm [INF] Reconfiguring daemon mon.b on smithi063 2024-09-17T01:08:55.180 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:08:54 smithi018 bash[22760]: audit 2024-09-17T01:08:54.879643+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:08:55.180 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:08:54 smithi018 bash[22760]: audit 2024-09-17T01:08:54.887422+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:08:55.252 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:08:54 smithi086 bash[23376]: cephadm 2024-09-17T01:08:53.126287+0000 mgr.a (mgr.14150) 275 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-09-17T01:08:55.252 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:08:54 smithi086 bash[23376]: cephadm 2024-09-17T01:08:53.132496+0000 mgr.a (mgr.14150) 276 : cephadm [INF] Reconfiguring daemon mon.b on smithi063 2024-09-17T01:08:55.252 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:08:54 smithi086 bash[23376]: audit 2024-09-17T01:08:54.879643+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:08:55.252 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:08:54 smithi086 bash[23376]: audit 2024-09-17T01:08:54.887422+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:08:56.201 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:08:55 smithi063 bash[23456]: cluster 2024-09-17T01:08:53.941295+0000 mgr.a (mgr.14150) 277 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:08:56.201 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:08:55 smithi063 bash[23456]: audit 2024-09-17T01:08:54.896707+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:08:56.201 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:08:55 smithi063 bash[23456]: audit 2024-09-17T01:08:55.437745+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:08:56.201 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:08:55 smithi063 bash[23456]: audit 2024-09-17T01:08:55.446010+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:08:56.201 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:08:55 smithi063 bash[23456]: cephadm 2024-09-17T01:08:55.447759+0000 mgr.a (mgr.14150) 278 : cephadm [INF] Reconfiguring mgr.b (monmap changed)... 2024-09-17T01:08:56.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:08:55 smithi063 bash[23456]: audit 2024-09-17T01:08:55.448570+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-17T01:08:56.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:08:55 smithi063 bash[23456]: audit 2024-09-17T01:08:55.450815+0000 mon.a (mon.0) 786 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-17T01:08:56.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:08:55 smithi063 bash[23456]: audit 2024-09-17T01:08:55.452835+0000 mon.a (mon.0) 787 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:08:56.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:08:55 smithi063 bash[23456]: cephadm 2024-09-17T01:08:55.455027+0000 mgr.a (mgr.14150) 279 : cephadm [INF] Reconfiguring daemon mgr.b on smithi063 2024-09-17T01:08:56.252 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:08:55 smithi086 bash[23376]: cluster 2024-09-17T01:08:53.941295+0000 mgr.a (mgr.14150) 277 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:08:56.252 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:08:55 smithi086 bash[23376]: audit 2024-09-17T01:08:54.896707+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:08:56.253 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:08:55 smithi086 bash[23376]: audit 2024-09-17T01:08:55.437745+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:08:56.253 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:08:55 smithi086 bash[23376]: audit 2024-09-17T01:08:55.446010+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:08:56.253 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:08:55 smithi086 bash[23376]: cephadm 2024-09-17T01:08:55.447759+0000 mgr.a (mgr.14150) 278 : cephadm [INF] Reconfiguring mgr.b (monmap changed)... 2024-09-17T01:08:56.253 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:08:55 smithi086 bash[23376]: audit 2024-09-17T01:08:55.448570+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-17T01:08:56.253 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:08:55 smithi086 bash[23376]: audit 2024-09-17T01:08:55.450815+0000 mon.a (mon.0) 786 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-17T01:08:56.253 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:08:55 smithi086 bash[23376]: audit 2024-09-17T01:08:55.452835+0000 mon.a (mon.0) 787 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:08:56.253 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:08:55 smithi086 bash[23376]: cephadm 2024-09-17T01:08:55.455027+0000 mgr.a (mgr.14150) 279 : cephadm [INF] Reconfiguring daemon mgr.b on smithi063 2024-09-17T01:08:56.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:08:55 smithi018 bash[22760]: cluster 2024-09-17T01:08:53.941295+0000 mgr.a (mgr.14150) 277 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:08:56.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:08:55 smithi018 bash[22760]: audit 2024-09-17T01:08:54.896707+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:08:56.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:08:55 smithi018 bash[22760]: audit 2024-09-17T01:08:55.437745+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:08:56.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:08:55 smithi018 bash[22760]: audit 2024-09-17T01:08:55.446010+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:08:56.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:08:55 smithi018 bash[22760]: cephadm 2024-09-17T01:08:55.447759+0000 mgr.a (mgr.14150) 278 : cephadm [INF] Reconfiguring mgr.b (monmap changed)... 2024-09-17T01:08:56.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:08:55 smithi018 bash[22760]: audit 2024-09-17T01:08:55.448570+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-17T01:08:56.276 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:08:55 smithi018 bash[22760]: audit 2024-09-17T01:08:55.450815+0000 mon.a (mon.0) 786 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-17T01:08:56.276 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:08:55 smithi018 bash[22760]: audit 2024-09-17T01:08:55.452835+0000 mon.a (mon.0) 787 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:08:56.276 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:08:55 smithi018 bash[22760]: cephadm 2024-09-17T01:08:55.455027+0000 mgr.a (mgr.14150) 279 : cephadm [INF] Reconfiguring daemon mgr.b on smithi063 2024-09-17T01:08:57.701 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:08:57 smithi063 bash[23456]: cluster 2024-09-17T01:08:55.941878+0000 mgr.a (mgr.14150) 280 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:08:57.701 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:08:57 smithi063 bash[23456]: audit 2024-09-17T01:08:56.400957+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:08:57.701 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:08:57 smithi063 bash[23456]: audit 2024-09-17T01:08:56.409051+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:08:57.701 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:08:57 smithi063 bash[23456]: audit 2024-09-17T01:08:56.418657+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:08:57.752 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:08:57 smithi086 bash[23376]: cluster 2024-09-17T01:08:55.941878+0000 mgr.a (mgr.14150) 280 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:08:57.752 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:08:57 smithi086 bash[23376]: audit 2024-09-17T01:08:56.400957+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:08:57.752 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:08:57 smithi086 bash[23376]: audit 2024-09-17T01:08:56.409051+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:08:57.752 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:08:57 smithi086 bash[23376]: audit 2024-09-17T01:08:56.418657+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:08:57.775 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:08:57 smithi018 bash[22760]: cluster 2024-09-17T01:08:55.941878+0000 mgr.a (mgr.14150) 280 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:08:57.775 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:08:57 smithi018 bash[22760]: audit 2024-09-17T01:08:56.400957+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:08:57.775 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:08:57 smithi018 bash[22760]: audit 2024-09-17T01:08:56.409051+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:08:57.775 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:08:57 smithi018 bash[22760]: audit 2024-09-17T01:08:56.418657+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:08:59.621 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:08:59 smithi063 bash[23456]: cluster 2024-09-17T01:08:57.942370+0000 mgr.a (mgr.14150) 281 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:08:59.621 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:08:59 smithi063 bash[23456]: audit 2024-09-17T01:08:58.284207+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:08:59.621 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:08:59 smithi063 bash[23456]: audit 2024-09-17T01:08:58.292509+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:08:59.621 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:08:59 smithi063 bash[23456]: cephadm 2024-09-17T01:08:58.294142+0000 mgr.a (mgr.14150) 282 : cephadm [INF] Reconfiguring osd.1 (monmap changed)... 2024-09-17T01:08:59.621 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:08:59 smithi063 bash[23456]: audit 2024-09-17T01:08:58.294771+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-17T01:08:59.621 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:08:59 smithi063 bash[23456]: audit 2024-09-17T01:08:58.296516+0000 mon.a (mon.0) 794 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:08:59.621 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:08:59 smithi063 bash[23456]: cephadm 2024-09-17T01:08:58.299230+0000 mgr.a (mgr.14150) 283 : cephadm [INF] Reconfiguring daemon osd.1 on smithi063 2024-09-17T01:08:59.752 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:08:59 smithi086 bash[23376]: cluster 2024-09-17T01:08:57.942370+0000 mgr.a (mgr.14150) 281 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:08:59.752 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:08:59 smithi086 bash[23376]: audit 2024-09-17T01:08:58.284207+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:08:59.753 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:08:59 smithi086 bash[23376]: audit 2024-09-17T01:08:58.292509+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:08:59.753 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:08:59 smithi086 bash[23376]: cephadm 2024-09-17T01:08:58.294142+0000 mgr.a (mgr.14150) 282 : cephadm [INF] Reconfiguring osd.1 (monmap changed)... 2024-09-17T01:08:59.753 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:08:59 smithi086 bash[23376]: audit 2024-09-17T01:08:58.294771+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-17T01:08:59.753 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:08:59 smithi086 bash[23376]: audit 2024-09-17T01:08:58.296516+0000 mon.a (mon.0) 794 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:08:59.753 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:08:59 smithi086 bash[23376]: cephadm 2024-09-17T01:08:58.299230+0000 mgr.a (mgr.14150) 283 : cephadm [INF] Reconfiguring daemon osd.1 on smithi063 2024-09-17T01:08:59.775 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:08:59 smithi018 bash[22760]: cluster 2024-09-17T01:08:57.942370+0000 mgr.a (mgr.14150) 281 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:08:59.775 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:08:59 smithi018 bash[22760]: audit 2024-09-17T01:08:58.284207+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:08:59.775 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:08:59 smithi018 bash[22760]: audit 2024-09-17T01:08:58.292509+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:08:59.775 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:08:59 smithi018 bash[22760]: cephadm 2024-09-17T01:08:58.294142+0000 mgr.a (mgr.14150) 282 : cephadm [INF] Reconfiguring osd.1 (monmap changed)... 2024-09-17T01:08:59.775 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:08:59 smithi018 bash[22760]: audit 2024-09-17T01:08:58.294771+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-17T01:08:59.775 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:08:59 smithi018 bash[22760]: audit 2024-09-17T01:08:58.296516+0000 mon.a (mon.0) 794 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:08:59.776 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:08:59 smithi018 bash[22760]: cephadm 2024-09-17T01:08:58.299230+0000 mgr.a (mgr.14150) 283 : cephadm [INF] Reconfiguring daemon osd.1 on smithi063 2024-09-17T01:09:01.701 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:09:01 smithi063 bash[23456]: cluster 2024-09-17T01:08:59.942871+0000 mgr.a (mgr.14150) 284 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:09:01.752 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:09:01 smithi086 bash[23376]: cluster 2024-09-17T01:08:59.942871+0000 mgr.a (mgr.14150) 284 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:09:01.775 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:09:01 smithi018 bash[22760]: cluster 2024-09-17T01:08:59.942871+0000 mgr.a (mgr.14150) 284 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:09:04.002 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:09:03 smithi086 bash[23376]: cluster 2024-09-17T01:09:01.943457+0000 mgr.a (mgr.14150) 285 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:09:04.002 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:09:03 smithi086 bash[23376]: audit 2024-09-17T01:09:02.744344+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:09:04.002 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:09:03 smithi086 bash[23376]: audit 2024-09-17T01:09:02.752947+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:09:04.002 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:09:03 smithi086 bash[23376]: cephadm 2024-09-17T01:09:02.755301+0000 mgr.a (mgr.14150) 286 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-09-17T01:09:04.002 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:09:03 smithi086 bash[23376]: audit 2024-09-17T01:09:02.756137+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-17T01:09:04.003 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:09:03 smithi086 bash[23376]: audit 2024-09-17T01:09:02.757785+0000 mon.a (mon.0) 798 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-17T01:09:04.003 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:09:03 smithi086 bash[23376]: audit 2024-09-17T01:09:02.759422+0000 mon.a (mon.0) 799 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:09:04.003 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:09:03 smithi086 bash[23376]: cephadm 2024-09-17T01:09:02.761378+0000 mgr.a (mgr.14150) 287 : cephadm [INF] Reconfiguring daemon mon.c on smithi086 2024-09-17T01:09:04.003 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:09:03 smithi086 bash[23376]: audit 2024-09-17T01:09:03.021203+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:09:04.003 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:09:03 smithi086 bash[23376]: audit 2024-09-17T01:09:03.029642+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:09:04.003 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:09:03 smithi086 bash[23376]: audit 2024-09-17T01:09:03.039138+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:09:04.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:09:03 smithi018 bash[22760]: cluster 2024-09-17T01:09:01.943457+0000 mgr.a (mgr.14150) 285 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:09:04.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:09:03 smithi018 bash[22760]: audit 2024-09-17T01:09:02.744344+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:09:04.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:09:03 smithi018 bash[22760]: audit 2024-09-17T01:09:02.752947+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:09:04.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:09:03 smithi018 bash[22760]: cephadm 2024-09-17T01:09:02.755301+0000 mgr.a (mgr.14150) 286 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-09-17T01:09:04.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:09:03 smithi018 bash[22760]: audit 2024-09-17T01:09:02.756137+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-17T01:09:04.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:09:03 smithi018 bash[22760]: audit 2024-09-17T01:09:02.757785+0000 mon.a (mon.0) 798 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-17T01:09:04.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:09:03 smithi018 bash[22760]: audit 2024-09-17T01:09:02.759422+0000 mon.a (mon.0) 799 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:09:04.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:09:03 smithi018 bash[22760]: cephadm 2024-09-17T01:09:02.761378+0000 mgr.a (mgr.14150) 287 : cephadm [INF] Reconfiguring daemon mon.c on smithi086 2024-09-17T01:09:04.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:09:03 smithi018 bash[22760]: audit 2024-09-17T01:09:03.021203+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:09:04.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:09:03 smithi018 bash[22760]: audit 2024-09-17T01:09:03.029642+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:09:04.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:09:03 smithi018 bash[22760]: audit 2024-09-17T01:09:03.039138+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:09:04.201 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:09:03 smithi063 bash[23456]: cluster 2024-09-17T01:09:01.943457+0000 mgr.a (mgr.14150) 285 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:09:04.201 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:09:03 smithi063 bash[23456]: audit 2024-09-17T01:09:02.744344+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:09:04.201 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:09:03 smithi063 bash[23456]: audit 2024-09-17T01:09:02.752947+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:09:04.201 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:09:03 smithi063 bash[23456]: cephadm 2024-09-17T01:09:02.755301+0000 mgr.a (mgr.14150) 286 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-09-17T01:09:04.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:09:03 smithi063 bash[23456]: audit 2024-09-17T01:09:02.756137+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-17T01:09:04.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:09:03 smithi063 bash[23456]: audit 2024-09-17T01:09:02.757785+0000 mon.a (mon.0) 798 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-17T01:09:04.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:09:03 smithi063 bash[23456]: audit 2024-09-17T01:09:02.759422+0000 mon.a (mon.0) 799 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:09:04.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:09:03 smithi063 bash[23456]: cephadm 2024-09-17T01:09:02.761378+0000 mgr.a (mgr.14150) 287 : cephadm [INF] Reconfiguring daemon mon.c on smithi086 2024-09-17T01:09:04.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:09:03 smithi063 bash[23456]: audit 2024-09-17T01:09:03.021203+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:09:04.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:09:03 smithi063 bash[23456]: audit 2024-09-17T01:09:03.029642+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:09:04.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:09:03 smithi063 bash[23456]: audit 2024-09-17T01:09:03.039138+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:09:06.002 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:09:05 smithi086 bash[23376]: cluster 2024-09-17T01:09:03.943931+0000 mgr.a (mgr.14150) 288 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:09:06.002 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:09:05 smithi086 bash[23376]: audit 2024-09-17T01:09:04.948563+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:09:06.002 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:09:05 smithi086 bash[23376]: audit 2024-09-17T01:09:04.956428+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:09:06.003 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:09:05 smithi086 bash[23376]: audit 2024-09-17T01:09:04.958627+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-17T01:09:06.003 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:09:05 smithi086 bash[23376]: audit 2024-09-17T01:09:04.960314+0000 mon.a (mon.0) 806 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:09:06.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:09:05 smithi018 bash[22760]: cluster 2024-09-17T01:09:03.943931+0000 mgr.a (mgr.14150) 288 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:09:06.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:09:05 smithi018 bash[22760]: audit 2024-09-17T01:09:04.948563+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:09:06.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:09:05 smithi018 bash[22760]: audit 2024-09-17T01:09:04.956428+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:09:06.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:09:05 smithi018 bash[22760]: audit 2024-09-17T01:09:04.958627+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-17T01:09:06.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:09:05 smithi018 bash[22760]: audit 2024-09-17T01:09:04.960314+0000 mon.a (mon.0) 806 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:09:06.201 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:09:05 smithi063 bash[23456]: cluster 2024-09-17T01:09:03.943931+0000 mgr.a (mgr.14150) 288 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:09:06.201 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:09:05 smithi063 bash[23456]: audit 2024-09-17T01:09:04.948563+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:09:06.201 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:09:05 smithi063 bash[23456]: audit 2024-09-17T01:09:04.956428+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:09:06.201 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:09:05 smithi063 bash[23456]: audit 2024-09-17T01:09:04.958627+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-17T01:09:06.201 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:09:05 smithi063 bash[23456]: audit 2024-09-17T01:09:04.960314+0000 mon.a (mon.0) 806 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:09:06.804 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:09:06 smithi086 bash[23376]: cephadm 2024-09-17T01:09:04.957992+0000 mgr.a (mgr.14150) 289 : cephadm [INF] Reconfiguring osd.2 (monmap changed)... 2024-09-17T01:09:06.805 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:09:06 smithi086 bash[23376]: cephadm 2024-09-17T01:09:04.962877+0000 mgr.a (mgr.14150) 290 : cephadm [INF] Reconfiguring daemon osd.2 on smithi086 2024-09-17T01:09:07.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:09:06 smithi018 bash[22760]: cephadm 2024-09-17T01:09:04.957992+0000 mgr.a (mgr.14150) 289 : cephadm [INF] Reconfiguring osd.2 (monmap changed)... 2024-09-17T01:09:07.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:09:06 smithi018 bash[22760]: cephadm 2024-09-17T01:09:04.962877+0000 mgr.a (mgr.14150) 290 : cephadm [INF] Reconfiguring daemon osd.2 on smithi086 2024-09-17T01:09:07.201 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:09:06 smithi063 bash[23456]: cephadm 2024-09-17T01:09:04.957992+0000 mgr.a (mgr.14150) 289 : cephadm [INF] Reconfiguring osd.2 (monmap changed)... 2024-09-17T01:09:07.201 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:09:06 smithi063 bash[23456]: cephadm 2024-09-17T01:09:04.962877+0000 mgr.a (mgr.14150) 290 : cephadm [INF] Reconfiguring daemon osd.2 on smithi086 2024-09-17T01:09:08.002 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:09:07 smithi086 bash[23376]: cluster 2024-09-17T01:09:05.944474+0000 mgr.a (mgr.14150) 291 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:09:08.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:09:07 smithi018 bash[22760]: cluster 2024-09-17T01:09:05.944474+0000 mgr.a (mgr.14150) 291 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:09:08.201 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:09:07 smithi063 bash[23456]: cluster 2024-09-17T01:09:05.944474+0000 mgr.a (mgr.14150) 291 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:09:09.201 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:09:08 smithi063 bash[23456]: audit 2024-09-17T01:09:07.912508+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:09:09.201 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:09:08 smithi063 bash[23456]: audit 2024-09-17T01:09:07.920807+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:09:09.201 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:09:08 smithi063 bash[23456]: cluster 2024-09-17T01:09:07.944980+0000 mgr.a (mgr.14150) 292 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:09:09.252 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:09:08 smithi086 bash[23376]: audit 2024-09-17T01:09:07.912508+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:09:09.252 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:09:08 smithi086 bash[23376]: audit 2024-09-17T01:09:07.920807+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:09:09.252 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:09:08 smithi086 bash[23376]: cluster 2024-09-17T01:09:07.944980+0000 mgr.a (mgr.14150) 292 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:09:09.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:09:08 smithi018 bash[22760]: audit 2024-09-17T01:09:07.912508+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:09:09.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:09:08 smithi018 bash[22760]: audit 2024-09-17T01:09:07.920807+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:09:09.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:09:08 smithi018 bash[22760]: cluster 2024-09-17T01:09:07.944980+0000 mgr.a (mgr.14150) 292 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:09:11.252 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:09:11 smithi086 bash[23376]: cluster 2024-09-17T01:09:09.945335+0000 mgr.a (mgr.14150) 293 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:09:11.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:09:11 smithi018 bash[22760]: cluster 2024-09-17T01:09:09.945335+0000 mgr.a (mgr.14150) 293 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:09:11.451 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:09:11 smithi063 bash[23456]: cluster 2024-09-17T01:09:09.945335+0000 mgr.a (mgr.14150) 293 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:09:13.252 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:09:13 smithi086 bash[23376]: cluster 2024-09-17T01:09:11.945859+0000 mgr.a (mgr.14150) 294 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:09:13.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:09:13 smithi018 bash[22760]: cluster 2024-09-17T01:09:11.945859+0000 mgr.a (mgr.14150) 294 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:09:13.451 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:09:13 smithi063 bash[23456]: cluster 2024-09-17T01:09:11.945859+0000 mgr.a (mgr.14150) 294 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:09:15.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:09:15 smithi018 bash[22760]: cluster 2024-09-17T01:09:13.946361+0000 mgr.a (mgr.14150) 295 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:09:15.451 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:09:15 smithi063 bash[23456]: cluster 2024-09-17T01:09:13.946361+0000 mgr.a (mgr.14150) 295 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:09:15.502 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:09:15 smithi086 bash[23376]: cluster 2024-09-17T01:09:13.946361+0000 mgr.a (mgr.14150) 295 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:09:16.451 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:09:16 smithi063 bash[23456]: audit 2024-09-17T01:09:15.111268+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:09:16.451 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:09:16 smithi063 bash[23456]: audit 2024-09-17T01:09:15.119045+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:09:16.451 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:09:16 smithi063 bash[23456]: audit 2024-09-17T01:09:15.128666+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:09:16.502 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:09:16 smithi086 bash[23376]: audit 2024-09-17T01:09:15.111268+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:09:16.502 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:09:16 smithi086 bash[23376]: audit 2024-09-17T01:09:15.119045+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:09:16.502 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:09:16 smithi086 bash[23376]: audit 2024-09-17T01:09:15.128666+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:09:16.525 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:09:16 smithi018 bash[22760]: audit 2024-09-17T01:09:15.111268+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:09:16.525 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:09:16 smithi018 bash[22760]: audit 2024-09-17T01:09:15.119045+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:09:16.525 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:09:16 smithi018 bash[22760]: audit 2024-09-17T01:09:15.128666+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:09:17.854 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:09:17 smithi063 bash[23456]: cluster 2024-09-17T01:09:15.946925+0000 mgr.a (mgr.14150) 296 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:09:17.854 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:09:17 smithi063 bash[23456]: audit 2024-09-17T01:09:16.587809+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:09:17.854 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:09:17 smithi063 bash[23456]: audit 2024-09-17T01:09:16.595487+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:09:17.854 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:09:17 smithi063 bash[23456]: audit 2024-09-17T01:09:16.605064+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:09:18.002 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:09:17 smithi086 bash[23376]: cluster 2024-09-17T01:09:15.946925+0000 mgr.a (mgr.14150) 296 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:09:18.002 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:09:17 smithi086 bash[23376]: audit 2024-09-17T01:09:16.587809+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:09:18.002 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:09:17 smithi086 bash[23376]: audit 2024-09-17T01:09:16.595487+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:09:18.002 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:09:17 smithi086 bash[23376]: audit 2024-09-17T01:09:16.605064+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:09:18.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:09:17 smithi018 bash[22760]: cluster 2024-09-17T01:09:15.946925+0000 mgr.a (mgr.14150) 296 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:09:18.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:09:17 smithi018 bash[22760]: audit 2024-09-17T01:09:16.587809+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:09:18.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:09:17 smithi018 bash[22760]: audit 2024-09-17T01:09:16.595487+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:09:18.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:09:17 smithi018 bash[22760]: audit 2024-09-17T01:09:16.605064+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:09:19.702 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:09:19 smithi063 bash[23456]: cluster 2024-09-17T01:09:17.947455+0000 mgr.a (mgr.14150) 297 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:09:20.002 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:09:19 smithi086 bash[23376]: cluster 2024-09-17T01:09:17.947455+0000 mgr.a (mgr.14150) 297 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:09:20.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:09:19 smithi018 bash[22760]: cluster 2024-09-17T01:09:17.947455+0000 mgr.a (mgr.14150) 297 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:09:21.951 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:09:21 smithi063 bash[23456]: cluster 2024-09-17T01:09:19.947950+0000 mgr.a (mgr.14150) 298 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:09:22.002 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:09:21 smithi086 bash[23376]: cluster 2024-09-17T01:09:19.947950+0000 mgr.a (mgr.14150) 298 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:09:22.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:09:21 smithi018 bash[22760]: cluster 2024-09-17T01:09:19.947950+0000 mgr.a (mgr.14150) 298 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:09:23.502 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:09:23 smithi086 bash[23376]: cluster 2024-09-17T01:09:21.948475+0000 mgr.a (mgr.14150) 299 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:09:23.502 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:09:23 smithi086 bash[23376]: audit 2024-09-17T01:09:22.248748+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:09:23.502 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:09:23 smithi086 bash[23376]: audit 2024-09-17T01:09:22.256958+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:09:23.502 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:09:23 smithi086 bash[23376]: audit 2024-09-17T01:09:22.266024+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:09:23.525 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:09:23 smithi018 bash[22760]: cluster 2024-09-17T01:09:21.948475+0000 mgr.a (mgr.14150) 299 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:09:23.525 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:09:23 smithi018 bash[22760]: audit 2024-09-17T01:09:22.248748+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:09:23.525 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:09:23 smithi018 bash[22760]: audit 2024-09-17T01:09:22.256958+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:09:23.525 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:09:23 smithi018 bash[22760]: audit 2024-09-17T01:09:22.266024+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:09:23.701 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:09:23 smithi063 bash[23456]: cluster 2024-09-17T01:09:21.948475+0000 mgr.a (mgr.14150) 299 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:09:23.701 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:09:23 smithi063 bash[23456]: audit 2024-09-17T01:09:22.248748+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:09:23.701 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:09:23 smithi063 bash[23456]: audit 2024-09-17T01:09:22.256958+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:09:23.702 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:09:23 smithi063 bash[23456]: audit 2024-09-17T01:09:22.266024+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:09:25.502 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:09:25 smithi086 bash[23376]: cluster 2024-09-17T01:09:23.948994+0000 mgr.a (mgr.14150) 300 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:09:25.525 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:09:25 smithi018 bash[22760]: cluster 2024-09-17T01:09:23.948994+0000 mgr.a (mgr.14150) 300 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:09:25.701 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:09:25 smithi063 bash[23456]: cluster 2024-09-17T01:09:23.948994+0000 mgr.a (mgr.14150) 300 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:09:27.502 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:09:27 smithi086 bash[23376]: cluster 2024-09-17T01:09:25.949518+0000 mgr.a (mgr.14150) 301 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:09:27.525 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:09:27 smithi018 bash[22760]: cluster 2024-09-17T01:09:25.949518+0000 mgr.a (mgr.14150) 301 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:09:27.701 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:09:27 smithi063 bash[23456]: cluster 2024-09-17T01:09:25.949518+0000 mgr.a (mgr.14150) 301 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:09:29.510 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:09:29 smithi086 bash[23376]: cluster 2024-09-17T01:09:27.949973+0000 mgr.a (mgr.14150) 302 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:09:29.525 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:09:29 smithi018 bash[22760]: cluster 2024-09-17T01:09:27.949973+0000 mgr.a (mgr.14150) 302 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:09:29.701 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:09:29 smithi063 bash[23456]: cluster 2024-09-17T01:09:27.949973+0000 mgr.a (mgr.14150) 302 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:09:31.525 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:09:31 smithi018 bash[22760]: cluster 2024-09-17T01:09:29.950448+0000 mgr.a (mgr.14150) 303 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:09:31.701 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:09:31 smithi063 bash[23456]: cluster 2024-09-17T01:09:29.950448+0000 mgr.a (mgr.14150) 303 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:09:31.751 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:09:31 smithi086 bash[23376]: cluster 2024-09-17T01:09:29.950448+0000 mgr.a (mgr.14150) 303 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:09:33.525 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:09:33 smithi018 bash[22760]: cluster 2024-09-17T01:09:31.950980+0000 mgr.a (mgr.14150) 304 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:09:33.701 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:09:33 smithi063 bash[23456]: cluster 2024-09-17T01:09:31.950980+0000 mgr.a (mgr.14150) 304 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:09:33.751 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:09:33 smithi086 bash[23376]: cluster 2024-09-17T01:09:31.950980+0000 mgr.a (mgr.14150) 304 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:09:35.525 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:09:35 smithi018 bash[22760]: cluster 2024-09-17T01:09:33.951462+0000 mgr.a (mgr.14150) 305 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:09:35.701 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:09:35 smithi063 bash[23456]: cluster 2024-09-17T01:09:33.951462+0000 mgr.a (mgr.14150) 305 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:09:35.751 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:09:35 smithi086 bash[23376]: cluster 2024-09-17T01:09:33.951462+0000 mgr.a (mgr.14150) 305 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:09:36.664 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:09:36 smithi063 bash[23456]: audit 2024-09-17T01:09:35.322228+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:09:36.665 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:09:36 smithi063 bash[23456]: audit 2024-09-17T01:09:35.330591+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:09:36.665 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:09:36 smithi063 bash[23456]: audit 2024-09-17T01:09:35.340149+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:09:36.751 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:09:36 smithi086 bash[23376]: audit 2024-09-17T01:09:35.322228+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:09:36.752 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:09:36 smithi086 bash[23376]: audit 2024-09-17T01:09:35.330591+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:09:36.752 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:09:36 smithi086 bash[23376]: audit 2024-09-17T01:09:35.340149+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:09:36.775 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:09:36 smithi018 bash[22760]: audit 2024-09-17T01:09:35.322228+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:09:36.775 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:09:36 smithi018 bash[22760]: audit 2024-09-17T01:09:35.330591+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:09:36.775 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:09:36 smithi018 bash[22760]: audit 2024-09-17T01:09:35.340149+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:09:37.927 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:09:37 smithi063 bash[23456]: cluster 2024-09-17T01:09:35.952016+0000 mgr.a (mgr.14150) 306 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:09:37.928 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:09:37 smithi063 bash[23456]: audit 2024-09-17T01:09:36.817182+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:09:37.928 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:09:37 smithi063 bash[23456]: audit 2024-09-17T01:09:36.825295+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:09:37.928 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:09:37 smithi063 bash[23456]: audit 2024-09-17T01:09:36.834625+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:09:38.251 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:09:37 smithi086 bash[23376]: cluster 2024-09-17T01:09:35.952016+0000 mgr.a (mgr.14150) 306 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:09:38.252 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:09:37 smithi086 bash[23376]: audit 2024-09-17T01:09:36.817182+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:09:38.252 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:09:37 smithi086 bash[23376]: audit 2024-09-17T01:09:36.825295+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:09:38.252 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:09:37 smithi086 bash[23376]: audit 2024-09-17T01:09:36.834625+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:09:38.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:09:37 smithi018 bash[22760]: cluster 2024-09-17T01:09:35.952016+0000 mgr.a (mgr.14150) 306 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:09:38.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:09:37 smithi018 bash[22760]: audit 2024-09-17T01:09:36.817182+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:09:38.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:09:37 smithi018 bash[22760]: audit 2024-09-17T01:09:36.825295+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:09:38.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:09:37 smithi018 bash[22760]: audit 2024-09-17T01:09:36.834625+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:09:40.143 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:09:39 smithi063 bash[23456]: cluster 2024-09-17T01:09:37.952572+0000 mgr.a (mgr.14150) 307 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:09:40.251 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:09:39 smithi086 bash[23376]: cluster 2024-09-17T01:09:37.952572+0000 mgr.a (mgr.14150) 307 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:09:40.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:09:39 smithi018 bash[22760]: cluster 2024-09-17T01:09:37.952572+0000 mgr.a (mgr.14150) 307 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:09:42.201 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:09:41 smithi063 bash[23456]: cluster 2024-09-17T01:09:39.953106+0000 mgr.a (mgr.14150) 308 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:09:42.201 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:09:41 smithi063 bash[23456]: audit 2024-09-17T01:09:41.472554+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:09:42.201 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:09:41 smithi063 bash[23456]: audit 2024-09-17T01:09:41.480991+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:09:42.201 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:09:41 smithi063 bash[23456]: audit 2024-09-17T01:09:41.490264+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:09:42.251 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:09:41 smithi086 bash[23376]: cluster 2024-09-17T01:09:39.953106+0000 mgr.a (mgr.14150) 308 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:09:42.252 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:09:41 smithi086 bash[23376]: audit 2024-09-17T01:09:41.472554+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:09:42.252 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:09:41 smithi086 bash[23376]: audit 2024-09-17T01:09:41.480991+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:09:42.252 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:09:41 smithi086 bash[23376]: audit 2024-09-17T01:09:41.490264+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:09:42.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:09:41 smithi018 bash[22760]: cluster 2024-09-17T01:09:39.953106+0000 mgr.a (mgr.14150) 308 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:09:42.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:09:41 smithi018 bash[22760]: audit 2024-09-17T01:09:41.472554+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:09:42.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:09:41 smithi018 bash[22760]: audit 2024-09-17T01:09:41.480991+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:09:42.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:09:41 smithi018 bash[22760]: audit 2024-09-17T01:09:41.490264+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:09:44.201 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:09:43 smithi063 bash[23456]: cluster 2024-09-17T01:09:41.953679+0000 mgr.a (mgr.14150) 309 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:09:44.251 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:09:43 smithi086 bash[23376]: cluster 2024-09-17T01:09:41.953679+0000 mgr.a (mgr.14150) 309 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:09:44.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:09:43 smithi018 bash[22760]: cluster 2024-09-17T01:09:41.953679+0000 mgr.a (mgr.14150) 309 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:09:46.201 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:09:45 smithi063 bash[23456]: cluster 2024-09-17T01:09:43.954325+0000 mgr.a (mgr.14150) 310 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:09:46.251 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:09:45 smithi086 bash[23376]: cluster 2024-09-17T01:09:43.954325+0000 mgr.a (mgr.14150) 310 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:09:46.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:09:45 smithi018 bash[22760]: cluster 2024-09-17T01:09:43.954325+0000 mgr.a (mgr.14150) 310 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:09:48.201 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:09:47 smithi063 bash[23456]: cluster 2024-09-17T01:09:45.955037+0000 mgr.a (mgr.14150) 311 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:09:48.251 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:09:47 smithi086 bash[23376]: cluster 2024-09-17T01:09:45.955037+0000 mgr.a (mgr.14150) 311 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:09:48.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:09:47 smithi018 bash[22760]: cluster 2024-09-17T01:09:45.955037+0000 mgr.a (mgr.14150) 311 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:09:50.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:09:49 smithi018 bash[22760]: cluster 2024-09-17T01:09:47.955675+0000 mgr.a (mgr.14150) 312 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:09:50.174 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:09:49 smithi086 bash[23376]: cluster 2024-09-17T01:09:47.955675+0000 mgr.a (mgr.14150) 312 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:09:50.201 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:09:49 smithi063 bash[23456]: cluster 2024-09-17T01:09:47.955675+0000 mgr.a (mgr.14150) 312 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:09:52.201 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:09:51 smithi063 bash[23456]: cluster 2024-09-17T01:09:49.956208+0000 mgr.a (mgr.14150) 313 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:09:52.251 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:09:51 smithi086 bash[23376]: cluster 2024-09-17T01:09:49.956208+0000 mgr.a (mgr.14150) 313 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:09:52.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:09:51 smithi018 bash[22760]: cluster 2024-09-17T01:09:49.956208+0000 mgr.a (mgr.14150) 313 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:09:54.201 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:09:53 smithi063 bash[23456]: cluster 2024-09-17T01:09:51.956753+0000 mgr.a (mgr.14150) 314 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:09:54.251 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:09:53 smithi086 bash[23376]: cluster 2024-09-17T01:09:51.956753+0000 mgr.a (mgr.14150) 314 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:09:54.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:09:53 smithi018 bash[22760]: cluster 2024-09-17T01:09:51.956753+0000 mgr.a (mgr.14150) 314 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:09:56.201 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:09:55 smithi063 bash[23456]: cluster 2024-09-17T01:09:53.957240+0000 mgr.a (mgr.14150) 315 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:09:56.201 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:09:55 smithi063 bash[23456]: audit 2024-09-17T01:09:55.548852+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:09:56.201 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:09:55 smithi063 bash[23456]: audit 2024-09-17T01:09:55.556879+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:09:56.201 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:09:55 smithi063 bash[23456]: audit 2024-09-17T01:09:55.566150+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:09:56.251 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:09:55 smithi086 bash[23376]: cluster 2024-09-17T01:09:53.957240+0000 mgr.a (mgr.14150) 315 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:09:56.251 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:09:55 smithi086 bash[23376]: audit 2024-09-17T01:09:55.548852+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:09:56.251 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:09:55 smithi086 bash[23376]: audit 2024-09-17T01:09:55.556879+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:09:56.252 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:09:55 smithi086 bash[23376]: audit 2024-09-17T01:09:55.566150+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:09:56.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:09:55 smithi018 bash[22760]: cluster 2024-09-17T01:09:53.957240+0000 mgr.a (mgr.14150) 315 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:09:56.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:09:55 smithi018 bash[22760]: audit 2024-09-17T01:09:55.548852+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:09:56.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:09:55 smithi018 bash[22760]: audit 2024-09-17T01:09:55.556879+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:09:56.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:09:55 smithi018 bash[22760]: audit 2024-09-17T01:09:55.566150+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:09:57.951 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:09:57 smithi063 bash[23456]: cluster 2024-09-17T01:09:55.957761+0000 mgr.a (mgr.14150) 316 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:09:57.951 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:09:57 smithi063 bash[23456]: audit 2024-09-17T01:09:56.988939+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:09:57.951 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:09:57 smithi063 bash[23456]: audit 2024-09-17T01:09:56.993486+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:09:57.951 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:09:57 smithi063 bash[23456]: audit 2024-09-17T01:09:57.000004+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:09:58.251 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:09:57 smithi086 bash[23376]: cluster 2024-09-17T01:09:55.957761+0000 mgr.a (mgr.14150) 316 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:09:58.251 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:09:57 smithi086 bash[23376]: audit 2024-09-17T01:09:56.988939+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:09:58.251 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:09:57 smithi086 bash[23376]: audit 2024-09-17T01:09:56.993486+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:09:58.252 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:09:57 smithi086 bash[23376]: audit 2024-09-17T01:09:57.000004+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:09:58.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:09:57 smithi018 bash[22760]: cluster 2024-09-17T01:09:55.957761+0000 mgr.a (mgr.14150) 316 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:09:58.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:09:57 smithi018 bash[22760]: audit 2024-09-17T01:09:56.988939+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:09:58.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:09:57 smithi018 bash[22760]: audit 2024-09-17T01:09:56.993486+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:09:58.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:09:57 smithi018 bash[22760]: audit 2024-09-17T01:09:57.000004+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:10:00.200 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:09:59 smithi063 bash[23456]: cluster 2024-09-17T01:09:57.958274+0000 mgr.a (mgr.14150) 317 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:10:00.251 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:09:59 smithi086 bash[23376]: cluster 2024-09-17T01:09:57.958274+0000 mgr.a (mgr.14150) 317 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:10:00.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:09:59 smithi018 bash[22760]: cluster 2024-09-17T01:09:57.958274+0000 mgr.a (mgr.14150) 317 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:10:00.924 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:10:00 smithi063 bash[23456]: cluster 2024-09-17T01:10:00.000157+0000 mon.a (mon.0) 833 : cluster [INF] overall HEALTH_OK 2024-09-17T01:10:01.251 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:10:00 smithi086 bash[23376]: cluster 2024-09-17T01:10:00.000157+0000 mon.a (mon.0) 833 : cluster [INF] overall HEALTH_OK 2024-09-17T01:10:01.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:10:00 smithi018 bash[22760]: cluster 2024-09-17T01:10:00.000157+0000 mon.a (mon.0) 833 : cluster [INF] overall HEALTH_OK 2024-09-17T01:10:02.201 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:10:01 smithi063 bash[23456]: cluster 2024-09-17T01:09:59.958805+0000 mgr.a (mgr.14150) 318 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:10:02.201 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:10:01 smithi063 bash[23456]: audit 2024-09-17T01:10:01.698492+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:10:02.201 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:10:01 smithi063 bash[23456]: audit 2024-09-17T01:10:01.706861+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:10:02.201 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:10:01 smithi063 bash[23456]: audit 2024-09-17T01:10:01.716360+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:10:02.251 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:10:01 smithi086 bash[23376]: cluster 2024-09-17T01:09:59.958805+0000 mgr.a (mgr.14150) 318 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:10:02.251 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:10:01 smithi086 bash[23376]: audit 2024-09-17T01:10:01.698492+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:10:02.251 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:10:01 smithi086 bash[23376]: audit 2024-09-17T01:10:01.706861+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:10:02.252 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:10:01 smithi086 bash[23376]: audit 2024-09-17T01:10:01.716360+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:10:02.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:10:01 smithi018 bash[22760]: cluster 2024-09-17T01:09:59.958805+0000 mgr.a (mgr.14150) 318 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:10:02.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:10:01 smithi018 bash[22760]: audit 2024-09-17T01:10:01.698492+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:10:02.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:10:01 smithi018 bash[22760]: audit 2024-09-17T01:10:01.706861+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:10:02.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:10:01 smithi018 bash[22760]: audit 2024-09-17T01:10:01.716360+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:10:04.200 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:10:03 smithi063 bash[23456]: cluster 2024-09-17T01:10:01.959403+0000 mgr.a (mgr.14150) 319 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:10:04.251 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:10:03 smithi086 bash[23376]: cluster 2024-09-17T01:10:01.959403+0000 mgr.a (mgr.14150) 319 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:10:04.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:10:03 smithi018 bash[22760]: cluster 2024-09-17T01:10:01.959403+0000 mgr.a (mgr.14150) 319 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:10:06.201 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:10:05 smithi063 bash[23456]: cluster 2024-09-17T01:10:03.959931+0000 mgr.a (mgr.14150) 320 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:10:06.251 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:10:05 smithi086 bash[23376]: cluster 2024-09-17T01:10:03.959931+0000 mgr.a (mgr.14150) 320 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:10:06.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:10:05 smithi018 bash[22760]: cluster 2024-09-17T01:10:03.959931+0000 mgr.a (mgr.14150) 320 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:10:08.201 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:10:07 smithi063 bash[23456]: cluster 2024-09-17T01:10:05.960476+0000 mgr.a (mgr.14150) 321 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:10:08.251 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:10:07 smithi086 bash[23376]: cluster 2024-09-17T01:10:05.960476+0000 mgr.a (mgr.14150) 321 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:10:08.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:10:07 smithi018 bash[22760]: cluster 2024-09-17T01:10:05.960476+0000 mgr.a (mgr.14150) 321 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:10:08.578 INFO:teuthology.orchestra.run.smithi018.stderr:+ ceph orch ps --refresh 2024-09-17T01:10:08.904 INFO:teuthology.orchestra.run.smithi018.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-17T01:10:08.904 INFO:teuthology.orchestra.run.smithi018.stdout:agent.smithi018 smithi018 running 11s ago 7m - - 2024-09-17T01:10:08.904 INFO:teuthology.orchestra.run.smithi018.stdout:agent.smithi063 smithi063 running 7s ago 6m - - 2024-09-17T01:10:08.904 INFO:teuthology.orchestra.run.smithi018.stdout:agent.smithi086 smithi086 running 13s ago 6m - - 2024-09-17T01:10:08.904 INFO:teuthology.orchestra.run.smithi018.stdout:mgr.a smithi018 *:9283,8765 running (8m) 11s ago 8m 491M - 19.1.1-330-gc2ddf972 ebb0615149de 3e9588d88ccf 2024-09-17T01:10:08.904 INFO:teuthology.orchestra.run.smithi018.stdout:mgr.b smithi063 *:8443,8765 running (5m) 7s ago 5m 425M - 19.1.1-330-gc2ddf972 ebb0615149de f07ed3a17822 2024-09-17T01:10:08.904 INFO:teuthology.orchestra.run.smithi018.stdout:mon.a smithi018 running (8m) 11s ago 8m 41.7M 2048M 19.1.1-330-gc2ddf972 ebb0615149de d39992548a2f 2024-09-17T01:10:08.904 INFO:teuthology.orchestra.run.smithi018.stdout:mon.b smithi063 running (6m) 7s ago 6m 35.1M 2048M 19.1.1-330-gc2ddf972 ebb0615149de 25caba6314d6 2024-09-17T01:10:08.904 INFO:teuthology.orchestra.run.smithi018.stdout:mon.c smithi086 running (6m) 13s ago 6m 34.3M 2048M 19.1.1-330-gc2ddf972 ebb0615149de b7bf9295c193 2024-09-17T01:10:08.905 INFO:teuthology.orchestra.run.smithi018.stdout:osd.0 smithi018 running (4m) 11s ago 5m 37.7M 15.8G 19.1.1-330-gc2ddf972 ebb0615149de a2c17d3bb217 2024-09-17T01:10:08.905 INFO:teuthology.orchestra.run.smithi018.stdout:osd.1 smithi063 running (4m) 7s ago 4m 37.2M 15.8G 19.1.1-330-gc2ddf972 ebb0615149de 64bfc0391971 2024-09-17T01:10:08.905 INFO:teuthology.orchestra.run.smithi018.stdout:osd.2 smithi086 running (3m) 13s ago 3m 44.0M 19.8G 19.1.1-330-gc2ddf972 ebb0615149de 7557bfe56663 2024-09-17T01:10:08.919 INFO:teuthology.orchestra.run.smithi018.stderr:+ ceph orch ls --service-name mon --export 2024-09-17T01:10:09.201 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:10:08 smithi063 bash[23456]: audit 2024-09-17T01:10:07.923829+0000 mon.a (mon.0) 837 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:10:09.201 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:10:08 smithi063 bash[23456]: audit 2024-09-17T01:10:07.928760+0000 mon.a (mon.0) 838 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:10:09.201 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:10:08 smithi063 bash[23456]: audit 2024-09-17T01:10:07.930616+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:10:09.201 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:10:08 smithi063 bash[23456]: audit 2024-09-17T01:10:07.940420+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:10:09.240 INFO:teuthology.orchestra.run.smithi018.stderr:+ ceph orch apply -i mon.yaml 2024-09-17T01:10:09.251 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:10:08 smithi086 bash[23376]: audit 2024-09-17T01:10:07.923829+0000 mon.a (mon.0) 837 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:10:09.251 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:10:08 smithi086 bash[23376]: audit 2024-09-17T01:10:07.928760+0000 mon.a (mon.0) 838 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:10:09.251 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:10:08 smithi086 bash[23376]: audit 2024-09-17T01:10:07.930616+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:10:09.252 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:10:08 smithi086 bash[23376]: audit 2024-09-17T01:10:07.940420+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:10:09.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:10:08 smithi018 bash[22760]: audit 2024-09-17T01:10:07.923829+0000 mon.a (mon.0) 837 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:10:09.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:10:08 smithi018 bash[22760]: audit 2024-09-17T01:10:07.928760+0000 mon.a (mon.0) 838 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:10:09.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:10:08 smithi018 bash[22760]: audit 2024-09-17T01:10:07.930616+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:10:09.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:10:08 smithi018 bash[22760]: audit 2024-09-17T01:10:07.940420+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:10:09.548 INFO:teuthology.orchestra.run.smithi018.stdout:Scheduled mon update... 2024-09-17T01:10:09.562 INFO:teuthology.orchestra.run.smithi018.stderr:+ sleep 90 2024-09-17T01:10:10.001 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:10:09 smithi086 bash[23376]: cluster 2024-09-17T01:10:07.960929+0000 mgr.a (mgr.14150) 322 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:10:10.001 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:10:09 smithi086 bash[23376]: audit 2024-09-17T01:10:08.884141+0000 mgr.a (mgr.14150) 323 : audit [DBG] from='client.14403 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T01:10:10.002 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:10:09 smithi086 bash[23376]: audit 2024-09-17T01:10:08.888167+0000 mon.a (mon.0) 841 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:10:10.002 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:10:09 smithi086 bash[23376]: audit 2024-09-17T01:10:08.909584+0000 mon.a (mon.0) 842 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:10:10.002 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:10:09 smithi086 bash[23376]: audit 2024-09-17T01:10:08.910982+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:10:10.002 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:10:09 smithi086 bash[23376]: audit 2024-09-17T01:10:08.917517+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:10:10.002 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:10:09 smithi086 bash[23376]: audit 2024-09-17T01:10:09.552003+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:10:10.002 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:10:09 smithi086 bash[23376]: audit 2024-09-17T01:10:09.552854+0000 mon.a (mon.0) 846 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:10:10.002 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:10:09 smithi086 bash[23376]: audit 2024-09-17T01:10:09.556167+0000 mon.a (mon.0) 847 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:10:10.002 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:10:09 smithi086 bash[23376]: audit 2024-09-17T01:10:09.557163+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:10:10.002 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:10:09 smithi086 bash[23376]: audit 2024-09-17T01:10:09.563647+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:10:10.002 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:10:09 smithi086 bash[23376]: audit 2024-09-17T01:10:09.566594+0000 mon.a (mon.0) 850 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-17T01:10:10.002 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:10:09 smithi086 bash[23376]: audit 2024-09-17T01:10:09.571501+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:10:10.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:10:09 smithi018 bash[22760]: cluster 2024-09-17T01:10:07.960929+0000 mgr.a (mgr.14150) 322 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:10:10.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:10:09 smithi018 bash[22760]: audit 2024-09-17T01:10:08.884141+0000 mgr.a (mgr.14150) 323 : audit [DBG] from='client.14403 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T01:10:10.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:10:09 smithi018 bash[22760]: audit 2024-09-17T01:10:08.888167+0000 mon.a (mon.0) 841 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:10:10.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:10:09 smithi018 bash[22760]: audit 2024-09-17T01:10:08.909584+0000 mon.a (mon.0) 842 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:10:10.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:10:09 smithi018 bash[22760]: audit 2024-09-17T01:10:08.910982+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:10:10.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:10:09 smithi018 bash[22760]: audit 2024-09-17T01:10:08.917517+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:10:10.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:10:09 smithi018 bash[22760]: audit 2024-09-17T01:10:09.552003+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:10:10.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:10:09 smithi018 bash[22760]: audit 2024-09-17T01:10:09.552854+0000 mon.a (mon.0) 846 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:10:10.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:10:09 smithi018 bash[22760]: audit 2024-09-17T01:10:09.556167+0000 mon.a (mon.0) 847 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:10:10.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:10:09 smithi018 bash[22760]: audit 2024-09-17T01:10:09.557163+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:10:10.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:10:09 smithi018 bash[22760]: audit 2024-09-17T01:10:09.563647+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:10:10.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:10:09 smithi018 bash[22760]: audit 2024-09-17T01:10:09.566594+0000 mon.a (mon.0) 850 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-17T01:10:10.026 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:10:09 smithi018 bash[22760]: audit 2024-09-17T01:10:09.571501+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:10:10.201 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:10:09 smithi063 bash[23456]: cluster 2024-09-17T01:10:07.960929+0000 mgr.a (mgr.14150) 322 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:10:10.201 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:10:09 smithi063 bash[23456]: audit 2024-09-17T01:10:08.884141+0000 mgr.a (mgr.14150) 323 : audit [DBG] from='client.14403 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T01:10:10.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:10:09 smithi063 bash[23456]: audit 2024-09-17T01:10:08.888167+0000 mon.a (mon.0) 841 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:10:10.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:10:09 smithi063 bash[23456]: audit 2024-09-17T01:10:08.909584+0000 mon.a (mon.0) 842 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:10:10.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:10:09 smithi063 bash[23456]: audit 2024-09-17T01:10:08.910982+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:10:10.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:10:09 smithi063 bash[23456]: audit 2024-09-17T01:10:08.917517+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:10:10.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:10:09 smithi063 bash[23456]: audit 2024-09-17T01:10:09.552003+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:10:10.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:10:09 smithi063 bash[23456]: audit 2024-09-17T01:10:09.552854+0000 mon.a (mon.0) 846 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:10:10.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:10:09 smithi063 bash[23456]: audit 2024-09-17T01:10:09.556167+0000 mon.a (mon.0) 847 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:10:10.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:10:09 smithi063 bash[23456]: audit 2024-09-17T01:10:09.557163+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:10:10.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:10:09 smithi063 bash[23456]: audit 2024-09-17T01:10:09.563647+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:10:10.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:10:09 smithi063 bash[23456]: audit 2024-09-17T01:10:09.566594+0000 mon.a (mon.0) 850 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-17T01:10:10.202 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:10:09 smithi063 bash[23456]: audit 2024-09-17T01:10:09.571501+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:10:11.201 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:10:10 smithi063 bash[23456]: audit 2024-09-17T01:10:09.222272+0000 mgr.a (mgr.14150) 324 : audit [DBG] from='client.14409 -' entity='client.admin' cmd=[{"prefix": "orch ls", "service_name": "mon", "export": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T01:10:11.201 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:10:10 smithi063 bash[23456]: audit 2024-09-17T01:10:09.544426+0000 mgr.a (mgr.14150) 325 : audit [DBG] from='client.14415 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T01:10:11.201 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:10:10 smithi063 bash[23456]: cephadm 2024-09-17T01:10:09.547740+0000 mgr.a (mgr.14150) 326 : cephadm [INF] Saving service mon spec with placement count:3 2024-09-17T01:10:11.251 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:10:10 smithi086 bash[23376]: audit 2024-09-17T01:10:09.222272+0000 mgr.a (mgr.14150) 324 : audit [DBG] from='client.14409 -' entity='client.admin' cmd=[{"prefix": "orch ls", "service_name": "mon", "export": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T01:10:11.251 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:10:10 smithi086 bash[23376]: audit 2024-09-17T01:10:09.544426+0000 mgr.a (mgr.14150) 325 : audit [DBG] from='client.14415 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T01:10:11.251 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:10:10 smithi086 bash[23376]: cephadm 2024-09-17T01:10:09.547740+0000 mgr.a (mgr.14150) 326 : cephadm [INF] Saving service mon spec with placement count:3 2024-09-17T01:10:11.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:10:10 smithi018 bash[22760]: audit 2024-09-17T01:10:09.222272+0000 mgr.a (mgr.14150) 324 : audit [DBG] from='client.14409 -' entity='client.admin' cmd=[{"prefix": "orch ls", "service_name": "mon", "export": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T01:10:11.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:10:10 smithi018 bash[22760]: audit 2024-09-17T01:10:09.544426+0000 mgr.a (mgr.14150) 325 : audit [DBG] from='client.14415 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T01:10:11.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:10:10 smithi018 bash[22760]: cephadm 2024-09-17T01:10:09.547740+0000 mgr.a (mgr.14150) 326 : cephadm [INF] Saving service mon spec with placement count:3 2024-09-17T01:10:12.185 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:10:11 smithi018 bash[22760]: cluster 2024-09-17T01:10:09.961297+0000 mgr.a (mgr.14150) 327 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:10:12.200 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:10:11 smithi063 bash[23456]: cluster 2024-09-17T01:10:09.961297+0000 mgr.a (mgr.14150) 327 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:10:12.251 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:10:11 smithi086 bash[23376]: cluster 2024-09-17T01:10:09.961297+0000 mgr.a (mgr.14150) 327 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:10:14.200 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:10:13 smithi063 bash[23456]: cluster 2024-09-17T01:10:11.961660+0000 mgr.a (mgr.14150) 328 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:10:14.251 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:10:13 smithi086 bash[23376]: cluster 2024-09-17T01:10:11.961660+0000 mgr.a (mgr.14150) 328 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:10:14.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:10:13 smithi018 bash[22760]: cluster 2024-09-17T01:10:11.961660+0000 mgr.a (mgr.14150) 328 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:10:16.201 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:10:15 smithi063 bash[23456]: cluster 2024-09-17T01:10:13.962157+0000 mgr.a (mgr.14150) 329 : cluster [DBG] pgmap v241: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:10:16.201 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:10:15 smithi063 bash[23456]: audit 2024-09-17T01:10:15.767839+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:10:16.201 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:10:15 smithi063 bash[23456]: audit 2024-09-17T01:10:15.775684+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:10:16.201 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:10:15 smithi063 bash[23456]: audit 2024-09-17T01:10:15.784821+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:10:16.251 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:10:15 smithi086 bash[23376]: cluster 2024-09-17T01:10:13.962157+0000 mgr.a (mgr.14150) 329 : cluster [DBG] pgmap v241: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:10:16.252 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:10:15 smithi086 bash[23376]: audit 2024-09-17T01:10:15.767839+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:10:16.252 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:10:15 smithi086 bash[23376]: audit 2024-09-17T01:10:15.775684+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:10:16.252 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:10:15 smithi086 bash[23376]: audit 2024-09-17T01:10:15.784821+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:10:16.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:10:15 smithi018 bash[22760]: cluster 2024-09-17T01:10:13.962157+0000 mgr.a (mgr.14150) 329 : cluster [DBG] pgmap v241: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:10:16.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:10:15 smithi018 bash[22760]: audit 2024-09-17T01:10:15.767839+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:10:16.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:10:15 smithi018 bash[22760]: audit 2024-09-17T01:10:15.775684+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:10:16.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:10:15 smithi018 bash[22760]: audit 2024-09-17T01:10:15.784821+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:10:18.201 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:10:17 smithi063 bash[23456]: cluster 2024-09-17T01:10:15.962705+0000 mgr.a (mgr.14150) 330 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:10:18.369 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:10:17 smithi063 bash[23456]: audit 2024-09-17T01:10:17.209711+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:10:18.369 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:10:17 smithi063 bash[23456]: audit 2024-09-17T01:10:17.217363+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:10:18.369 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:10:17 smithi063 bash[23456]: audit 2024-09-17T01:10:17.225388+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:10:18.370 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:10:17 smithi018 bash[22760]: cluster 2024-09-17T01:10:15.962705+0000 mgr.a (mgr.14150) 330 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:10:18.370 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:10:17 smithi018 bash[22760]: audit 2024-09-17T01:10:17.209711+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:10:18.370 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:10:17 smithi018 bash[22760]: audit 2024-09-17T01:10:17.217363+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:10:18.370 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:10:17 smithi018 bash[22760]: audit 2024-09-17T01:10:17.225388+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:10:18.370 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:10:17 smithi086 bash[23376]: cluster 2024-09-17T01:10:15.962705+0000 mgr.a (mgr.14150) 330 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:10:18.370 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:10:17 smithi086 bash[23376]: audit 2024-09-17T01:10:17.209711+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:10:18.370 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:10:17 smithi086 bash[23376]: audit 2024-09-17T01:10:17.217363+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:10:18.371 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:10:17 smithi086 bash[23376]: audit 2024-09-17T01:10:17.225388+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:10:20.200 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:10:19 smithi063 bash[23456]: cluster 2024-09-17T01:10:17.963220+0000 mgr.a (mgr.14150) 331 : cluster [DBG] pgmap v243: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:10:20.251 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:10:19 smithi086 bash[23376]: cluster 2024-09-17T01:10:17.963220+0000 mgr.a (mgr.14150) 331 : cluster [DBG] pgmap v243: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:10:20.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:10:19 smithi018 bash[22760]: cluster 2024-09-17T01:10:17.963220+0000 mgr.a (mgr.14150) 331 : cluster [DBG] pgmap v243: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:10:22.122 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:10:21 smithi063 bash[23456]: cluster 2024-09-17T01:10:19.963739+0000 mgr.a (mgr.14150) 332 : cluster [DBG] pgmap v244: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:10:22.122 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:10:21 smithi063 bash[23456]: audit 2024-09-17T01:10:21.881350+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:10:22.122 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:10:21 smithi063 bash[23456]: audit 2024-09-17T01:10:21.889574+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:10:22.122 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:10:21 smithi063 bash[23456]: audit 2024-09-17T01:10:21.898937+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:10:22.251 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:10:21 smithi086 bash[23376]: cluster 2024-09-17T01:10:19.963739+0000 mgr.a (mgr.14150) 332 : cluster [DBG] pgmap v244: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:10:22.252 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:10:21 smithi086 bash[23376]: audit 2024-09-17T01:10:21.881350+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:10:22.252 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:10:21 smithi086 bash[23376]: audit 2024-09-17T01:10:21.889574+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:10:22.252 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:10:21 smithi086 bash[23376]: audit 2024-09-17T01:10:21.898937+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:10:22.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:10:21 smithi018 bash[22760]: cluster 2024-09-17T01:10:19.963739+0000 mgr.a (mgr.14150) 332 : cluster [DBG] pgmap v244: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:10:22.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:10:21 smithi018 bash[22760]: audit 2024-09-17T01:10:21.881350+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:10:22.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:10:21 smithi018 bash[22760]: audit 2024-09-17T01:10:21.889574+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:10:22.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:10:21 smithi018 bash[22760]: audit 2024-09-17T01:10:21.898937+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:10:24.201 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:10:23 smithi063 bash[23456]: cluster 2024-09-17T01:10:21.964282+0000 mgr.a (mgr.14150) 333 : cluster [DBG] pgmap v245: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:10:24.251 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:10:23 smithi086 bash[23376]: cluster 2024-09-17T01:10:21.964282+0000 mgr.a (mgr.14150) 333 : cluster [DBG] pgmap v245: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:10:24.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:10:23 smithi018 bash[22760]: cluster 2024-09-17T01:10:21.964282+0000 mgr.a (mgr.14150) 333 : cluster [DBG] pgmap v245: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:10:25.200 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:10:24 smithi063 bash[23456]: cluster 2024-09-17T01:10:23.964786+0000 mgr.a (mgr.14150) 334 : cluster [DBG] pgmap v246: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:10:25.251 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:10:24 smithi086 bash[23376]: cluster 2024-09-17T01:10:23.964786+0000 mgr.a (mgr.14150) 334 : cluster [DBG] pgmap v246: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:10:25.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:10:24 smithi018 bash[22760]: cluster 2024-09-17T01:10:23.964786+0000 mgr.a (mgr.14150) 334 : cluster [DBG] pgmap v246: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:10:27.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:10:27 smithi018 bash[22760]: cluster 2024-09-17T01:10:25.965322+0000 mgr.a (mgr.14150) 335 : cluster [DBG] pgmap v247: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:10:27.450 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:10:27 smithi063 bash[23456]: cluster 2024-09-17T01:10:25.965322+0000 mgr.a (mgr.14150) 335 : cluster [DBG] pgmap v247: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:10:27.501 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:10:27 smithi086 bash[23376]: cluster 2024-09-17T01:10:25.965322+0000 mgr.a (mgr.14150) 335 : cluster [DBG] pgmap v247: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:10:29.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:10:29 smithi018 bash[22760]: cluster 2024-09-17T01:10:27.965852+0000 mgr.a (mgr.14150) 336 : cluster [DBG] pgmap v248: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:10:29.450 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:10:29 smithi063 bash[23456]: cluster 2024-09-17T01:10:27.965852+0000 mgr.a (mgr.14150) 336 : cluster [DBG] pgmap v248: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:10:29.501 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:10:29 smithi086 bash[23376]: cluster 2024-09-17T01:10:27.965852+0000 mgr.a (mgr.14150) 336 : cluster [DBG] pgmap v248: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:10:31.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:10:31 smithi018 bash[22760]: cluster 2024-09-17T01:10:29.966347+0000 mgr.a (mgr.14150) 337 : cluster [DBG] pgmap v249: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:10:31.450 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:10:31 smithi063 bash[23456]: cluster 2024-09-17T01:10:29.966347+0000 mgr.a (mgr.14150) 337 : cluster [DBG] pgmap v249: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:10:31.501 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:10:31 smithi086 bash[23376]: cluster 2024-09-17T01:10:29.966347+0000 mgr.a (mgr.14150) 337 : cluster [DBG] pgmap v249: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:10:33.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:10:33 smithi018 bash[22760]: cluster 2024-09-17T01:10:31.966908+0000 mgr.a (mgr.14150) 338 : cluster [DBG] pgmap v250: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:10:33.450 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:10:33 smithi063 bash[23456]: cluster 2024-09-17T01:10:31.966908+0000 mgr.a (mgr.14150) 338 : cluster [DBG] pgmap v250: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:10:33.501 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:10:33 smithi086 bash[23376]: cluster 2024-09-17T01:10:31.966908+0000 mgr.a (mgr.14150) 338 : cluster [DBG] pgmap v250: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:10:35.450 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:10:35 smithi063 bash[23456]: cluster 2024-09-17T01:10:33.967407+0000 mgr.a (mgr.14150) 339 : cluster [DBG] pgmap v251: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:10:35.501 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:10:35 smithi086 bash[23376]: cluster 2024-09-17T01:10:33.967407+0000 mgr.a (mgr.14150) 339 : cluster [DBG] pgmap v251: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:10:35.525 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:10:35 smithi018 bash[22760]: cluster 2024-09-17T01:10:33.967407+0000 mgr.a (mgr.14150) 339 : cluster [DBG] pgmap v251: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:10:37.251 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:10:36 smithi086 bash[23376]: cluster 2024-09-17T01:10:35.967953+0000 mgr.a (mgr.14150) 340 : cluster [DBG] pgmap v252: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:10:37.251 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:10:36 smithi086 bash[23376]: audit 2024-09-17T01:10:35.995064+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:10:37.251 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:10:36 smithi086 bash[23376]: audit 2024-09-17T01:10:36.003130+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:10:37.252 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:10:36 smithi086 bash[23376]: audit 2024-09-17T01:10:36.012769+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:10:37.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:10:36 smithi018 bash[22760]: cluster 2024-09-17T01:10:35.967953+0000 mgr.a (mgr.14150) 340 : cluster [DBG] pgmap v252: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:10:37.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:10:36 smithi018 bash[22760]: audit 2024-09-17T01:10:35.995064+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:10:37.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:10:36 smithi018 bash[22760]: audit 2024-09-17T01:10:36.003130+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:10:37.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:10:36 smithi018 bash[22760]: audit 2024-09-17T01:10:36.012769+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:10:37.450 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:10:36 smithi063 bash[23456]: cluster 2024-09-17T01:10:35.967953+0000 mgr.a (mgr.14150) 340 : cluster [DBG] pgmap v252: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:10:37.451 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:10:36 smithi063 bash[23456]: audit 2024-09-17T01:10:35.995064+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:10:37.451 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:10:36 smithi063 bash[23456]: audit 2024-09-17T01:10:36.003130+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:10:37.451 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:10:36 smithi063 bash[23456]: audit 2024-09-17T01:10:36.012769+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:10:38.525 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:10:38 smithi018 bash[22760]: audit 2024-09-17T01:10:37.401448+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:10:38.525 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:10:38 smithi018 bash[22760]: audit 2024-09-17T01:10:37.408138+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:10:38.525 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:10:38 smithi018 bash[22760]: audit 2024-09-17T01:10:37.421283+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:10:38.701 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:10:38 smithi063 bash[23456]: audit 2024-09-17T01:10:37.401448+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:10:38.701 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:10:38 smithi063 bash[23456]: audit 2024-09-17T01:10:37.408138+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:10:38.701 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:10:38 smithi063 bash[23456]: audit 2024-09-17T01:10:37.421283+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:10:38.751 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:10:38 smithi086 bash[23376]: audit 2024-09-17T01:10:37.401448+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:10:38.751 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:10:38 smithi086 bash[23376]: audit 2024-09-17T01:10:37.408138+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:10:38.752 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:10:38 smithi086 bash[23376]: audit 2024-09-17T01:10:37.421283+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:10:39.701 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:10:39 smithi063 bash[23456]: cluster 2024-09-17T01:10:37.968469+0000 mgr.a (mgr.14150) 341 : cluster [DBG] pgmap v253: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:10:39.751 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:10:39 smithi086 bash[23376]: cluster 2024-09-17T01:10:37.968469+0000 mgr.a (mgr.14150) 341 : cluster [DBG] pgmap v253: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:10:39.775 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:10:39 smithi018 bash[22760]: cluster 2024-09-17T01:10:37.968469+0000 mgr.a (mgr.14150) 341 : cluster [DBG] pgmap v253: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:10:41.700 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:10:41 smithi063 bash[23456]: cluster 2024-09-17T01:10:39.969010+0000 mgr.a (mgr.14150) 342 : cluster [DBG] pgmap v254: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:10:41.751 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:10:41 smithi086 bash[23376]: cluster 2024-09-17T01:10:39.969010+0000 mgr.a (mgr.14150) 342 : cluster [DBG] pgmap v254: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:10:41.775 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:10:41 smithi018 bash[22760]: cluster 2024-09-17T01:10:39.969010+0000 mgr.a (mgr.14150) 342 : cluster [DBG] pgmap v254: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:10:43.450 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:10:43 smithi063 bash[23456]: cluster 2024-09-17T01:10:41.969570+0000 mgr.a (mgr.14150) 343 : cluster [DBG] pgmap v255: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:10:43.451 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:10:43 smithi063 bash[23456]: audit 2024-09-17T01:10:42.097612+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:10:43.451 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:10:43 smithi063 bash[23456]: audit 2024-09-17T01:10:42.106077+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:10:43.451 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:10:43 smithi063 bash[23456]: audit 2024-09-17T01:10:42.115391+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:10:43.501 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:10:43 smithi086 bash[23376]: cluster 2024-09-17T01:10:41.969570+0000 mgr.a (mgr.14150) 343 : cluster [DBG] pgmap v255: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:10:43.501 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:10:43 smithi086 bash[23376]: audit 2024-09-17T01:10:42.097612+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:10:43.501 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:10:43 smithi086 bash[23376]: audit 2024-09-17T01:10:42.106077+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:10:43.501 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:10:43 smithi086 bash[23376]: audit 2024-09-17T01:10:42.115391+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:10:43.525 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:10:43 smithi018 bash[22760]: cluster 2024-09-17T01:10:41.969570+0000 mgr.a (mgr.14150) 343 : cluster [DBG] pgmap v255: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:10:43.525 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:10:43 smithi018 bash[22760]: audit 2024-09-17T01:10:42.097612+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:10:43.525 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:10:43 smithi018 bash[22760]: audit 2024-09-17T01:10:42.106077+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:10:43.525 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:10:43 smithi018 bash[22760]: audit 2024-09-17T01:10:42.115391+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:10:45.450 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:10:45 smithi063 bash[23456]: cluster 2024-09-17T01:10:43.970072+0000 mgr.a (mgr.14150) 344 : cluster [DBG] pgmap v256: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:10:45.501 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:10:45 smithi086 bash[23376]: cluster 2024-09-17T01:10:43.970072+0000 mgr.a (mgr.14150) 344 : cluster [DBG] pgmap v256: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:10:45.525 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:10:45 smithi018 bash[22760]: cluster 2024-09-17T01:10:43.970072+0000 mgr.a (mgr.14150) 344 : cluster [DBG] pgmap v256: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:10:47.450 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:10:47 smithi063 bash[23456]: cluster 2024-09-17T01:10:45.970616+0000 mgr.a (mgr.14150) 345 : cluster [DBG] pgmap v257: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:10:47.501 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:10:47 smithi086 bash[23376]: cluster 2024-09-17T01:10:45.970616+0000 mgr.a (mgr.14150) 345 : cluster [DBG] pgmap v257: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:10:47.525 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:10:47 smithi018 bash[22760]: cluster 2024-09-17T01:10:45.970616+0000 mgr.a (mgr.14150) 345 : cluster [DBG] pgmap v257: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:10:49.450 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:10:49 smithi063 bash[23456]: cluster 2024-09-17T01:10:47.971138+0000 mgr.a (mgr.14150) 346 : cluster [DBG] pgmap v258: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:10:49.501 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:10:49 smithi086 bash[23376]: cluster 2024-09-17T01:10:47.971138+0000 mgr.a (mgr.14150) 346 : cluster [DBG] pgmap v258: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:10:49.525 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:10:49 smithi018 bash[22760]: cluster 2024-09-17T01:10:47.971138+0000 mgr.a (mgr.14150) 346 : cluster [DBG] pgmap v258: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:10:51.238 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:10:51 smithi086 bash[23376]: cluster 2024-09-17T01:10:49.971642+0000 mgr.a (mgr.14150) 347 : cluster [DBG] pgmap v259: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:10:51.379 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:10:51 smithi018 bash[22760]: cluster 2024-09-17T01:10:49.971642+0000 mgr.a (mgr.14150) 347 : cluster [DBG] pgmap v259: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:10:51.450 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:10:51 smithi063 bash[23456]: cluster 2024-09-17T01:10:49.971642+0000 mgr.a (mgr.14150) 347 : cluster [DBG] pgmap v259: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:10:53.362 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:10:53 smithi086 bash[23376]: cluster 2024-09-17T01:10:51.972197+0000 mgr.a (mgr.14150) 348 : cluster [DBG] pgmap v260: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:10:53.450 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:10:53 smithi063 bash[23456]: cluster 2024-09-17T01:10:51.972197+0000 mgr.a (mgr.14150) 348 : cluster [DBG] pgmap v260: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:10:53.456 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:10:53 smithi018 bash[22760]: cluster 2024-09-17T01:10:51.972197+0000 mgr.a (mgr.14150) 348 : cluster [DBG] pgmap v260: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:10:55.450 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:10:55 smithi063 bash[23456]: cluster 2024-09-17T01:10:53.972696+0000 mgr.a (mgr.14150) 349 : cluster [DBG] pgmap v261: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:10:55.501 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:10:55 smithi086 bash[23376]: cluster 2024-09-17T01:10:53.972696+0000 mgr.a (mgr.14150) 349 : cluster [DBG] pgmap v261: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:10:55.525 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:10:55 smithi018 bash[22760]: cluster 2024-09-17T01:10:53.972696+0000 mgr.a (mgr.14150) 349 : cluster [DBG] pgmap v261: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:10:57.501 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:10:57 smithi086 bash[23376]: cluster 2024-09-17T01:10:55.973259+0000 mgr.a (mgr.14150) 350 : cluster [DBG] pgmap v262: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:10:57.501 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:10:57 smithi086 bash[23376]: audit 2024-09-17T01:10:56.220995+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:10:57.501 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:10:57 smithi086 bash[23376]: audit 2024-09-17T01:10:56.227704+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:10:57.501 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:10:57 smithi086 bash[23376]: audit 2024-09-17T01:10:56.236851+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:10:57.525 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:10:57 smithi018 bash[22760]: cluster 2024-09-17T01:10:55.973259+0000 mgr.a (mgr.14150) 350 : cluster [DBG] pgmap v262: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:10:57.525 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:10:57 smithi018 bash[22760]: audit 2024-09-17T01:10:56.220995+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:10:57.525 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:10:57 smithi018 bash[22760]: audit 2024-09-17T01:10:56.227704+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:10:57.525 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:10:57 smithi018 bash[22760]: audit 2024-09-17T01:10:56.236851+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:10:57.701 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:10:57 smithi063 bash[23456]: cluster 2024-09-17T01:10:55.973259+0000 mgr.a (mgr.14150) 350 : cluster [DBG] pgmap v262: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:10:57.701 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:10:57 smithi063 bash[23456]: audit 2024-09-17T01:10:56.220995+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:10:57.701 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:10:57 smithi063 bash[23456]: audit 2024-09-17T01:10:56.227704+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:10:57.701 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:10:57 smithi063 bash[23456]: audit 2024-09-17T01:10:56.236851+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:10:58.950 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:10:58 smithi063 bash[23456]: audit 2024-09-17T01:10:57.634124+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:10:58.951 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:10:58 smithi063 bash[23456]: audit 2024-09-17T01:10:57.642361+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:10:58.951 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:10:58 smithi063 bash[23456]: audit 2024-09-17T01:10:57.651669+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:10:59.001 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:10:58 smithi086 bash[23376]: audit 2024-09-17T01:10:57.634124+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:10:59.001 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:10:58 smithi086 bash[23376]: audit 2024-09-17T01:10:57.642361+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:10:59.001 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:10:58 smithi086 bash[23376]: audit 2024-09-17T01:10:57.651669+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:10:59.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:10:58 smithi018 bash[22760]: audit 2024-09-17T01:10:57.634124+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:10:59.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:10:58 smithi018 bash[22760]: audit 2024-09-17T01:10:57.642361+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:10:59.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:10:58 smithi018 bash[22760]: audit 2024-09-17T01:10:57.651669+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:10:59.950 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:10:59 smithi063 bash[23456]: cluster 2024-09-17T01:10:57.973776+0000 mgr.a (mgr.14150) 351 : cluster [DBG] pgmap v263: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:11:00.001 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:10:59 smithi086 bash[23376]: cluster 2024-09-17T01:10:57.973776+0000 mgr.a (mgr.14150) 351 : cluster [DBG] pgmap v263: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:11:00.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:10:59 smithi018 bash[22760]: cluster 2024-09-17T01:10:57.973776+0000 mgr.a (mgr.14150) 351 : cluster [DBG] pgmap v263: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:11:01.950 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:11:01 smithi063 bash[23456]: cluster 2024-09-17T01:10:59.974283+0000 mgr.a (mgr.14150) 352 : cluster [DBG] pgmap v264: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:11:02.001 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:11:01 smithi086 bash[23376]: cluster 2024-09-17T01:10:59.974283+0000 mgr.a (mgr.14150) 352 : cluster [DBG] pgmap v264: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:11:02.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:11:01 smithi018 bash[22760]: cluster 2024-09-17T01:10:59.974283+0000 mgr.a (mgr.14150) 352 : cluster [DBG] pgmap v264: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:11:03.450 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:11:03 smithi063 bash[23456]: cluster 2024-09-17T01:11:01.974789+0000 mgr.a (mgr.14150) 353 : cluster [DBG] pgmap v265: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:11:03.451 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:11:03 smithi063 bash[23456]: audit 2024-09-17T01:11:02.297199+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:11:03.451 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:11:03 smithi063 bash[23456]: audit 2024-09-17T01:11:02.305298+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:11:03.451 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:11:03 smithi063 bash[23456]: audit 2024-09-17T01:11:02.314574+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:11:03.751 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:11:03 smithi086 bash[23376]: cluster 2024-09-17T01:11:01.974789+0000 mgr.a (mgr.14150) 353 : cluster [DBG] pgmap v265: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:11:03.751 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:11:03 smithi086 bash[23376]: audit 2024-09-17T01:11:02.297199+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:11:03.751 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:11:03 smithi086 bash[23376]: audit 2024-09-17T01:11:02.305298+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:11:03.751 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:11:03 smithi086 bash[23376]: audit 2024-09-17T01:11:02.314574+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:11:03.775 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:11:03 smithi018 bash[22760]: cluster 2024-09-17T01:11:01.974789+0000 mgr.a (mgr.14150) 353 : cluster [DBG] pgmap v265: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:11:03.775 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:11:03 smithi018 bash[22760]: audit 2024-09-17T01:11:02.297199+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:11:03.775 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:11:03 smithi018 bash[22760]: audit 2024-09-17T01:11:02.305298+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:11:03.775 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:11:03 smithi018 bash[22760]: audit 2024-09-17T01:11:02.314574+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:11:05.700 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:11:05 smithi063 bash[23456]: cluster 2024-09-17T01:11:03.975358+0000 mgr.a (mgr.14150) 354 : cluster [DBG] pgmap v266: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:11:05.751 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:11:05 smithi086 bash[23376]: cluster 2024-09-17T01:11:03.975358+0000 mgr.a (mgr.14150) 354 : cluster [DBG] pgmap v266: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:11:05.775 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:11:05 smithi018 bash[22760]: cluster 2024-09-17T01:11:03.975358+0000 mgr.a (mgr.14150) 354 : cluster [DBG] pgmap v266: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:11:07.700 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:11:07 smithi063 bash[23456]: cluster 2024-09-17T01:11:05.975939+0000 mgr.a (mgr.14150) 355 : cluster [DBG] pgmap v267: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:11:07.751 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:11:07 smithi086 bash[23376]: cluster 2024-09-17T01:11:05.975939+0000 mgr.a (mgr.14150) 355 : cluster [DBG] pgmap v267: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:11:07.775 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:11:07 smithi018 bash[22760]: cluster 2024-09-17T01:11:05.975939+0000 mgr.a (mgr.14150) 355 : cluster [DBG] pgmap v267: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:11:09.701 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:11:09 smithi063 bash[23456]: cluster 2024-09-17T01:11:07.976480+0000 mgr.a (mgr.14150) 356 : cluster [DBG] pgmap v268: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:11:10.144 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:11:09 smithi018 bash[22760]: cluster 2024-09-17T01:11:07.976480+0000 mgr.a (mgr.14150) 356 : cluster [DBG] pgmap v268: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:11:10.144 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:11:09 smithi086 bash[23376]: cluster 2024-09-17T01:11:07.976480+0000 mgr.a (mgr.14150) 356 : cluster [DBG] pgmap v268: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:11:10.701 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:11:10 smithi063 bash[23456]: audit 2024-09-17T01:11:09.621811+0000 mon.a (mon.0) 879 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:11:10.701 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:11:10 smithi063 bash[23456]: audit 2024-09-17T01:11:09.627517+0000 mon.a (mon.0) 880 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:11:10.701 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:11:10 smithi063 bash[23456]: audit 2024-09-17T01:11:09.629328+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:11:10.701 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:11:10 smithi063 bash[23456]: audit 2024-09-17T01:11:09.639633+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:11:10.751 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:11:10 smithi086 bash[23376]: audit 2024-09-17T01:11:09.621811+0000 mon.a (mon.0) 879 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:11:10.751 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:11:10 smithi086 bash[23376]: audit 2024-09-17T01:11:09.627517+0000 mon.a (mon.0) 880 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:11:10.751 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:11:10 smithi086 bash[23376]: audit 2024-09-17T01:11:09.629328+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:11:10.751 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:11:10 smithi086 bash[23376]: audit 2024-09-17T01:11:09.639633+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:11:10.775 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:11:10 smithi018 bash[22760]: audit 2024-09-17T01:11:09.621811+0000 mon.a (mon.0) 879 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:11:10.775 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:11:10 smithi018 bash[22760]: audit 2024-09-17T01:11:09.627517+0000 mon.a (mon.0) 880 : audit [DBG] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:11:10.775 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:11:10 smithi018 bash[22760]: audit 2024-09-17T01:11:09.629328+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:11:10.775 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:11:10 smithi018 bash[22760]: audit 2024-09-17T01:11:09.639633+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:11:11.950 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:11:11 smithi063 bash[23456]: cluster 2024-09-17T01:11:09.977012+0000 mgr.a (mgr.14150) 357 : cluster [DBG] pgmap v269: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:11:11.952 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:11:11 smithi086 bash[23376]: cluster 2024-09-17T01:11:09.977012+0000 mgr.a (mgr.14150) 357 : cluster [DBG] pgmap v269: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:11:11.966 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:11:11 smithi018 bash[22760]: cluster 2024-09-17T01:11:09.977012+0000 mgr.a (mgr.14150) 357 : cluster [DBG] pgmap v269: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:11:13.900 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:11:13 smithi086 bash[23376]: cluster 2024-09-17T01:11:11.977487+0000 mgr.a (mgr.14150) 358 : cluster [DBG] pgmap v270: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:11:13.950 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:11:13 smithi063 bash[23456]: cluster 2024-09-17T01:11:11.977487+0000 mgr.a (mgr.14150) 358 : cluster [DBG] pgmap v270: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:11:14.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:11:13 smithi018 bash[22760]: cluster 2024-09-17T01:11:11.977487+0000 mgr.a (mgr.14150) 358 : cluster [DBG] pgmap v270: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:11:15.950 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:11:15 smithi063 bash[23456]: cluster 2024-09-17T01:11:13.977832+0000 mgr.a (mgr.14150) 359 : cluster [DBG] pgmap v271: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:11:16.001 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:11:15 smithi086 bash[23376]: cluster 2024-09-17T01:11:13.977832+0000 mgr.a (mgr.14150) 359 : cluster [DBG] pgmap v271: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:11:16.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:11:15 smithi018 bash[22760]: cluster 2024-09-17T01:11:13.977832+0000 mgr.a (mgr.14150) 359 : cluster [DBG] pgmap v271: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:11:17.501 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:11:17 smithi086 bash[23376]: cluster 2024-09-17T01:11:15.978359+0000 mgr.a (mgr.14150) 360 : cluster [DBG] pgmap v272: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:11:17.501 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:11:17 smithi086 bash[23376]: audit 2024-09-17T01:11:16.433215+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:11:17.501 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:11:17 smithi086 bash[23376]: audit 2024-09-17T01:11:16.441184+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:11:17.502 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:11:17 smithi086 bash[23376]: audit 2024-09-17T01:11:16.450737+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:11:17.700 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:11:17 smithi063 bash[23456]: cluster 2024-09-17T01:11:15.978359+0000 mgr.a (mgr.14150) 360 : cluster [DBG] pgmap v272: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:11:17.701 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:11:17 smithi063 bash[23456]: audit 2024-09-17T01:11:16.433215+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:11:17.701 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:11:17 smithi063 bash[23456]: audit 2024-09-17T01:11:16.441184+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:11:17.701 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:11:17 smithi063 bash[23456]: audit 2024-09-17T01:11:16.450737+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:11:17.775 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:11:17 smithi018 bash[22760]: cluster 2024-09-17T01:11:15.978359+0000 mgr.a (mgr.14150) 360 : cluster [DBG] pgmap v272: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:11:17.775 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:11:17 smithi018 bash[22760]: audit 2024-09-17T01:11:16.433215+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:11:17.775 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:11:17 smithi018 bash[22760]: audit 2024-09-17T01:11:16.441184+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:11:17.775 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:11:17 smithi018 bash[22760]: audit 2024-09-17T01:11:16.450737+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:11:19.200 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:11:18 smithi063 bash[23456]: audit 2024-09-17T01:11:17.861697+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:11:19.201 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:11:18 smithi063 bash[23456]: audit 2024-09-17T01:11:17.869254+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:11:19.201 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:11:18 smithi063 bash[23456]: audit 2024-09-17T01:11:17.877461+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:11:19.251 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:11:18 smithi086 bash[23376]: audit 2024-09-17T01:11:17.861697+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:11:19.251 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:11:18 smithi086 bash[23376]: audit 2024-09-17T01:11:17.869254+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:11:19.251 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:11:18 smithi086 bash[23376]: audit 2024-09-17T01:11:17.877461+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:11:19.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:11:18 smithi018 bash[22760]: audit 2024-09-17T01:11:17.861697+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:11:19.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:11:18 smithi018 bash[22760]: audit 2024-09-17T01:11:17.869254+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:11:19.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:11:18 smithi018 bash[22760]: audit 2024-09-17T01:11:17.877461+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:11:20.200 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:11:19 smithi063 bash[23456]: cluster 2024-09-17T01:11:17.978862+0000 mgr.a (mgr.14150) 361 : cluster [DBG] pgmap v273: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:11:20.251 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:11:19 smithi086 bash[23376]: cluster 2024-09-17T01:11:17.978862+0000 mgr.a (mgr.14150) 361 : cluster [DBG] pgmap v273: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:11:20.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:11:19 smithi018 bash[22760]: cluster 2024-09-17T01:11:17.978862+0000 mgr.a (mgr.14150) 361 : cluster [DBG] pgmap v273: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:11:22.200 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:11:21 smithi063 bash[23456]: cluster 2024-09-17T01:11:19.979348+0000 mgr.a (mgr.14150) 362 : cluster [DBG] pgmap v274: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:11:22.251 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:11:21 smithi086 bash[23376]: cluster 2024-09-17T01:11:19.979348+0000 mgr.a (mgr.14150) 362 : cluster [DBG] pgmap v274: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:11:22.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:11:21 smithi018 bash[22760]: cluster 2024-09-17T01:11:19.979348+0000 mgr.a (mgr.14150) 362 : cluster [DBG] pgmap v274: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:11:23.775 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:11:23 smithi018 bash[22760]: cluster 2024-09-17T01:11:21.979860+0000 mgr.a (mgr.14150) 363 : cluster [DBG] pgmap v275: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:11:23.775 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:11:23 smithi018 bash[22760]: audit 2024-09-17T01:11:22.529560+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:11:23.775 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:11:23 smithi018 bash[22760]: audit 2024-09-17T01:11:22.537710+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:11:23.775 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:11:23 smithi018 bash[22760]: audit 2024-09-17T01:11:22.547401+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:11:23.907 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:11:23 smithi063 bash[23456]: cluster 2024-09-17T01:11:21.979860+0000 mgr.a (mgr.14150) 363 : cluster [DBG] pgmap v275: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:11:23.907 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:11:23 smithi063 bash[23456]: audit 2024-09-17T01:11:22.529560+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:11:23.908 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:11:23 smithi063 bash[23456]: audit 2024-09-17T01:11:22.537710+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:11:23.908 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:11:23 smithi063 bash[23456]: audit 2024-09-17T01:11:22.547401+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:11:24.001 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:11:23 smithi086 bash[23376]: cluster 2024-09-17T01:11:21.979860+0000 mgr.a (mgr.14150) 363 : cluster [DBG] pgmap v275: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:11:24.001 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:11:23 smithi086 bash[23376]: audit 2024-09-17T01:11:22.529560+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:11:24.001 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:11:23 smithi086 bash[23376]: audit 2024-09-17T01:11:22.537710+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:11:24.001 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:11:23 smithi086 bash[23376]: audit 2024-09-17T01:11:22.547401+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:11:25.951 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:11:25 smithi063 bash[23456]: cluster 2024-09-17T01:11:23.980367+0000 mgr.a (mgr.14150) 364 : cluster [DBG] pgmap v276: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:11:26.001 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:11:25 smithi086 bash[23376]: cluster 2024-09-17T01:11:23.980367+0000 mgr.a (mgr.14150) 364 : cluster [DBG] pgmap v276: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:11:26.033 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:11:25 smithi018 bash[22760]: cluster 2024-09-17T01:11:23.980367+0000 mgr.a (mgr.14150) 364 : cluster [DBG] pgmap v276: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:11:27.950 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:11:27 smithi063 bash[23456]: cluster 2024-09-17T01:11:25.980892+0000 mgr.a (mgr.14150) 365 : cluster [DBG] pgmap v277: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:11:28.001 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:11:27 smithi086 bash[23376]: cluster 2024-09-17T01:11:25.980892+0000 mgr.a (mgr.14150) 365 : cluster [DBG] pgmap v277: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:11:28.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:11:27 smithi018 bash[22760]: cluster 2024-09-17T01:11:25.980892+0000 mgr.a (mgr.14150) 365 : cluster [DBG] pgmap v277: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:11:29.950 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:11:29 smithi063 bash[23456]: cluster 2024-09-17T01:11:27.981395+0000 mgr.a (mgr.14150) 366 : cluster [DBG] pgmap v278: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:11:30.001 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:11:29 smithi086 bash[23376]: cluster 2024-09-17T01:11:27.981395+0000 mgr.a (mgr.14150) 366 : cluster [DBG] pgmap v278: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:11:30.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:11:29 smithi018 bash[22760]: cluster 2024-09-17T01:11:27.981395+0000 mgr.a (mgr.14150) 366 : cluster [DBG] pgmap v278: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:11:31.857 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:11:31 smithi018 bash[22760]: cluster 2024-09-17T01:11:29.981906+0000 mgr.a (mgr.14150) 367 : cluster [DBG] pgmap v279: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:11:31.950 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:11:31 smithi063 bash[23456]: cluster 2024-09-17T01:11:29.981906+0000 mgr.a (mgr.14150) 367 : cluster [DBG] pgmap v279: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:11:32.001 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:11:31 smithi086 bash[23376]: cluster 2024-09-17T01:11:29.981906+0000 mgr.a (mgr.14150) 367 : cluster [DBG] pgmap v279: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:11:33.775 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:11:33 smithi018 bash[22760]: cluster 2024-09-17T01:11:31.982448+0000 mgr.a (mgr.14150) 368 : cluster [DBG] pgmap v280: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:11:33.927 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:11:33 smithi086 bash[23376]: cluster 2024-09-17T01:11:31.982448+0000 mgr.a (mgr.14150) 368 : cluster [DBG] pgmap v280: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:11:33.950 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:11:33 smithi063 bash[23456]: cluster 2024-09-17T01:11:31.982448+0000 mgr.a (mgr.14150) 368 : cluster [DBG] pgmap v280: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:11:35.950 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:11:35 smithi063 bash[23456]: cluster 2024-09-17T01:11:33.982982+0000 mgr.a (mgr.14150) 369 : cluster [DBG] pgmap v281: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:11:36.001 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:11:35 smithi086 bash[23376]: cluster 2024-09-17T01:11:33.982982+0000 mgr.a (mgr.14150) 369 : cluster [DBG] pgmap v281: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:11:36.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:11:35 smithi018 bash[22760]: cluster 2024-09-17T01:11:33.982982+0000 mgr.a (mgr.14150) 369 : cluster [DBG] pgmap v281: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:11:37.950 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:11:37 smithi063 bash[23456]: cluster 2024-09-17T01:11:35.983498+0000 mgr.a (mgr.14150) 370 : cluster [DBG] pgmap v282: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:11:37.951 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:11:37 smithi063 bash[23456]: audit 2024-09-17T01:11:36.655664+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:11:37.951 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:11:37 smithi063 bash[23456]: audit 2024-09-17T01:11:36.663688+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:11:37.951 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:11:37 smithi063 bash[23456]: audit 2024-09-17T01:11:36.673210+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:11:38.001 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:11:37 smithi086 bash[23376]: cluster 2024-09-17T01:11:35.983498+0000 mgr.a (mgr.14150) 370 : cluster [DBG] pgmap v282: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:11:38.001 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:11:37 smithi086 bash[23376]: audit 2024-09-17T01:11:36.655664+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:11:38.001 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:11:37 smithi086 bash[23376]: audit 2024-09-17T01:11:36.663688+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:11:38.002 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:11:37 smithi086 bash[23376]: audit 2024-09-17T01:11:36.673210+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:11:38.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:11:37 smithi018 bash[22760]: cluster 2024-09-17T01:11:35.983498+0000 mgr.a (mgr.14150) 370 : cluster [DBG] pgmap v282: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:11:38.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:11:37 smithi018 bash[22760]: audit 2024-09-17T01:11:36.655664+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:11:38.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:11:37 smithi018 bash[22760]: audit 2024-09-17T01:11:36.663688+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:11:38.025 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:11:37 smithi018 bash[22760]: audit 2024-09-17T01:11:36.673210+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:11:39.451 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:11:39 smithi063 bash[23456]: cluster 2024-09-17T01:11:37.984041+0000 mgr.a (mgr.14150) 371 : cluster [DBG] pgmap v283: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:11:39.451 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:11:39 smithi063 bash[23456]: audit 2024-09-17T01:11:38.080280+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:11:39.451 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:11:39 smithi063 bash[23456]: audit 2024-09-17T01:11:38.088234+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:11:39.451 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:11:39 smithi063 bash[23456]: audit 2024-09-17T01:11:38.097180+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:11:39.501 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:11:39 smithi086 bash[23376]: cluster 2024-09-17T01:11:37.984041+0000 mgr.a (mgr.14150) 371 : cluster [DBG] pgmap v283: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:11:39.501 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:11:39 smithi086 bash[23376]: audit 2024-09-17T01:11:38.080280+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:11:39.501 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:11:39 smithi086 bash[23376]: audit 2024-09-17T01:11:38.088234+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:11:39.501 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:11:39 smithi086 bash[23376]: audit 2024-09-17T01:11:38.097180+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:11:39.525 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:11:39 smithi018 bash[22760]: cluster 2024-09-17T01:11:37.984041+0000 mgr.a (mgr.14150) 371 : cluster [DBG] pgmap v283: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:11:39.525 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:11:39 smithi018 bash[22760]: audit 2024-09-17T01:11:38.080280+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:11:39.525 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:11:39 smithi018 bash[22760]: audit 2024-09-17T01:11:38.088234+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:11:39.525 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:11:39 smithi018 bash[22760]: audit 2024-09-17T01:11:38.097180+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.14150 172.21.15.18:0/3750435575' entity='mgr.a' 2024-09-17T01:11:39.565 INFO:teuthology.orchestra.run.smithi018.stderr:+ ceph mon dump 2024-09-17T01:11:39.921 INFO:teuthology.orchestra.run.smithi018.stdout:epoch 6 2024-09-17T01:11:39.921 INFO:teuthology.orchestra.run.smithi018.stdout:fsid 2853ef26-7490-11ef-bceb-c7b262605968 2024-09-17T01:11:39.921 INFO:teuthology.orchestra.run.smithi018.stdout:last_changed 2024-09-17T01:08:43.786493+0000 2024-09-17T01:11:39.922 INFO:teuthology.orchestra.run.smithi018.stdout:created 2024-09-17T01:01:28.786733+0000 2024-09-17T01:11:39.922 INFO:teuthology.orchestra.run.smithi018.stdout:min_mon_release 19 (squid) 2024-09-17T01:11:39.922 INFO:teuthology.orchestra.run.smithi018.stdout:election_strategy: 1 2024-09-17T01:11:39.922 INFO:teuthology.orchestra.run.smithi018.stdout:0: [v2:172.21.15.18:3300/0,v1:172.21.15.18:6789/0] mon.a; crush_location {datacenter=a} 2024-09-17T01:11:39.922 INFO:teuthology.orchestra.run.smithi018.stdout:1: [v2:172.21.15.86:3300/0,v1:172.21.15.86:6789/0] mon.c; crush_location {datacenter=a,rack=3} 2024-09-17T01:11:39.922 INFO:teuthology.orchestra.run.smithi018.stdout:2: [v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0] mon.b; crush_location {datacenter=b,rack=2} 2024-09-17T01:11:39.922 INFO:teuthology.orchestra.run.smithi018.stderr:dumped monmap epoch 6 2024-09-17T01:11:39.933 INFO:teuthology.orchestra.run.smithi018.stderr:+ ceph mon dump --format json 2024-09-17T01:11:40.275 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:11:40 smithi018 bash[22760]: audit 2024-09-17T01:11:39.925407+0000 mon.a (mon.0) 898 : audit [DBG] from='client.? 172.21.15.18:0/2929512715' entity='client.admin' cmd=[{"prefix": "mon dump"}]: dispatch 2024-09-17T01:11:40.280 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-17T01:11:40.280 INFO:teuthology.orchestra.run.smithi018.stdout:{"epoch":6,"fsid":"2853ef26-7490-11ef-bceb-c7b262605968","modified":"2024-09-17T01:08:43.786493Z","created":"2024-09-17T01:01:28.786733Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{datacenter=a}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:3300","nonce":0},{"type":"v1","addr":"172.21.15.86:6789","nonce":0}]},"addr":"172.21.15.86:6789/0","public_addr":"172.21.15.86: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.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{datacenter=b,rack=2}"}],"quorum":[0,1,2]} 2024-09-17T01:11:40.280 INFO:teuthology.orchestra.run.smithi018.stderr:dumped monmap epoch 6 2024-09-17T01:11:40.292 INFO:teuthology.orchestra.run.smithi018.stderr:+ read monid 2024-09-17T01:11:40.292 INFO:teuthology.orchestra.run.smithi018.stderr:+ read crushloc 2024-09-17T01:11:40.292 INFO:teuthology.orchestra.run.smithi018.stderr:+ ceph mon dump --format json 2024-09-17T01:11:40.292 INFO:teuthology.orchestra.run.smithi018.stderr:+ jq --arg monid a --arg crushloc '{datacenter=a}' -e '.mons | .[] | select(.name == $monid) | .crush_location == $crushloc' 2024-09-17T01:11:40.450 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:11:40 smithi063 bash[23456]: audit 2024-09-17T01:11:39.925407+0000 mon.a (mon.0) 898 : audit [DBG] from='client.? 172.21.15.18:0/2929512715' entity='client.admin' cmd=[{"prefix": "mon dump"}]: dispatch 2024-09-17T01:11:40.501 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:11:40 smithi086 bash[23376]: audit 2024-09-17T01:11:39.925407+0000 mon.a (mon.0) 898 : audit [DBG] from='client.? 172.21.15.18:0/2929512715' entity='client.admin' cmd=[{"prefix": "mon dump"}]: dispatch 2024-09-17T01:11:40.630 INFO:teuthology.orchestra.run.smithi018.stderr:dumped monmap epoch 6 2024-09-17T01:11:40.642 INFO:teuthology.orchestra.run.smithi018.stdout:true 2024-09-17T01:11:40.643 INFO:teuthology.orchestra.run.smithi018.stderr:+ read monid 2024-09-17T01:11:40.643 INFO:teuthology.orchestra.run.smithi018.stderr:+ read crushloc 2024-09-17T01:11:40.643 INFO:teuthology.orchestra.run.smithi018.stderr:+ ceph mon dump --format json 2024-09-17T01:11:40.643 INFO:teuthology.orchestra.run.smithi018.stderr:+ jq --arg monid b --arg crushloc '{datacenter=b,rack=2}' -e '.mons | .[] | select(.name == $monid) | .crush_location == $crushloc' 2024-09-17T01:11:40.986 INFO:teuthology.orchestra.run.smithi018.stderr:dumped monmap epoch 6 2024-09-17T01:11:40.998 INFO:teuthology.orchestra.run.smithi018.stdout:true 2024-09-17T01:11:40.998 INFO:teuthology.orchestra.run.smithi018.stderr:+ read monid 2024-09-17T01:11:40.998 INFO:teuthology.orchestra.run.smithi018.stderr:+ read crushloc 2024-09-17T01:11:40.999 INFO:teuthology.orchestra.run.smithi018.stderr:+ ceph mon dump --format json 2024-09-17T01:11:40.999 INFO:teuthology.orchestra.run.smithi018.stderr:+ jq --arg monid c --arg crushloc '{datacenter=a,rack=3}' -e '.mons | .[] | select(.name == $monid) | .crush_location == $crushloc' 2024-09-17T01:11:41.325 INFO:teuthology.orchestra.run.smithi018.stderr:dumped monmap epoch 6 2024-09-17T01:11:41.337 INFO:teuthology.orchestra.run.smithi018.stdout:true 2024-09-17T01:11:41.337 INFO:teuthology.orchestra.run.smithi018.stderr:+ read monid 2024-09-17T01:11:41.338 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:11:41 smithi018 bash[22760]: cluster 2024-09-17T01:11:39.984409+0000 mgr.a (mgr.14150) 372 : cluster [DBG] pgmap v284: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:11:41.338 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:11:41 smithi018 bash[22760]: audit 2024-09-17T01:11:40.283618+0000 mon.a (mon.0) 899 : audit [DBG] from='client.? 172.21.15.18:0/3312577829' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T01:11:41.338 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:11:41 smithi018 bash[22760]: audit 2024-09-17T01:11:40.634937+0000 mon.a (mon.0) 900 : audit [DBG] from='client.? 172.21.15.18:0/1653586195' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T01:11:41.338 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:11:41 smithi018 bash[22760]: audit 2024-09-17T01:11:40.990763+0000 mon.a (mon.0) 901 : audit [DBG] from='client.? 172.21.15.18:0/759524089' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T01:11:41.450 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:11:41 smithi063 bash[23456]: cluster 2024-09-17T01:11:39.984409+0000 mgr.a (mgr.14150) 372 : cluster [DBG] pgmap v284: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:11:41.496 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:11:41 smithi063 bash[23456]: audit 2024-09-17T01:11:40.283618+0000 mon.a (mon.0) 899 : audit [DBG] from='client.? 172.21.15.18:0/3312577829' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T01:11:41.496 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:11:41 smithi063 bash[23456]: audit 2024-09-17T01:11:40.634937+0000 mon.a (mon.0) 900 : audit [DBG] from='client.? 172.21.15.18:0/1653586195' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T01:11:41.496 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:11:41 smithi063 bash[23456]: audit 2024-09-17T01:11:40.990763+0000 mon.a (mon.0) 901 : audit [DBG] from='client.? 172.21.15.18:0/759524089' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T01:11:41.501 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:11:41 smithi086 bash[23376]: cluster 2024-09-17T01:11:39.984409+0000 mgr.a (mgr.14150) 372 : cluster [DBG] pgmap v284: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:11:41.501 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:11:41 smithi086 bash[23376]: audit 2024-09-17T01:11:40.283618+0000 mon.a (mon.0) 899 : audit [DBG] from='client.? 172.21.15.18:0/3312577829' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T01:11:41.501 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:11:41 smithi086 bash[23376]: audit 2024-09-17T01:11:40.634937+0000 mon.a (mon.0) 900 : audit [DBG] from='client.? 172.21.15.18:0/1653586195' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T01:11:41.501 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:11:41 smithi086 bash[23376]: audit 2024-09-17T01:11:40.990763+0000 mon.a (mon.0) 901 : audit [DBG] from='client.? 172.21.15.18:0/759524089' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T01:11:42.037 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-09-17T01:11:42.046 INFO:tasks.cephadm:Teardown begin 2024-09-17T01:11:42.046 DEBUG:teuthology.orchestra.run.smithi018:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-17T01:11:42.061 DEBUG:teuthology.orchestra.run.smithi063:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-17T01:11:42.076 DEBUG:teuthology.orchestra.run.smithi086:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-17T01:11:42.090 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-09-17T01:11:42.090 DEBUG:teuthology.orchestra.run.smithi018:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-17T01:11:42.107 DEBUG:teuthology.orchestra.run.smithi063:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-17T01:11:42.122 DEBUG:teuthology.orchestra.run.smithi086:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-17T01:11:42.136 INFO:tasks.cephadm:Stopping all daemons... 2024-09-17T01:11:42.136 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-09-17T01:11:42.136 DEBUG:teuthology.orchestra.run.smithi018:> sudo systemctl stop ceph-2853ef26-7490-11ef-bceb-c7b262605968@mon.a 2024-09-17T01:11:42.297 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:11:42 smithi018 bash[22760]: audit 2024-09-17T01:11:41.329482+0000 mon.a (mon.0) 902 : audit [DBG] from='client.? 172.21.15.18:0/3979651205' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T01:11:42.297 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:11:42 smithi018 systemd[1]: Stopping Ceph mon.a for 2853ef26-7490-11ef-bceb-c7b262605968... 2024-09-17T01:11:42.450 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:11:42 smithi063 bash[23456]: audit 2024-09-17T01:11:41.329482+0000 mon.a (mon.0) 902 : audit [DBG] from='client.? 172.21.15.18:0/3979651205' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T01:11:42.491 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:11:42 smithi018 bash[22760]: debug 2024-09-17T01:11:42.295+0000 7fe10f529640 -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-17T01:11:42.491 INFO:journalctl@ceph.mon.a.smithi018.stdout:Sep 17 01:11:42 smithi018 bash[22760]: debug 2024-09-17T01:11:42.295+0000 7fe10f529640 -1 mon.a@0(leader) e6 *** Got Signal Terminated *** 2024-09-17T01:11:42.501 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:11:42 smithi086 bash[23376]: audit 2024-09-17T01:11:41.329482+0000 mon.a (mon.0) 902 : audit [DBG] from='client.? 172.21.15.18:0/3979651205' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T01:11:43.193 DEBUG:teuthology.orchestra.run.smithi018:> sudo pkill -f 'journalctl -f -n 0 -u ceph-2853ef26-7490-11ef-bceb-c7b262605968@mon.a.service' 2024-09-17T01:11:43.225 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-17T01:11:43.225 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-09-17T01:11:43.225 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2024-09-17T01:11:43.226 DEBUG:teuthology.orchestra.run.smithi063:> sudo systemctl stop ceph-2853ef26-7490-11ef-bceb-c7b262605968@mon.b 2024-09-17T01:11:43.503 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:11:43 smithi063 systemd[1]: Stopping Ceph mon.b for 2853ef26-7490-11ef-bceb-c7b262605968... 2024-09-17T01:11:43.503 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:11:43 smithi063 bash[23456]: debug 2024-09-17T01:11:43.477+0000 7f560c8ee640 -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-17T01:11:43.503 INFO:journalctl@ceph.mon.b.smithi063.stdout:Sep 17 01:11:43 smithi063 bash[23456]: debug 2024-09-17T01:11:43.477+0000 7f560c8ee640 -1 mon.b@2(peon) e6 *** Got Signal Terminated *** 2024-09-17T01:11:44.213 DEBUG:teuthology.orchestra.run.smithi063:> sudo pkill -f 'journalctl -f -n 0 -u ceph-2853ef26-7490-11ef-bceb-c7b262605968@mon.b.service' 2024-09-17T01:11:44.248 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-17T01:11:44.248 INFO:tasks.cephadm.mon.c:Stopped mon.b 2024-09-17T01:11:44.249 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2024-09-17T01:11:44.249 DEBUG:teuthology.orchestra.run.smithi086:> sudo systemctl stop ceph-2853ef26-7490-11ef-bceb-c7b262605968@mon.c 2024-09-17T01:11:44.659 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:11:44 smithi086 systemd[1]: Stopping Ceph mon.c for 2853ef26-7490-11ef-bceb-c7b262605968... 2024-09-17T01:11:44.659 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:11:44 smithi086 bash[23376]: debug 2024-09-17T01:11:44.406+0000 7ffa1e3f8640 -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-17T01:11:44.659 INFO:journalctl@ceph.mon.c.smithi086.stdout:Sep 17 01:11:44 smithi086 bash[23376]: debug 2024-09-17T01:11:44.406+0000 7ffa1e3f8640 -1 mon.c@1(peon) e6 *** Got Signal Terminated *** 2024-09-17T01:11:45.372 DEBUG:teuthology.orchestra.run.smithi086:> sudo pkill -f 'journalctl -f -n 0 -u ceph-2853ef26-7490-11ef-bceb-c7b262605968@mon.c.service' 2024-09-17T01:11:45.402 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-17T01:11:45.402 INFO:tasks.cephadm.mon.c:Stopped mon.c 2024-09-17T01:11:45.402 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2024-09-17T01:11:45.402 DEBUG:teuthology.orchestra.run.smithi018:> sudo systemctl stop ceph-2853ef26-7490-11ef-bceb-c7b262605968@mgr.a 2024-09-17T01:11:45.752 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:11:45 smithi018 systemd[1]: Stopping Ceph mgr.a for 2853ef26-7490-11ef-bceb-c7b262605968... 2024-09-17T01:11:45.752 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:11:45 smithi018 bash[23015]: debug 2024-09-17T01:11:45.547+0000 7f694cc1e640 -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-17T01:11:45.752 INFO:journalctl@ceph.mgr.a.smithi018.stdout:Sep 17 01:11:45 smithi018 bash[23015]: debug 2024-09-17T01:11:45.547+0000 7f694cc1e640 -1 mgr handle_mgr_signal *** Got signal Terminated *** 2024-09-17T01:11:46.252 DEBUG:teuthology.orchestra.run.smithi018:> sudo pkill -f 'journalctl -f -n 0 -u ceph-2853ef26-7490-11ef-bceb-c7b262605968@mgr.a.service' 2024-09-17T01:11:46.275 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-17T01:11:46.275 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2024-09-17T01:11:46.275 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2024-09-17T01:11:46.275 DEBUG:teuthology.orchestra.run.smithi063:> sudo systemctl stop ceph-2853ef26-7490-11ef-bceb-c7b262605968@mgr.b 2024-09-17T01:11:46.657 INFO:journalctl@ceph.mgr.b.smithi063.stdout:Sep 17 01:11:46 smithi063 systemd[1]: Stopping Ceph mgr.b for 2853ef26-7490-11ef-bceb-c7b262605968... 2024-09-17T01:11:47.168 DEBUG:teuthology.orchestra.run.smithi063:> sudo pkill -f 'journalctl -f -n 0 -u ceph-2853ef26-7490-11ef-bceb-c7b262605968@mgr.b.service' 2024-09-17T01:11:47.191 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-17T01:11:47.192 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2024-09-17T01:11:47.192 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-09-17T01:11:47.192 DEBUG:teuthology.orchestra.run.smithi018:> sudo systemctl stop ceph-2853ef26-7490-11ef-bceb-c7b262605968@osd.0 2024-09-17T01:11:47.525 INFO:journalctl@ceph.osd.0.smithi018.stdout:Sep 17 01:11:47 smithi018 systemd[1]: Stopping Ceph osd.0 for 2853ef26-7490-11ef-bceb-c7b262605968... 2024-09-17T01:11:47.525 INFO:journalctl@ceph.osd.0.smithi018.stdout:Sep 17 01:11:47 smithi018 bash[32016]: debug 2024-09-17T01:11:47.335+0000 7f7a7c777640 -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-17T01:11:47.525 INFO:journalctl@ceph.osd.0.smithi018.stdout:Sep 17 01:11:47 smithi018 bash[32016]: debug 2024-09-17T01:11:47.335+0000 7f7a7c777640 -1 osd.0 21 *** Got signal Terminated *** 2024-09-17T01:11:47.525 INFO:journalctl@ceph.osd.0.smithi018.stdout:Sep 17 01:11:47 smithi018 bash[32016]: debug 2024-09-17T01:11:47.335+0000 7f7a7c777640 -1 osd.0 21 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-17T01:11:53.525 INFO:journalctl@ceph.osd.0.smithi018.stdout:Sep 17 01:11:53 smithi018 bash[40229]: ceph-2853ef26-7490-11ef-bceb-c7b262605968-osd-0 2024-09-17T01:11:53.987 INFO:journalctl@ceph.osd.0.smithi018.stdout:Sep 17 01:11:53 smithi018 bash[40303]: Error response from daemon: No such container: ceph-2853ef26-7490-11ef-bceb-c7b262605968-osd-0 2024-09-17T01:11:56.509 DEBUG:teuthology.orchestra.run.smithi018:> sudo pkill -f 'journalctl -f -n 0 -u ceph-2853ef26-7490-11ef-bceb-c7b262605968@osd.0.service' 2024-09-17T01:11:56.559 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-17T01:11:56.559 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-09-17T01:11:56.560 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-09-17T01:11:56.560 DEBUG:teuthology.orchestra.run.smithi063:> sudo systemctl stop ceph-2853ef26-7490-11ef-bceb-c7b262605968@osd.1 2024-09-17T01:11:56.951 INFO:journalctl@ceph.osd.1.smithi063.stdout:Sep 17 01:11:56 smithi063 systemd[1]: Stopping Ceph osd.1 for 2853ef26-7490-11ef-bceb-c7b262605968... 2024-09-17T01:11:56.951 INFO:journalctl@ceph.osd.1.smithi063.stdout:Sep 17 01:11:56 smithi063 bash[28091]: debug 2024-09-17T01:11:56.712+0000 7f168b00f640 -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-17T01:11:56.951 INFO:journalctl@ceph.osd.1.smithi063.stdout:Sep 17 01:11:56 smithi063 bash[28091]: debug 2024-09-17T01:11:56.712+0000 7f168b00f640 -1 osd.1 21 *** Got signal Terminated *** 2024-09-17T01:11:56.951 INFO:journalctl@ceph.osd.1.smithi063.stdout:Sep 17 01:11:56 smithi063 bash[28091]: debug 2024-09-17T01:11:56.712+0000 7f168b00f640 -1 osd.1 21 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-17T01:12:03.053 INFO:journalctl@ceph.osd.1.smithi063.stdout:Sep 17 01:12:02 smithi063 bash[33436]: ceph-2853ef26-7490-11ef-bceb-c7b262605968-osd-1 2024-09-17T01:12:03.399 INFO:journalctl@ceph.osd.1.smithi063.stdout:Sep 17 01:12:03 smithi063 bash[33601]: Error response from daemon: No such container: ceph-2853ef26-7490-11ef-bceb-c7b262605968-osd-1 2024-09-17T01:12:05.652 DEBUG:teuthology.orchestra.run.smithi063:> sudo pkill -f 'journalctl -f -n 0 -u ceph-2853ef26-7490-11ef-bceb-c7b262605968@osd.1.service' 2024-09-17T01:12:05.687 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-17T01:12:05.687 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-09-17T01:12:05.687 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-09-17T01:12:05.688 DEBUG:teuthology.orchestra.run.smithi086:> sudo systemctl stop ceph-2853ef26-7490-11ef-bceb-c7b262605968@osd.2 2024-09-17T01:12:06.001 INFO:journalctl@ceph.osd.2.smithi086.stdout:Sep 17 01:12:05 smithi086 systemd[1]: Stopping Ceph osd.2 for 2853ef26-7490-11ef-bceb-c7b262605968... 2024-09-17T01:12:06.001 INFO:journalctl@ceph.osd.2.smithi086.stdout:Sep 17 01:12:05 smithi086 bash[28604]: debug 2024-09-17T01:12:05.838+0000 7f1ec9222640 -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-17T01:12:06.001 INFO:journalctl@ceph.osd.2.smithi086.stdout:Sep 17 01:12:05 smithi086 bash[28604]: debug 2024-09-17T01:12:05.838+0000 7f1ec9222640 -1 osd.2 21 *** Got signal Terminated *** 2024-09-17T01:12:06.001 INFO:journalctl@ceph.osd.2.smithi086.stdout:Sep 17 01:12:05 smithi086 bash[28604]: debug 2024-09-17T01:12:05.838+0000 7f1ec9222640 -1 osd.2 21 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-17T01:12:12.001 INFO:journalctl@ceph.osd.2.smithi086.stdout:Sep 17 01:12:11 smithi086 bash[33373]: ceph-2853ef26-7490-11ef-bceb-c7b262605968-osd-2 2024-09-17T01:12:12.001 INFO:journalctl@ceph.osd.2.smithi086.stdout:Sep 17 01:12:11 smithi086 bash[33437]: Error response from daemon: No such container: ceph-2853ef26-7490-11ef-bceb-c7b262605968-osd-2 2024-09-17T01:12:13.852 DEBUG:teuthology.orchestra.run.smithi086:> sudo pkill -f 'journalctl -f -n 0 -u ceph-2853ef26-7490-11ef-bceb-c7b262605968@osd.2.service' 2024-09-17T01:12:13.889 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-17T01:12:13.889 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-09-17T01:12:13.889 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 2853ef26-7490-11ef-bceb-c7b262605968 --force --keep-logs 2024-09-17T01:12:14.080 INFO:teuthology.orchestra.run.smithi018.stdout:Deleting cluster with fsid: 2853ef26-7490-11ef-bceb-c7b262605968 2024-09-17T01:12:16.659 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 2853ef26-7490-11ef-bceb-c7b262605968 --force --keep-logs 2024-09-17T01:12:16.848 INFO:teuthology.orchestra.run.smithi063.stdout:Deleting cluster with fsid: 2853ef26-7490-11ef-bceb-c7b262605968 2024-09-17T01:12:19.356 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 2853ef26-7490-11ef-bceb-c7b262605968 --force --keep-logs 2024-09-17T01:12:19.540 INFO:teuthology.orchestra.run.smithi086.stdout:Deleting cluster with fsid: 2853ef26-7490-11ef-bceb-c7b262605968 2024-09-17T01:12:21.773 DEBUG:teuthology.orchestra.run.smithi018:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-17T01:12:21.787 DEBUG:teuthology.orchestra.run.smithi063:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-17T01:12:21.802 DEBUG:teuthology.orchestra.run.smithi086:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-17T01:12:21.815 INFO:tasks.cephadm:Archiving crash dumps... 2024-09-17T01:12:21.816 DEBUG:teuthology.misc:Transferring archived files from smithi018:/var/lib/ceph/2853ef26-7490-11ef-bceb-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-09-16_21:08:04-orch-squid-distro-default-smithi/7907986/remote/smithi018/crash 2024-09-17T01:12:21.817 DEBUG:teuthology.orchestra.run.smithi018:> sudo tar c -f - -C /var/lib/ceph/2853ef26-7490-11ef-bceb-c7b262605968/crash -- . 2024-09-17T01:12:21.841 INFO:teuthology.orchestra.run.smithi018.stderr:tar: /var/lib/ceph/2853ef26-7490-11ef-bceb-c7b262605968/crash: Cannot open: No such file or directory 2024-09-17T01:12:21.841 INFO:teuthology.orchestra.run.smithi018.stderr:tar: Error is not recoverable: exiting now 2024-09-17T01:12:21.843 DEBUG:teuthology.misc:Transferring archived files from smithi063:/var/lib/ceph/2853ef26-7490-11ef-bceb-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-09-16_21:08:04-orch-squid-distro-default-smithi/7907986/remote/smithi063/crash 2024-09-17T01:12:21.844 DEBUG:teuthology.orchestra.run.smithi063:> sudo tar c -f - -C /var/lib/ceph/2853ef26-7490-11ef-bceb-c7b262605968/crash -- . 2024-09-17T01:12:21.857 INFO:teuthology.orchestra.run.smithi063.stderr:tar: /var/lib/ceph/2853ef26-7490-11ef-bceb-c7b262605968/crash: Cannot open: No such file or directory 2024-09-17T01:12:21.857 INFO:teuthology.orchestra.run.smithi063.stderr:tar: Error is not recoverable: exiting now 2024-09-17T01:12:21.860 DEBUG:teuthology.misc:Transferring archived files from smithi086:/var/lib/ceph/2853ef26-7490-11ef-bceb-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-09-16_21:08:04-orch-squid-distro-default-smithi/7907986/remote/smithi086/crash 2024-09-17T01:12:21.861 DEBUG:teuthology.orchestra.run.smithi086:> sudo tar c -f - -C /var/lib/ceph/2853ef26-7490-11ef-bceb-c7b262605968/crash -- . 2024-09-17T01:12:21.872 INFO:teuthology.orchestra.run.smithi086.stderr:tar: /var/lib/ceph/2853ef26-7490-11ef-bceb-c7b262605968/crash: Cannot open: No such file or directory 2024-09-17T01:12:21.873 INFO:teuthology.orchestra.run.smithi086.stderr:tar: Error is not recoverable: exiting now 2024-09-17T01:12:21.874 INFO:tasks.cephadm:Checking cluster log for badness... 2024-09-17T01:12:21.874 DEBUG:teuthology.orchestra.run.smithi018:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/2853ef26-7490-11ef-bceb-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | egrep -v POOL_APP_NOT_ENABLED | egrep -v 'mon down' | egrep -v 'mons down' | egrep -v 'out of quorum' | egrep -v CEPHADM_FAILED_DAEMON | head -n 1 2024-09-17T01:12:21.902 INFO:tasks.cephadm:Compressing logs... 2024-09-17T01:12:21.902 DEBUG:teuthology.orchestra.run.smithi018:> 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-17T01:12:21.947 DEBUG:teuthology.orchestra.run.smithi063:> 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-17T01:12:21.950 DEBUG:teuthology.orchestra.run.smithi086:> 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-17T01:12:21.956 INFO:teuthology.orchestra.run.smithi018.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-09-17T01:12:21.961 INFO:teuthology.orchestra.run.smithi063.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-09-17T01:12:21.962 INFO:teuthology.orchestra.run.smithi018.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-17T01:12:21.962 INFO:teuthology.orchestra.run.smithi018.stderr:gzip -5 --verbose -- /var/log/ceph/2853ef26-7490-11ef-bceb-c7b262605968/ceph-osd.0.log 2024-09-17T01:12:21.962 INFO:teuthology.orchestra.run.smithi018.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/2853ef26-7490-11ef-bceb-c7b262605968/ceph-mon.a.log 2024-09-17T01:12:21.963 INFO:teuthology.orchestra.run.smithi018.stderr:/var/log/ceph/2853ef26-7490-11ef-bceb-c7b262605968/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/2853ef26-7490-11ef-bceb-c7b262605968/ceph.cephadm.log 2024-09-17T01:12:21.963 INFO:teuthology.orchestra.run.smithi018.stderr:/var/log/ceph/2853ef26-7490-11ef-bceb-c7b262605968/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/2853ef26-7490-11ef-bceb-c7b262605968/ceph.log 2024-09-17T01:12:21.963 INFO:teuthology.orchestra.run.smithi018.stderr:/var/log/ceph/2853ef26-7490-11ef-bceb-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/2853ef26-7490-11ef-bceb-c7b262605968/ceph-volume.log 2024-09-17T01:12:21.964 INFO:teuthology.orchestra.run.smithi018.stderr: 82.7% -- replaced with /var/log/ceph/2853ef26-7490-11ef-bceb-c7b262605968/ceph.cephadm.log.gz 2024-09-17T01:12:21.964 INFO:teuthology.orchestra.run.smithi018.stderr:/var/log/ceph/2853ef26-7490-11ef-bceb-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/2853ef26-7490-11ef-bceb-c7b262605968/ceph.audit.log 2024-09-17T01:12:21.965 INFO:teuthology.orchestra.run.smithi018.stderr:gzip -5 --verbose -- /var/log/ceph/2853ef26-7490-11ef-bceb-c7b262605968/ceph-mgr.a.log 2024-09-17T01:12:21.965 INFO:teuthology.orchestra.run.smithi018.stderr:/var/log/ceph/2853ef26-7490-11ef-bceb-c7b262605968/ceph-volume.log: /var/log/ceph/2853ef26-7490-11ef-bceb-c7b262605968/ceph.audit.log: 87.7% -- replaced with /var/log/ceph/2853ef26-7490-11ef-bceb-c7b262605968/ceph.log.gz 2024-09-17T01:12:21.965 INFO:teuthology.orchestra.run.smithi086.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-09-17T01:12:21.966 INFO:teuthology.orchestra.run.smithi018.stderr:/var/log/ceph/2853ef26-7490-11ef-bceb-c7b262605968/ceph-mgr.a.log: 86.2% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-17T01:12:21.966 INFO:teuthology.orchestra.run.smithi018.stderr: 90.3% -- replaced with /var/log/ceph/2853ef26-7490-11ef-bceb-c7b262605968/ceph.audit.log.gz 2024-09-17T01:12:21.973 INFO:teuthology.orchestra.run.smithi086.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-17T01:12:21.973 INFO:teuthology.orchestra.run.smithi086.stderr:gzip -5 --verbose -- /var/log/ceph/2853ef26-7490-11ef-bceb-c7b262605968/ceph-osd.2.log 2024-09-17T01:12:21.974 INFO:teuthology.orchestra.run.smithi086.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/2853ef26-7490-11ef-bceb-c7b262605968/ceph.cephadm.log 2024-09-17T01:12:21.974 INFO:teuthology.orchestra.run.smithi086.stderr:/var/log/ceph/2853ef26-7490-11ef-bceb-c7b262605968/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/2853ef26-7490-11ef-bceb-c7b262605968/ceph.log 2024-09-17T01:12:21.975 INFO:teuthology.orchestra.run.smithi086.stderr:/var/log/ceph/2853ef26-7490-11ef-bceb-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/2853ef26-7490-11ef-bceb-c7b262605968/ceph-volume.log 2024-09-17T01:12:21.975 INFO:teuthology.orchestra.run.smithi086.stderr: 82.4% -- replaced with /var/log/ceph/2853ef26-7490-11ef-bceb-c7b262605968/ceph.cephadm.log.gz 2024-09-17T01:12:21.975 INFO:teuthology.orchestra.run.smithi086.stderr:/var/log/ceph/2853ef26-7490-11ef-bceb-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/2853ef26-7490-11ef-bceb-c7b262605968/ceph-mon.c.log 2024-09-17T01:12:21.976 INFO:teuthology.orchestra.run.smithi086.stderr:/var/log/ceph/2853ef26-7490-11ef-bceb-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/2853ef26-7490-11ef-bceb-c7b262605968/ceph.audit.log 2024-09-17T01:12:21.976 INFO:teuthology.orchestra.run.smithi086.stderr: 85.4%/var/log/ceph/2853ef26-7490-11ef-bceb-c7b262605968/ceph-mon.c.log: -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-17T01:12:21.976 INFO:teuthology.orchestra.run.smithi086.stderr: 87.8% -- replaced with /var/log/ceph/2853ef26-7490-11ef-bceb-c7b262605968/ceph.log.gz 2024-09-17T01:12:21.978 INFO:teuthology.orchestra.run.smithi086.stderr:/var/log/ceph/2853ef26-7490-11ef-bceb-c7b262605968/ceph.audit.log: 90.5% -- replaced with /var/log/ceph/2853ef26-7490-11ef-bceb-c7b262605968/ceph.audit.log.gz 2024-09-17T01:12:21.991 INFO:teuthology.orchestra.run.smithi018.stderr: 91.7% -- replaced with /var/log/ceph/2853ef26-7490-11ef-bceb-c7b262605968/ceph-volume.log.gz 2024-09-17T01:12:21.992 INFO:teuthology.orchestra.run.smithi086.stderr: 91.8% -- replaced with /var/log/ceph/2853ef26-7490-11ef-bceb-c7b262605968/ceph-volume.log.gz 2024-09-17T01:12:22.008 INFO:teuthology.orchestra.run.smithi086.stderr: 93.9% -- replaced with /var/log/ceph/2853ef26-7490-11ef-bceb-c7b262605968/ceph-osd.2.log.gz 2024-09-17T01:12:22.012 INFO:teuthology.orchestra.run.smithi018.stderr: 93.8% -- replaced with /var/log/ceph/2853ef26-7490-11ef-bceb-c7b262605968/ceph-osd.0.log.gz 2024-09-17T01:12:22.068 INFO:teuthology.orchestra.run.smithi018.stderr: 88.1% -- replaced with /var/log/ceph/2853ef26-7490-11ef-bceb-c7b262605968/ceph-mgr.a.log.gz 2024-09-17T01:12:22.069 INFO:teuthology.orchestra.run.smithi086.stderr: 93.1% -- replaced with /var/log/ceph/2853ef26-7490-11ef-bceb-c7b262605968/ceph-mon.c.log.gz 2024-09-17T01:12:22.070 INFO:teuthology.orchestra.run.smithi086.stderr: 2024-09-17T01:12:22.070 INFO:teuthology.orchestra.run.smithi086.stderr:real 0m0.115s 2024-09-17T01:12:22.070 INFO:teuthology.orchestra.run.smithi086.stderr:user 0m0.164s 2024-09-17T01:12:22.071 INFO:teuthology.orchestra.run.smithi086.stderr:sys 0m0.012s 2024-09-17T01:12:22.079 INFO:teuthology.orchestra.run.smithi063.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-17T01:12:22.080 INFO:teuthology.orchestra.run.smithi063.stderr:gzip -5 --verbose -- /var/log/ceph/2853ef26-7490-11ef-bceb-c7b262605968/ceph.cephadm.log 2024-09-17T01:12:22.080 INFO:teuthology.orchestra.run.smithi063.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/2853ef26-7490-11ef-bceb-c7b262605968/ceph-osd.1.log 2024-09-17T01:12:22.081 INFO:teuthology.orchestra.run.smithi063.stderr:/var/log/ceph/2853ef26-7490-11ef-bceb-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/2853ef26-7490-11ef-bceb-c7b262605968/ceph.log 2024-09-17T01:12:22.082 INFO:teuthology.orchestra.run.smithi063.stderr:/var/log/ceph/2853ef26-7490-11ef-bceb-c7b262605968/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/2853ef26-7490-11ef-bceb-c7b262605968/ceph-volume.log 2024-09-17T01:12:22.082 INFO:teuthology.orchestra.run.smithi063.stderr: 82.4% -- replaced with /var/log/ceph/2853ef26-7490-11ef-bceb-c7b262605968/ceph.cephadm.log.gz 2024-09-17T01:12:22.082 INFO:teuthology.orchestra.run.smithi063.stderr:/var/log/ceph/2853ef26-7490-11ef-bceb-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/2853ef26-7490-11ef-bceb-c7b262605968/ceph-mgr.b.log 2024-09-17T01:12:22.083 INFO:teuthology.orchestra.run.smithi063.stderr:/var/log/ceph/2853ef26-7490-11ef-bceb-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/2853ef26-7490-11ef-bceb-c7b262605968/ceph.audit.log 2024-09-17T01:12:22.083 INFO:teuthology.orchestra.run.smithi063.stderr: 87.8% -- replaced with /var/log/ceph/2853ef26-7490-11ef-bceb-c7b262605968/ceph.log.gz 2024-09-17T01:12:22.083 INFO:teuthology.orchestra.run.smithi063.stderr:/var/log/ceph/2853ef26-7490-11ef-bceb-c7b262605968/ceph-mgr.b.log: gzip -5 --verbose -- /var/log/ceph/2853ef26-7490-11ef-bceb-c7b262605968/ceph-mon.b.log 2024-09-17T01:12:22.084 INFO:teuthology.orchestra.run.smithi063.stderr:/var/log/ceph/2853ef26-7490-11ef-bceb-c7b262605968/ceph.audit.log: /var/log/ceph/2853ef26-7490-11ef-bceb-c7b262605968/ceph-mon.b.log: 85.6% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-17T01:12:22.086 INFO:teuthology.orchestra.run.smithi063.stderr: 90.5% -- replaced with /var/log/ceph/2853ef26-7490-11ef-bceb-c7b262605968/ceph.audit.log.gz 2024-09-17T01:12:22.088 INFO:teuthology.orchestra.run.smithi063.stderr: 91.5% -- replaced with /var/log/ceph/2853ef26-7490-11ef-bceb-c7b262605968/ceph-mgr.b.log.gz 2024-09-17T01:12:22.106 INFO:teuthology.orchestra.run.smithi063.stderr: 91.8% -- replaced with /var/log/ceph/2853ef26-7490-11ef-bceb-c7b262605968/ceph-volume.log.gz 2024-09-17T01:12:22.157 INFO:teuthology.orchestra.run.smithi063.stderr: 94.0% -- replaced with /var/log/ceph/2853ef26-7490-11ef-bceb-c7b262605968/ceph-osd.1.log.gz 2024-09-17T01:12:22.196 INFO:teuthology.orchestra.run.smithi063.stderr: 92.7% -- replaced with /var/log/ceph/2853ef26-7490-11ef-bceb-c7b262605968/ceph-mon.b.log.gz 2024-09-17T01:12:22.198 INFO:teuthology.orchestra.run.smithi063.stderr: 2024-09-17T01:12:22.198 INFO:teuthology.orchestra.run.smithi063.stderr:real 0m0.245s 2024-09-17T01:12:22.198 INFO:teuthology.orchestra.run.smithi063.stderr:user 0m0.229s 2024-09-17T01:12:22.198 INFO:teuthology.orchestra.run.smithi063.stderr:sys 0m0.026s 2024-09-17T01:12:22.275 INFO:teuthology.orchestra.run.smithi018.stderr: 91.4% -- replaced with /var/log/ceph/2853ef26-7490-11ef-bceb-c7b262605968/ceph-mon.a.log.gz 2024-09-17T01:12:22.277 INFO:teuthology.orchestra.run.smithi018.stderr: 2024-09-17T01:12:22.277 INFO:teuthology.orchestra.run.smithi018.stderr:real 0m0.327s 2024-09-17T01:12:22.277 INFO:teuthology.orchestra.run.smithi018.stderr:user 0m0.494s 2024-09-17T01:12:22.277 INFO:teuthology.orchestra.run.smithi018.stderr:sys 0m0.026s 2024-09-17T01:12:22.278 INFO:tasks.cephadm:Archiving logs... 2024-09-17T01:12:22.278 DEBUG:teuthology.misc:Transferring archived files from smithi018:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-09-16_21:08:04-orch-squid-distro-default-smithi/7907986/remote/smithi018/log 2024-09-17T01:12:22.279 DEBUG:teuthology.orchestra.run.smithi018:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-17T01:12:22.406 DEBUG:teuthology.misc:Transferring archived files from smithi063:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-09-16_21:08:04-orch-squid-distro-default-smithi/7907986/remote/smithi063/log 2024-09-17T01:12:22.407 DEBUG:teuthology.orchestra.run.smithi063:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-17T01:12:22.456 DEBUG:teuthology.misc:Transferring archived files from smithi086:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-09-16_21:08:04-orch-squid-distro-default-smithi/7907986/remote/smithi086/log 2024-09-17T01:12:22.457 DEBUG:teuthology.orchestra.run.smithi086:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-17T01:12:22.495 INFO:tasks.cephadm:Removing cluster... 2024-09-17T01:12:22.495 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 2853ef26-7490-11ef-bceb-c7b262605968 --force 2024-09-17T01:12:22.676 INFO:teuthology.orchestra.run.smithi018.stdout:Deleting cluster with fsid: 2853ef26-7490-11ef-bceb-c7b262605968 2024-09-17T01:12:24.018 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 2853ef26-7490-11ef-bceb-c7b262605968 --force 2024-09-17T01:12:24.208 INFO:teuthology.orchestra.run.smithi063.stdout:Deleting cluster with fsid: 2853ef26-7490-11ef-bceb-c7b262605968 2024-09-17T01:12:25.552 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 2853ef26-7490-11ef-bceb-c7b262605968 --force 2024-09-17T01:12:25.739 INFO:teuthology.orchestra.run.smithi086.stdout:Deleting cluster with fsid: 2853ef26-7490-11ef-bceb-c7b262605968 2024-09-17T01:12:27.094 INFO:tasks.cephadm:Removing cephadm ... 2024-09-17T01:12:27.094 DEBUG:teuthology.orchestra.run.smithi018:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-17T01:12:27.101 DEBUG:teuthology.orchestra.run.smithi063:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-17T01:12:27.106 DEBUG:teuthology.orchestra.run.smithi086:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-17T01:12:27.112 INFO:tasks.cephadm:Teardown complete 2024-09-17T01:12:27.112 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-09-17T01:12:27.121 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-17T01:12:27.122 DEBUG:teuthology.orchestra.run.smithi018:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-09-17T01:12:27.144 DEBUG:teuthology.orchestra.run.smithi063:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-09-17T01:12:27.151 DEBUG:teuthology.orchestra.run.smithi086:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-09-17T01:12:27.230 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-09-17T01:12:27.239 INFO:teuthology.task.clock:Checking final clock skew... 2024-09-17T01:12:27.239 DEBUG:teuthology.orchestra.run.smithi018:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-17T01:12:27.241 DEBUG:teuthology.orchestra.run.smithi063:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-17T01:12:27.244 DEBUG:teuthology.orchestra.run.smithi086:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-17T01:12:27.251 INFO:teuthology.orchestra.run.smithi018.stdout: remote refid st t when poll reach delay offset jitter 2024-09-17T01:12:27.252 INFO:teuthology.orchestra.run.smithi018.stdout:============================================================================== 2024-09-17T01:12:27.252 INFO:teuthology.orchestra.run.smithi018.stdout:+hv01.front.sepi 67.205.162.81 3 u 6 64 377 0.063 -4.756 0.224 2024-09-17T01:12:27.252 INFO:teuthology.orchestra.run.smithi018.stdout:+hv02.front.sepi 63.231.80.2 3 u 8 64 377 0.071 +2.949 0.351 2024-09-17T01:12:27.252 INFO:teuthology.orchestra.run.smithi018.stdout:*hv03.front.sepi 74.6.168.72 3 u 11 64 377 0.075 +0.852 0.243 2024-09-17T01:12:27.252 INFO:teuthology.orchestra.run.smithi018.stdout: hv04.front.sepi .INIT. 16 u - 256 0 0.000 +0.000 0.000 2024-09-17T01:12:27.254 INFO:teuthology.orchestra.run.smithi063.stdout: remote refid st t when poll reach delay offset jitter 2024-09-17T01:12:27.254 INFO:teuthology.orchestra.run.smithi063.stdout:============================================================================== 2024-09-17T01:12:27.254 INFO:teuthology.orchestra.run.smithi063.stdout:+hv01.front.sepi 67.205.162.81 3 u 3 64 377 0.070 -5.052 0.729 2024-09-17T01:12:27.254 INFO:teuthology.orchestra.run.smithi063.stdout:+hv02.front.sepi 63.231.80.2 3 u 7 64 377 0.090 +1.332 0.959 2024-09-17T01:12:27.254 INFO:teuthology.orchestra.run.smithi063.stdout:*hv03.front.sepi 74.6.168.72 3 u 6 64 377 0.096 -0.622 0.860 2024-09-17T01:12:27.254 INFO:teuthology.orchestra.run.smithi063.stdout: hv04.front.sepi .INIT. 16 u - 256 0 0.000 +0.000 0.000 2024-09-17T01:12:27.257 INFO:teuthology.orchestra.run.smithi086.stdout: remote refid st t when poll reach delay offset jitter 2024-09-17T01:12:27.257 INFO:teuthology.orchestra.run.smithi086.stdout:============================================================================== 2024-09-17T01:12:27.257 INFO:teuthology.orchestra.run.smithi086.stdout:+hv01.front.sepi 67.205.162.81 3 u 11 64 377 0.077 -5.202 1.455 2024-09-17T01:12:27.257 INFO:teuthology.orchestra.run.smithi086.stdout:+hv02.front.sepi 63.231.80.2 3 u 7 64 377 0.101 +3.021 2.017 2024-09-17T01:12:27.257 INFO:teuthology.orchestra.run.smithi086.stdout:*hv03.front.sepi 74.6.168.72 3 u 12 64 377 0.087 -1.505 1.648 2024-09-17T01:12:27.258 INFO:teuthology.orchestra.run.smithi086.stdout: hv04.front.sepi .INIT. 16 u - 256 0 0.000 +0.000 0.000 2024-09-17T01:12:27.258 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-09-17T01:12:27.267 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-09-17T01:12:27.267 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-09-17T01:12:27.292 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-09-17T01:12:27.299 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-09-17T01:12:27.309 INFO:teuthology.task.internal:Duration was 1330.714293 seconds 2024-09-17T01:12:27.309 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-09-17T01:12:27.318 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-09-17T01:12:27.318 DEBUG:teuthology.orchestra.run.smithi018:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-17T01:12:27.321 DEBUG:teuthology.orchestra.run.smithi063:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-17T01:12:27.323 DEBUG:teuthology.orchestra.run.smithi086:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-17T01:12:27.360 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-09-17T01:12:27.360 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi018.front.sepia.ceph.com 2024-09-17T01:12:27.361 DEBUG:teuthology.orchestra.run.smithi018:> 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-17T01:12:27.411 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi063.front.sepia.ceph.com 2024-09-17T01:12:27.412 DEBUG:teuthology.orchestra.run.smithi063:> 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-17T01:12:27.422 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi086.front.sepia.ceph.com 2024-09-17T01:12:27.423 DEBUG:teuthology.orchestra.run.smithi086:> 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-17T01:12:27.432 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-09-17T01:12:27.433 DEBUG:teuthology.orchestra.run.smithi018:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-17T01:12:27.455 DEBUG:teuthology.orchestra.run.smithi063:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-17T01:12:27.467 DEBUG:teuthology.orchestra.run.smithi086:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-17T01:12:27.508 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-09-17T01:12:27.508 DEBUG:teuthology.orchestra.run.smithi018:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-17T01:12:27.535 DEBUG:teuthology.orchestra.run.smithi063:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-17T01:12:27.543 DEBUG:teuthology.orchestra.run.smithi086:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-17T01:12:27.633 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-09-17T01:12:27.643 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-09-17T01:12:27.643 DEBUG:teuthology.orchestra.run.smithi018:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-17T01:12:27.656 DEBUG:teuthology.orchestra.run.smithi063:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-17T01:12:27.667 DEBUG:teuthology.orchestra.run.smithi086:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-17T01:12:27.680 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-09-17T01:12:27.690 DEBUG:teuthology.orchestra.run.smithi018:> 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-17T01:12:27.699 DEBUG:teuthology.orchestra.run.smithi063:> 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-17T01:12:27.708 INFO:teuthology.orchestra.run.smithi018.stdout:kernel.core_pattern = core 2024-09-17T01:12:27.711 DEBUG:teuthology.orchestra.run.smithi086:> 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-17T01:12:27.720 INFO:teuthology.orchestra.run.smithi063.stdout:kernel.core_pattern = core 2024-09-17T01:12:27.733 INFO:teuthology.orchestra.run.smithi086.stdout:kernel.core_pattern = core 2024-09-17T01:12:27.764 DEBUG:teuthology.orchestra.run.smithi018:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-17T01:12:27.777 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T01:12:27.778 DEBUG:teuthology.orchestra.run.smithi063:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-17T01:12:27.793 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T01:12:27.793 DEBUG:teuthology.orchestra.run.smithi086:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-17T01:12:27.811 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T01:12:27.811 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-09-17T01:12:27.821 INFO:teuthology.task.internal:Transferring archived files... 2024-09-17T01:12:27.821 DEBUG:teuthology.misc:Transferring archived files from smithi018:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-09-16_21:08:04-orch-squid-distro-default-smithi/7907986/remote/smithi018 2024-09-17T01:12:27.822 DEBUG:teuthology.orchestra.run.smithi018:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-17T01:12:27.846 DEBUG:teuthology.misc:Transferring archived files from smithi063:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-09-16_21:08:04-orch-squid-distro-default-smithi/7907986/remote/smithi063 2024-09-17T01:12:27.846 DEBUG:teuthology.orchestra.run.smithi063:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-17T01:12:27.867 DEBUG:teuthology.misc:Transferring archived files from smithi086:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-09-16_21:08:04-orch-squid-distro-default-smithi/7907986/remote/smithi086 2024-09-17T01:12:27.867 DEBUG:teuthology.orchestra.run.smithi086:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-17T01:12:27.889 INFO:teuthology.task.internal:Removing archive directory... 2024-09-17T01:12:27.890 DEBUG:teuthology.orchestra.run.smithi018:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-17T01:12:27.892 DEBUG:teuthology.orchestra.run.smithi063:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-17T01:12:27.907 DEBUG:teuthology.orchestra.run.smithi086:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-17T01:12:27.932 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-09-17T01:12:27.942 INFO:teuthology.task.internal:Not uploading archives. 2024-09-17T01:12:27.942 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-09-17T01:12:27.951 INFO:teuthology.task.internal:Tidying up after the test... 2024-09-17T01:12:27.951 DEBUG:teuthology.orchestra.run.smithi018:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-17T01:12:27.954 DEBUG:teuthology.orchestra.run.smithi063:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-17T01:12:27.956 DEBUG:teuthology.orchestra.run.smithi086:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-17T01:12:27.957 INFO:teuthology.orchestra.run.smithi018.stdout: 658464 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 17 01:12 /home/ubuntu/cephtest 2024-09-17T01:12:27.960 INFO:teuthology.orchestra.run.smithi063.stdout: 658640 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 17 01:12 /home/ubuntu/cephtest 2024-09-17T01:12:27.980 INFO:teuthology.orchestra.run.smithi086.stdout: 655474 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 17 01:12 /home/ubuntu/cephtest 2024-09-17T01:12:27.981 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-09-17T01:12:27.991 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-09-17T01:12:28.018 INFO:teuthology.run:Summary data: description: orch/cephadm/workunits/{0-distro/ubuntu_22.04 agent/on mon_election/connectivity task/test_set_mon_crush_locations} duration: 1330.7142927646637 flavor: default owner: scheduled_teuthology@teuthology success: true 2024-09-17T01:12:28.018 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-17T01:12:28.096 INFO:teuthology.run:pass