2024-02-10T07:15:39.948 INFO:root:teuthology version: 0.0.1.dev256+gd9fdb22 2024-02-10T07:15:39.949 DEBUG:teuthology.run:Teuthology command: teuthology --verbose --owner scheduled_yuriw@teuthology --name yuriw-2024-02-09_19:44:16-orch-main-distro-default-smithi --archive /home/teuthworker/archive/yuriw-2024-02-09_19:44:16-orch-main-distro-default-smithi/7555213 --description orch/cephadm/workunits/{0-distro/ubuntu_22.04 agent/off mon_election/classic task/test_set_mon_crush_locations} -- /home/teuthworker/archive/yuriw-2024-02-09_19:44:16-orch-main-distro-default-smithi/7555213/orig.config.yaml 2024-02-10T07:15:39.978 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-02-10T07:15:40.052 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2024-02-09_19:44:16-orch-main-distro-default-smithi/7555213 branch: main description: orch/cephadm/workunits/{0-distro/ubuntu_22.04 agent/off mon_election/classic task/test_set_mon_crush_locations} email: yweinste@redhat.com first_in_suite: false job_id: '7555213' kernel: kdb: true sha1: distro ktype: distro last_in_suite: false machine_type: smithi name: yuriw-2024-02-09_19:44:16-orch-main-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: ubuntu os_version: '22.04' overrides: admin_socket: branch: main ceph: conf: global: mon election default strategy: 1 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: false 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\) sha1: 290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 workunit: branch: main sha1: 290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 owner: scheduled_yuriw@teuthology priority: 71 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - osd.0 - mon.a - mgr.a - - host.b - osd.1 - mon.b - mgr.b - - host.c - osd.2 - mon.c seed: 1610 sha1: 290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 sleep_before_teardown: 0 subset: 111/120000 suite: orch suite_branch: main suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 targets: smithi029.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKva2usLu7xGnHrlShlIFN/UFgu8E4RWcV8f1ZquOW77cUM7moIweaWaRfahwHKvV3NZpeNoVZ2PgGjugGJHzfw= smithi046.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBG4ovnu52egQqnYpXCzo1pROKEDCYchCuCodAWSsv9dNq6ZvgGt5PtPZcgBEFmiC2OObqor83CFvy/Z0rVGkbTU= smithi047.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMM8QmNARyNcJ9Hl3FBvDoAHZVzLCH8mxzfTXAlxrT4C/0iy0GsYPAkcARQ8a9g7jUzsQcraiHKfG0DFXGIjbQc= 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 0x7fb1c60de3a0>, signals=[15]) 2024-02-10T07:15:40.572 INFO:teuthology.run_tasks:Running task internal.connect... 2024-02-10T07:15:40.577 INFO:teuthology.task.internal:Opening connections... 2024-02-10T07:15:40.577 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi029.front.sepia.ceph.com 2024-02-10T07:15:40.579 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi029.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T07:15:40.666 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi046.front.sepia.ceph.com 2024-02-10T07:15:40.667 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi046.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T07:15:40.745 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi047.front.sepia.ceph.com 2024-02-10T07:15:40.746 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi047.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T07:15:40.823 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-02-10T07:15:40.830 DEBUG:teuthology.orchestra.run.smithi029:> uname -m 2024-02-10T07:15:40.836 INFO:teuthology.orchestra.run.smithi029.stdout:x86_64 2024-02-10T07:15:40.836 DEBUG:teuthology.orchestra.run.smithi029:> cat /etc/os-release 2024-02-10T07:15:40.885 INFO:teuthology.orchestra.run.smithi029.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-02-10T07:15:40.885 INFO:teuthology.orchestra.run.smithi029.stdout:NAME="Ubuntu" 2024-02-10T07:15:40.885 INFO:teuthology.orchestra.run.smithi029.stdout:VERSION_ID="22.04" 2024-02-10T07:15:40.885 INFO:teuthology.orchestra.run.smithi029.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-02-10T07:15:40.885 INFO:teuthology.orchestra.run.smithi029.stdout:VERSION_CODENAME=jammy 2024-02-10T07:15:40.885 INFO:teuthology.orchestra.run.smithi029.stdout:ID=ubuntu 2024-02-10T07:15:40.885 INFO:teuthology.orchestra.run.smithi029.stdout:ID_LIKE=debian 2024-02-10T07:15:40.886 INFO:teuthology.orchestra.run.smithi029.stdout:HOME_URL="https://www.ubuntu.com/" 2024-02-10T07:15:40.886 INFO:teuthology.orchestra.run.smithi029.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-02-10T07:15:40.886 INFO:teuthology.orchestra.run.smithi029.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-02-10T07:15:40.886 INFO:teuthology.orchestra.run.smithi029.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-02-10T07:15:40.886 INFO:teuthology.orchestra.run.smithi029.stdout:UBUNTU_CODENAME=jammy 2024-02-10T07:15:40.886 INFO:teuthology.lock.ops:Updating smithi029.front.sepia.ceph.com on lock server 2024-02-10T07:15:40.906 DEBUG:teuthology.orchestra.run.smithi046:> uname -m 2024-02-10T07:15:40.912 INFO:teuthology.orchestra.run.smithi046.stdout:x86_64 2024-02-10T07:15:40.912 DEBUG:teuthology.orchestra.run.smithi046:> cat /etc/os-release 2024-02-10T07:15:40.960 INFO:teuthology.orchestra.run.smithi046.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-02-10T07:15:40.960 INFO:teuthology.orchestra.run.smithi046.stdout:NAME="Ubuntu" 2024-02-10T07:15:40.960 INFO:teuthology.orchestra.run.smithi046.stdout:VERSION_ID="22.04" 2024-02-10T07:15:40.960 INFO:teuthology.orchestra.run.smithi046.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-02-10T07:15:40.960 INFO:teuthology.orchestra.run.smithi046.stdout:VERSION_CODENAME=jammy 2024-02-10T07:15:40.960 INFO:teuthology.orchestra.run.smithi046.stdout:ID=ubuntu 2024-02-10T07:15:40.960 INFO:teuthology.orchestra.run.smithi046.stdout:ID_LIKE=debian 2024-02-10T07:15:40.960 INFO:teuthology.orchestra.run.smithi046.stdout:HOME_URL="https://www.ubuntu.com/" 2024-02-10T07:15:40.960 INFO:teuthology.orchestra.run.smithi046.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-02-10T07:15:40.960 INFO:teuthology.orchestra.run.smithi046.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-02-10T07:15:40.960 INFO:teuthology.orchestra.run.smithi046.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-02-10T07:15:40.960 INFO:teuthology.orchestra.run.smithi046.stdout:UBUNTU_CODENAME=jammy 2024-02-10T07:15:40.961 INFO:teuthology.lock.ops:Updating smithi046.front.sepia.ceph.com on lock server 2024-02-10T07:15:40.981 DEBUG:teuthology.orchestra.run.smithi047:> uname -m 2024-02-10T07:15:40.987 INFO:teuthology.orchestra.run.smithi047.stdout:x86_64 2024-02-10T07:15:40.987 DEBUG:teuthology.orchestra.run.smithi047:> cat /etc/os-release 2024-02-10T07:15:41.034 INFO:teuthology.orchestra.run.smithi047.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-02-10T07:15:41.034 INFO:teuthology.orchestra.run.smithi047.stdout:NAME="Ubuntu" 2024-02-10T07:15:41.035 INFO:teuthology.orchestra.run.smithi047.stdout:VERSION_ID="22.04" 2024-02-10T07:15:41.035 INFO:teuthology.orchestra.run.smithi047.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-02-10T07:15:41.035 INFO:teuthology.orchestra.run.smithi047.stdout:VERSION_CODENAME=jammy 2024-02-10T07:15:41.035 INFO:teuthology.orchestra.run.smithi047.stdout:ID=ubuntu 2024-02-10T07:15:41.035 INFO:teuthology.orchestra.run.smithi047.stdout:ID_LIKE=debian 2024-02-10T07:15:41.035 INFO:teuthology.orchestra.run.smithi047.stdout:HOME_URL="https://www.ubuntu.com/" 2024-02-10T07:15:41.035 INFO:teuthology.orchestra.run.smithi047.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-02-10T07:15:41.035 INFO:teuthology.orchestra.run.smithi047.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-02-10T07:15:41.035 INFO:teuthology.orchestra.run.smithi047.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-02-10T07:15:41.035 INFO:teuthology.orchestra.run.smithi047.stdout:UBUNTU_CODENAME=jammy 2024-02-10T07:15:41.035 INFO:teuthology.lock.ops:Updating smithi047.front.sepia.ceph.com on lock server 2024-02-10T07:15:41.056 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-02-10T07:15:41.065 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-02-10T07:15:41.071 INFO:teuthology.task.internal:Checking for old test directory... 2024-02-10T07:15:41.071 DEBUG:teuthology.orchestra.run.smithi029:> test '!' -e /home/ubuntu/cephtest 2024-02-10T07:15:41.073 DEBUG:teuthology.orchestra.run.smithi046:> test '!' -e /home/ubuntu/cephtest 2024-02-10T07:15:41.076 DEBUG:teuthology.orchestra.run.smithi047:> test '!' -e /home/ubuntu/cephtest 2024-02-10T07:15:41.081 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-02-10T07:15:41.089 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-02-10T07:15:41.090 DEBUG:teuthology.orchestra.run.smithi029:> test -z $(ls -A /var/lib/ceph) 2024-02-10T07:15:41.121 DEBUG:teuthology.orchestra.run.smithi046:> test -z $(ls -A /var/lib/ceph) 2024-02-10T07:15:41.124 DEBUG:teuthology.orchestra.run.smithi047:> test -z $(ls -A /var/lib/ceph) 2024-02-10T07:15:41.148 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-02-10T07:15:41.213 INFO:teuthology.run_tasks:Running task kernel... 2024-02-10T07:15:41.228 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-02-10T07:15:41.228 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}, 'host.c': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-02-10T07:15:41.228 DEBUG:teuthology.orchestra.run.smithi029:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-10T07:15:41.229 DEBUG:teuthology.orchestra.run.smithi046:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-10T07:15:41.229 DEBUG:teuthology.orchestra.run.smithi047:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-10T07:15:41.234 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-10T07:15:41.234 DEBUG:teuthology.orchestra.run.smithi046:> uname -r 2024-02-10T07:15:41.235 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-10T07:15:41.235 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-10T07:15:41.236 DEBUG:teuthology.orchestra.run.smithi047:> uname -r 2024-02-10T07:15:41.236 DEBUG:teuthology.orchestra.run.smithi029:> uname -r 2024-02-10T07:15:41.280 INFO:teuthology.orchestra.run.smithi046.stdout:5.15.0-56-generic 2024-02-10T07:15:41.280 INFO:teuthology.task.kernel:Running kernel on smithi046: 5.15.0-56-generic 2024-02-10T07:15:41.280 DEBUG:teuthology.orchestra.run.smithi046:> sudo apt-get clean 2024-02-10T07:15:41.282 INFO:teuthology.orchestra.run.smithi047.stdout:5.15.0-56-generic 2024-02-10T07:15:41.282 INFO:teuthology.task.kernel:Running kernel on smithi047: 5.15.0-56-generic 2024-02-10T07:15:41.282 DEBUG:teuthology.orchestra.run.smithi047:> sudo apt-get clean 2024-02-10T07:15:41.285 INFO:teuthology.orchestra.run.smithi029.stdout:5.15.0-56-generic 2024-02-10T07:15:41.285 INFO:teuthology.task.kernel:Running kernel on smithi029: 5.15.0-56-generic 2024-02-10T07:15:41.285 DEBUG:teuthology.orchestra.run.smithi029:> sudo apt-get clean 2024-02-10T07:15:41.399 DEBUG:teuthology.orchestra.run.smithi046:> sudo apt-get update 2024-02-10T07:15:41.415 DEBUG:teuthology.orchestra.run.smithi047:> sudo apt-get update 2024-02-10T07:15:41.453 DEBUG:teuthology.orchestra.run.smithi029:> sudo apt-get update 2024-02-10T07:15:41.557 INFO:teuthology.orchestra.run.smithi046.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-02-10T07:15:41.568 INFO:teuthology.orchestra.run.smithi046.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-02-10T07:15:41.585 INFO:teuthology.orchestra.run.smithi047.stdout:Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-02-10T07:15:41.651 INFO:teuthology.orchestra.run.smithi046.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-02-10T07:15:41.661 INFO:teuthology.orchestra.run.smithi046.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-02-10T07:15:41.679 INFO:teuthology.orchestra.run.smithi029.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-02-10T07:15:41.680 INFO:teuthology.orchestra.run.smithi029.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-02-10T07:15:41.680 INFO:teuthology.orchestra.run.smithi029.stdout:Get:3 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-02-10T07:15:41.687 INFO:teuthology.orchestra.run.smithi047.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-02-10T07:15:41.752 INFO:teuthology.orchestra.run.smithi029.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-02-10T07:15:41.769 INFO:teuthology.orchestra.run.smithi047.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-02-10T07:15:41.791 INFO:teuthology.orchestra.run.smithi046.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [567 kB] 2024-02-10T07:15:41.802 INFO:teuthology.orchestra.run.smithi047.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [400 kB] 2024-02-10T07:15:41.869 INFO:teuthology.orchestra.run.smithi046.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,366 kB] 2024-02-10T07:15:41.896 INFO:teuthology.orchestra.run.smithi047.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,142 kB] 2024-02-10T07:15:41.909 INFO:teuthology.orchestra.run.smithi046.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [272 kB] 2024-02-10T07:15:41.916 INFO:teuthology.orchestra.run.smithi046.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-02-10T07:15:41.916 INFO:teuthology.orchestra.run.smithi046.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [34.8 kB] 2024-02-10T07:15:41.918 INFO:teuthology.orchestra.run.smithi046.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,412 kB] 2024-02-10T07:15:41.941 INFO:teuthology.orchestra.run.smithi046.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [233 kB] 2024-02-10T07:15:41.944 INFO:teuthology.orchestra.run.smithi047.stdout:Get:6 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [211 kB] 2024-02-10T07:15:41.945 INFO:teuthology.orchestra.run.smithi046.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-02-10T07:15:41.945 INFO:teuthology.orchestra.run.smithi046.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,044 kB] 2024-02-10T07:15:41.952 INFO:teuthology.orchestra.run.smithi047.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-02-10T07:15:41.953 INFO:teuthology.orchestra.run.smithi047.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [33.2 kB] 2024-02-10T07:15:41.954 INFO:teuthology.orchestra.run.smithi047.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,366 kB] 2024-02-10T07:15:41.957 INFO:teuthology.orchestra.run.smithi046.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [687 kB] 2024-02-10T07:15:41.963 INFO:teuthology.orchestra.run.smithi046.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [235 kB] 2024-02-10T07:15:41.965 INFO:teuthology.orchestra.run.smithi046.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-02-10T07:15:41.976 INFO:teuthology.orchestra.run.smithi047.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [224 kB] 2024-02-10T07:15:41.978 INFO:teuthology.orchestra.run.smithi047.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-02-10T07:15:41.979 INFO:teuthology.orchestra.run.smithi047.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [839 kB] 2024-02-10T07:15:41.984 INFO:teuthology.orchestra.run.smithi046.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,164 B] 2024-02-10T07:15:41.984 INFO:teuthology.orchestra.run.smithi046.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.1 kB] 2024-02-10T07:15:41.985 INFO:teuthology.orchestra.run.smithi046.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.1 kB] 2024-02-10T07:15:41.987 INFO:teuthology.orchestra.run.smithi046.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-02-10T07:15:41.987 INFO:teuthology.orchestra.run.smithi046.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [33.9 kB] 2024-02-10T07:15:41.987 INFO:teuthology.orchestra.run.smithi047.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [590 kB] 2024-02-10T07:15:41.987 INFO:teuthology.orchestra.run.smithi046.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [41.7 kB] 2024-02-10T07:15:41.988 INFO:teuthology.orchestra.run.smithi046.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [10.5 kB] 2024-02-10T07:15:41.992 INFO:teuthology.orchestra.run.smithi047.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [160 kB] 2024-02-10T07:15:41.993 INFO:teuthology.orchestra.run.smithi029.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,142 kB] 2024-02-10T07:15:41.994 INFO:teuthology.orchestra.run.smithi047.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-02-10T07:15:41.994 INFO:teuthology.orchestra.run.smithi047.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-02-10T07:15:41.995 INFO:teuthology.orchestra.run.smithi047.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.1 kB] 2024-02-10T07:15:41.995 INFO:teuthology.orchestra.run.smithi047.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,476 B] 2024-02-10T07:15:42.011 INFO:teuthology.orchestra.run.smithi046.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-02-10T07:15:42.011 INFO:teuthology.orchestra.run.smithi046.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [13.4 kB] 2024-02-10T07:15:42.011 INFO:teuthology.orchestra.run.smithi046.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [24.3 kB] 2024-02-10T07:15:42.011 INFO:teuthology.orchestra.run.smithi046.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.5 kB] 2024-02-10T07:15:42.011 INFO:teuthology.orchestra.run.smithi046.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-02-10T07:15:42.013 INFO:teuthology.orchestra.run.smithi047.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-02-10T07:15:42.090 INFO:teuthology.orchestra.run.smithi029.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,366 kB] 2024-02-10T07:15:42.092 INFO:teuthology.orchestra.run.smithi046.stdout:Get:29 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,142 kB] 2024-02-10T07:15:42.131 INFO:teuthology.orchestra.run.smithi047.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-02-10T07:15:42.139 INFO:teuthology.orchestra.run.smithi029.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [400 kB] 2024-02-10T07:15:42.149 INFO:teuthology.orchestra.run.smithi029.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [211 kB] 2024-02-10T07:15:42.154 INFO:teuthology.orchestra.run.smithi029.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-02-10T07:15:42.155 INFO:teuthology.orchestra.run.smithi029.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,366 kB] 2024-02-10T07:15:42.184 INFO:teuthology.orchestra.run.smithi029.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [567 kB] 2024-02-10T07:15:42.185 INFO:teuthology.orchestra.run.smithi029.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [33.2 kB] 2024-02-10T07:15:42.185 INFO:teuthology.orchestra.run.smithi029.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [224 kB] 2024-02-10T07:15:42.187 INFO:teuthology.orchestra.run.smithi029.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-02-10T07:15:42.188 INFO:teuthology.orchestra.run.smithi029.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [590 kB] 2024-02-10T07:15:42.197 INFO:teuthology.orchestra.run.smithi029.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [272 kB] 2024-02-10T07:15:42.197 INFO:teuthology.orchestra.run.smithi029.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [839 kB] 2024-02-10T07:15:42.202 INFO:teuthology.orchestra.run.smithi029.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-02-10T07:15:42.204 INFO:teuthology.orchestra.run.smithi029.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [34.8 kB] 2024-02-10T07:15:42.205 INFO:teuthology.orchestra.run.smithi029.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,412 kB] 2024-02-10T07:15:42.247 INFO:teuthology.orchestra.run.smithi029.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [233 kB] 2024-02-10T07:15:42.247 INFO:teuthology.orchestra.run.smithi029.stdout:Get:22 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [160 kB] 2024-02-10T07:15:42.248 INFO:teuthology.orchestra.run.smithi029.stdout:Get:23 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-02-10T07:15:42.249 INFO:teuthology.orchestra.run.smithi029.stdout:Get:24 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.1 kB] 2024-02-10T07:15:42.249 INFO:teuthology.orchestra.run.smithi029.stdout:Get:25 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-02-10T07:15:42.249 INFO:teuthology.orchestra.run.smithi029.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-02-10T07:15:42.257 INFO:teuthology.orchestra.run.smithi029.stdout:Get:27 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,476 B] 2024-02-10T07:15:42.257 INFO:teuthology.orchestra.run.smithi029.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [687 kB] 2024-02-10T07:15:42.257 INFO:teuthology.orchestra.run.smithi029.stdout:Get:29 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-02-10T07:15:42.265 INFO:teuthology.orchestra.run.smithi029.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,044 kB] 2024-02-10T07:15:42.269 INFO:teuthology.orchestra.run.smithi047.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,366 kB] 2024-02-10T07:15:42.278 INFO:teuthology.orchestra.run.smithi029.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [235 kB] 2024-02-10T07:15:42.281 INFO:teuthology.orchestra.run.smithi029.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-02-10T07:15:42.282 INFO:teuthology.orchestra.run.smithi029.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.1 kB] 2024-02-10T07:15:42.283 INFO:teuthology.orchestra.run.smithi029.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,164 B] 2024-02-10T07:15:42.283 INFO:teuthology.orchestra.run.smithi029.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.1 kB] 2024-02-10T07:15:42.283 INFO:teuthology.orchestra.run.smithi029.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-02-10T07:15:42.288 INFO:teuthology.orchestra.run.smithi029.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [33.9 kB] 2024-02-10T07:15:42.289 INFO:teuthology.orchestra.run.smithi029.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [41.7 kB] 2024-02-10T07:15:42.290 INFO:teuthology.orchestra.run.smithi029.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [10.5 kB] 2024-02-10T07:15:42.308 INFO:teuthology.orchestra.run.smithi029.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-02-10T07:15:42.308 INFO:teuthology.orchestra.run.smithi029.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [13.4 kB] 2024-02-10T07:15:42.309 INFO:teuthology.orchestra.run.smithi029.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [24.3 kB] 2024-02-10T07:15:42.309 INFO:teuthology.orchestra.run.smithi029.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.5 kB] 2024-02-10T07:15:42.310 INFO:teuthology.orchestra.run.smithi029.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-02-10T07:15:42.479 INFO:teuthology.orchestra.run.smithi046.stdout:Get:30 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [400 kB] 2024-02-10T07:15:42.499 INFO:teuthology.orchestra.run.smithi046.stdout:Get:31 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [211 kB] 2024-02-10T07:15:42.509 INFO:teuthology.orchestra.run.smithi046.stdout:Get:32 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-02-10T07:15:42.510 INFO:teuthology.orchestra.run.smithi046.stdout:Get:33 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [33.2 kB] 2024-02-10T07:15:42.511 INFO:teuthology.orchestra.run.smithi046.stdout:Get:34 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,366 kB] 2024-02-10T07:15:42.561 INFO:teuthology.orchestra.run.smithi047.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [567 kB] 2024-02-10T07:15:42.600 INFO:teuthology.orchestra.run.smithi046.stdout:Get:35 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [224 kB] 2024-02-10T07:15:42.601 INFO:teuthology.orchestra.run.smithi047.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [272 kB] 2024-02-10T07:15:42.610 INFO:teuthology.orchestra.run.smithi046.stdout:Get:36 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-02-10T07:15:42.610 INFO:teuthology.orchestra.run.smithi046.stdout:Get:37 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [839 kB] 2024-02-10T07:15:42.617 INFO:teuthology.orchestra.run.smithi047.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-02-10T07:15:42.618 INFO:teuthology.orchestra.run.smithi047.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [34.8 kB] 2024-02-10T07:15:42.619 INFO:teuthology.orchestra.run.smithi047.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,412 kB] 2024-02-10T07:15:42.645 INFO:teuthology.orchestra.run.smithi046.stdout:Get:38 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [590 kB] 2024-02-10T07:15:42.676 INFO:teuthology.orchestra.run.smithi047.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [233 kB] 2024-02-10T07:15:42.682 INFO:teuthology.orchestra.run.smithi047.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-02-10T07:15:42.822 INFO:teuthology.orchestra.run.smithi046.stdout:Get:39 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [160 kB] 2024-02-10T07:15:42.846 INFO:teuthology.orchestra.run.smithi047.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,044 kB] 2024-02-10T07:15:43.227 INFO:teuthology.orchestra.run.smithi046.stdout:Get:40 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-02-10T07:15:43.233 INFO:teuthology.orchestra.run.smithi046.stdout:Get:41 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.1 kB] 2024-02-10T07:15:43.247 INFO:teuthology.orchestra.run.smithi046.stdout:Get:42 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-02-10T07:15:43.247 INFO:teuthology.orchestra.run.smithi046.stdout:Get:43 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,476 B] 2024-02-10T07:15:43.250 INFO:teuthology.orchestra.run.smithi046.stdout:Get:44 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-02-10T07:15:43.475 INFO:teuthology.orchestra.run.smithi047.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [687 kB] 2024-02-10T07:15:43.513 INFO:teuthology.orchestra.run.smithi047.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [235 kB] 2024-02-10T07:15:43.526 INFO:teuthology.orchestra.run.smithi047.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-02-10T07:15:43.528 INFO:teuthology.orchestra.run.smithi047.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,164 B] 2024-02-10T07:15:43.528 INFO:teuthology.orchestra.run.smithi047.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.1 kB] 2024-02-10T07:15:43.529 INFO:teuthology.orchestra.run.smithi047.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.1 kB] 2024-02-10T07:15:43.530 INFO:teuthology.orchestra.run.smithi047.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-02-10T07:15:43.530 INFO:teuthology.orchestra.run.smithi047.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [33.9 kB] 2024-02-10T07:15:43.532 INFO:teuthology.orchestra.run.smithi047.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [41.7 kB] 2024-02-10T07:15:43.558 INFO:teuthology.orchestra.run.smithi047.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [10.5 kB] 2024-02-10T07:15:43.722 INFO:teuthology.orchestra.run.smithi047.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-02-10T07:15:43.804 INFO:teuthology.orchestra.run.smithi047.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [13.4 kB] 2024-02-10T07:15:43.885 INFO:teuthology.orchestra.run.smithi047.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [24.3 kB] 2024-02-10T07:15:43.936 INFO:teuthology.orchestra.run.smithi047.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.5 kB] 2024-02-10T07:15:43.992 INFO:teuthology.orchestra.run.smithi047.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-02-10T07:15:47.767 INFO:teuthology.orchestra.run.smithi046.stdout:Fetched 11.5 MB in 2s (6,390 kB/s) 2024-02-10T07:15:48.172 INFO:teuthology.orchestra.run.smithi029.stdout:Fetched 11.5 MB in 2s (6,040 kB/s) 2024-02-10T07:15:48.533 INFO:teuthology.orchestra.run.smithi047.stdout:Fetched 11.5 MB in 2s (4,595 kB/s) 2024-02-10T07:15:49.292 INFO:teuthology.orchestra.run.smithi046.stdout:Reading package lists... 2024-02-10T07:15:49.310 DEBUG:teuthology.orchestra.run.smithi046:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-02-10T07:15:49.365 INFO:teuthology.orchestra.run.smithi046.stdout:Reading package lists... 2024-02-10T07:15:49.541 INFO:teuthology.orchestra.run.smithi046.stdout:Building dependency tree... 2024-02-10T07:15:49.542 INFO:teuthology.orchestra.run.smithi046.stdout:Reading state information... 2024-02-10T07:15:49.696 INFO:teuthology.orchestra.run.smithi046.stdout:The following packages were automatically installed and are no longer required: 2024-02-10T07:15:49.697 INFO:teuthology.orchestra.run.smithi046.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-02-10T07:15:49.697 INFO:teuthology.orchestra.run.smithi046.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-02-10T07:15:49.697 INFO:teuthology.orchestra.run.smithi046.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-02-10T07:15:49.697 INFO:teuthology.orchestra.run.smithi046.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-02-10T07:15:49.697 INFO:teuthology.orchestra.run.smithi046.stdout: python2.7-minimal 2024-02-10T07:15:49.697 INFO:teuthology.orchestra.run.smithi046.stdout:Use 'sudo apt autoremove' to remove them. 2024-02-10T07:15:49.698 INFO:teuthology.orchestra.run.smithi046.stdout:The following additional packages will be installed: 2024-02-10T07:15:49.698 INFO:teuthology.orchestra.run.smithi046.stdout: linux-generic linux-headers-5.15.0-94 linux-headers-5.15.0-94-generic 2024-02-10T07:15:49.698 INFO:teuthology.orchestra.run.smithi046.stdout: linux-headers-generic linux-image-5.15.0-94-generic 2024-02-10T07:15:49.698 INFO:teuthology.orchestra.run.smithi046.stdout: linux-modules-5.15.0-94-generic linux-modules-extra-5.15.0-94-generic 2024-02-10T07:15:49.698 INFO:teuthology.orchestra.run.smithi046.stdout:Suggested packages: 2024-02-10T07:15:49.698 INFO:teuthology.orchestra.run.smithi046.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-02-10T07:15:49.698 INFO:teuthology.orchestra.run.smithi046.stdout:Recommended packages: 2024-02-10T07:15:49.699 INFO:teuthology.orchestra.run.smithi046.stdout: thermald 2024-02-10T07:15:49.740 INFO:teuthology.orchestra.run.smithi046.stdout:The following NEW packages will be installed: 2024-02-10T07:15:49.740 INFO:teuthology.orchestra.run.smithi046.stdout: linux-headers-5.15.0-94 linux-headers-5.15.0-94-generic 2024-02-10T07:15:49.740 INFO:teuthology.orchestra.run.smithi046.stdout: linux-image-5.15.0-94-generic linux-modules-5.15.0-94-generic 2024-02-10T07:15:49.741 INFO:teuthology.orchestra.run.smithi046.stdout: linux-modules-extra-5.15.0-94-generic 2024-02-10T07:15:49.742 INFO:teuthology.orchestra.run.smithi046.stdout:The following packages will be upgraded: 2024-02-10T07:15:49.742 INFO:teuthology.orchestra.run.smithi046.stdout: linux-generic linux-headers-generic linux-image-generic 2024-02-10T07:15:49.797 INFO:teuthology.orchestra.run.smithi046.stdout:3 upgraded, 5 newly installed, 0 to remove and 282 not upgraded. 2024-02-10T07:15:49.797 INFO:teuthology.orchestra.run.smithi046.stdout:Need to get 113 MB of archives. 2024-02-10T07:15:49.797 INFO:teuthology.orchestra.run.smithi046.stdout:After this operation, 582 MB of additional disk space will be used. 2024-02-10T07:15:49.797 INFO:teuthology.orchestra.run.smithi046.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-94-generic amd64 5.15.0-94.104 [22.6 MB] 2024-02-10T07:15:49.941 INFO:teuthology.orchestra.run.smithi047.stdout:Reading package lists... 2024-02-10T07:15:49.958 DEBUG:teuthology.orchestra.run.smithi047:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-02-10T07:15:50.022 INFO:teuthology.orchestra.run.smithi047.stdout:Reading package lists... 2024-02-10T07:15:50.217 INFO:teuthology.orchestra.run.smithi047.stdout:Building dependency tree... 2024-02-10T07:15:50.218 INFO:teuthology.orchestra.run.smithi047.stdout:Reading state information... 2024-02-10T07:15:50.292 INFO:teuthology.orchestra.run.smithi046.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-94-generic amd64 5.15.0-94.104 [11.5 MB] 2024-02-10T07:15:50.394 INFO:teuthology.orchestra.run.smithi047.stdout:The following packages were automatically installed and are no longer required: 2024-02-10T07:15:50.394 INFO:teuthology.orchestra.run.smithi047.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-02-10T07:15:50.394 INFO:teuthology.orchestra.run.smithi047.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-02-10T07:15:50.395 INFO:teuthology.orchestra.run.smithi047.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-02-10T07:15:50.395 INFO:teuthology.orchestra.run.smithi047.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-02-10T07:15:50.395 INFO:teuthology.orchestra.run.smithi047.stdout: python2.7-minimal 2024-02-10T07:15:50.395 INFO:teuthology.orchestra.run.smithi047.stdout:Use 'sudo apt autoremove' to remove them. 2024-02-10T07:15:50.396 INFO:teuthology.orchestra.run.smithi047.stdout:The following additional packages will be installed: 2024-02-10T07:15:50.397 INFO:teuthology.orchestra.run.smithi047.stdout: linux-generic linux-headers-5.15.0-94 linux-headers-5.15.0-94-generic 2024-02-10T07:15:50.397 INFO:teuthology.orchestra.run.smithi047.stdout: linux-headers-generic linux-image-5.15.0-94-generic 2024-02-10T07:15:50.397 INFO:teuthology.orchestra.run.smithi047.stdout: linux-modules-5.15.0-94-generic linux-modules-extra-5.15.0-94-generic 2024-02-10T07:15:50.398 INFO:teuthology.orchestra.run.smithi047.stdout:Suggested packages: 2024-02-10T07:15:50.398 INFO:teuthology.orchestra.run.smithi047.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-02-10T07:15:50.398 INFO:teuthology.orchestra.run.smithi047.stdout:Recommended packages: 2024-02-10T07:15:50.398 INFO:teuthology.orchestra.run.smithi047.stdout: thermald 2024-02-10T07:15:50.410 INFO:teuthology.orchestra.run.smithi046.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-94-generic amd64 5.15.0-94.104 [63.9 MB] 2024-02-10T07:15:50.453 INFO:teuthology.orchestra.run.smithi047.stdout:The following NEW packages will be installed: 2024-02-10T07:15:50.453 INFO:teuthology.orchestra.run.smithi047.stdout: linux-headers-5.15.0-94 linux-headers-5.15.0-94-generic 2024-02-10T07:15:50.453 INFO:teuthology.orchestra.run.smithi047.stdout: linux-image-5.15.0-94-generic linux-modules-5.15.0-94-generic 2024-02-10T07:15:50.454 INFO:teuthology.orchestra.run.smithi047.stdout: linux-modules-extra-5.15.0-94-generic 2024-02-10T07:15:50.455 INFO:teuthology.orchestra.run.smithi047.stdout:The following packages will be upgraded: 2024-02-10T07:15:50.456 INFO:teuthology.orchestra.run.smithi047.stdout: linux-generic linux-headers-generic linux-image-generic 2024-02-10T07:15:50.493 INFO:teuthology.orchestra.run.smithi029.stdout:Reading package lists... 2024-02-10T07:15:50.512 DEBUG:teuthology.orchestra.run.smithi029:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-02-10T07:15:50.521 INFO:teuthology.orchestra.run.smithi047.stdout:3 upgraded, 5 newly installed, 0 to remove and 282 not upgraded. 2024-02-10T07:15:50.521 INFO:teuthology.orchestra.run.smithi047.stdout:Need to get 113 MB of archives. 2024-02-10T07:15:50.521 INFO:teuthology.orchestra.run.smithi047.stdout:After this operation, 582 MB of additional disk space will be used. 2024-02-10T07:15:50.521 INFO:teuthology.orchestra.run.smithi047.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-94-generic amd64 5.15.0-94.104 [22.6 MB] 2024-02-10T07:15:50.574 INFO:teuthology.orchestra.run.smithi029.stdout:Reading package lists... 2024-02-10T07:15:50.771 INFO:teuthology.orchestra.run.smithi029.stdout:Building dependency tree... 2024-02-10T07:15:50.771 INFO:teuthology.orchestra.run.smithi029.stdout:Reading state information... 2024-02-10T07:15:50.945 INFO:teuthology.orchestra.run.smithi029.stdout:The following packages were automatically installed and are no longer required: 2024-02-10T07:15:50.945 INFO:teuthology.orchestra.run.smithi029.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-02-10T07:15:50.945 INFO:teuthology.orchestra.run.smithi029.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-02-10T07:15:50.946 INFO:teuthology.orchestra.run.smithi029.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-02-10T07:15:50.946 INFO:teuthology.orchestra.run.smithi029.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-02-10T07:15:50.946 INFO:teuthology.orchestra.run.smithi029.stdout: python2.7-minimal 2024-02-10T07:15:50.946 INFO:teuthology.orchestra.run.smithi029.stdout:Use 'sudo apt autoremove' to remove them. 2024-02-10T07:15:50.947 INFO:teuthology.orchestra.run.smithi029.stdout:The following additional packages will be installed: 2024-02-10T07:15:50.948 INFO:teuthology.orchestra.run.smithi029.stdout: linux-generic linux-headers-5.15.0-94 linux-headers-5.15.0-94-generic 2024-02-10T07:15:50.948 INFO:teuthology.orchestra.run.smithi029.stdout: linux-headers-generic linux-image-5.15.0-94-generic 2024-02-10T07:15:50.948 INFO:teuthology.orchestra.run.smithi029.stdout: linux-modules-5.15.0-94-generic linux-modules-extra-5.15.0-94-generic 2024-02-10T07:15:50.949 INFO:teuthology.orchestra.run.smithi029.stdout:Suggested packages: 2024-02-10T07:15:50.949 INFO:teuthology.orchestra.run.smithi029.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-02-10T07:15:50.949 INFO:teuthology.orchestra.run.smithi029.stdout:Recommended packages: 2024-02-10T07:15:50.950 INFO:teuthology.orchestra.run.smithi029.stdout: thermald 2024-02-10T07:15:51.006 INFO:teuthology.orchestra.run.smithi029.stdout:The following NEW packages will be installed: 2024-02-10T07:15:51.006 INFO:teuthology.orchestra.run.smithi029.stdout: linux-headers-5.15.0-94 linux-headers-5.15.0-94-generic 2024-02-10T07:15:51.006 INFO:teuthology.orchestra.run.smithi029.stdout: linux-image-5.15.0-94-generic linux-modules-5.15.0-94-generic 2024-02-10T07:15:51.007 INFO:teuthology.orchestra.run.smithi029.stdout: linux-modules-extra-5.15.0-94-generic 2024-02-10T07:15:51.008 INFO:teuthology.orchestra.run.smithi029.stdout:The following packages will be upgraded: 2024-02-10T07:15:51.009 INFO:teuthology.orchestra.run.smithi029.stdout: linux-generic linux-headers-generic linux-image-generic 2024-02-10T07:15:51.189 INFO:teuthology.orchestra.run.smithi029.stdout:3 upgraded, 5 newly installed, 0 to remove and 282 not upgraded. 2024-02-10T07:15:51.189 INFO:teuthology.orchestra.run.smithi029.stdout:Need to get 113 MB of archives. 2024-02-10T07:15:51.189 INFO:teuthology.orchestra.run.smithi029.stdout:After this operation, 582 MB of additional disk space will be used. 2024-02-10T07:15:51.189 INFO:teuthology.orchestra.run.smithi029.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-94-generic amd64 5.15.0-94.104 [22.6 MB] 2024-02-10T07:15:51.345 INFO:teuthology.orchestra.run.smithi047.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-94-generic amd64 5.15.0-94.104 [11.5 MB] 2024-02-10T07:15:51.549 INFO:teuthology.orchestra.run.smithi047.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-94-generic amd64 5.15.0-94.104 [63.9 MB] 2024-02-10T07:15:51.593 INFO:teuthology.orchestra.run.smithi046.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.94.91 [1,698 B] 2024-02-10T07:15:51.593 INFO:teuthology.orchestra.run.smithi046.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.94.91 [2,458 B] 2024-02-10T07:15:51.667 INFO:teuthology.orchestra.run.smithi046.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-94 all 5.15.0-94.104 [12.4 MB] 2024-02-10T07:15:51.945 INFO:teuthology.orchestra.run.smithi046.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-94-generic amd64 5.15.0-94.104 [2,877 kB] 2024-02-10T07:15:51.983 INFO:teuthology.orchestra.run.smithi046.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.94.91 [2,306 B] 2024-02-10T07:15:52.400 INFO:teuthology.orchestra.run.smithi046.stdout:Fetched 113 MB in 2s (50.7 MB/s) 2024-02-10T07:15:52.569 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package linux-modules-5.15.0-94-generic. 2024-02-10T07:15:52.604 INFO:teuthology.orchestra.run.smithi029.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-94-generic amd64 5.15.0-94.104 [11.5 MB] 2024-02-10T07:15:52.874 INFO:teuthology.orchestra.run.smithi047.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.94.91 [1,698 B] 2024-02-10T07:15:52.874 INFO:teuthology.orchestra.run.smithi047.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.94.91 [2,458 B] 2024-02-10T07:15:52.874 INFO:teuthology.orchestra.run.smithi047.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-94 all 5.15.0-94.104 [12.4 MB] 2024-02-10T07:15:52.958 INFO:teuthology.orchestra.run.smithi029.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-94-generic amd64 5.15.0-94.104 [63.9 MB] 2024-02-10T07:15:53.017 INFO:teuthology.orchestra.run.smithi047.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-94-generic amd64 5.15.0-94.104 [2,877 kB] 2024-02-10T07:15:53.041 INFO:teuthology.orchestra.run.smithi047.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.94.91 [2,306 B] 2024-02-10T07:15:53.448 INFO:teuthology.orchestra.run.smithi047.stdout:Fetched 113 MB in 3s (43.9 MB/s) 2024-02-10T07:15:53.613 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package linux-modules-5.15.0-94-generic. 2024-02-10T07:15:54.506 INFO:teuthology.orchestra.run.smithi046.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-02-10T07:15:54.510 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../0-linux-modules-5.15.0-94-generic_5.15.0-94.104_amd64.deb ... 2024-02-10T07:15:54.610 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking linux-modules-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-10T07:15:55.470 INFO:teuthology.orchestra.run.smithi029.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.94.91 [1,698 B] 2024-02-10T07:15:55.471 INFO:teuthology.orchestra.run.smithi029.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.94.91 [2,458 B] 2024-02-10T07:15:55.471 INFO:teuthology.orchestra.run.smithi029.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-94 all 5.15.0-94.104 [12.4 MB] 2024-02-10T07:15:55.603 INFO:teuthology.orchestra.run.smithi047.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-02-10T07:15:55.607 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../0-linux-modules-5.15.0-94-generic_5.15.0-94.104_amd64.deb ... 2024-02-10T07:15:55.919 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking linux-modules-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-10T07:15:56.619 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package linux-image-5.15.0-94-generic. 2024-02-10T07:15:56.640 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../1-linux-image-5.15.0-94-generic_5.15.0-94.104_amd64.deb ... 2024-02-10T07:15:56.727 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking linux-image-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-10T07:15:56.832 INFO:teuthology.orchestra.run.smithi029.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-94-generic amd64 5.15.0-94.104 [2,877 kB] 2024-02-10T07:15:56.950 INFO:teuthology.orchestra.run.smithi029.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.94.91 [2,306 B] 2024-02-10T07:15:57.197 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-94-generic. 2024-02-10T07:15:57.217 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-94-generic_5.15.0-94.104_amd64.deb ... 2024-02-10T07:15:57.255 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking linux-modules-extra-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-10T07:15:57.372 INFO:teuthology.orchestra.run.smithi029.stdout:Fetched 113 MB in 6s (19.1 MB/s) 2024-02-10T07:15:57.587 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package linux-modules-5.15.0-94-generic. 2024-02-10T07:15:58.153 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package linux-image-5.15.0-94-generic. 2024-02-10T07:15:58.175 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../1-linux-image-5.15.0-94-generic_5.15.0-94.104_amd64.deb ... 2024-02-10T07:15:58.267 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking linux-image-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-10T07:15:58.723 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-94-generic. 2024-02-10T07:15:58.743 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-94-generic_5.15.0-94.104_amd64.deb ... 2024-02-10T07:15:58.781 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking linux-modules-extra-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-10T07:16:00.934 INFO:teuthology.orchestra.run.smithi029.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-02-10T07:16:00.939 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../0-linux-modules-5.15.0-94-generic_5.15.0-94.104_amd64.deb ... 2024-02-10T07:16:01.238 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking linux-modules-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-10T07:16:03.486 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../3-linux-generic_5.15.0.94.91_amd64.deb ... 2024-02-10T07:16:03.612 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking linux-generic (5.15.0.94.91) over (5.15.0.56.54) ... 2024-02-10T07:16:03.954 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.94.91_amd64.deb ... 2024-02-10T07:16:04.058 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking linux-image-generic (5.15.0.94.91) over (5.15.0.56.54) ... 2024-02-10T07:16:04.102 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package linux-image-5.15.0-94-generic. 2024-02-10T07:16:04.124 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../1-linux-image-5.15.0-94-generic_5.15.0-94.104_amd64.deb ... 2024-02-10T07:16:04.265 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking linux-image-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-10T07:16:04.335 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package linux-headers-5.15.0-94. 2024-02-10T07:16:04.349 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../5-linux-headers-5.15.0-94_5.15.0-94.104_all.deb ... 2024-02-10T07:16:04.385 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking linux-headers-5.15.0-94 (5.15.0-94.104) ... 2024-02-10T07:16:04.818 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-94-generic. 2024-02-10T07:16:04.839 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-94-generic_5.15.0-94.104_amd64.deb ... 2024-02-10T07:16:04.910 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking linux-modules-extra-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-10T07:16:05.042 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../3-linux-generic_5.15.0.94.91_amd64.deb ... 2024-02-10T07:16:05.168 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking linux-generic (5.15.0.94.91) over (5.15.0.56.54) ... 2024-02-10T07:16:05.527 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.94.91_amd64.deb ... 2024-02-10T07:16:05.663 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking linux-image-generic (5.15.0.94.91) over (5.15.0.56.54) ... 2024-02-10T07:16:05.983 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package linux-headers-5.15.0-94. 2024-02-10T07:16:06.006 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../5-linux-headers-5.15.0-94_5.15.0-94.104_all.deb ... 2024-02-10T07:16:06.066 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking linux-headers-5.15.0-94 (5.15.0-94.104) ... 2024-02-10T07:16:09.821 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package linux-headers-5.15.0-94-generic. 2024-02-10T07:16:09.857 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../6-linux-headers-5.15.0-94-generic_5.15.0-94.104_amd64.deb ... 2024-02-10T07:16:09.896 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking linux-headers-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-10T07:16:12.491 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package linux-headers-5.15.0-94-generic. 2024-02-10T07:16:12.527 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../6-linux-headers-5.15.0-94-generic_5.15.0-94.104_amd64.deb ... 2024-02-10T07:16:12.547 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.94.91_amd64.deb ... 2024-02-10T07:16:12.565 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking linux-headers-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-10T07:16:12.672 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking linux-headers-generic (5.15.0.94.91) over (5.15.0.56.54) ... 2024-02-10T07:16:12.992 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up linux-headers-5.15.0-94 (5.15.0-94.104) ... 2024-02-10T07:16:13.119 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up linux-headers-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-10T07:16:13.244 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up linux-headers-generic (5.15.0.94.91) ... 2024-02-10T07:16:13.372 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up linux-modules-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-10T07:16:13.568 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../3-linux-generic_5.15.0.94.91_amd64.deb ... 2024-02-10T07:16:13.692 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking linux-generic (5.15.0.94.91) over (5.15.0.56.54) ... 2024-02-10T07:16:14.063 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.94.91_amd64.deb ... 2024-02-10T07:16:14.184 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking linux-image-generic (5.15.0.94.91) over (5.15.0.56.54) ... 2024-02-10T07:16:14.549 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package linux-headers-5.15.0-94. 2024-02-10T07:16:14.572 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../5-linux-headers-5.15.0-94_5.15.0-94.104_all.deb ... 2024-02-10T07:16:14.616 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking linux-headers-5.15.0-94 (5.15.0-94.104) ... 2024-02-10T07:16:14.808 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up linux-image-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-10T07:16:15.448 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.94.91_amd64.deb ... 2024-02-10T07:16:15.570 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking linux-headers-generic (5.15.0.94.91) over (5.15.0.56.54) ... 2024-02-10T07:16:15.928 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up linux-headers-5.15.0-94 (5.15.0-94.104) ... 2024-02-10T07:16:16.050 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up linux-headers-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-10T07:16:16.165 INFO:teuthology.orchestra.run.smithi046.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-02-10T07:16:16.165 INFO:teuthology.orchestra.run.smithi046.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-02-10T07:16:16.165 INFO:teuthology.orchestra.run.smithi046.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-94-generic 2024-02-10T07:16:16.165 INFO:teuthology.orchestra.run.smithi046.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-94-generic 2024-02-10T07:16:16.176 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up linux-headers-generic (5.15.0.94.91) ... 2024-02-10T07:16:16.292 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up linux-modules-extra-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-10T07:16:16.320 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up linux-modules-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-10T07:16:17.756 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up linux-image-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-10T07:16:17.994 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up linux-image-generic (5.15.0.94.91) ... 2024-02-10T07:16:18.120 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up linux-generic (5.15.0.94.91) ... 2024-02-10T07:16:18.246 INFO:teuthology.orchestra.run.smithi046.stdout:Processing triggers for linux-image-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-10T07:16:18.315 INFO:teuthology.orchestra.run.smithi046.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-02-10T07:16:18.315 INFO:teuthology.orchestra.run.smithi046.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-94-generic 2024-02-10T07:16:19.160 INFO:teuthology.orchestra.run.smithi047.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-02-10T07:16:19.160 INFO:teuthology.orchestra.run.smithi047.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-02-10T07:16:19.160 INFO:teuthology.orchestra.run.smithi047.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-94-generic 2024-02-10T07:16:19.160 INFO:teuthology.orchestra.run.smithi047.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-94-generic 2024-02-10T07:16:19.291 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up linux-modules-extra-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-10T07:16:20.750 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up linux-image-generic (5.15.0.94.91) ... 2024-02-10T07:16:20.901 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up linux-generic (5.15.0.94.91) ... 2024-02-10T07:16:21.019 INFO:teuthology.orchestra.run.smithi047.stdout:Processing triggers for linux-image-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-10T07:16:21.076 INFO:teuthology.orchestra.run.smithi047.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-02-10T07:16:21.076 INFO:teuthology.orchestra.run.smithi047.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-94-generic 2024-02-10T07:16:22.880 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package linux-headers-5.15.0-94-generic. 2024-02-10T07:16:22.917 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../6-linux-headers-5.15.0-94-generic_5.15.0-94.104_amd64.deb ... 2024-02-10T07:16:22.963 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking linux-headers-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-10T07:16:26.613 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.94.91_amd64.deb ... 2024-02-10T07:16:26.735 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking linux-headers-generic (5.15.0.94.91) over (5.15.0.56.54) ... 2024-02-10T07:16:27.149 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up linux-headers-5.15.0-94 (5.15.0-94.104) ... 2024-02-10T07:16:27.287 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up linux-headers-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-10T07:16:27.416 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up linux-headers-generic (5.15.0.94.91) ... 2024-02-10T07:16:27.544 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up linux-modules-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-10T07:16:29.052 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up linux-image-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-10T07:16:30.460 INFO:teuthology.orchestra.run.smithi029.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-02-10T07:16:30.461 INFO:teuthology.orchestra.run.smithi029.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-02-10T07:16:30.461 INFO:teuthology.orchestra.run.smithi029.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-94-generic 2024-02-10T07:16:30.461 INFO:teuthology.orchestra.run.smithi029.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-94-generic 2024-02-10T07:16:30.632 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up linux-modules-extra-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-10T07:16:32.093 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up linux-image-generic (5.15.0.94.91) ... 2024-02-10T07:16:32.222 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up linux-generic (5.15.0.94.91) ... 2024-02-10T07:16:32.349 INFO:teuthology.orchestra.run.smithi029.stdout:Processing triggers for linux-image-5.15.0-94-generic (5.15.0-94.104) ... 2024-02-10T07:16:32.408 INFO:teuthology.orchestra.run.smithi029.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-02-10T07:16:32.408 INFO:teuthology.orchestra.run.smithi029.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-94-generic 2024-02-10T07:16:33.173 INFO:teuthology.orchestra.run.smithi046.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-02-10T07:16:33.173 INFO:teuthology.orchestra.run.smithi046.stdout:Sourcing file `/etc/default/grub' 2024-02-10T07:16:33.187 INFO:teuthology.orchestra.run.smithi046.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-02-10T07:16:33.196 INFO:teuthology.orchestra.run.smithi046.stdout:Generating grub configuration file ... 2024-02-10T07:16:33.549 INFO:teuthology.orchestra.run.smithi046.stdout:Found linux image: /boot/vmlinuz-5.15.0-94-generic 2024-02-10T07:16:33.576 INFO:teuthology.orchestra.run.smithi046.stdout:Found initrd image: /boot/initrd.img-5.15.0-94-generic 2024-02-10T07:16:33.993 INFO:teuthology.orchestra.run.smithi046.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-02-10T07:16:34.000 INFO:teuthology.orchestra.run.smithi046.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-02-10T07:16:34.070 INFO:teuthology.orchestra.run.smithi046.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-02-10T07:16:34.076 INFO:teuthology.orchestra.run.smithi046.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-02-10T07:16:34.259 INFO:teuthology.orchestra.run.smithi046.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-02-10T07:16:34.259 INFO:teuthology.orchestra.run.smithi046.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-02-10T07:16:34.259 INFO:teuthology.orchestra.run.smithi046.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-02-10T07:16:34.297 INFO:teuthology.orchestra.run.smithi046.stdout:done 2024-02-10T07:16:34.787 DEBUG:teuthology.orchestra.run.smithi046:> dpkg -s linux-image-generic 2024-02-10T07:16:34.812 INFO:teuthology.orchestra.run.smithi046.stdout:Package: linux-image-generic 2024-02-10T07:16:34.812 INFO:teuthology.orchestra.run.smithi046.stdout:Status: install ok installed 2024-02-10T07:16:34.812 INFO:teuthology.orchestra.run.smithi046.stdout:Priority: optional 2024-02-10T07:16:34.812 INFO:teuthology.orchestra.run.smithi046.stdout:Section: kernel 2024-02-10T07:16:34.812 INFO:teuthology.orchestra.run.smithi046.stdout:Installed-Size: 21 2024-02-10T07:16:34.812 INFO:teuthology.orchestra.run.smithi046.stdout:Maintainer: Ubuntu Kernel Team 2024-02-10T07:16:34.812 INFO:teuthology.orchestra.run.smithi046.stdout:Architecture: amd64 2024-02-10T07:16:34.812 INFO:teuthology.orchestra.run.smithi046.stdout:Source: linux-meta 2024-02-10T07:16:34.812 INFO:teuthology.orchestra.run.smithi046.stdout:Version: 5.15.0.94.91 2024-02-10T07:16:34.812 INFO:teuthology.orchestra.run.smithi046.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.2), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-94), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.2) 2024-02-10T07:16:34.812 INFO:teuthology.orchestra.run.smithi046.stdout:Depends: linux-image-5.15.0-94-generic, linux-modules-extra-5.15.0-94-generic, linux-firmware, intel-microcode, amd64-microcode 2024-02-10T07:16:34.813 INFO:teuthology.orchestra.run.smithi046.stdout:Recommends: thermald 2024-02-10T07:16:34.813 INFO:teuthology.orchestra.run.smithi046.stdout:Description: Generic Linux kernel image 2024-02-10T07:16:34.813 INFO:teuthology.orchestra.run.smithi046.stdout: This package will always depend on the latest generic kernel image 2024-02-10T07:16:34.813 INFO:teuthology.orchestra.run.smithi046.stdout: available. 2024-02-10T07:16:34.813 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-94-generic 2024-02-10T07:16:34.813 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-02-10T07:16:34.813 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-02-10T07:16:34.813 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-02-10T07:16:34.813 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi046.front.sepia.ceph.com, path=None, version=distro) 2024-02-10T07:16:34.814 DEBUG:teuthology.orchestra.run.smithi046:> sudo apt-get clean 2024-02-10T07:16:35.085 DEBUG:teuthology.orchestra.run.smithi046:> sudo apt-get update 2024-02-10T07:16:35.333 INFO:teuthology.orchestra.run.smithi046.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-02-10T07:16:35.334 INFO:teuthology.orchestra.run.smithi046.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-02-10T07:16:35.399 INFO:teuthology.orchestra.run.smithi046.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-02-10T07:16:35.480 INFO:teuthology.orchestra.run.smithi046.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-02-10T07:16:35.494 INFO:teuthology.orchestra.run.smithi047.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-02-10T07:16:35.494 INFO:teuthology.orchestra.run.smithi047.stdout:Sourcing file `/etc/default/grub' 2024-02-10T07:16:35.504 INFO:teuthology.orchestra.run.smithi047.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-02-10T07:16:35.513 INFO:teuthology.orchestra.run.smithi047.stdout:Generating grub configuration file ... 2024-02-10T07:16:35.806 INFO:teuthology.orchestra.run.smithi047.stdout:Found linux image: /boot/vmlinuz-5.15.0-94-generic 2024-02-10T07:16:35.823 INFO:teuthology.orchestra.run.smithi047.stdout:Found initrd image: /boot/initrd.img-5.15.0-94-generic 2024-02-10T07:16:36.147 INFO:teuthology.orchestra.run.smithi047.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-02-10T07:16:36.153 INFO:teuthology.orchestra.run.smithi047.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-02-10T07:16:36.223 INFO:teuthology.orchestra.run.smithi047.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-02-10T07:16:36.229 INFO:teuthology.orchestra.run.smithi047.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-02-10T07:16:36.393 INFO:teuthology.orchestra.run.smithi047.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-02-10T07:16:36.393 INFO:teuthology.orchestra.run.smithi047.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-02-10T07:16:36.393 INFO:teuthology.orchestra.run.smithi047.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-02-10T07:16:36.431 INFO:teuthology.orchestra.run.smithi047.stdout:done 2024-02-10T07:16:36.713 INFO:teuthology.orchestra.run.smithi046.stdout:Reading package lists... 2024-02-10T07:16:36.730 DEBUG:teuthology.orchestra.run.smithi046:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-02-10T07:16:36.779 INFO:teuthology.orchestra.run.smithi046.stdout:Reading package lists... 2024-02-10T07:16:36.927 DEBUG:teuthology.orchestra.run.smithi047:> dpkg -s linux-image-generic 2024-02-10T07:16:36.951 INFO:teuthology.orchestra.run.smithi047.stdout:Package: linux-image-generic 2024-02-10T07:16:36.951 INFO:teuthology.orchestra.run.smithi047.stdout:Status: install ok installed 2024-02-10T07:16:36.951 INFO:teuthology.orchestra.run.smithi047.stdout:Priority: optional 2024-02-10T07:16:36.951 INFO:teuthology.orchestra.run.smithi047.stdout:Section: kernel 2024-02-10T07:16:36.951 INFO:teuthology.orchestra.run.smithi047.stdout:Installed-Size: 21 2024-02-10T07:16:36.951 INFO:teuthology.orchestra.run.smithi047.stdout:Maintainer: Ubuntu Kernel Team 2024-02-10T07:16:36.951 INFO:teuthology.orchestra.run.smithi047.stdout:Architecture: amd64 2024-02-10T07:16:36.951 INFO:teuthology.orchestra.run.smithi047.stdout:Source: linux-meta 2024-02-10T07:16:36.951 INFO:teuthology.orchestra.run.smithi047.stdout:Version: 5.15.0.94.91 2024-02-10T07:16:36.951 INFO:teuthology.orchestra.run.smithi047.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.2), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-94), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.2) 2024-02-10T07:16:36.951 INFO:teuthology.orchestra.run.smithi047.stdout:Depends: linux-image-5.15.0-94-generic, linux-modules-extra-5.15.0-94-generic, linux-firmware, intel-microcode, amd64-microcode 2024-02-10T07:16:36.951 INFO:teuthology.orchestra.run.smithi047.stdout:Recommends: thermald 2024-02-10T07:16:36.952 INFO:teuthology.orchestra.run.smithi047.stdout:Description: Generic Linux kernel image 2024-02-10T07:16:36.952 INFO:teuthology.orchestra.run.smithi047.stdout: This package will always depend on the latest generic kernel image 2024-02-10T07:16:36.952 INFO:teuthology.orchestra.run.smithi047.stdout: available. 2024-02-10T07:16:36.952 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-94-generic 2024-02-10T07:16:36.952 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-02-10T07:16:36.952 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-02-10T07:16:36.952 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-02-10T07:16:36.952 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi047.front.sepia.ceph.com, path=None, version=distro) 2024-02-10T07:16:36.952 DEBUG:teuthology.orchestra.run.smithi047:> sudo apt-get clean 2024-02-10T07:16:36.953 INFO:teuthology.orchestra.run.smithi046.stdout:Building dependency tree... 2024-02-10T07:16:36.954 INFO:teuthology.orchestra.run.smithi046.stdout:Reading state information... 2024-02-10T07:16:37.111 INFO:teuthology.orchestra.run.smithi046.stdout:linux-image-generic is already the newest version (5.15.0.94.91). 2024-02-10T07:16:37.111 INFO:teuthology.orchestra.run.smithi046.stdout:The following packages were automatically installed and are no longer required: 2024-02-10T07:16:37.112 INFO:teuthology.orchestra.run.smithi046.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-02-10T07:16:37.112 INFO:teuthology.orchestra.run.smithi046.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-02-10T07:16:37.112 INFO:teuthology.orchestra.run.smithi046.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-02-10T07:16:37.112 INFO:teuthology.orchestra.run.smithi046.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-02-10T07:16:37.113 INFO:teuthology.orchestra.run.smithi046.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-02-10T07:16:37.113 INFO:teuthology.orchestra.run.smithi046.stdout:Use 'sudo apt autoremove' to remove them. 2024-02-10T07:16:37.113 DEBUG:teuthology.orchestra.run.smithi047:> sudo apt-get update 2024-02-10T07:16:37.150 INFO:teuthology.orchestra.run.smithi046.stdout:0 upgraded, 0 newly installed, 0 to remove and 282 not upgraded. 2024-02-10T07:16:37.152 DEBUG:teuthology.orchestra.run.smithi046:> dpkg -s linux-image-generic 2024-02-10T07:16:37.210 INFO:teuthology.orchestra.run.smithi046.stdout:Package: linux-image-generic 2024-02-10T07:16:37.210 INFO:teuthology.orchestra.run.smithi046.stdout:Status: install ok installed 2024-02-10T07:16:37.210 INFO:teuthology.orchestra.run.smithi046.stdout:Priority: optional 2024-02-10T07:16:37.210 INFO:teuthology.orchestra.run.smithi046.stdout:Section: kernel 2024-02-10T07:16:37.210 INFO:teuthology.orchestra.run.smithi046.stdout:Installed-Size: 21 2024-02-10T07:16:37.210 INFO:teuthology.orchestra.run.smithi046.stdout:Maintainer: Ubuntu Kernel Team 2024-02-10T07:16:37.210 INFO:teuthology.orchestra.run.smithi046.stdout:Architecture: amd64 2024-02-10T07:16:37.210 INFO:teuthology.orchestra.run.smithi046.stdout:Source: linux-meta 2024-02-10T07:16:37.210 INFO:teuthology.orchestra.run.smithi046.stdout:Version: 5.15.0.94.91 2024-02-10T07:16:37.211 INFO:teuthology.orchestra.run.smithi046.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.2), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-94), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.2) 2024-02-10T07:16:37.211 INFO:teuthology.orchestra.run.smithi046.stdout:Depends: linux-image-5.15.0-94-generic, linux-modules-extra-5.15.0-94-generic, linux-firmware, intel-microcode, amd64-microcode 2024-02-10T07:16:37.211 INFO:teuthology.orchestra.run.smithi046.stdout:Recommends: thermald 2024-02-10T07:16:37.211 INFO:teuthology.orchestra.run.smithi046.stdout:Description: Generic Linux kernel image 2024-02-10T07:16:37.211 INFO:teuthology.orchestra.run.smithi046.stdout: This package will always depend on the latest generic kernel image 2024-02-10T07:16:37.211 INFO:teuthology.orchestra.run.smithi046.stdout: available. 2024-02-10T07:16:37.211 DEBUG:teuthology.orchestra.run.smithi046:> mktemp 2024-02-10T07:16:37.228 INFO:teuthology.orchestra.run.smithi047.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-02-10T07:16:37.228 INFO:teuthology.orchestra.run.smithi047.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-02-10T07:16:37.241 INFO:teuthology.orchestra.run.smithi047.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-02-10T07:16:37.254 INFO:teuthology.orchestra.run.smithi046.stdout:/tmp/tmp.iqs0NWl4wH 2024-02-10T07:16:37.255 DEBUG:teuthology.orchestra.run.smithi046:> sudo cp /boot/grub/grub.cfg /tmp/tmp.iqs0NWl4wH 2024-02-10T07:16:37.262 INFO:teuthology.orchestra.run.smithi047.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-02-10T07:16:37.310 DEBUG:teuthology.orchestra.run.smithi046:> sudo chmod 0666 /tmp/tmp.iqs0NWl4wH 2024-02-10T07:16:37.434 DEBUG:teuthology.orchestra.remote:smithi046:/tmp/tmp.iqs0NWl4wH is 10KB 2024-02-10T07:16:37.448 DEBUG:teuthology.orchestra.run.smithi046:> rm -fr /tmp/tmp.iqs0NWl4wH 2024-02-10T07:16:37.453 DEBUG:teuthology.orchestra.run.smithi046:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-02-10T07:16:37.512 DEBUG:teuthology.orchestra.run.smithi046:> set -ex 2024-02-10T07:16:37.512 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-02-10T07:16:37.512 DEBUG:teuthology.orchestra.run.smithi046:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-02-10T07:16:37.579 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-94-generic 2024-02-10T07:16:37.579 DEBUG:teuthology.orchestra.run.smithi046:> sudo update-grub 2024-02-10T07:16:38.605 INFO:teuthology.orchestra.run.smithi047.stdout:Reading package lists... 2024-02-10T07:16:38.624 DEBUG:teuthology.orchestra.run.smithi047:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-02-10T07:16:38.688 INFO:teuthology.orchestra.run.smithi047.stdout:Reading package lists... 2024-02-10T07:16:38.738 INFO:teuthology.orchestra.run.smithi046.stderr:Sourcing file `/etc/default/grub' 2024-02-10T07:16:38.739 INFO:teuthology.orchestra.run.smithi046.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-02-10T07:16:38.741 INFO:teuthology.orchestra.run.smithi046.stderr:Generating grub configuration file ... 2024-02-10T07:16:38.889 INFO:teuthology.orchestra.run.smithi047.stdout:Building dependency tree... 2024-02-10T07:16:38.890 INFO:teuthology.orchestra.run.smithi047.stdout:Reading state information... 2024-02-10T07:16:38.983 INFO:teuthology.orchestra.run.smithi046.stderr:Found linux image: /boot/vmlinuz-5.15.0-94-generic 2024-02-10T07:16:38.989 INFO:teuthology.orchestra.run.smithi046.stderr:Found initrd image: /boot/initrd.img-5.15.0-94-generic 2024-02-10T07:16:39.063 INFO:teuthology.orchestra.run.smithi047.stdout:linux-image-generic is already the newest version (5.15.0.94.91). 2024-02-10T07:16:39.063 INFO:teuthology.orchestra.run.smithi047.stdout:The following packages were automatically installed and are no longer required: 2024-02-10T07:16:39.063 INFO:teuthology.orchestra.run.smithi047.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-02-10T07:16:39.063 INFO:teuthology.orchestra.run.smithi047.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-02-10T07:16:39.063 INFO:teuthology.orchestra.run.smithi047.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-02-10T07:16:39.064 INFO:teuthology.orchestra.run.smithi047.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-02-10T07:16:39.064 INFO:teuthology.orchestra.run.smithi047.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-02-10T07:16:39.064 INFO:teuthology.orchestra.run.smithi047.stdout:Use 'sudo apt autoremove' to remove them. 2024-02-10T07:16:39.107 INFO:teuthology.orchestra.run.smithi047.stdout:0 upgraded, 0 newly installed, 0 to remove and 282 not upgraded. 2024-02-10T07:16:39.109 DEBUG:teuthology.orchestra.run.smithi047:> dpkg -s linux-image-generic 2024-02-10T07:16:39.125 INFO:teuthology.orchestra.run.smithi047.stdout:Package: linux-image-generic 2024-02-10T07:16:39.125 INFO:teuthology.orchestra.run.smithi047.stdout:Status: install ok installed 2024-02-10T07:16:39.125 INFO:teuthology.orchestra.run.smithi047.stdout:Priority: optional 2024-02-10T07:16:39.125 INFO:teuthology.orchestra.run.smithi047.stdout:Section: kernel 2024-02-10T07:16:39.126 INFO:teuthology.orchestra.run.smithi047.stdout:Installed-Size: 21 2024-02-10T07:16:39.126 INFO:teuthology.orchestra.run.smithi047.stdout:Maintainer: Ubuntu Kernel Team 2024-02-10T07:16:39.126 INFO:teuthology.orchestra.run.smithi047.stdout:Architecture: amd64 2024-02-10T07:16:39.126 INFO:teuthology.orchestra.run.smithi047.stdout:Source: linux-meta 2024-02-10T07:16:39.126 INFO:teuthology.orchestra.run.smithi047.stdout:Version: 5.15.0.94.91 2024-02-10T07:16:39.126 INFO:teuthology.orchestra.run.smithi047.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.2), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-94), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.2) 2024-02-10T07:16:39.126 INFO:teuthology.orchestra.run.smithi047.stdout:Depends: linux-image-5.15.0-94-generic, linux-modules-extra-5.15.0-94-generic, linux-firmware, intel-microcode, amd64-microcode 2024-02-10T07:16:39.126 INFO:teuthology.orchestra.run.smithi047.stdout:Recommends: thermald 2024-02-10T07:16:39.126 INFO:teuthology.orchestra.run.smithi047.stdout:Description: Generic Linux kernel image 2024-02-10T07:16:39.126 INFO:teuthology.orchestra.run.smithi047.stdout: This package will always depend on the latest generic kernel image 2024-02-10T07:16:39.126 INFO:teuthology.orchestra.run.smithi047.stdout: available. 2024-02-10T07:16:39.127 DEBUG:teuthology.orchestra.run.smithi047:> mktemp 2024-02-10T07:16:39.173 INFO:teuthology.orchestra.run.smithi047.stdout:/tmp/tmp.DqPxGLIMZF 2024-02-10T07:16:39.174 DEBUG:teuthology.orchestra.run.smithi047:> sudo cp /boot/grub/grub.cfg /tmp/tmp.DqPxGLIMZF 2024-02-10T07:16:39.236 DEBUG:teuthology.orchestra.run.smithi047:> sudo chmod 0666 /tmp/tmp.DqPxGLIMZF 2024-02-10T07:16:39.274 INFO:teuthology.orchestra.run.smithi046.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-02-10T07:16:39.280 INFO:teuthology.orchestra.run.smithi046.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-02-10T07:16:39.325 INFO:teuthology.orchestra.run.smithi046.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-02-10T07:16:39.331 INFO:teuthology.orchestra.run.smithi046.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-02-10T07:16:39.354 DEBUG:teuthology.orchestra.remote:smithi047:/tmp/tmp.DqPxGLIMZF is 10KB 2024-02-10T07:16:39.368 DEBUG:teuthology.orchestra.run.smithi047:> rm -fr /tmp/tmp.DqPxGLIMZF 2024-02-10T07:16:39.373 DEBUG:teuthology.orchestra.run.smithi047:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-02-10T07:16:39.430 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2024-02-10T07:16:39.430 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-02-10T07:16:39.430 DEBUG:teuthology.orchestra.run.smithi047:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-02-10T07:16:39.465 INFO:teuthology.orchestra.run.smithi046.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-02-10T07:16:39.465 INFO:teuthology.orchestra.run.smithi046.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-02-10T07:16:39.465 INFO:teuthology.orchestra.run.smithi046.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-02-10T07:16:39.481 INFO:teuthology.orchestra.run.smithi046.stderr:done 2024-02-10T07:16:39.489 DEBUG:teuthology.orchestra.run.smithi046:> sudo shutdown -r now 2024-02-10T07:16:39.497 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-94-generic 2024-02-10T07:16:39.497 DEBUG:teuthology.orchestra.run.smithi047:> sudo update-grub 2024-02-10T07:16:40.741 INFO:teuthology.orchestra.run.smithi047.stderr:Sourcing file `/etc/default/grub' 2024-02-10T07:16:40.741 INFO:teuthology.orchestra.run.smithi047.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-02-10T07:16:40.743 INFO:teuthology.orchestra.run.smithi047.stderr:Generating grub configuration file ... 2024-02-10T07:16:40.959 INFO:teuthology.orchestra.run.smithi047.stderr:Found linux image: /boot/vmlinuz-5.15.0-94-generic 2024-02-10T07:16:40.965 INFO:teuthology.orchestra.run.smithi047.stderr:Found initrd image: /boot/initrd.img-5.15.0-94-generic 2024-02-10T07:16:41.186 INFO:teuthology.orchestra.run.smithi047.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-02-10T07:16:41.192 INFO:teuthology.orchestra.run.smithi047.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-02-10T07:16:41.237 INFO:teuthology.orchestra.run.smithi047.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-02-10T07:16:41.243 INFO:teuthology.orchestra.run.smithi047.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-02-10T07:16:41.371 INFO:teuthology.orchestra.run.smithi047.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-02-10T07:16:41.372 INFO:teuthology.orchestra.run.smithi047.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-02-10T07:16:41.372 INFO:teuthology.orchestra.run.smithi047.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-02-10T07:16:41.383 INFO:teuthology.orchestra.run.smithi047.stderr:done 2024-02-10T07:16:41.394 DEBUG:teuthology.orchestra.run.smithi047:> sudo shutdown -r now 2024-02-10T07:16:50.905 INFO:teuthology.orchestra.run.smithi029.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-02-10T07:16:50.905 INFO:teuthology.orchestra.run.smithi029.stdout:Sourcing file `/etc/default/grub' 2024-02-10T07:16:50.928 INFO:teuthology.orchestra.run.smithi029.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-02-10T07:16:50.951 INFO:teuthology.orchestra.run.smithi029.stdout:Generating grub configuration file ... 2024-02-10T07:16:51.313 INFO:teuthology.orchestra.run.smithi029.stdout:Found linux image: /boot/vmlinuz-5.15.0-94-generic 2024-02-10T07:16:51.350 INFO:teuthology.orchestra.run.smithi029.stdout:Found initrd image: /boot/initrd.img-5.15.0-94-generic 2024-02-10T07:16:51.663 INFO:teuthology.orchestra.run.smithi029.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-02-10T07:16:51.669 INFO:teuthology.orchestra.run.smithi029.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-02-10T07:16:51.794 INFO:teuthology.orchestra.run.smithi029.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-02-10T07:16:51.801 INFO:teuthology.orchestra.run.smithi029.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-02-10T07:16:52.083 INFO:teuthology.orchestra.run.smithi029.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-02-10T07:16:52.084 INFO:teuthology.orchestra.run.smithi029.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-02-10T07:16:52.084 INFO:teuthology.orchestra.run.smithi029.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-02-10T07:16:52.164 INFO:teuthology.orchestra.run.smithi029.stdout:done 2024-02-10T07:16:52.799 DEBUG:teuthology.orchestra.run.smithi029:> dpkg -s linux-image-generic 2024-02-10T07:16:52.823 INFO:teuthology.orchestra.run.smithi029.stdout:Package: linux-image-generic 2024-02-10T07:16:52.823 INFO:teuthology.orchestra.run.smithi029.stdout:Status: install ok installed 2024-02-10T07:16:52.823 INFO:teuthology.orchestra.run.smithi029.stdout:Priority: optional 2024-02-10T07:16:52.823 INFO:teuthology.orchestra.run.smithi029.stdout:Section: kernel 2024-02-10T07:16:52.823 INFO:teuthology.orchestra.run.smithi029.stdout:Installed-Size: 21 2024-02-10T07:16:52.823 INFO:teuthology.orchestra.run.smithi029.stdout:Maintainer: Ubuntu Kernel Team 2024-02-10T07:16:52.823 INFO:teuthology.orchestra.run.smithi029.stdout:Architecture: amd64 2024-02-10T07:16:52.823 INFO:teuthology.orchestra.run.smithi029.stdout:Source: linux-meta 2024-02-10T07:16:52.823 INFO:teuthology.orchestra.run.smithi029.stdout:Version: 5.15.0.94.91 2024-02-10T07:16:52.823 INFO:teuthology.orchestra.run.smithi029.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.2), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-94), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.2) 2024-02-10T07:16:52.823 INFO:teuthology.orchestra.run.smithi029.stdout:Depends: linux-image-5.15.0-94-generic, linux-modules-extra-5.15.0-94-generic, linux-firmware, intel-microcode, amd64-microcode 2024-02-10T07:16:52.823 INFO:teuthology.orchestra.run.smithi029.stdout:Recommends: thermald 2024-02-10T07:16:52.823 INFO:teuthology.orchestra.run.smithi029.stdout:Description: Generic Linux kernel image 2024-02-10T07:16:52.824 INFO:teuthology.orchestra.run.smithi029.stdout: This package will always depend on the latest generic kernel image 2024-02-10T07:16:52.824 INFO:teuthology.orchestra.run.smithi029.stdout: available. 2024-02-10T07:16:52.824 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-94-generic 2024-02-10T07:16:52.824 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-02-10T07:16:52.824 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-02-10T07:16:52.824 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-02-10T07:16:52.825 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi029.front.sepia.ceph.com, path=None, version=distro) 2024-02-10T07:16:52.825 DEBUG:teuthology.orchestra.run.smithi029:> sudo apt-get clean 2024-02-10T07:16:52.998 DEBUG:teuthology.orchestra.run.smithi029:> sudo apt-get update 2024-02-10T07:16:53.147 INFO:teuthology.orchestra.run.smithi029.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-02-10T07:16:53.147 INFO:teuthology.orchestra.run.smithi029.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-02-10T07:16:53.155 INFO:teuthology.orchestra.run.smithi029.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-02-10T07:16:53.237 INFO:teuthology.orchestra.run.smithi029.stdout:Hit:4 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-02-10T07:16:54.532 INFO:teuthology.orchestra.run.smithi029.stdout:Reading package lists... 2024-02-10T07:16:54.550 DEBUG:teuthology.orchestra.run.smithi029:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-02-10T07:16:54.611 INFO:teuthology.orchestra.run.smithi029.stdout:Reading package lists... 2024-02-10T07:16:54.804 INFO:teuthology.orchestra.run.smithi029.stdout:Building dependency tree... 2024-02-10T07:16:54.805 INFO:teuthology.orchestra.run.smithi029.stdout:Reading state information... 2024-02-10T07:16:54.981 INFO:teuthology.orchestra.run.smithi029.stdout:linux-image-generic is already the newest version (5.15.0.94.91). 2024-02-10T07:16:54.981 INFO:teuthology.orchestra.run.smithi029.stdout:The following packages were automatically installed and are no longer required: 2024-02-10T07:16:54.981 INFO:teuthology.orchestra.run.smithi029.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-02-10T07:16:54.981 INFO:teuthology.orchestra.run.smithi029.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-02-10T07:16:54.982 INFO:teuthology.orchestra.run.smithi029.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-02-10T07:16:54.982 INFO:teuthology.orchestra.run.smithi029.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-02-10T07:16:54.982 INFO:teuthology.orchestra.run.smithi029.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-02-10T07:16:54.982 INFO:teuthology.orchestra.run.smithi029.stdout:Use 'sudo apt autoremove' to remove them. 2024-02-10T07:16:55.025 INFO:teuthology.orchestra.run.smithi029.stdout:0 upgraded, 0 newly installed, 0 to remove and 282 not upgraded. 2024-02-10T07:16:55.027 DEBUG:teuthology.orchestra.run.smithi029:> dpkg -s linux-image-generic 2024-02-10T07:16:55.043 INFO:teuthology.orchestra.run.smithi029.stdout:Package: linux-image-generic 2024-02-10T07:16:55.044 INFO:teuthology.orchestra.run.smithi029.stdout:Status: install ok installed 2024-02-10T07:16:55.044 INFO:teuthology.orchestra.run.smithi029.stdout:Priority: optional 2024-02-10T07:16:55.044 INFO:teuthology.orchestra.run.smithi029.stdout:Section: kernel 2024-02-10T07:16:55.044 INFO:teuthology.orchestra.run.smithi029.stdout:Installed-Size: 21 2024-02-10T07:16:55.044 INFO:teuthology.orchestra.run.smithi029.stdout:Maintainer: Ubuntu Kernel Team 2024-02-10T07:16:55.044 INFO:teuthology.orchestra.run.smithi029.stdout:Architecture: amd64 2024-02-10T07:16:55.044 INFO:teuthology.orchestra.run.smithi029.stdout:Source: linux-meta 2024-02-10T07:16:55.044 INFO:teuthology.orchestra.run.smithi029.stdout:Version: 5.15.0.94.91 2024-02-10T07:16:55.044 INFO:teuthology.orchestra.run.smithi029.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.2), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-94), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.2) 2024-02-10T07:16:55.044 INFO:teuthology.orchestra.run.smithi029.stdout:Depends: linux-image-5.15.0-94-generic, linux-modules-extra-5.15.0-94-generic, linux-firmware, intel-microcode, amd64-microcode 2024-02-10T07:16:55.044 INFO:teuthology.orchestra.run.smithi029.stdout:Recommends: thermald 2024-02-10T07:16:55.044 INFO:teuthology.orchestra.run.smithi029.stdout:Description: Generic Linux kernel image 2024-02-10T07:16:55.044 INFO:teuthology.orchestra.run.smithi029.stdout: This package will always depend on the latest generic kernel image 2024-02-10T07:16:55.044 INFO:teuthology.orchestra.run.smithi029.stdout: available. 2024-02-10T07:16:55.045 DEBUG:teuthology.orchestra.run.smithi029:> mktemp 2024-02-10T07:16:55.092 INFO:teuthology.orchestra.run.smithi029.stdout:/tmp/tmp.n3iBfo9Pl3 2024-02-10T07:16:55.092 DEBUG:teuthology.orchestra.run.smithi029:> sudo cp /boot/grub/grub.cfg /tmp/tmp.n3iBfo9Pl3 2024-02-10T07:16:55.151 DEBUG:teuthology.orchestra.run.smithi029:> sudo chmod 0666 /tmp/tmp.n3iBfo9Pl3 2024-02-10T07:16:55.278 DEBUG:teuthology.orchestra.remote:smithi029:/tmp/tmp.n3iBfo9Pl3 is 10KB 2024-02-10T07:16:55.292 DEBUG:teuthology.orchestra.run.smithi029:> rm -fr /tmp/tmp.n3iBfo9Pl3 2024-02-10T07:16:55.297 DEBUG:teuthology.orchestra.run.smithi029:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-02-10T07:16:55.352 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2024-02-10T07:16:55.352 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-02-10T07:16:55.352 DEBUG:teuthology.orchestra.run.smithi029:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-02-10T07:16:55.451 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-94-generic 2024-02-10T07:16:55.451 DEBUG:teuthology.orchestra.run.smithi029:> sudo update-grub 2024-02-10T07:16:57.854 INFO:teuthology.orchestra.run.smithi029.stderr:Sourcing file `/etc/default/grub' 2024-02-10T07:16:57.861 INFO:teuthology.orchestra.run.smithi029.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-02-10T07:16:57.885 INFO:teuthology.orchestra.run.smithi029.stderr:Generating grub configuration file ... 2024-02-10T07:16:58.129 INFO:teuthology.orchestra.run.smithi029.stderr:Found linux image: /boot/vmlinuz-5.15.0-94-generic 2024-02-10T07:16:58.135 INFO:teuthology.orchestra.run.smithi029.stderr:Found initrd image: /boot/initrd.img-5.15.0-94-generic 2024-02-10T07:16:58.439 INFO:teuthology.orchestra.run.smithi029.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-02-10T07:16:58.444 INFO:teuthology.orchestra.run.smithi029.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-02-10T07:16:58.490 INFO:teuthology.orchestra.run.smithi029.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-02-10T07:16:58.495 INFO:teuthology.orchestra.run.smithi029.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-02-10T07:16:58.612 INFO:teuthology.orchestra.run.smithi029.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-02-10T07:16:58.612 INFO:teuthology.orchestra.run.smithi029.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-02-10T07:16:58.612 INFO:teuthology.orchestra.run.smithi029.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-02-10T07:16:58.632 INFO:teuthology.orchestra.run.smithi029.stderr:done 2024-02-10T07:16:58.634 DEBUG:teuthology.orchestra.run.smithi029:> sudo shutdown -r now 2024-02-10T07:17:09.494 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-02-10T07:17:09.494 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi046.front.sepia.ceph.com' 2024-02-10T07:17:09.495 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi046.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T07:17:11.398 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-02-10T07:17:11.399 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi047.front.sepia.ceph.com' 2024-02-10T07:17:11.399 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi047.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T07:17:27.996 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.46 2024-02-10T07:17:28.678 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-02-10T07:17:28.678 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi029.front.sepia.ceph.com' 2024-02-10T07:17:28.679 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi029.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T07:17:29.788 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.47 2024-02-10T07:17:37.005 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi046.front.sepia.ceph.com' 2024-02-10T07:17:37.005 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi046.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T07:17:38.789 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi047.front.sepia.ceph.com' 2024-02-10T07:17:38.790 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi047.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T07:17:40.060 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.46 2024-02-10T07:17:47.196 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.29 2024-02-10T07:17:52.065 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi046.front.sepia.ceph.com' 2024-02-10T07:17:52.066 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi046.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T07:17:56.200 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi029.front.sepia.ceph.com' 2024-02-10T07:17:56.200 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi029.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T07:18:10.492 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.46 2024-02-10T07:18:25.508 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi046.front.sepia.ceph.com' 2024-02-10T07:18:25.509 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi046.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T07:18:28.576 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.46 2024-02-10T07:18:38.801 DEBUG:teuthology.orchestra.remote:timed out 2024-02-10T07:18:46.584 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi046.front.sepia.ceph.com' 2024-02-10T07:18:46.585 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi046.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T07:18:46.780 DEBUG:teuthology.orchestra.run.smithi046:> true 2024-02-10T07:18:47.344 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi046.front.sepia.ceph.com' 2024-02-10T07:18:47.344 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-94-generic"... 2024-02-10T07:18:47.344 DEBUG:teuthology.orchestra.run.smithi046:> uname -r 2024-02-10T07:18:47.393 INFO:teuthology.orchestra.run.smithi046.stdout:5.15.0-94-generic 2024-02-10T07:18:47.393 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-94-generic vs 5.15.0-94-generic 2024-02-10T07:18:47.393 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-02-10T07:18:47.393 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-02-10T07:18:48.394 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-02-10T07:18:48.394 DEBUG:teuthology.orchestra.run.smithi046:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-02-10T07:18:48.459 INFO:teuthology.orchestra.run.smithi046.stdout:ttyS1 2024-02-10T07:18:48.490 DEBUG:teuthology.parallel:result is None 2024-02-10T07:18:50.803 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi047.front.sepia.ceph.com' 2024-02-10T07:18:50.803 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi047.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T07:18:51.004 DEBUG:teuthology.orchestra.run.smithi047:> true 2024-02-10T07:18:51.598 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi047.front.sepia.ceph.com' 2024-02-10T07:18:51.598 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.15.0-94-generic"... 2024-02-10T07:18:51.599 DEBUG:teuthology.orchestra.run.smithi047:> uname -r 2024-02-10T07:18:51.644 INFO:teuthology.orchestra.run.smithi047.stdout:5.15.0-94-generic 2024-02-10T07:18:51.644 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-94-generic vs 5.15.0-94-generic 2024-02-10T07:18:51.644 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-02-10T07:18:51.645 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-02-10T07:18:52.646 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-02-10T07:18:52.646 DEBUG:teuthology.orchestra.run.smithi047:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-02-10T07:18:52.718 INFO:teuthology.orchestra.run.smithi047.stdout:ttyS1 2024-02-10T07:18:52.742 DEBUG:teuthology.parallel:result is None 2024-02-10T07:18:56.203 DEBUG:teuthology.orchestra.remote:timed out 2024-02-10T07:19:08.204 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi029.front.sepia.ceph.com' 2024-02-10T07:19:08.205 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi029.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T07:19:08.501 DEBUG:teuthology.orchestra.run.smithi029:> true 2024-02-10T07:19:09.328 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi029.front.sepia.ceph.com' 2024-02-10T07:19:09.329 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-94-generic"... 2024-02-10T07:19:09.329 DEBUG:teuthology.orchestra.run.smithi029:> uname -r 2024-02-10T07:19:09.375 INFO:teuthology.orchestra.run.smithi029.stdout:5.15.0-94-generic 2024-02-10T07:19:09.375 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-94-generic vs 5.15.0-94-generic 2024-02-10T07:19:09.375 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-02-10T07:19:09.375 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-02-10T07:19:10.376 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-02-10T07:19:10.377 DEBUG:teuthology.orchestra.run.smithi029:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-02-10T07:19:10.495 INFO:teuthology.orchestra.run.smithi029.stdout:ttyS1 2024-02-10T07:19:10.525 DEBUG:teuthology.parallel:result is None 2024-02-10T07:19:10.526 INFO:teuthology.run_tasks:Running task internal.base... 2024-02-10T07:19:10.538 INFO:teuthology.task.internal:Creating test directory... 2024-02-10T07:19:10.538 DEBUG:teuthology.orchestra.run.smithi029:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-02-10T07:19:10.541 DEBUG:teuthology.orchestra.run.smithi046:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-02-10T07:19:10.544 DEBUG:teuthology.orchestra.run.smithi047:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-02-10T07:19:10.551 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-02-10T07:19:10.561 INFO:teuthology.run_tasks:Running task internal.archive... 2024-02-10T07:19:10.577 INFO:teuthology.task.internal:Creating archive directory... 2024-02-10T07:19:10.577 DEBUG:teuthology.orchestra.run.smithi029:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-02-10T07:19:10.588 DEBUG:teuthology.orchestra.run.smithi046:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-02-10T07:19:10.593 DEBUG:teuthology.orchestra.run.smithi047:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-02-10T07:19:10.616 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-02-10T07:19:10.628 INFO:teuthology.task.internal:Enabling coredump saving... 2024-02-10T07:19:10.628 DEBUG:teuthology.orchestra.run.smithi029:> 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-02-10T07:19:10.648 DEBUG:teuthology.orchestra.run.smithi046:> 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-02-10T07:19:10.650 DEBUG:teuthology.orchestra.run.smithi047:> 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-02-10T07:19:10.669 INFO:teuthology.orchestra.run.smithi029.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-10T07:19:10.672 INFO:teuthology.orchestra.run.smithi046.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-10T07:19:10.673 INFO:teuthology.orchestra.run.smithi047.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-10T07:19:10.677 INFO:teuthology.orchestra.run.smithi029.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-10T07:19:10.680 INFO:teuthology.orchestra.run.smithi046.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-10T07:19:10.681 INFO:teuthology.orchestra.run.smithi047.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-10T07:19:10.683 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-02-10T07:19:10.691 INFO:teuthology.task.internal:Configuring sudo... 2024-02-10T07:19:10.691 DEBUG:teuthology.orchestra.run.smithi029:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-02-10T07:19:10.724 DEBUG:teuthology.orchestra.run.smithi046:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-02-10T07:19:10.726 DEBUG:teuthology.orchestra.run.smithi047:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-02-10T07:19:10.745 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-02-10T07:19:10.762 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-02-10T07:19:10.762 DEBUG:teuthology.orchestra.run.smithi029:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-02-10T07:19:10.784 DEBUG:teuthology.orchestra.run.smithi046:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-02-10T07:19:10.789 DEBUG:teuthology.orchestra.run.smithi047:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-02-10T07:19:10.794 DEBUG:teuthology.orchestra.run.smithi029:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-10T07:19:10.835 DEBUG:teuthology.orchestra.run.smithi029:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-10T07:19:10.884 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2024-02-10T07:19:10.884 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-02-10T07:19:10.944 DEBUG:teuthology.orchestra.run.smithi046:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-10T07:19:10.950 DEBUG:teuthology.orchestra.run.smithi046:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-10T07:19:10.997 DEBUG:teuthology.orchestra.run.smithi046:> set -ex 2024-02-10T07:19:10.997 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-02-10T07:19:11.061 DEBUG:teuthology.orchestra.run.smithi047:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-10T07:19:11.067 DEBUG:teuthology.orchestra.run.smithi047:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-10T07:19:11.117 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2024-02-10T07:19:11.117 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-02-10T07:19:11.187 DEBUG:teuthology.orchestra.run.smithi029:> sudo service rsyslog restart 2024-02-10T07:19:11.189 DEBUG:teuthology.orchestra.run.smithi046:> sudo service rsyslog restart 2024-02-10T07:19:11.191 DEBUG:teuthology.orchestra.run.smithi047:> sudo service rsyslog restart 2024-02-10T07:19:11.264 INFO:teuthology.run_tasks:Running task internal.timer... 2024-02-10T07:19:11.275 INFO:teuthology.task.internal:Starting timer... 2024-02-10T07:19:11.276 INFO:teuthology.run_tasks:Running task pcp... 2024-02-10T07:19:11.292 INFO:teuthology.run_tasks:Running task selinux... 2024-02-10T07:19:11.303 DEBUG:teuthology.task.selinux:Excluding smithi029: OS 'ubuntu' does not support SELinux 2024-02-10T07:19:11.303 DEBUG:teuthology.task.selinux:Excluding smithi046: OS 'ubuntu' does not support SELinux 2024-02-10T07:19:11.303 DEBUG:teuthology.task.selinux:Excluding smithi047: OS 'ubuntu' does not support SELinux 2024-02-10T07:19:11.303 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-02-10T07:19:11.303 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-02-10T07:19:11.303 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-02-10T07:19:11.303 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-02-10T07:19:11.318 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-02-10T07:19:11.338 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-02-10T07:19:11.339 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi029.front.sepia.ceph.com,smithi046.front.sepia.ceph.com,smithi047.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-02-10T07:26:23.745 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi029.front.sepia.ceph.com'), Remote(name='ubuntu@smithi046.front.sepia.ceph.com'), Remote(name='ubuntu@smithi047.front.sepia.ceph.com')] 2024-02-10T07:26:23.747 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi029.front.sepia.ceph.com' 2024-02-10T07:26:23.748 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi029.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T07:26:23.828 DEBUG:teuthology.orchestra.run.smithi029:> true 2024-02-10T07:26:23.907 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi029.front.sepia.ceph.com' 2024-02-10T07:26:23.908 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi046.front.sepia.ceph.com' 2024-02-10T07:26:23.908 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi046.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T07:26:23.988 DEBUG:teuthology.orchestra.run.smithi046:> true 2024-02-10T07:26:24.068 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi046.front.sepia.ceph.com' 2024-02-10T07:26:24.068 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi047.front.sepia.ceph.com' 2024-02-10T07:26:24.069 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi047.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T07:26:24.148 DEBUG:teuthology.orchestra.run.smithi047:> true 2024-02-10T07:26:24.228 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi047.front.sepia.ceph.com' 2024-02-10T07:26:24.229 INFO:teuthology.run_tasks:Running task clock... 2024-02-10T07:26:24.240 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-02-10T07:26:24.240 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-02-10T07:26:24.240 DEBUG:teuthology.orchestra.run.smithi029:> 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-02-10T07:26:24.243 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-02-10T07:26:24.243 DEBUG:teuthology.orchestra.run.smithi046:> 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-02-10T07:26:24.245 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-02-10T07:26:24.245 DEBUG:teuthology.orchestra.run.smithi047:> 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-02-10T07:26:24.272 INFO:teuthology.orchestra.run.smithi029.stdout:10 Feb 07:26:24 ntpd[17048]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-02-10T07:26:24.272 INFO:teuthology.orchestra.run.smithi029.stdout:10 Feb 07:26:24 ntpd[17048]: Command line: ntpd -gq 2024-02-10T07:26:24.273 INFO:teuthology.orchestra.run.smithi029.stdout:10 Feb 07:26:24 ntpd[17048]: ---------------------------------------------------- 2024-02-10T07:26:24.273 INFO:teuthology.orchestra.run.smithi029.stdout:10 Feb 07:26:24 ntpd[17048]: ntp-4 is maintained by Network Time Foundation, 2024-02-10T07:26:24.273 INFO:teuthology.orchestra.run.smithi029.stdout:10 Feb 07:26:24 ntpd[17048]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-02-10T07:26:24.273 INFO:teuthology.orchestra.run.smithi029.stdout:10 Feb 07:26:24 ntpd[17048]: corporation. Support and training for ntp-4 are 2024-02-10T07:26:24.273 INFO:teuthology.orchestra.run.smithi029.stdout:10 Feb 07:26:24 ntpd[17048]: available at https://www.nwtime.org/support 2024-02-10T07:26:24.273 INFO:teuthology.orchestra.run.smithi029.stdout:10 Feb 07:26:24 ntpd[17048]: ---------------------------------------------------- 2024-02-10T07:26:24.274 INFO:teuthology.orchestra.run.smithi029.stdout:10 Feb 07:26:24 ntpd[17048]: proto: precision = 0.064 usec (-24) 2024-02-10T07:26:24.274 INFO:teuthology.orchestra.run.smithi029.stdout:10 Feb 07:26:24 ntpd[17048]: basedate set to 2022-02-04 2024-02-10T07:26:24.274 INFO:teuthology.orchestra.run.smithi029.stdout:10 Feb 07:26:24 ntpd[17048]: gps base set to 2022-02-06 (week 2196) 2024-02-10T07:26:24.274 INFO:teuthology.orchestra.run.smithi029.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-02-10T07:26:24.275 INFO:teuthology.orchestra.run.smithi029.stdout:10 Feb 07:26:24 ntpd[17048]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-02-10T07:26:24.275 INFO:teuthology.orchestra.run.smithi029.stdout:10 Feb 07:26:24 ntpd[17048]: restrict ::: KOD does nothing without LIMITED. 2024-02-10T07:26:24.275 INFO:teuthology.orchestra.run.smithi029.stderr:restrict ::: KOD does nothing without LIMITED. 2024-02-10T07:26:24.276 INFO:teuthology.orchestra.run.smithi029.stdout:10 Feb 07:26:24 ntpd[17048]: Listen and drop on 0 v6wildcard [::]:123 2024-02-10T07:26:24.276 INFO:teuthology.orchestra.run.smithi029.stdout:10 Feb 07:26:24 ntpd[17048]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-02-10T07:26:24.276 INFO:teuthology.orchestra.run.smithi029.stdout:10 Feb 07:26:24 ntpd[17048]: Listen normally on 2 lo 127.0.0.1:123 2024-02-10T07:26:24.276 INFO:teuthology.orchestra.run.smithi029.stdout:10 Feb 07:26:24 ntpd[17048]: Listen normally on 3 ens1f0 172.21.15.29:123 2024-02-10T07:26:24.276 INFO:teuthology.orchestra.run.smithi029.stdout:10 Feb 07:26:24 ntpd[17048]: Listen normally on 4 lo [::1]:123 2024-02-10T07:26:24.276 INFO:teuthology.orchestra.run.smithi029.stdout:10 Feb 07:26:24 ntpd[17048]: Listen normally on 5 ens1f0 [fe80::ec4:7aff:febd:125a%3]:123 2024-02-10T07:26:24.276 INFO:teuthology.orchestra.run.smithi029.stdout:10 Feb 07:26:24 ntpd[17048]: Listening on routing socket on fd #22 for interface updates 2024-02-10T07:26:24.278 INFO:teuthology.orchestra.run.smithi046.stdout:10 Feb 07:26:24 ntpd[17025]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-02-10T07:26:24.278 INFO:teuthology.orchestra.run.smithi046.stdout:10 Feb 07:26:24 ntpd[17025]: Command line: ntpd -gq 2024-02-10T07:26:24.278 INFO:teuthology.orchestra.run.smithi046.stdout:10 Feb 07:26:24 ntpd[17025]: ---------------------------------------------------- 2024-02-10T07:26:24.278 INFO:teuthology.orchestra.run.smithi046.stdout:10 Feb 07:26:24 ntpd[17025]: ntp-4 is maintained by Network Time Foundation, 2024-02-10T07:26:24.278 INFO:teuthology.orchestra.run.smithi046.stdout:10 Feb 07:26:24 ntpd[17025]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-02-10T07:26:24.278 INFO:teuthology.orchestra.run.smithi046.stdout:10 Feb 07:26:24 ntpd[17025]: corporation. Support and training for ntp-4 are 2024-02-10T07:26:24.278 INFO:teuthology.orchestra.run.smithi046.stdout:10 Feb 07:26:24 ntpd[17025]: available at https://www.nwtime.org/support 2024-02-10T07:26:24.279 INFO:teuthology.orchestra.run.smithi046.stdout:10 Feb 07:26:24 ntpd[17025]: ---------------------------------------------------- 2024-02-10T07:26:24.279 INFO:teuthology.orchestra.run.smithi046.stdout:10 Feb 07:26:24 ntpd[17025]: proto: precision = 0.066 usec (-24) 2024-02-10T07:26:24.279 INFO:teuthology.orchestra.run.smithi046.stdout:10 Feb 07:26:24 ntpd[17025]: basedate set to 2022-02-04 2024-02-10T07:26:24.279 INFO:teuthology.orchestra.run.smithi046.stdout:10 Feb 07:26:24 ntpd[17025]: gps base set to 2022-02-06 (week 2196) 2024-02-10T07:26:24.279 INFO:teuthology.orchestra.run.smithi046.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-02-10T07:26:24.279 INFO:teuthology.orchestra.run.smithi046.stdout:10 Feb 07:26:24 ntpd[17025]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-02-10T07:26:24.279 INFO:teuthology.orchestra.run.smithi046.stdout:10 Feb 07:26:24 ntpd[17025]: restrict ::: KOD does nothing without LIMITED. 2024-02-10T07:26:24.280 INFO:teuthology.orchestra.run.smithi046.stderr:restrict ::: KOD does nothing without LIMITED. 2024-02-10T07:26:24.281 INFO:teuthology.orchestra.run.smithi046.stdout:10 Feb 07:26:24 ntpd[17025]: Listen and drop on 0 v6wildcard [::]:123 2024-02-10T07:26:24.281 INFO:teuthology.orchestra.run.smithi046.stdout:10 Feb 07:26:24 ntpd[17025]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-02-10T07:26:24.281 INFO:teuthology.orchestra.run.smithi046.stdout:10 Feb 07:26:24 ntpd[17025]: Listen normally on 2 lo 127.0.0.1:123 2024-02-10T07:26:24.281 INFO:teuthology.orchestra.run.smithi046.stdout:10 Feb 07:26:24 ntpd[17025]: Listen normally on 3 ens1f0 172.21.15.46:123 2024-02-10T07:26:24.281 INFO:teuthology.orchestra.run.smithi046.stdout:10 Feb 07:26:24 ntpd[17025]: Listen normally on 4 lo [::1]:123 2024-02-10T07:26:24.281 INFO:teuthology.orchestra.run.smithi046.stdout:10 Feb 07:26:24 ntpd[17025]: Listen normally on 5 ens1f0 [fe80::ec4:7aff:febd:15f8%4]:123 2024-02-10T07:26:24.281 INFO:teuthology.orchestra.run.smithi046.stdout:10 Feb 07:26:24 ntpd[17025]: Listening on routing socket on fd #22 for interface updates 2024-02-10T07:26:24.300 INFO:teuthology.orchestra.run.smithi047.stdout:10 Feb 07:26:24 ntpd[17082]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-02-10T07:26:24.300 INFO:teuthology.orchestra.run.smithi047.stdout:10 Feb 07:26:24 ntpd[17082]: Command line: ntpd -gq 2024-02-10T07:26:24.301 INFO:teuthology.orchestra.run.smithi047.stdout:10 Feb 07:26:24 ntpd[17082]: ---------------------------------------------------- 2024-02-10T07:26:24.301 INFO:teuthology.orchestra.run.smithi047.stdout:10 Feb 07:26:24 ntpd[17082]: ntp-4 is maintained by Network Time Foundation, 2024-02-10T07:26:24.301 INFO:teuthology.orchestra.run.smithi047.stdout:10 Feb 07:26:24 ntpd[17082]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-02-10T07:26:24.301 INFO:teuthology.orchestra.run.smithi047.stdout:10 Feb 07:26:24 ntpd[17082]: corporation. Support and training for ntp-4 are 2024-02-10T07:26:24.301 INFO:teuthology.orchestra.run.smithi047.stdout:10 Feb 07:26:24 ntpd[17082]: available at https://www.nwtime.org/support 2024-02-10T07:26:24.301 INFO:teuthology.orchestra.run.smithi047.stdout:10 Feb 07:26:24 ntpd[17082]: ---------------------------------------------------- 2024-02-10T07:26:24.301 INFO:teuthology.orchestra.run.smithi047.stdout:10 Feb 07:26:24 ntpd[17082]: proto: precision = 0.046 usec (-24) 2024-02-10T07:26:24.302 INFO:teuthology.orchestra.run.smithi047.stdout:10 Feb 07:26:24 ntpd[17082]: basedate set to 2022-02-04 2024-02-10T07:26:24.302 INFO:teuthology.orchestra.run.smithi047.stdout:10 Feb 07:26:24 ntpd[17082]: gps base set to 2022-02-06 (week 2196) 2024-02-10T07:26:24.302 INFO:teuthology.orchestra.run.smithi047.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-02-10T07:26:24.302 INFO:teuthology.orchestra.run.smithi047.stdout:10 Feb 07:26:24 ntpd[17082]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-02-10T07:26:24.302 INFO:teuthology.orchestra.run.smithi047.stdout:10 Feb 07:26:24 ntpd[17082]: restrict ::: KOD does nothing without LIMITED. 2024-02-10T07:26:24.303 INFO:teuthology.orchestra.run.smithi047.stderr:restrict ::: KOD does nothing without LIMITED. 2024-02-10T07:26:24.303 INFO:teuthology.orchestra.run.smithi047.stdout:10 Feb 07:26:24 ntpd[17082]: Listen and drop on 0 v6wildcard [::]:123 2024-02-10T07:26:24.303 INFO:teuthology.orchestra.run.smithi047.stdout:10 Feb 07:26:24 ntpd[17082]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-02-10T07:26:24.304 INFO:teuthology.orchestra.run.smithi047.stdout:10 Feb 07:26:24 ntpd[17082]: Listen normally on 2 lo 127.0.0.1:123 2024-02-10T07:26:24.304 INFO:teuthology.orchestra.run.smithi047.stdout:10 Feb 07:26:24 ntpd[17082]: Listen normally on 3 ens1f0 172.21.15.47:123 2024-02-10T07:26:24.304 INFO:teuthology.orchestra.run.smithi047.stdout:10 Feb 07:26:24 ntpd[17082]: Listen normally on 4 lo [::1]:123 2024-02-10T07:26:24.304 INFO:teuthology.orchestra.run.smithi047.stdout:10 Feb 07:26:24 ntpd[17082]: Listen normally on 5 ens1f0 [fe80::ec4:7aff:febd:148e%4]:123 2024-02-10T07:26:24.304 INFO:teuthology.orchestra.run.smithi047.stdout:10 Feb 07:26:24 ntpd[17082]: Listening on routing socket on fd #22 for interface updates 2024-02-10T07:26:25.276 INFO:teuthology.orchestra.run.smithi046.stderr:10 Feb 07:26:25 ntpd[17025]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T07:26:25.276 INFO:teuthology.orchestra.run.smithi046.stderr:10 Feb 07:26:25 ntpd[17025]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T07:26:25.276 INFO:teuthology.orchestra.run.smithi046.stderr:10 Feb 07:26:25 ntpd[17025]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T07:26:25.276 INFO:teuthology.orchestra.run.smithi046.stderr:10 Feb 07:26:25 ntpd[17025]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T07:26:25.276 INFO:teuthology.orchestra.run.smithi046.stderr:10 Feb 07:26:25 ntpd[17025]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-10T07:26:25.276 INFO:teuthology.orchestra.run.smithi046.stderr:10 Feb 07:26:25 ntpd[17025]: can't open /var/log/ntpstats/peerstats.20240210: Permission denied 2024-02-10T07:26:26.274 INFO:teuthology.orchestra.run.smithi029.stderr:10 Feb 07:26:26 ntpd[17048]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T07:26:26.274 INFO:teuthology.orchestra.run.smithi029.stderr:10 Feb 07:26:26 ntpd[17048]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T07:26:26.274 INFO:teuthology.orchestra.run.smithi029.stderr:10 Feb 07:26:26 ntpd[17048]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T07:26:26.274 INFO:teuthology.orchestra.run.smithi029.stderr:10 Feb 07:26:26 ntpd[17048]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T07:26:26.274 INFO:teuthology.orchestra.run.smithi029.stderr:10 Feb 07:26:26 ntpd[17048]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T07:26:26.274 INFO:teuthology.orchestra.run.smithi029.stderr:10 Feb 07:26:26 ntpd[17048]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T07:26:26.274 INFO:teuthology.orchestra.run.smithi029.stderr:10 Feb 07:26:26 ntpd[17048]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-10T07:26:26.275 INFO:teuthology.orchestra.run.smithi029.stderr:10 Feb 07:26:26 ntpd[17048]: can't open /var/log/ntpstats/peerstats.20240210: Permission denied 2024-02-10T07:26:26.275 INFO:teuthology.orchestra.run.smithi029.stderr:10 Feb 07:26:26 ntpd[17048]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T07:26:26.275 INFO:teuthology.orchestra.run.smithi029.stderr:10 Feb 07:26:26 ntpd[17048]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T07:26:26.275 INFO:teuthology.orchestra.run.smithi029.stderr:10 Feb 07:26:26 ntpd[17048]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-10T07:26:26.275 INFO:teuthology.orchestra.run.smithi029.stderr:10 Feb 07:26:26 ntpd[17048]: can't open /var/log/ntpstats/peerstats.20240210: Permission denied 2024-02-10T07:26:26.302 INFO:teuthology.orchestra.run.smithi047.stderr:10 Feb 07:26:26 ntpd[17082]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T07:26:26.302 INFO:teuthology.orchestra.run.smithi047.stderr:10 Feb 07:26:26 ntpd[17082]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T07:26:26.302 INFO:teuthology.orchestra.run.smithi047.stderr:10 Feb 07:26:26 ntpd[17082]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T07:26:26.302 INFO:teuthology.orchestra.run.smithi047.stderr:10 Feb 07:26:26 ntpd[17082]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T07:26:26.302 INFO:teuthology.orchestra.run.smithi047.stderr:10 Feb 07:26:26 ntpd[17082]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T07:26:26.302 INFO:teuthology.orchestra.run.smithi047.stderr:10 Feb 07:26:26 ntpd[17082]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T07:26:26.302 INFO:teuthology.orchestra.run.smithi047.stderr:10 Feb 07:26:26 ntpd[17082]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-10T07:26:26.302 INFO:teuthology.orchestra.run.smithi047.stderr:10 Feb 07:26:26 ntpd[17082]: can't open /var/log/ntpstats/peerstats.20240210: Permission denied 2024-02-10T07:26:26.303 INFO:teuthology.orchestra.run.smithi047.stderr:10 Feb 07:26:26 ntpd[17082]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T07:26:26.303 INFO:teuthology.orchestra.run.smithi047.stderr:10 Feb 07:26:26 ntpd[17082]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T07:26:26.303 INFO:teuthology.orchestra.run.smithi047.stderr:10 Feb 07:26:26 ntpd[17082]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-10T07:26:26.303 INFO:teuthology.orchestra.run.smithi047.stderr:10 Feb 07:26:26 ntpd[17082]: can't open /var/log/ntpstats/peerstats.20240210: Permission denied 2024-02-10T07:26:27.273 INFO:teuthology.orchestra.run.smithi029.stderr:10 Feb 07:26:27 ntpd[17048]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T07:26:27.273 INFO:teuthology.orchestra.run.smithi029.stderr:10 Feb 07:26:27 ntpd[17048]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T07:26:27.273 INFO:teuthology.orchestra.run.smithi029.stderr:10 Feb 07:26:27 ntpd[17048]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T07:26:27.274 INFO:teuthology.orchestra.run.smithi029.stderr:10 Feb 07:26:27 ntpd[17048]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T07:26:27.274 INFO:teuthology.orchestra.run.smithi029.stderr:10 Feb 07:26:27 ntpd[17048]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-10T07:26:27.274 INFO:teuthology.orchestra.run.smithi029.stderr:10 Feb 07:26:27 ntpd[17048]: can't open /var/log/ntpstats/peerstats.20240210: Permission denied 2024-02-10T07:26:27.276 INFO:teuthology.orchestra.run.smithi046.stderr:10 Feb 07:26:27 ntpd[17025]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T07:26:27.276 INFO:teuthology.orchestra.run.smithi046.stderr:10 Feb 07:26:27 ntpd[17025]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T07:26:27.276 INFO:teuthology.orchestra.run.smithi046.stderr:10 Feb 07:26:27 ntpd[17025]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T07:26:27.276 INFO:teuthology.orchestra.run.smithi046.stderr:10 Feb 07:26:27 ntpd[17025]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T07:26:27.276 INFO:teuthology.orchestra.run.smithi046.stderr:10 Feb 07:26:27 ntpd[17025]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T07:26:27.277 INFO:teuthology.orchestra.run.smithi046.stderr:10 Feb 07:26:27 ntpd[17025]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T07:26:27.277 INFO:teuthology.orchestra.run.smithi046.stderr:10 Feb 07:26:27 ntpd[17025]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-10T07:26:27.277 INFO:teuthology.orchestra.run.smithi046.stderr:10 Feb 07:26:27 ntpd[17025]: can't open /var/log/ntpstats/peerstats.20240210: Permission denied 2024-02-10T07:26:27.277 INFO:teuthology.orchestra.run.smithi046.stderr:10 Feb 07:26:27 ntpd[17025]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T07:26:27.277 INFO:teuthology.orchestra.run.smithi046.stderr:10 Feb 07:26:27 ntpd[17025]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T07:26:27.277 INFO:teuthology.orchestra.run.smithi046.stderr:10 Feb 07:26:27 ntpd[17025]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-10T07:26:27.277 INFO:teuthology.orchestra.run.smithi046.stderr:10 Feb 07:26:27 ntpd[17025]: can't open /var/log/ntpstats/peerstats.20240210: Permission denied 2024-02-10T07:26:27.301 INFO:teuthology.orchestra.run.smithi047.stderr:10 Feb 07:26:27 ntpd[17082]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T07:26:27.301 INFO:teuthology.orchestra.run.smithi047.stderr:10 Feb 07:26:27 ntpd[17082]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T07:26:27.301 INFO:teuthology.orchestra.run.smithi047.stderr:10 Feb 07:26:27 ntpd[17082]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T07:26:27.301 INFO:teuthology.orchestra.run.smithi047.stderr:10 Feb 07:26:27 ntpd[17082]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T07:26:27.302 INFO:teuthology.orchestra.run.smithi047.stderr:10 Feb 07:26:27 ntpd[17082]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-10T07:26:27.302 INFO:teuthology.orchestra.run.smithi047.stderr:10 Feb 07:26:27 ntpd[17082]: can't open /var/log/ntpstats/peerstats.20240210: Permission denied 2024-02-10T07:26:28.274 INFO:teuthology.orchestra.run.smithi029.stderr:10 Feb 07:26:28 ntpd[17048]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T07:26:28.274 INFO:teuthology.orchestra.run.smithi029.stderr:10 Feb 07:26:28 ntpd[17048]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T07:26:28.274 INFO:teuthology.orchestra.run.smithi029.stderr:10 Feb 07:26:28 ntpd[17048]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T07:26:28.274 INFO:teuthology.orchestra.run.smithi029.stderr:10 Feb 07:26:28 ntpd[17048]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T07:26:28.274 INFO:teuthology.orchestra.run.smithi029.stderr:10 Feb 07:26:28 ntpd[17048]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T07:26:28.274 INFO:teuthology.orchestra.run.smithi029.stderr:10 Feb 07:26:28 ntpd[17048]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T07:26:28.274 INFO:teuthology.orchestra.run.smithi029.stderr:10 Feb 07:26:28 ntpd[17048]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-10T07:26:28.274 INFO:teuthology.orchestra.run.smithi029.stderr:10 Feb 07:26:28 ntpd[17048]: can't open /var/log/ntpstats/peerstats.20240210: Permission denied 2024-02-10T07:26:28.274 INFO:teuthology.orchestra.run.smithi029.stderr:10 Feb 07:26:28 ntpd[17048]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T07:26:28.274 INFO:teuthology.orchestra.run.smithi029.stderr:10 Feb 07:26:28 ntpd[17048]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T07:26:28.274 INFO:teuthology.orchestra.run.smithi029.stderr:10 Feb 07:26:28 ntpd[17048]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-10T07:26:28.275 INFO:teuthology.orchestra.run.smithi029.stderr:10 Feb 07:26:28 ntpd[17048]: can't open /var/log/ntpstats/peerstats.20240210: Permission denied 2024-02-10T07:26:28.276 INFO:teuthology.orchestra.run.smithi046.stderr:10 Feb 07:26:28 ntpd[17025]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T07:26:28.276 INFO:teuthology.orchestra.run.smithi046.stderr:10 Feb 07:26:28 ntpd[17025]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T07:26:28.276 INFO:teuthology.orchestra.run.smithi046.stderr:10 Feb 07:26:28 ntpd[17025]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T07:26:28.276 INFO:teuthology.orchestra.run.smithi046.stderr:10 Feb 07:26:28 ntpd[17025]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T07:26:28.276 INFO:teuthology.orchestra.run.smithi046.stderr:10 Feb 07:26:28 ntpd[17025]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T07:26:28.276 INFO:teuthology.orchestra.run.smithi046.stderr:10 Feb 07:26:28 ntpd[17025]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T07:26:28.276 INFO:teuthology.orchestra.run.smithi046.stderr:10 Feb 07:26:28 ntpd[17025]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-10T07:26:28.276 INFO:teuthology.orchestra.run.smithi046.stderr:10 Feb 07:26:28 ntpd[17025]: can't open /var/log/ntpstats/peerstats.20240210: Permission denied 2024-02-10T07:26:28.302 INFO:teuthology.orchestra.run.smithi047.stderr:10 Feb 07:26:28 ntpd[17082]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T07:26:28.302 INFO:teuthology.orchestra.run.smithi047.stderr:10 Feb 07:26:28 ntpd[17082]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T07:26:28.302 INFO:teuthology.orchestra.run.smithi047.stderr:10 Feb 07:26:28 ntpd[17082]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T07:26:28.302 INFO:teuthology.orchestra.run.smithi047.stderr:10 Feb 07:26:28 ntpd[17082]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T07:26:28.302 INFO:teuthology.orchestra.run.smithi047.stderr:10 Feb 07:26:28 ntpd[17082]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T07:26:28.302 INFO:teuthology.orchestra.run.smithi047.stderr:10 Feb 07:26:28 ntpd[17082]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T07:26:28.302 INFO:teuthology.orchestra.run.smithi047.stderr:10 Feb 07:26:28 ntpd[17082]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T07:26:28.302 INFO:teuthology.orchestra.run.smithi047.stderr:10 Feb 07:26:28 ntpd[17082]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T07:26:28.302 INFO:teuthology.orchestra.run.smithi047.stderr:10 Feb 07:26:28 ntpd[17082]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-10T07:26:28.302 INFO:teuthology.orchestra.run.smithi047.stderr:10 Feb 07:26:28 ntpd[17082]: can't open /var/log/ntpstats/peerstats.20240210: Permission denied 2024-02-10T07:26:28.302 INFO:teuthology.orchestra.run.smithi047.stderr:10 Feb 07:26:28 ntpd[17082]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T07:26:28.303 INFO:teuthology.orchestra.run.smithi047.stderr:10 Feb 07:26:28 ntpd[17082]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T07:26:28.303 INFO:teuthology.orchestra.run.smithi047.stderr:10 Feb 07:26:28 ntpd[17082]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-10T07:26:28.303 INFO:teuthology.orchestra.run.smithi047.stderr:10 Feb 07:26:28 ntpd[17082]: can't open /var/log/ntpstats/peerstats.20240210: Permission denied 2024-02-10T07:26:29.273 INFO:teuthology.orchestra.run.smithi029.stderr:10 Feb 07:26:29 ntpd[17048]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T07:26:29.274 INFO:teuthology.orchestra.run.smithi029.stderr:10 Feb 07:26:29 ntpd[17048]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T07:26:29.274 INFO:teuthology.orchestra.run.smithi029.stderr:10 Feb 07:26:29 ntpd[17048]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T07:26:29.274 INFO:teuthology.orchestra.run.smithi029.stderr:10 Feb 07:26:29 ntpd[17048]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T07:26:29.274 INFO:teuthology.orchestra.run.smithi029.stderr:10 Feb 07:26:29 ntpd[17048]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T07:26:29.274 INFO:teuthology.orchestra.run.smithi029.stderr:10 Feb 07:26:29 ntpd[17048]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T07:26:29.274 INFO:teuthology.orchestra.run.smithi029.stderr:10 Feb 07:26:29 ntpd[17048]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-10T07:26:29.274 INFO:teuthology.orchestra.run.smithi029.stderr:10 Feb 07:26:29 ntpd[17048]: can't open /var/log/ntpstats/peerstats.20240210: Permission denied 2024-02-10T07:26:29.276 INFO:teuthology.orchestra.run.smithi046.stderr:10 Feb 07:26:29 ntpd[17025]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T07:26:29.276 INFO:teuthology.orchestra.run.smithi046.stderr:10 Feb 07:26:29 ntpd[17025]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T07:26:29.276 INFO:teuthology.orchestra.run.smithi046.stderr:10 Feb 07:26:29 ntpd[17025]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T07:26:29.276 INFO:teuthology.orchestra.run.smithi046.stderr:10 Feb 07:26:29 ntpd[17025]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T07:26:29.276 INFO:teuthology.orchestra.run.smithi046.stderr:10 Feb 07:26:29 ntpd[17025]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T07:26:29.276 INFO:teuthology.orchestra.run.smithi046.stderr:10 Feb 07:26:29 ntpd[17025]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T07:26:29.276 INFO:teuthology.orchestra.run.smithi046.stderr:10 Feb 07:26:29 ntpd[17025]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-10T07:26:29.277 INFO:teuthology.orchestra.run.smithi046.stderr:10 Feb 07:26:29 ntpd[17025]: can't open /var/log/ntpstats/peerstats.20240210: Permission denied 2024-02-10T07:26:29.277 INFO:teuthology.orchestra.run.smithi046.stderr:10 Feb 07:26:29 ntpd[17025]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T07:26:29.277 INFO:teuthology.orchestra.run.smithi046.stderr:10 Feb 07:26:29 ntpd[17025]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T07:26:29.277 INFO:teuthology.orchestra.run.smithi046.stderr:10 Feb 07:26:29 ntpd[17025]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-10T07:26:29.277 INFO:teuthology.orchestra.run.smithi046.stderr:10 Feb 07:26:29 ntpd[17025]: can't open /var/log/ntpstats/peerstats.20240210: Permission denied 2024-02-10T07:26:29.302 INFO:teuthology.orchestra.run.smithi047.stderr:10 Feb 07:26:29 ntpd[17082]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T07:26:29.302 INFO:teuthology.orchestra.run.smithi047.stderr:10 Feb 07:26:29 ntpd[17082]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T07:26:29.302 INFO:teuthology.orchestra.run.smithi047.stderr:10 Feb 07:26:29 ntpd[17082]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T07:26:29.302 INFO:teuthology.orchestra.run.smithi047.stderr:10 Feb 07:26:29 ntpd[17082]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T07:26:29.302 INFO:teuthology.orchestra.run.smithi047.stderr:10 Feb 07:26:29 ntpd[17082]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-10T07:26:29.302 INFO:teuthology.orchestra.run.smithi047.stderr:10 Feb 07:26:29 ntpd[17082]: can't open /var/log/ntpstats/peerstats.20240210: Permission denied 2024-02-10T07:26:30.274 INFO:teuthology.orchestra.run.smithi029.stderr:10 Feb 07:26:30 ntpd[17048]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T07:26:30.274 INFO:teuthology.orchestra.run.smithi029.stderr:10 Feb 07:26:30 ntpd[17048]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T07:26:30.274 INFO:teuthology.orchestra.run.smithi029.stderr:10 Feb 07:26:30 ntpd[17048]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T07:26:30.274 INFO:teuthology.orchestra.run.smithi029.stderr:10 Feb 07:26:30 ntpd[17048]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T07:26:30.275 INFO:teuthology.orchestra.run.smithi029.stderr:10 Feb 07:26:30 ntpd[17048]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T07:26:30.275 INFO:teuthology.orchestra.run.smithi029.stderr:10 Feb 07:26:30 ntpd[17048]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T07:26:30.275 INFO:teuthology.orchestra.run.smithi029.stderr:10 Feb 07:26:30 ntpd[17048]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-10T07:26:30.275 INFO:teuthology.orchestra.run.smithi029.stderr:10 Feb 07:26:30 ntpd[17048]: can't open /var/log/ntpstats/peerstats.20240210: Permission denied 2024-02-10T07:26:30.275 INFO:teuthology.orchestra.run.smithi029.stderr:10 Feb 07:26:30 ntpd[17048]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T07:26:30.275 INFO:teuthology.orchestra.run.smithi029.stderr:10 Feb 07:26:30 ntpd[17048]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T07:26:30.275 INFO:teuthology.orchestra.run.smithi029.stderr:10 Feb 07:26:30 ntpd[17048]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-10T07:26:30.275 INFO:teuthology.orchestra.run.smithi029.stderr:10 Feb 07:26:30 ntpd[17048]: can't open /var/log/ntpstats/peerstats.20240210: Permission denied 2024-02-10T07:26:30.276 INFO:teuthology.orchestra.run.smithi046.stderr:10 Feb 07:26:30 ntpd[17025]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T07:26:30.276 INFO:teuthology.orchestra.run.smithi046.stderr:10 Feb 07:26:30 ntpd[17025]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T07:26:30.276 INFO:teuthology.orchestra.run.smithi046.stderr:10 Feb 07:26:30 ntpd[17025]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T07:26:30.276 INFO:teuthology.orchestra.run.smithi046.stderr:10 Feb 07:26:30 ntpd[17025]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T07:26:30.276 INFO:teuthology.orchestra.run.smithi046.stderr:10 Feb 07:26:30 ntpd[17025]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-10T07:26:30.276 INFO:teuthology.orchestra.run.smithi046.stderr:10 Feb 07:26:30 ntpd[17025]: can't open /var/log/ntpstats/peerstats.20240210: Permission denied 2024-02-10T07:26:30.302 INFO:teuthology.orchestra.run.smithi047.stderr:10 Feb 07:26:30 ntpd[17082]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T07:26:30.302 INFO:teuthology.orchestra.run.smithi047.stderr:10 Feb 07:26:30 ntpd[17082]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T07:26:30.302 INFO:teuthology.orchestra.run.smithi047.stderr:10 Feb 07:26:30 ntpd[17082]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T07:26:30.302 INFO:teuthology.orchestra.run.smithi047.stderr:10 Feb 07:26:30 ntpd[17082]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T07:26:30.302 INFO:teuthology.orchestra.run.smithi047.stderr:10 Feb 07:26:30 ntpd[17082]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T07:26:30.302 INFO:teuthology.orchestra.run.smithi047.stderr:10 Feb 07:26:30 ntpd[17082]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T07:26:30.302 INFO:teuthology.orchestra.run.smithi047.stderr:10 Feb 07:26:30 ntpd[17082]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-10T07:26:30.302 INFO:teuthology.orchestra.run.smithi047.stderr:10 Feb 07:26:30 ntpd[17082]: can't open /var/log/ntpstats/peerstats.20240210: Permission denied 2024-02-10T07:26:30.302 INFO:teuthology.orchestra.run.smithi047.stderr:10 Feb 07:26:30 ntpd[17082]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T07:26:30.302 INFO:teuthology.orchestra.run.smithi047.stderr:10 Feb 07:26:30 ntpd[17082]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T07:26:30.302 INFO:teuthology.orchestra.run.smithi047.stderr:10 Feb 07:26:30 ntpd[17082]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-10T07:26:30.302 INFO:teuthology.orchestra.run.smithi047.stderr:10 Feb 07:26:30 ntpd[17082]: can't open /var/log/ntpstats/peerstats.20240210: Permission denied 2024-02-10T07:26:31.273 INFO:teuthology.orchestra.run.smithi029.stderr:10 Feb 07:26:31 ntpd[17048]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T07:26:31.273 INFO:teuthology.orchestra.run.smithi029.stderr:10 Feb 07:26:31 ntpd[17048]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T07:26:31.274 INFO:teuthology.orchestra.run.smithi029.stderr:10 Feb 07:26:31 ntpd[17048]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T07:26:31.274 INFO:teuthology.orchestra.run.smithi029.stderr:10 Feb 07:26:31 ntpd[17048]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T07:26:31.274 INFO:teuthology.orchestra.run.smithi029.stderr:10 Feb 07:26:31 ntpd[17048]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-10T07:26:31.274 INFO:teuthology.orchestra.run.smithi029.stderr:10 Feb 07:26:31 ntpd[17048]: can't open /var/log/ntpstats/peerstats.20240210: Permission denied 2024-02-10T07:26:31.276 INFO:teuthology.orchestra.run.smithi046.stderr:10 Feb 07:26:31 ntpd[17025]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T07:26:31.276 INFO:teuthology.orchestra.run.smithi046.stderr:10 Feb 07:26:31 ntpd[17025]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T07:26:31.276 INFO:teuthology.orchestra.run.smithi046.stderr:10 Feb 07:26:31 ntpd[17025]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T07:26:31.276 INFO:teuthology.orchestra.run.smithi046.stderr:10 Feb 07:26:31 ntpd[17025]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T07:26:31.276 INFO:teuthology.orchestra.run.smithi046.stderr:10 Feb 07:26:31 ntpd[17025]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T07:26:31.277 INFO:teuthology.orchestra.run.smithi046.stderr:10 Feb 07:26:31 ntpd[17025]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T07:26:31.277 INFO:teuthology.orchestra.run.smithi046.stderr:10 Feb 07:26:31 ntpd[17025]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-10T07:26:31.277 INFO:teuthology.orchestra.run.smithi046.stderr:10 Feb 07:26:31 ntpd[17025]: can't open /var/log/ntpstats/peerstats.20240210: Permission denied 2024-02-10T07:26:31.277 INFO:teuthology.orchestra.run.smithi046.stderr:10 Feb 07:26:31 ntpd[17025]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T07:26:31.277 INFO:teuthology.orchestra.run.smithi046.stderr:10 Feb 07:26:31 ntpd[17025]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T07:26:31.277 INFO:teuthology.orchestra.run.smithi046.stderr:10 Feb 07:26:31 ntpd[17025]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-10T07:26:31.277 INFO:teuthology.orchestra.run.smithi046.stderr:10 Feb 07:26:31 ntpd[17025]: can't open /var/log/ntpstats/peerstats.20240210: Permission denied 2024-02-10T07:26:31.277 INFO:teuthology.orchestra.run.smithi046.stdout:10 Feb 07:26:31 ntpd[17025]: ntpd: time slew -0.000593 s 2024-02-10T07:26:31.277 INFO:teuthology.orchestra.run.smithi046.stdout:ntpd: time slew -0.000593s 2024-02-10T07:26:31.278 INFO:teuthology.orchestra.run.smithi046.stderr:10 Feb 07:26:31 ntpd[17025]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-02-10T07:26:31.278 INFO:teuthology.orchestra.run.smithi046.stderr:10 Feb 07:26:31 ntpd[17025]: can't open /var/log/ntpstats/loopstats.20240210: Permission denied 2024-02-10T07:26:31.301 INFO:teuthology.orchestra.run.smithi047.stderr:10 Feb 07:26:31 ntpd[17082]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T07:26:31.301 INFO:teuthology.orchestra.run.smithi047.stderr:10 Feb 07:26:31 ntpd[17082]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T07:26:31.301 INFO:teuthology.orchestra.run.smithi047.stderr:10 Feb 07:26:31 ntpd[17082]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T07:26:31.301 INFO:teuthology.orchestra.run.smithi047.stderr:10 Feb 07:26:31 ntpd[17082]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T07:26:31.301 INFO:teuthology.orchestra.run.smithi047.stderr:10 Feb 07:26:31 ntpd[17082]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-10T07:26:31.301 INFO:teuthology.orchestra.run.smithi047.stderr:10 Feb 07:26:31 ntpd[17082]: can't open /var/log/ntpstats/peerstats.20240210: Permission denied 2024-02-10T07:26:31.328 INFO:teuthology.orchestra.run.smithi046.stdout: remote refid st t when poll reach delay offset jitter 2024-02-10T07:26:31.328 INFO:teuthology.orchestra.run.smithi046.stdout:============================================================================== 2024-02-10T07:26:31.328 INFO:teuthology.orchestra.run.smithi046.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-02-10T07:26:31.329 INFO:teuthology.orchestra.run.smithi046.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-02-10T07:26:31.329 INFO:teuthology.orchestra.run.smithi046.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-02-10T07:26:31.329 INFO:teuthology.orchestra.run.smithi046.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-02-10T07:26:32.274 INFO:teuthology.orchestra.run.smithi029.stderr:10 Feb 07:26:32 ntpd[17048]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T07:26:32.274 INFO:teuthology.orchestra.run.smithi029.stderr:10 Feb 07:26:32 ntpd[17048]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T07:26:32.274 INFO:teuthology.orchestra.run.smithi029.stderr:10 Feb 07:26:32 ntpd[17048]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T07:26:32.274 INFO:teuthology.orchestra.run.smithi029.stderr:10 Feb 07:26:32 ntpd[17048]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T07:26:32.274 INFO:teuthology.orchestra.run.smithi029.stderr:10 Feb 07:26:32 ntpd[17048]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T07:26:32.274 INFO:teuthology.orchestra.run.smithi029.stderr:10 Feb 07:26:32 ntpd[17048]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T07:26:32.274 INFO:teuthology.orchestra.run.smithi029.stderr:10 Feb 07:26:32 ntpd[17048]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-10T07:26:32.274 INFO:teuthology.orchestra.run.smithi029.stderr:10 Feb 07:26:32 ntpd[17048]: can't open /var/log/ntpstats/peerstats.20240210: Permission denied 2024-02-10T07:26:32.275 INFO:teuthology.orchestra.run.smithi029.stdout:10 Feb 07:26:32 ntpd[17048]: ntpd: time slew -0.000157 s 2024-02-10T07:26:32.275 INFO:teuthology.orchestra.run.smithi029.stdout:ntpd: time slew -0.000157s 2024-02-10T07:26:32.275 INFO:teuthology.orchestra.run.smithi029.stderr:10 Feb 07:26:32 ntpd[17048]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-02-10T07:26:32.275 INFO:teuthology.orchestra.run.smithi029.stderr:10 Feb 07:26:32 ntpd[17048]: can't open /var/log/ntpstats/loopstats.20240210: Permission denied 2024-02-10T07:26:32.301 INFO:teuthology.orchestra.run.smithi047.stderr:10 Feb 07:26:32 ntpd[17082]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T07:26:32.301 INFO:teuthology.orchestra.run.smithi047.stderr:10 Feb 07:26:32 ntpd[17082]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T07:26:32.302 INFO:teuthology.orchestra.run.smithi047.stderr:10 Feb 07:26:32 ntpd[17082]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T07:26:32.302 INFO:teuthology.orchestra.run.smithi047.stderr:10 Feb 07:26:32 ntpd[17082]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T07:26:32.302 INFO:teuthology.orchestra.run.smithi047.stderr:10 Feb 07:26:32 ntpd[17082]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-10T07:26:32.302 INFO:teuthology.orchestra.run.smithi047.stderr:10 Feb 07:26:32 ntpd[17082]: can't open /var/log/ntpstats/rawstats.20240210: Permission denied 2024-02-10T07:26:32.302 INFO:teuthology.orchestra.run.smithi047.stderr:10 Feb 07:26:32 ntpd[17082]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-10T07:26:32.302 INFO:teuthology.orchestra.run.smithi047.stderr:10 Feb 07:26:32 ntpd[17082]: can't open /var/log/ntpstats/peerstats.20240210: Permission denied 2024-02-10T07:26:32.302 INFO:teuthology.orchestra.run.smithi047.stdout:10 Feb 07:26:32 ntpd[17082]: ntpd: time slew -0.000894 s 2024-02-10T07:26:32.302 INFO:teuthology.orchestra.run.smithi047.stdout:ntpd: time slew -0.000894s 2024-02-10T07:26:32.302 INFO:teuthology.orchestra.run.smithi047.stderr:10 Feb 07:26:32 ntpd[17082]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-02-10T07:26:32.303 INFO:teuthology.orchestra.run.smithi047.stderr:10 Feb 07:26:32 ntpd[17082]: can't open /var/log/ntpstats/loopstats.20240210: Permission denied 2024-02-10T07:26:32.329 INFO:teuthology.orchestra.run.smithi029.stdout: remote refid st t when poll reach delay offset jitter 2024-02-10T07:26:32.329 INFO:teuthology.orchestra.run.smithi029.stdout:============================================================================== 2024-02-10T07:26:32.329 INFO:teuthology.orchestra.run.smithi029.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-02-10T07:26:32.330 INFO:teuthology.orchestra.run.smithi029.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-02-10T07:26:32.330 INFO:teuthology.orchestra.run.smithi029.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-02-10T07:26:32.330 INFO:teuthology.orchestra.run.smithi029.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-02-10T07:26:32.352 INFO:teuthology.orchestra.run.smithi047.stdout: remote refid st t when poll reach delay offset jitter 2024-02-10T07:26:32.352 INFO:teuthology.orchestra.run.smithi047.stdout:============================================================================== 2024-02-10T07:26:32.352 INFO:teuthology.orchestra.run.smithi047.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-02-10T07:26:32.352 INFO:teuthology.orchestra.run.smithi047.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-02-10T07:26:32.352 INFO:teuthology.orchestra.run.smithi047.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-02-10T07:26:32.352 INFO:teuthology.orchestra.run.smithi047.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-02-10T07:26:32.353 INFO:teuthology.run_tasks:Running task install... 2024-02-10T07:26:32.362 DEBUG:teuthology.task.install:project ceph 2024-02-10T07:26:32.362 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '290212a1bfd33563ba76ee5b7f0b944fdb6c5d90'}} 2024-02-10T07:26:32.362 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '290212a1bfd33563ba76ee5b7f0b944fdb6c5d90'} 2024-02-10T07:26:32.362 INFO:teuthology.task.install:Using flavor: default 2024-02-10T07:26:32.368 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-02-10T07:26:32.368 INFO:teuthology.task.install:extra packages: [] 2024-02-10T07:26:32.369 DEBUG:teuthology.orchestra.run.smithi029:> sudo apt-key list | grep Ceph 2024-02-10T07:26:32.369 DEBUG:teuthology.orchestra.run.smithi046:> sudo apt-key list | grep Ceph 2024-02-10T07:26:32.370 DEBUG:teuthology.orchestra.run.smithi047:> sudo apt-key list | grep Ceph 2024-02-10T07:26:32.431 INFO:teuthology.orchestra.run.smithi029.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-02-10T07:26:32.432 INFO:teuthology.orchestra.run.smithi046.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-02-10T07:26:32.454 INFO:teuthology.orchestra.run.smithi047.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-02-10T07:26:32.460 INFO:teuthology.orchestra.run.smithi046.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-02-10T07:26:32.460 INFO:teuthology.orchestra.run.smithi046.stdout:uid [ unknown] Ceph.com (release key) 2024-02-10T07:26:32.460 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-02-10T07:26:32.461 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 2024-02-10T07:26:32.465 INFO:teuthology.orchestra.run.smithi029.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-02-10T07:26:32.465 INFO:teuthology.orchestra.run.smithi029.stdout:uid [ unknown] Ceph.com (release key) 2024-02-10T07:26:32.466 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-02-10T07:26:32.466 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 2024-02-10T07:26:32.482 INFO:teuthology.orchestra.run.smithi047.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-02-10T07:26:32.482 INFO:teuthology.orchestra.run.smithi047.stdout:uid [ unknown] Ceph.com (release key) 2024-02-10T07:26:32.483 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-02-10T07:26:32.483 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 2024-02-10T07:26:32.614 INFO:teuthology.task.install.deb:Pulling from https://2.chacra.ceph.com/r/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/ubuntu/jammy/flavors/default/ 2024-02-10T07:26:32.614 INFO:teuthology.task.install.deb:Package version is 19.0.0-1361-g290212a1-1jammy 2024-02-10T07:26:32.627 INFO:teuthology.task.install.deb:Pulling from https://2.chacra.ceph.com/r/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/ubuntu/jammy/flavors/default/ 2024-02-10T07:26:32.627 INFO:teuthology.task.install.deb:Package version is 19.0.0-1361-g290212a1-1jammy 2024-02-10T07:26:32.642 INFO:teuthology.task.install.deb:Pulling from https://2.chacra.ceph.com/r/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/ubuntu/jammy/flavors/default/ 2024-02-10T07:26:32.642 INFO:teuthology.task.install.deb:Package version is 19.0.0-1361-g290212a1-1jammy 2024-02-10T07:26:32.745 DEBUG:teuthology.orchestra.run.smithi046:> set -ex 2024-02-10T07:26:32.745 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-02-10T07:26:32.755 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2024-02-10T07:26:32.755 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-02-10T07:26:32.760 DEBUG:teuthology.orchestra.run.smithi046:> sudo apt-get update 2024-02-10T07:26:32.769 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2024-02-10T07:26:32.769 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-02-10T07:26:32.771 DEBUG:teuthology.orchestra.run.smithi029:> sudo apt-get update 2024-02-10T07:26:32.785 DEBUG:teuthology.orchestra.run.smithi047:> sudo apt-get update 2024-02-10T07:26:32.995 INFO:teuthology.orchestra.run.smithi046.stdout:Ign:1 https://2.chacra.ceph.com/r/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/ubuntu/jammy/flavors/default jammy InRelease 2024-02-10T07:26:33.020 INFO:teuthology.orchestra.run.smithi047.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-02-10T07:26:33.020 INFO:teuthology.orchestra.run.smithi047.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-02-10T07:26:33.020 INFO:teuthology.orchestra.run.smithi047.stdout:Ign:3 https://2.chacra.ceph.com/r/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/ubuntu/jammy/flavors/default jammy InRelease 2024-02-10T07:26:33.023 INFO:teuthology.orchestra.run.smithi046.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-02-10T07:26:33.023 INFO:teuthology.orchestra.run.smithi046.stdout:Get:3 https://2.chacra.ceph.com/r/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-02-10T07:26:33.024 INFO:teuthology.orchestra.run.smithi029.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-02-10T07:26:33.024 INFO:teuthology.orchestra.run.smithi029.stdout:Ign:2 https://2.chacra.ceph.com/r/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/ubuntu/jammy/flavors/default jammy InRelease 2024-02-10T07:26:33.033 INFO:teuthology.orchestra.run.smithi047.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-02-10T07:26:33.033 INFO:teuthology.orchestra.run.smithi029.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-02-10T07:26:33.033 INFO:teuthology.orchestra.run.smithi046.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-02-10T07:26:33.044 INFO:teuthology.orchestra.run.smithi047.stdout:Get:5 https://2.chacra.ceph.com/r/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-02-10T07:26:33.048 INFO:teuthology.orchestra.run.smithi046.stdout:Ign:5 https://2.chacra.ceph.com/r/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/ubuntu/jammy/flavors/default jammy Release.gpg 2024-02-10T07:26:33.050 INFO:teuthology.orchestra.run.smithi029.stdout:Get:4 https://2.chacra.ceph.com/r/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-02-10T07:26:33.053 INFO:teuthology.orchestra.run.smithi047.stdout:Hit:6 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-02-10T07:26:33.054 INFO:teuthology.orchestra.run.smithi029.stdout:Hit:5 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-02-10T07:26:33.057 INFO:teuthology.orchestra.run.smithi046.stdout:Hit:6 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-02-10T07:26:33.068 INFO:teuthology.orchestra.run.smithi047.stdout:Ign:7 https://2.chacra.ceph.com/r/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/ubuntu/jammy/flavors/default jammy Release.gpg 2024-02-10T07:26:33.071 INFO:teuthology.orchestra.run.smithi046.stdout:Get:7 https://2.chacra.ceph.com/r/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,409 B] 2024-02-10T07:26:33.077 INFO:teuthology.orchestra.run.smithi029.stdout:Ign:6 https://2.chacra.ceph.com/r/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/ubuntu/jammy/flavors/default jammy Release.gpg 2024-02-10T07:26:33.092 INFO:teuthology.orchestra.run.smithi047.stdout:Get:8 https://2.chacra.ceph.com/r/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,409 B] 2024-02-10T07:26:33.103 INFO:teuthology.orchestra.run.smithi046.stdout:Get:8 https://2.chacra.ceph.com/r/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/ubuntu/jammy/flavors/default jammy/main amd64 Packages [17.8 kB] 2024-02-10T07:26:33.103 INFO:teuthology.orchestra.run.smithi029.stdout:Get:7 https://2.chacra.ceph.com/r/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/ubuntu/jammy/flavors/default jammy/main amd64 Packages [17.8 kB] 2024-02-10T07:26:33.123 INFO:teuthology.orchestra.run.smithi047.stdout:Get:9 https://2.chacra.ceph.com/r/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/ubuntu/jammy/flavors/default jammy/main amd64 Packages [17.8 kB] 2024-02-10T07:26:33.134 INFO:teuthology.orchestra.run.smithi029.stdout:Hit:8 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-02-10T07:26:33.134 INFO:teuthology.orchestra.run.smithi046.stdout:Hit:9 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-02-10T07:26:33.136 INFO:teuthology.orchestra.run.smithi029.stdout:Get:9 https://2.chacra.ceph.com/r/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,409 B] 2024-02-10T07:26:33.396 INFO:teuthology.orchestra.run.smithi029.stdout:Fetched 28.8 kB in 0s (65.2 kB/s) 2024-02-10T07:26:33.416 INFO:teuthology.orchestra.run.smithi047.stdout:Fetched 28.8 kB in 0s (64.2 kB/s) 2024-02-10T07:26:33.431 INFO:teuthology.orchestra.run.smithi046.stdout:Fetched 28.8 kB in 0s (59.9 kB/s) 2024-02-10T07:26:34.341 INFO:teuthology.orchestra.run.smithi029.stdout:Reading package lists... 2024-02-10T07:26:34.348 INFO:teuthology.orchestra.run.smithi047.stdout:Reading package lists... 2024-02-10T07:26:34.357 DEBUG:teuthology.orchestra.run.smithi029:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-1361-g290212a1-1jammy cephadm=19.0.0-1361-g290212a1-1jammy ceph-mds=19.0.0-1361-g290212a1-1jammy ceph-mgr=19.0.0-1361-g290212a1-1jammy ceph-common=19.0.0-1361-g290212a1-1jammy ceph-fuse=19.0.0-1361-g290212a1-1jammy ceph-test=19.0.0-1361-g290212a1-1jammy ceph-volume=19.0.0-1361-g290212a1-1jammy radosgw=19.0.0-1361-g290212a1-1jammy python3-rados=19.0.0-1361-g290212a1-1jammy python3-rgw=19.0.0-1361-g290212a1-1jammy python3-cephfs=19.0.0-1361-g290212a1-1jammy python3-rbd=19.0.0-1361-g290212a1-1jammy libcephfs2=19.0.0-1361-g290212a1-1jammy libcephfs-dev=19.0.0-1361-g290212a1-1jammy librados2=19.0.0-1361-g290212a1-1jammy librbd1=19.0.0-1361-g290212a1-1jammy rbd-fuse=19.0.0-1361-g290212a1-1jammy 2024-02-10T07:26:34.365 DEBUG:teuthology.orchestra.run.smithi047:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-1361-g290212a1-1jammy cephadm=19.0.0-1361-g290212a1-1jammy ceph-mds=19.0.0-1361-g290212a1-1jammy ceph-mgr=19.0.0-1361-g290212a1-1jammy ceph-common=19.0.0-1361-g290212a1-1jammy ceph-fuse=19.0.0-1361-g290212a1-1jammy ceph-test=19.0.0-1361-g290212a1-1jammy ceph-volume=19.0.0-1361-g290212a1-1jammy radosgw=19.0.0-1361-g290212a1-1jammy python3-rados=19.0.0-1361-g290212a1-1jammy python3-rgw=19.0.0-1361-g290212a1-1jammy python3-cephfs=19.0.0-1361-g290212a1-1jammy python3-rbd=19.0.0-1361-g290212a1-1jammy libcephfs2=19.0.0-1361-g290212a1-1jammy libcephfs-dev=19.0.0-1361-g290212a1-1jammy librados2=19.0.0-1361-g290212a1-1jammy librbd1=19.0.0-1361-g290212a1-1jammy rbd-fuse=19.0.0-1361-g290212a1-1jammy 2024-02-10T07:26:34.365 INFO:teuthology.orchestra.run.smithi046.stdout:Reading package lists... 2024-02-10T07:26:34.380 DEBUG:teuthology.orchestra.run.smithi046:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-1361-g290212a1-1jammy cephadm=19.0.0-1361-g290212a1-1jammy ceph-mds=19.0.0-1361-g290212a1-1jammy ceph-mgr=19.0.0-1361-g290212a1-1jammy ceph-common=19.0.0-1361-g290212a1-1jammy ceph-fuse=19.0.0-1361-g290212a1-1jammy ceph-test=19.0.0-1361-g290212a1-1jammy ceph-volume=19.0.0-1361-g290212a1-1jammy radosgw=19.0.0-1361-g290212a1-1jammy python3-rados=19.0.0-1361-g290212a1-1jammy python3-rgw=19.0.0-1361-g290212a1-1jammy python3-cephfs=19.0.0-1361-g290212a1-1jammy python3-rbd=19.0.0-1361-g290212a1-1jammy libcephfs2=19.0.0-1361-g290212a1-1jammy libcephfs-dev=19.0.0-1361-g290212a1-1jammy librados2=19.0.0-1361-g290212a1-1jammy librbd1=19.0.0-1361-g290212a1-1jammy rbd-fuse=19.0.0-1361-g290212a1-1jammy 2024-02-10T07:26:34.417 INFO:teuthology.orchestra.run.smithi047.stdout:Reading package lists... 2024-02-10T07:26:34.419 INFO:teuthology.orchestra.run.smithi029.stdout:Reading package lists... 2024-02-10T07:26:34.444 INFO:teuthology.orchestra.run.smithi046.stdout:Reading package lists... 2024-02-10T07:26:34.597 INFO:teuthology.orchestra.run.smithi047.stdout:Building dependency tree... 2024-02-10T07:26:34.598 INFO:teuthology.orchestra.run.smithi047.stdout:Reading state information... 2024-02-10T07:26:34.615 INFO:teuthology.orchestra.run.smithi029.stdout:Building dependency tree... 2024-02-10T07:26:34.615 INFO:teuthology.orchestra.run.smithi029.stdout:Reading state information... 2024-02-10T07:26:34.639 INFO:teuthology.orchestra.run.smithi046.stdout:Building dependency tree... 2024-02-10T07:26:34.640 INFO:teuthology.orchestra.run.smithi046.stdout:Reading state information... 2024-02-10T07:26:34.764 INFO:teuthology.orchestra.run.smithi047.stdout:The following packages were automatically installed and are no longer required: 2024-02-10T07:26:34.764 INFO:teuthology.orchestra.run.smithi047.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-02-10T07:26:34.764 INFO:teuthology.orchestra.run.smithi047.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-02-10T07:26:34.764 INFO:teuthology.orchestra.run.smithi047.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-02-10T07:26:34.764 INFO:teuthology.orchestra.run.smithi047.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-02-10T07:26:34.765 INFO:teuthology.orchestra.run.smithi047.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-02-10T07:26:34.765 INFO:teuthology.orchestra.run.smithi047.stdout:Use 'sudo apt autoremove' to remove them. 2024-02-10T07:26:34.766 INFO:teuthology.orchestra.run.smithi047.stdout:The following additional packages will be installed: 2024-02-10T07:26:34.766 INFO:teuthology.orchestra.run.smithi047.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-02-10T07:26:34.766 INFO:teuthology.orchestra.run.smithi047.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-02-10T07:26:34.766 INFO:teuthology.orchestra.run.smithi047.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-02-10T07:26:34.766 INFO:teuthology.orchestra.run.smithi047.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-02-10T07:26:34.767 INFO:teuthology.orchestra.run.smithi047.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-02-10T07:26:34.767 INFO:teuthology.orchestra.run.smithi047.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-02-10T07:26:34.767 INFO:teuthology.orchestra.run.smithi047.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-02-10T07:26:34.767 INFO:teuthology.orchestra.run.smithi047.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-02-10T07:26:34.767 INFO:teuthology.orchestra.run.smithi047.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-02-10T07:26:34.767 INFO:teuthology.orchestra.run.smithi047.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-02-10T07:26:34.767 INFO:teuthology.orchestra.run.smithi047.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-02-10T07:26:34.767 INFO:teuthology.orchestra.run.smithi047.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-02-10T07:26:34.767 INFO:teuthology.orchestra.run.smithi047.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-02-10T07:26:34.767 INFO:teuthology.orchestra.run.smithi047.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-02-10T07:26:34.767 INFO:teuthology.orchestra.run.smithi047.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-02-10T07:26:34.767 INFO:teuthology.orchestra.run.smithi047.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-02-10T07:26:34.767 INFO:teuthology.orchestra.run.smithi047.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-02-10T07:26:34.767 INFO:teuthology.orchestra.run.smithi047.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-02-10T07:26:34.768 INFO:teuthology.orchestra.run.smithi047.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-02-10T07:26:34.768 INFO:teuthology.orchestra.run.smithi047.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-02-10T07:26:34.768 INFO:teuthology.orchestra.run.smithi047.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-02-10T07:26:34.768 INFO:teuthology.orchestra.run.smithi047.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-02-10T07:26:34.768 INFO:teuthology.orchestra.run.smithi047.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-02-10T07:26:34.768 INFO:teuthology.orchestra.run.smithi047.stdout: xmlstarlet zip 2024-02-10T07:26:34.768 INFO:teuthology.orchestra.run.smithi047.stdout:Suggested packages: 2024-02-10T07:26:34.768 INFO:teuthology.orchestra.run.smithi047.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-02-10T07:26:34.768 INFO:teuthology.orchestra.run.smithi047.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-02-10T07:26:34.769 INFO:teuthology.orchestra.run.smithi047.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-02-10T07:26:34.769 INFO:teuthology.orchestra.run.smithi047.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-02-10T07:26:34.769 INFO:teuthology.orchestra.run.smithi047.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-02-10T07:26:34.769 INFO:teuthology.orchestra.run.smithi047.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-02-10T07:26:34.769 INFO:teuthology.orchestra.run.smithi047.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-02-10T07:26:34.769 INFO:teuthology.orchestra.run.smithi047.stdout:Recommended packages: 2024-02-10T07:26:34.769 INFO:teuthology.orchestra.run.smithi047.stdout: btrfs-tools 2024-02-10T07:26:34.797 INFO:teuthology.orchestra.run.smithi029.stdout:The following packages were automatically installed and are no longer required: 2024-02-10T07:26:34.797 INFO:teuthology.orchestra.run.smithi029.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-02-10T07:26:34.797 INFO:teuthology.orchestra.run.smithi029.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-02-10T07:26:34.797 INFO:teuthology.orchestra.run.smithi029.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-02-10T07:26:34.798 INFO:teuthology.orchestra.run.smithi029.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-02-10T07:26:34.798 INFO:teuthology.orchestra.run.smithi029.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-02-10T07:26:34.798 INFO:teuthology.orchestra.run.smithi029.stdout:Use 'sudo apt autoremove' to remove them. 2024-02-10T07:26:34.798 INFO:teuthology.orchestra.run.smithi029.stdout:The following additional packages will be installed: 2024-02-10T07:26:34.799 INFO:teuthology.orchestra.run.smithi029.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-02-10T07:26:34.799 INFO:teuthology.orchestra.run.smithi029.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-02-10T07:26:34.800 INFO:teuthology.orchestra.run.smithi029.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-02-10T07:26:34.800 INFO:teuthology.orchestra.run.smithi029.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-02-10T07:26:34.800 INFO:teuthology.orchestra.run.smithi029.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-02-10T07:26:34.800 INFO:teuthology.orchestra.run.smithi029.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-02-10T07:26:34.800 INFO:teuthology.orchestra.run.smithi029.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-02-10T07:26:34.800 INFO:teuthology.orchestra.run.smithi029.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-02-10T07:26:34.800 INFO:teuthology.orchestra.run.smithi029.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-02-10T07:26:34.800 INFO:teuthology.orchestra.run.smithi029.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-02-10T07:26:34.800 INFO:teuthology.orchestra.run.smithi029.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-02-10T07:26:34.800 INFO:teuthology.orchestra.run.smithi029.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-02-10T07:26:34.801 INFO:teuthology.orchestra.run.smithi029.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-02-10T07:26:34.801 INFO:teuthology.orchestra.run.smithi029.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-02-10T07:26:34.801 INFO:teuthology.orchestra.run.smithi029.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-02-10T07:26:34.801 INFO:teuthology.orchestra.run.smithi029.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-02-10T07:26:34.801 INFO:teuthology.orchestra.run.smithi029.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-02-10T07:26:34.801 INFO:teuthology.orchestra.run.smithi029.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-02-10T07:26:34.801 INFO:teuthology.orchestra.run.smithi029.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-02-10T07:26:34.801 INFO:teuthology.orchestra.run.smithi029.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-02-10T07:26:34.801 INFO:teuthology.orchestra.run.smithi029.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-02-10T07:26:34.801 INFO:teuthology.orchestra.run.smithi029.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-02-10T07:26:34.801 INFO:teuthology.orchestra.run.smithi029.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-02-10T07:26:34.801 INFO:teuthology.orchestra.run.smithi029.stdout: xmlstarlet zip 2024-02-10T07:26:34.802 INFO:teuthology.orchestra.run.smithi029.stdout:Suggested packages: 2024-02-10T07:26:34.802 INFO:teuthology.orchestra.run.smithi029.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-02-10T07:26:34.802 INFO:teuthology.orchestra.run.smithi029.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-02-10T07:26:34.802 INFO:teuthology.orchestra.run.smithi029.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-02-10T07:26:34.802 INFO:teuthology.orchestra.run.smithi029.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-02-10T07:26:34.802 INFO:teuthology.orchestra.run.smithi029.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-02-10T07:26:34.802 INFO:teuthology.orchestra.run.smithi029.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-02-10T07:26:34.802 INFO:teuthology.orchestra.run.smithi029.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-02-10T07:26:34.802 INFO:teuthology.orchestra.run.smithi029.stdout:Recommended packages: 2024-02-10T07:26:34.802 INFO:teuthology.orchestra.run.smithi029.stdout: btrfs-tools 2024-02-10T07:26:34.821 INFO:teuthology.orchestra.run.smithi046.stdout:The following packages were automatically installed and are no longer required: 2024-02-10T07:26:34.821 INFO:teuthology.orchestra.run.smithi046.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-02-10T07:26:34.821 INFO:teuthology.orchestra.run.smithi046.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-02-10T07:26:34.821 INFO:teuthology.orchestra.run.smithi046.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-02-10T07:26:34.822 INFO:teuthology.orchestra.run.smithi046.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-02-10T07:26:34.822 INFO:teuthology.orchestra.run.smithi046.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-02-10T07:26:34.822 INFO:teuthology.orchestra.run.smithi046.stdout:Use 'sudo apt autoremove' to remove them. 2024-02-10T07:26:34.823 INFO:teuthology.orchestra.run.smithi046.stdout:The following additional packages will be installed: 2024-02-10T07:26:34.823 INFO:teuthology.orchestra.run.smithi046.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-02-10T07:26:34.823 INFO:teuthology.orchestra.run.smithi046.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-02-10T07:26:34.824 INFO:teuthology.orchestra.run.smithi046.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-02-10T07:26:34.824 INFO:teuthology.orchestra.run.smithi046.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-02-10T07:26:34.824 INFO:teuthology.orchestra.run.smithi046.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-02-10T07:26:34.824 INFO:teuthology.orchestra.run.smithi046.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-02-10T07:26:34.824 INFO:teuthology.orchestra.run.smithi046.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-02-10T07:26:34.824 INFO:teuthology.orchestra.run.smithi046.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-02-10T07:26:34.825 INFO:teuthology.orchestra.run.smithi046.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-02-10T07:26:34.825 INFO:teuthology.orchestra.run.smithi046.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-02-10T07:26:34.825 INFO:teuthology.orchestra.run.smithi046.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-02-10T07:26:34.825 INFO:teuthology.orchestra.run.smithi046.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-02-10T07:26:34.825 INFO:teuthology.orchestra.run.smithi046.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-02-10T07:26:34.825 INFO:teuthology.orchestra.run.smithi046.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-02-10T07:26:34.825 INFO:teuthology.orchestra.run.smithi046.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-02-10T07:26:34.825 INFO:teuthology.orchestra.run.smithi046.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-02-10T07:26:34.825 INFO:teuthology.orchestra.run.smithi046.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-02-10T07:26:34.825 INFO:teuthology.orchestra.run.smithi046.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-02-10T07:26:34.825 INFO:teuthology.orchestra.run.smithi046.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-02-10T07:26:34.825 INFO:teuthology.orchestra.run.smithi046.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-02-10T07:26:34.825 INFO:teuthology.orchestra.run.smithi046.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-02-10T07:26:34.825 INFO:teuthology.orchestra.run.smithi046.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-02-10T07:26:34.825 INFO:teuthology.orchestra.run.smithi046.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-02-10T07:26:34.825 INFO:teuthology.orchestra.run.smithi046.stdout: xmlstarlet zip 2024-02-10T07:26:34.826 INFO:teuthology.orchestra.run.smithi046.stdout:Suggested packages: 2024-02-10T07:26:34.826 INFO:teuthology.orchestra.run.smithi046.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-02-10T07:26:34.826 INFO:teuthology.orchestra.run.smithi046.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-02-10T07:26:34.826 INFO:teuthology.orchestra.run.smithi046.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-02-10T07:26:34.826 INFO:teuthology.orchestra.run.smithi046.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-02-10T07:26:34.826 INFO:teuthology.orchestra.run.smithi046.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-02-10T07:26:34.826 INFO:teuthology.orchestra.run.smithi046.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-02-10T07:26:34.826 INFO:teuthology.orchestra.run.smithi046.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-02-10T07:26:34.826 INFO:teuthology.orchestra.run.smithi046.stdout:Recommended packages: 2024-02-10T07:26:34.826 INFO:teuthology.orchestra.run.smithi046.stdout: btrfs-tools 2024-02-10T07:26:34.871 INFO:teuthology.orchestra.run.smithi047.stdout:The following NEW packages will be installed: 2024-02-10T07:26:34.871 INFO:teuthology.orchestra.run.smithi047.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-02-10T07:26:34.871 INFO:teuthology.orchestra.run.smithi047.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-02-10T07:26:34.871 INFO:teuthology.orchestra.run.smithi047.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-02-10T07:26:34.871 INFO:teuthology.orchestra.run.smithi047.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-02-10T07:26:34.872 INFO:teuthology.orchestra.run.smithi047.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-02-10T07:26:34.872 INFO:teuthology.orchestra.run.smithi047.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-02-10T07:26:34.873 INFO:teuthology.orchestra.run.smithi047.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-02-10T07:26:34.873 INFO:teuthology.orchestra.run.smithi047.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-02-10T07:26:34.873 INFO:teuthology.orchestra.run.smithi047.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-02-10T07:26:34.873 INFO:teuthology.orchestra.run.smithi047.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-02-10T07:26:34.873 INFO:teuthology.orchestra.run.smithi047.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-02-10T07:26:34.873 INFO:teuthology.orchestra.run.smithi047.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-02-10T07:26:34.873 INFO:teuthology.orchestra.run.smithi047.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-02-10T07:26:34.873 INFO:teuthology.orchestra.run.smithi047.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-02-10T07:26:34.873 INFO:teuthology.orchestra.run.smithi047.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-02-10T07:26:34.874 INFO:teuthology.orchestra.run.smithi047.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-02-10T07:26:34.874 INFO:teuthology.orchestra.run.smithi047.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-02-10T07:26:34.874 INFO:teuthology.orchestra.run.smithi047.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-02-10T07:26:34.874 INFO:teuthology.orchestra.run.smithi047.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-02-10T07:26:34.874 INFO:teuthology.orchestra.run.smithi047.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-02-10T07:26:34.874 INFO:teuthology.orchestra.run.smithi047.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-02-10T07:26:34.874 INFO:teuthology.orchestra.run.smithi047.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-02-10T07:26:34.874 INFO:teuthology.orchestra.run.smithi047.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-02-10T07:26:34.874 INFO:teuthology.orchestra.run.smithi047.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-02-10T07:26:34.874 INFO:teuthology.orchestra.run.smithi047.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-02-10T07:26:34.874 INFO:teuthology.orchestra.run.smithi047.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-02-10T07:26:34.908 INFO:teuthology.orchestra.run.smithi029.stdout:The following NEW packages will be installed: 2024-02-10T07:26:34.908 INFO:teuthology.orchestra.run.smithi029.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-02-10T07:26:34.908 INFO:teuthology.orchestra.run.smithi029.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-02-10T07:26:34.908 INFO:teuthology.orchestra.run.smithi029.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-02-10T07:26:34.910 INFO:teuthology.orchestra.run.smithi029.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-02-10T07:26:34.910 INFO:teuthology.orchestra.run.smithi029.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-02-10T07:26:34.910 INFO:teuthology.orchestra.run.smithi029.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-02-10T07:26:34.910 INFO:teuthology.orchestra.run.smithi029.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-02-10T07:26:34.910 INFO:teuthology.orchestra.run.smithi029.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-02-10T07:26:34.910 INFO:teuthology.orchestra.run.smithi029.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-02-10T07:26:34.910 INFO:teuthology.orchestra.run.smithi029.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-02-10T07:26:34.910 INFO:teuthology.orchestra.run.smithi029.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-02-10T07:26:34.910 INFO:teuthology.orchestra.run.smithi029.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-02-10T07:26:34.911 INFO:teuthology.orchestra.run.smithi029.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-02-10T07:26:34.911 INFO:teuthology.orchestra.run.smithi029.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-02-10T07:26:34.911 INFO:teuthology.orchestra.run.smithi029.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-02-10T07:26:34.911 INFO:teuthology.orchestra.run.smithi029.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-02-10T07:26:34.911 INFO:teuthology.orchestra.run.smithi029.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-02-10T07:26:34.911 INFO:teuthology.orchestra.run.smithi029.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-02-10T07:26:34.911 INFO:teuthology.orchestra.run.smithi029.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-02-10T07:26:34.911 INFO:teuthology.orchestra.run.smithi029.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-02-10T07:26:34.911 INFO:teuthology.orchestra.run.smithi029.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-02-10T07:26:34.911 INFO:teuthology.orchestra.run.smithi029.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-02-10T07:26:34.911 INFO:teuthology.orchestra.run.smithi029.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-02-10T07:26:34.911 INFO:teuthology.orchestra.run.smithi029.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-02-10T07:26:34.911 INFO:teuthology.orchestra.run.smithi029.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-02-10T07:26:34.911 INFO:teuthology.orchestra.run.smithi029.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-02-10T07:26:34.933 INFO:teuthology.orchestra.run.smithi046.stdout:The following NEW packages will be installed: 2024-02-10T07:26:34.933 INFO:teuthology.orchestra.run.smithi046.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-02-10T07:26:34.933 INFO:teuthology.orchestra.run.smithi046.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-02-10T07:26:34.933 INFO:teuthology.orchestra.run.smithi046.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-02-10T07:26:34.935 INFO:teuthology.orchestra.run.smithi046.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-02-10T07:26:34.935 INFO:teuthology.orchestra.run.smithi046.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-02-10T07:26:34.935 INFO:teuthology.orchestra.run.smithi046.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-02-10T07:26:34.935 INFO:teuthology.orchestra.run.smithi046.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-02-10T07:26:34.935 INFO:teuthology.orchestra.run.smithi046.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-02-10T07:26:34.935 INFO:teuthology.orchestra.run.smithi046.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-02-10T07:26:34.935 INFO:teuthology.orchestra.run.smithi046.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-02-10T07:26:34.935 INFO:teuthology.orchestra.run.smithi046.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-02-10T07:26:34.935 INFO:teuthology.orchestra.run.smithi046.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-02-10T07:26:34.935 INFO:teuthology.orchestra.run.smithi046.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-02-10T07:26:34.935 INFO:teuthology.orchestra.run.smithi046.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-02-10T07:26:34.935 INFO:teuthology.orchestra.run.smithi046.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-02-10T07:26:34.935 INFO:teuthology.orchestra.run.smithi046.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-02-10T07:26:34.936 INFO:teuthology.orchestra.run.smithi046.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-02-10T07:26:34.936 INFO:teuthology.orchestra.run.smithi046.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-02-10T07:26:34.936 INFO:teuthology.orchestra.run.smithi046.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-02-10T07:26:34.936 INFO:teuthology.orchestra.run.smithi046.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-02-10T07:26:34.936 INFO:teuthology.orchestra.run.smithi046.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-02-10T07:26:34.936 INFO:teuthology.orchestra.run.smithi046.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-02-10T07:26:34.936 INFO:teuthology.orchestra.run.smithi046.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-02-10T07:26:34.936 INFO:teuthology.orchestra.run.smithi046.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-02-10T07:26:34.936 INFO:teuthology.orchestra.run.smithi046.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-02-10T07:26:34.936 INFO:teuthology.orchestra.run.smithi046.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-02-10T07:26:34.975 INFO:teuthology.orchestra.run.smithi029.stdout:0 upgraded, 118 newly installed, 0 to remove and 269 not upgraded. 2024-02-10T07:26:34.975 INFO:teuthology.orchestra.run.smithi029.stdout:Need to get 176 MB of archives. 2024-02-10T07:26:34.975 INFO:teuthology.orchestra.run.smithi029.stdout:After this operation, 729 MB of additional disk space will be used. 2024-02-10T07:26:34.975 INFO:teuthology.orchestra.run.smithi029.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-02-10T07:26:35.000 INFO:teuthology.orchestra.run.smithi046.stdout:0 upgraded, 118 newly installed, 0 to remove and 269 not upgraded. 2024-02-10T07:26:35.000 INFO:teuthology.orchestra.run.smithi046.stdout:Need to get 176 MB of archives. 2024-02-10T07:26:35.000 INFO:teuthology.orchestra.run.smithi046.stdout:After this operation, 729 MB of additional disk space will be used. 2024-02-10T07:26:35.000 INFO:teuthology.orchestra.run.smithi046.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-02-10T07:26:35.027 INFO:teuthology.orchestra.run.smithi047.stdout:0 upgraded, 118 newly installed, 0 to remove and 269 not upgraded. 2024-02-10T07:26:35.028 INFO:teuthology.orchestra.run.smithi047.stdout:Need to get 176 MB of archives. 2024-02-10T07:26:35.028 INFO:teuthology.orchestra.run.smithi047.stdout:After this operation, 729 MB of additional disk space will be used. 2024-02-10T07:26:35.028 INFO:teuthology.orchestra.run.smithi047.stdout:Get:1 https://2.chacra.ceph.com/r/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-1361-g290212a1-1jammy [3,535 kB] 2024-02-10T07:26:35.059 INFO:teuthology.orchestra.run.smithi047.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-02-10T07:26:35.075 INFO:teuthology.orchestra.run.smithi029.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-02-10T07:26:35.078 INFO:teuthology.orchestra.run.smithi029.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-02-10T07:26:35.079 INFO:teuthology.orchestra.run.smithi029.stdout:Get:4 https://2.chacra.ceph.com/r/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-1361-g290212a1-1jammy [3,535 kB] 2024-02-10T07:26:35.099 INFO:teuthology.orchestra.run.smithi029.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-02-10T07:26:35.103 INFO:teuthology.orchestra.run.smithi046.stdout:Get:2 https://2.chacra.ceph.com/r/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-1361-g290212a1-1jammy [3,535 kB] 2024-02-10T07:26:35.105 INFO:teuthology.orchestra.run.smithi046.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-02-10T07:26:35.108 INFO:teuthology.orchestra.run.smithi046.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-02-10T07:26:35.129 INFO:teuthology.orchestra.run.smithi046.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-02-10T07:26:35.172 INFO:teuthology.orchestra.run.smithi029.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-02-10T07:26:35.176 INFO:teuthology.orchestra.run.smithi029.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-02-10T07:26:35.191 INFO:teuthology.orchestra.run.smithi029.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-02-10T07:26:35.196 INFO:teuthology.orchestra.run.smithi029.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-02-10T07:26:35.197 INFO:teuthology.orchestra.run.smithi029.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-02-10T07:26:35.198 INFO:teuthology.orchestra.run.smithi029.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-02-10T07:26:35.208 INFO:teuthology.orchestra.run.smithi029.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-02-10T07:26:35.211 INFO:teuthology.orchestra.run.smithi029.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-02-10T07:26:35.214 INFO:teuthology.orchestra.run.smithi029.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-02-10T07:26:35.219 INFO:teuthology.orchestra.run.smithi029.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-02-10T07:26:35.226 INFO:teuthology.orchestra.run.smithi046.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-02-10T07:26:35.233 INFO:teuthology.orchestra.run.smithi046.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-02-10T07:26:35.249 INFO:teuthology.orchestra.run.smithi046.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-02-10T07:26:35.253 INFO:teuthology.orchestra.run.smithi029.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-02-10T07:26:35.255 INFO:teuthology.orchestra.run.smithi046.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-02-10T07:26:35.256 INFO:teuthology.orchestra.run.smithi046.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-02-10T07:26:35.256 INFO:teuthology.orchestra.run.smithi029.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.1 [174 kB] 2024-02-10T07:26:35.257 INFO:teuthology.orchestra.run.smithi046.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-02-10T07:26:35.260 INFO:teuthology.orchestra.run.smithi029.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-02-10T07:26:35.262 INFO:teuthology.orchestra.run.smithi029.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-02-10T07:26:35.263 INFO:teuthology.orchestra.run.smithi029.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-02-10T07:26:35.264 INFO:teuthology.orchestra.run.smithi029.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-02-10T07:26:35.266 INFO:teuthology.orchestra.run.smithi029.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-02-10T07:26:35.266 INFO:teuthology.orchestra.run.smithi029.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-02-10T07:26:35.267 INFO:teuthology.orchestra.run.smithi029.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-02-10T07:26:35.273 INFO:teuthology.orchestra.run.smithi046.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-02-10T07:26:35.277 INFO:teuthology.orchestra.run.smithi046.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-02-10T07:26:35.280 INFO:teuthology.orchestra.run.smithi046.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-02-10T07:26:35.282 INFO:teuthology.orchestra.run.smithi046.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-02-10T07:26:35.294 INFO:teuthology.orchestra.run.smithi029.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-02-10T07:26:35.295 INFO:teuthology.orchestra.run.smithi029.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-02-10T07:26:35.295 INFO:teuthology.orchestra.run.smithi029.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-02-10T07:26:35.297 INFO:teuthology.orchestra.run.smithi046.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-02-10T07:26:35.301 INFO:teuthology.orchestra.run.smithi046.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.1 [174 kB] 2024-02-10T07:26:35.304 INFO:teuthology.orchestra.run.smithi046.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-02-10T07:26:35.307 INFO:teuthology.orchestra.run.smithi046.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-02-10T07:26:35.308 INFO:teuthology.orchestra.run.smithi046.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-02-10T07:26:35.318 INFO:teuthology.orchestra.run.smithi029.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-02-10T07:26:35.323 INFO:teuthology.orchestra.run.smithi029.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-02-10T07:26:35.324 INFO:teuthology.orchestra.run.smithi029.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-02-10T07:26:35.325 INFO:teuthology.orchestra.run.smithi046.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-02-10T07:26:35.325 INFO:teuthology.orchestra.run.smithi029.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-02-10T07:26:35.326 INFO:teuthology.orchestra.run.smithi029.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-02-10T07:26:35.326 INFO:teuthology.orchestra.run.smithi046.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-02-10T07:26:35.327 INFO:teuthology.orchestra.run.smithi046.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-02-10T07:26:35.327 INFO:teuthology.orchestra.run.smithi046.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-02-10T07:26:35.328 INFO:teuthology.orchestra.run.smithi046.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-02-10T07:26:35.328 INFO:teuthology.orchestra.run.smithi029.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-02-10T07:26:35.329 INFO:teuthology.orchestra.run.smithi029.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-02-10T07:26:35.343 INFO:teuthology.orchestra.run.smithi029.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-02-10T07:26:35.345 INFO:teuthology.orchestra.run.smithi029.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-02-10T07:26:35.346 INFO:teuthology.orchestra.run.smithi029.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-02-10T07:26:35.348 INFO:teuthology.orchestra.run.smithi046.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-02-10T07:26:35.348 INFO:teuthology.orchestra.run.smithi046.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-02-10T07:26:35.349 INFO:teuthology.orchestra.run.smithi046.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-02-10T07:26:35.354 INFO:teuthology.orchestra.run.smithi046.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-02-10T07:26:35.354 INFO:teuthology.orchestra.run.smithi046.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-02-10T07:26:35.368 INFO:teuthology.orchestra.run.smithi029.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-02-10T07:26:35.378 INFO:teuthology.orchestra.run.smithi029.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-02-10T07:26:35.379 INFO:teuthology.orchestra.run.smithi029.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-02-10T07:26:35.379 INFO:teuthology.orchestra.run.smithi046.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-02-10T07:26:35.380 INFO:teuthology.orchestra.run.smithi046.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-02-10T07:26:35.380 INFO:teuthology.orchestra.run.smithi029.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-02-10T07:26:35.381 INFO:teuthology.orchestra.run.smithi046.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-02-10T07:26:35.381 INFO:teuthology.orchestra.run.smithi029.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-02-10T07:26:35.382 INFO:teuthology.orchestra.run.smithi046.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-02-10T07:26:35.382 INFO:teuthology.orchestra.run.smithi046.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-02-10T07:26:35.384 INFO:teuthology.orchestra.run.smithi029.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-02-10T07:26:35.387 INFO:teuthology.orchestra.run.smithi029.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-02-10T07:26:35.393 INFO:teuthology.orchestra.run.smithi029.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-02-10T07:26:35.396 INFO:teuthology.orchestra.run.smithi029.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-02-10T07:26:35.397 INFO:teuthology.orchestra.run.smithi029.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.1 [181 kB] 2024-02-10T07:26:35.404 INFO:teuthology.orchestra.run.smithi046.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-02-10T07:26:35.405 INFO:teuthology.orchestra.run.smithi046.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-02-10T07:26:35.406 INFO:teuthology.orchestra.run.smithi046.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-02-10T07:26:35.414 INFO:teuthology.orchestra.run.smithi046.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-02-10T07:26:35.415 INFO:teuthology.orchestra.run.smithi046.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-02-10T07:26:35.416 INFO:teuthology.orchestra.run.smithi029.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-02-10T07:26:35.418 INFO:teuthology.orchestra.run.smithi029.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-02-10T07:26:35.419 INFO:teuthology.orchestra.run.smithi029.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-02-10T07:26:35.424 INFO:teuthology.orchestra.run.smithi029.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-02-10T07:26:35.441 INFO:teuthology.orchestra.run.smithi046.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-02-10T07:26:35.442 INFO:teuthology.orchestra.run.smithi046.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-02-10T07:26:35.444 INFO:teuthology.orchestra.run.smithi046.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-02-10T07:26:35.447 INFO:teuthology.orchestra.run.smithi046.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-02-10T07:26:35.449 INFO:teuthology.orchestra.run.smithi046.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-02-10T07:26:35.487 INFO:teuthology.orchestra.run.smithi047.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-02-10T07:26:35.488 INFO:teuthology.orchestra.run.smithi046.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-02-10T07:26:35.489 INFO:teuthology.orchestra.run.smithi046.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.1 [181 kB] 2024-02-10T07:26:35.493 INFO:teuthology.orchestra.run.smithi046.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-02-10T07:26:35.494 INFO:teuthology.orchestra.run.smithi046.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-02-10T07:26:35.495 INFO:teuthology.orchestra.run.smithi046.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-02-10T07:26:35.500 INFO:teuthology.orchestra.run.smithi047.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-02-10T07:26:35.515 INFO:teuthology.orchestra.run.smithi029.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-02-10T07:26:35.517 INFO:teuthology.orchestra.run.smithi029.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-02-10T07:26:35.520 INFO:teuthology.orchestra.run.smithi029.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-02-10T07:26:35.520 INFO:teuthology.orchestra.run.smithi029.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-02-10T07:26:35.523 INFO:teuthology.orchestra.run.smithi029.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-02-10T07:26:35.542 INFO:teuthology.orchestra.run.smithi046.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-02-10T07:26:35.560 INFO:teuthology.orchestra.run.smithi029.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-02-10T07:26:35.564 INFO:teuthology.orchestra.run.smithi029.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-02-10T07:26:35.565 INFO:teuthology.orchestra.run.smithi029.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-02-10T07:26:35.583 INFO:teuthology.orchestra.run.smithi047.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-02-10T07:26:35.669 INFO:teuthology.orchestra.run.smithi029.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-02-10T07:26:35.669 INFO:teuthology.orchestra.run.smithi029.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-02-10T07:26:35.671 INFO:teuthology.orchestra.run.smithi029.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-02-10T07:26:35.672 INFO:teuthology.orchestra.run.smithi029.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-02-10T07:26:35.673 INFO:teuthology.orchestra.run.smithi029.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-02-10T07:26:35.674 INFO:teuthology.orchestra.run.smithi029.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-02-10T07:26:35.675 INFO:teuthology.orchestra.run.smithi029.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-02-10T07:26:35.676 INFO:teuthology.orchestra.run.smithi029.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-02-10T07:26:35.682 INFO:teuthology.orchestra.run.smithi029.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-02-10T07:26:35.698 INFO:teuthology.orchestra.run.smithi046.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-02-10T07:26:35.699 INFO:teuthology.orchestra.run.smithi046.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-02-10T07:26:35.701 INFO:teuthology.orchestra.run.smithi046.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-02-10T07:26:35.702 INFO:teuthology.orchestra.run.smithi046.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-02-10T07:26:35.703 INFO:teuthology.orchestra.run.smithi046.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-02-10T07:26:35.713 INFO:teuthology.orchestra.run.smithi029.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-02-10T07:26:35.729 INFO:teuthology.orchestra.run.smithi046.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-02-10T07:26:35.733 INFO:teuthology.orchestra.run.smithi046.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-02-10T07:26:35.733 INFO:teuthology.orchestra.run.smithi046.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-02-10T07:26:35.735 INFO:teuthology.orchestra.run.smithi029.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-02-10T07:26:35.736 INFO:teuthology.orchestra.run.smithi029.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-02-10T07:26:35.741 INFO:teuthology.orchestra.run.smithi029.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-02-10T07:26:35.746 INFO:teuthology.orchestra.run.smithi029.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-02-10T07:26:35.747 INFO:teuthology.orchestra.run.smithi029.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-02-10T07:26:35.748 INFO:teuthology.orchestra.run.smithi029.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-02-10T07:26:35.756 INFO:teuthology.orchestra.run.smithi029.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-02-10T07:26:35.757 INFO:teuthology.orchestra.run.smithi029.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-02-10T07:26:35.772 INFO:teuthology.orchestra.run.smithi029.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-02-10T07:26:35.796 INFO:teuthology.orchestra.run.smithi046.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-02-10T07:26:35.796 INFO:teuthology.orchestra.run.smithi046.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-02-10T07:26:35.796 INFO:teuthology.orchestra.run.smithi029.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-02-10T07:26:35.798 INFO:teuthology.orchestra.run.smithi029.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-02-10T07:26:35.798 INFO:teuthology.orchestra.run.smithi029.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-02-10T07:26:35.802 INFO:teuthology.orchestra.run.smithi046.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-02-10T07:26:35.803 INFO:teuthology.orchestra.run.smithi029.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-02-10T07:26:35.804 INFO:teuthology.orchestra.run.smithi029.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-02-10T07:26:35.805 INFO:teuthology.orchestra.run.smithi046.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-02-10T07:26:35.805 INFO:teuthology.orchestra.run.smithi046.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-02-10T07:26:35.808 INFO:teuthology.orchestra.run.smithi046.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-02-10T07:26:35.808 INFO:teuthology.orchestra.run.smithi046.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-02-10T07:26:35.811 INFO:teuthology.orchestra.run.smithi046.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-02-10T07:26:35.812 INFO:teuthology.orchestra.run.smithi047.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-02-10T07:26:35.821 INFO:teuthology.orchestra.run.smithi046.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-02-10T07:26:35.821 INFO:teuthology.orchestra.run.smithi029.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-02-10T07:26:35.822 INFO:teuthology.orchestra.run.smithi029.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-02-10T07:26:35.823 INFO:teuthology.orchestra.run.smithi029.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-02-10T07:26:35.824 INFO:teuthology.orchestra.run.smithi047.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-02-10T07:26:35.824 INFO:teuthology.orchestra.run.smithi047.stdout:Get:8 https://2.chacra.ceph.com/r/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-1361-g290212a1-1jammy [3,211 kB] 2024-02-10T07:26:35.827 INFO:teuthology.orchestra.run.smithi029.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-02-10T07:26:35.837 INFO:teuthology.orchestra.run.smithi046.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-02-10T07:26:35.840 INFO:teuthology.orchestra.run.smithi046.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-02-10T07:26:35.841 INFO:teuthology.orchestra.run.smithi046.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-02-10T07:26:35.849 INFO:teuthology.orchestra.run.smithi029.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-02-10T07:26:35.853 INFO:teuthology.orchestra.run.smithi047.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-02-10T07:26:35.863 INFO:teuthology.orchestra.run.smithi047.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-02-10T07:26:35.864 INFO:teuthology.orchestra.run.smithi047.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-02-10T07:26:35.865 INFO:teuthology.orchestra.run.smithi047.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-02-10T07:26:35.880 INFO:teuthology.orchestra.run.smithi046.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-02-10T07:26:35.883 INFO:teuthology.orchestra.run.smithi047.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-02-10T07:26:35.886 INFO:teuthology.orchestra.run.smithi046.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-02-10T07:26:35.888 INFO:teuthology.orchestra.run.smithi046.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-02-10T07:26:35.889 INFO:teuthology.orchestra.run.smithi046.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-02-10T07:26:35.900 INFO:teuthology.orchestra.run.smithi046.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-02-10T07:26:35.901 INFO:teuthology.orchestra.run.smithi046.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-02-10T07:26:35.908 INFO:teuthology.orchestra.run.smithi046.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-02-10T07:26:35.909 INFO:teuthology.orchestra.run.smithi046.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-02-10T07:26:35.910 INFO:teuthology.orchestra.run.smithi046.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-02-10T07:26:35.911 INFO:teuthology.orchestra.run.smithi046.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-02-10T07:26:35.921 INFO:teuthology.orchestra.run.smithi046.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-02-10T07:26:35.923 INFO:teuthology.orchestra.run.smithi046.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-02-10T07:26:35.939 INFO:teuthology.orchestra.run.smithi046.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-02-10T07:26:35.941 INFO:teuthology.orchestra.run.smithi046.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-02-10T07:26:35.942 INFO:teuthology.orchestra.run.smithi046.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-02-10T07:26:35.946 INFO:teuthology.orchestra.run.smithi046.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-02-10T07:26:35.947 INFO:teuthology.orchestra.run.smithi046.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-02-10T07:26:35.953 INFO:teuthology.orchestra.run.smithi046.stdout:Get:89 https://2.chacra.ceph.com/r/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-1361-g290212a1-1jammy [3,211 kB] 2024-02-10T07:26:35.964 INFO:teuthology.orchestra.run.smithi029.stdout:Get:89 https://2.chacra.ceph.com/r/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-1361-g290212a1-1jammy [3,211 kB] 2024-02-10T07:26:36.056 INFO:teuthology.orchestra.run.smithi047.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-02-10T07:26:36.168 INFO:teuthology.orchestra.run.smithi046.stdout:Get:90 https://2.chacra.ceph.com/r/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-1361-g290212a1-1jammy [710 kB] 2024-02-10T07:26:36.216 INFO:teuthology.orchestra.run.smithi046.stdout:Get:91 https://2.chacra.ceph.com/r/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-1361-g290212a1-1jammy [357 kB] 2024-02-10T07:26:36.219 INFO:teuthology.orchestra.run.smithi047.stdout:Get:15 https://2.chacra.ceph.com/r/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-1361-g290212a1-1jammy [710 kB] 2024-02-10T07:26:36.241 INFO:teuthology.orchestra.run.smithi046.stdout:Get:92 https://2.chacra.ceph.com/r/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-1361-g290212a1-1jammy [32.8 kB] 2024-02-10T07:26:36.242 INFO:teuthology.orchestra.run.smithi046.stdout:Get:93 https://2.chacra.ceph.com/r/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-1361-g290212a1-1jammy [180 kB] 2024-02-10T07:26:36.249 INFO:teuthology.orchestra.run.smithi046.stdout:Get:94 https://2.chacra.ceph.com/r/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-1361-g290212a1-1jammy [64.7 kB] 2024-02-10T07:26:36.252 INFO:teuthology.orchestra.run.smithi046.stdout:Get:95 https://2.chacra.ceph.com/r/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-1361-g290212a1-1jammy [330 kB] 2024-02-10T07:26:36.275 INFO:teuthology.orchestra.run.smithi046.stdout:Get:96 https://2.chacra.ceph.com/r/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-1361-g290212a1-1jammy [6,555 kB] 2024-02-10T07:26:36.359 INFO:teuthology.orchestra.run.smithi047.stdout:Get:16 https://2.chacra.ceph.com/r/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-1361-g290212a1-1jammy [357 kB] 2024-02-10T07:26:36.381 INFO:teuthology.orchestra.run.smithi047.stdout:Get:17 https://2.chacra.ceph.com/r/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-1361-g290212a1-1jammy [32.8 kB] 2024-02-10T07:26:36.382 INFO:teuthology.orchestra.run.smithi047.stdout:Get:18 https://2.chacra.ceph.com/r/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-1361-g290212a1-1jammy [180 kB] 2024-02-10T07:26:36.429 INFO:teuthology.orchestra.run.smithi047.stdout:Get:19 https://2.chacra.ceph.com/r/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-1361-g290212a1-1jammy [64.7 kB] 2024-02-10T07:26:36.443 INFO:teuthology.orchestra.run.smithi047.stdout:Get:20 https://2.chacra.ceph.com/r/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-1361-g290212a1-1jammy [330 kB] 2024-02-10T07:26:36.454 INFO:teuthology.orchestra.run.smithi029.stdout:Get:90 https://2.chacra.ceph.com/r/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-1361-g290212a1-1jammy [710 kB] 2024-02-10T07:26:36.469 INFO:teuthology.orchestra.run.smithi047.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-02-10T07:26:36.483 INFO:teuthology.orchestra.run.smithi047.stdout:Get:22 https://2.chacra.ceph.com/r/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-1361-g290212a1-1jammy [6,555 kB] 2024-02-10T07:26:36.503 INFO:teuthology.orchestra.run.smithi047.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-02-10T07:26:36.505 INFO:teuthology.orchestra.run.smithi047.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-02-10T07:26:36.574 INFO:teuthology.orchestra.run.smithi029.stdout:Get:91 https://2.chacra.ceph.com/r/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-1361-g290212a1-1jammy [357 kB] 2024-02-10T07:26:36.586 INFO:teuthology.orchestra.run.smithi047.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.1 [174 kB] 2024-02-10T07:26:36.624 INFO:teuthology.orchestra.run.smithi046.stdout:Get:97 https://2.chacra.ceph.com/r/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-1361-g290212a1-1jammy [112 kB] 2024-02-10T07:26:36.627 INFO:teuthology.orchestra.run.smithi046.stdout:Get:98 https://2.chacra.ceph.com/r/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-1361-g290212a1-1jammy [465 kB] 2024-02-10T07:26:36.637 INFO:teuthology.orchestra.run.smithi047.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-02-10T07:26:36.645 INFO:teuthology.orchestra.run.smithi046.stdout:Get:99 https://2.chacra.ceph.com/r/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-1361-g290212a1-1jammy [24.1 MB] 2024-02-10T07:26:36.657 INFO:teuthology.orchestra.run.smithi029.stdout:Get:92 https://2.chacra.ceph.com/r/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-1361-g290212a1-1jammy [32.8 kB] 2024-02-10T07:26:36.658 INFO:teuthology.orchestra.run.smithi029.stdout:Get:93 https://2.chacra.ceph.com/r/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-1361-g290212a1-1jammy [180 kB] 2024-02-10T07:26:36.659 INFO:teuthology.orchestra.run.smithi047.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-02-10T07:26:36.665 INFO:teuthology.orchestra.run.smithi047.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-02-10T07:26:36.666 INFO:teuthology.orchestra.run.smithi047.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-02-10T07:26:36.678 INFO:teuthology.orchestra.run.smithi047.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-02-10T07:26:36.679 INFO:teuthology.orchestra.run.smithi047.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-02-10T07:26:36.701 INFO:teuthology.orchestra.run.smithi029.stdout:Get:94 https://2.chacra.ceph.com/r/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-1361-g290212a1-1jammy [64.7 kB] 2024-02-10T07:26:36.703 INFO:teuthology.orchestra.run.smithi029.stdout:Get:95 https://2.chacra.ceph.com/r/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-1361-g290212a1-1jammy [330 kB] 2024-02-10T07:26:36.794 INFO:teuthology.orchestra.run.smithi029.stdout:Get:96 https://2.chacra.ceph.com/r/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-1361-g290212a1-1jammy [6,555 kB] 2024-02-10T07:26:36.845 INFO:teuthology.orchestra.run.smithi047.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-02-10T07:26:36.928 INFO:teuthology.orchestra.run.smithi047.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-02-10T07:26:36.956 INFO:teuthology.orchestra.run.smithi047.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-02-10T07:26:36.974 INFO:teuthology.orchestra.run.smithi047.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-02-10T07:26:37.018 INFO:teuthology.orchestra.run.smithi047.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-02-10T07:26:37.234 INFO:teuthology.orchestra.run.smithi047.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-02-10T07:26:37.249 INFO:teuthology.orchestra.run.smithi047.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-02-10T07:26:37.256 INFO:teuthology.orchestra.run.smithi047.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-02-10T07:26:37.261 INFO:teuthology.orchestra.run.smithi047.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-02-10T07:26:37.283 INFO:teuthology.orchestra.run.smithi047.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-02-10T07:26:37.286 INFO:teuthology.orchestra.run.smithi047.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-02-10T07:26:37.452 INFO:teuthology.orchestra.run.smithi047.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-02-10T07:26:37.769 INFO:teuthology.orchestra.run.smithi047.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-02-10T07:26:37.796 INFO:teuthology.orchestra.run.smithi046.stdout:Get:100 https://2.chacra.ceph.com/r/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-1361-g290212a1-1jammy [5,073 kB] 2024-02-10T07:26:37.807 INFO:teuthology.orchestra.run.smithi047.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-02-10T07:26:37.818 INFO:teuthology.orchestra.run.smithi047.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-02-10T07:26:38.007 INFO:teuthology.orchestra.run.smithi046.stdout:Get:101 https://2.chacra.ceph.com/r/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-1361-g290212a1-1jammy [243 kB] 2024-02-10T07:26:38.013 INFO:teuthology.orchestra.run.smithi046.stdout:Get:102 https://2.chacra.ceph.com/r/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-1361-g290212a1-1jammy [124 kB] 2024-02-10T07:26:38.016 INFO:teuthology.orchestra.run.smithi046.stdout:Get:103 https://2.chacra.ceph.com/r/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-1361-g290212a1-1jammy [1,518 kB] 2024-02-10T07:26:38.022 INFO:teuthology.orchestra.run.smithi047.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-02-10T07:26:38.023 INFO:teuthology.orchestra.run.smithi047.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-02-10T07:26:38.029 INFO:teuthology.orchestra.run.smithi047.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-02-10T07:26:38.035 INFO:teuthology.orchestra.run.smithi047.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-02-10T07:26:38.046 INFO:teuthology.orchestra.run.smithi046.stdout:Get:104 https://2.chacra.ceph.com/r/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-1361-g290212a1-1jammy [6,240 kB] 2024-02-10T07:26:38.050 INFO:teuthology.orchestra.run.smithi047.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-02-10T07:26:38.071 INFO:teuthology.orchestra.run.smithi047.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-02-10T07:26:38.077 INFO:teuthology.orchestra.run.smithi047.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-02-10T07:26:38.082 INFO:teuthology.orchestra.run.smithi047.stdout:Get:54 https://2.chacra.ceph.com/r/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-1361-g290212a1-1jammy [112 kB] 2024-02-10T07:26:38.139 INFO:teuthology.orchestra.run.smithi047.stdout:Get:55 https://2.chacra.ceph.com/r/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-1361-g290212a1-1jammy [465 kB] 2024-02-10T07:26:38.252 INFO:teuthology.orchestra.run.smithi047.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-02-10T07:26:38.254 INFO:teuthology.orchestra.run.smithi046.stdout:Get:105 https://2.chacra.ceph.com/r/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-1361-g290212a1-1jammy [22.7 MB] 2024-02-10T07:26:38.302 INFO:teuthology.orchestra.run.smithi047.stdout:Get:57 https://2.chacra.ceph.com/r/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-1361-g290212a1-1jammy [24.1 MB] 2024-02-10T07:26:38.510 INFO:teuthology.orchestra.run.smithi047.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.1 [181 kB] 2024-02-10T07:26:38.689 INFO:teuthology.orchestra.run.smithi047.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-02-10T07:26:38.704 INFO:teuthology.orchestra.run.smithi047.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-02-10T07:26:38.724 INFO:teuthology.orchestra.run.smithi047.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-02-10T07:26:38.789 INFO:teuthology.orchestra.run.smithi047.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-02-10T07:26:38.973 INFO:teuthology.orchestra.run.smithi029.stdout:Get:97 https://2.chacra.ceph.com/r/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-1361-g290212a1-1jammy [112 kB] 2024-02-10T07:26:39.007 INFO:teuthology.orchestra.run.smithi029.stdout:Get:98 https://2.chacra.ceph.com/r/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-1361-g290212a1-1jammy [465 kB] 2024-02-10T07:26:39.078 INFO:teuthology.orchestra.run.smithi047.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-02-10T07:26:39.080 INFO:teuthology.orchestra.run.smithi047.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-02-10T07:26:39.082 INFO:teuthology.orchestra.run.smithi047.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-02-10T07:26:39.083 INFO:teuthology.orchestra.run.smithi047.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-02-10T07:26:39.085 INFO:teuthology.orchestra.run.smithi047.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-02-10T07:26:39.188 INFO:teuthology.orchestra.run.smithi029.stdout:Get:99 https://2.chacra.ceph.com/r/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-1361-g290212a1-1jammy [24.1 MB] 2024-02-10T07:26:39.255 INFO:teuthology.orchestra.run.smithi046.stdout:Get:106 https://2.chacra.ceph.com/r/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-1361-g290212a1-1jammy [14.0 kB] 2024-02-10T07:26:39.256 INFO:teuthology.orchestra.run.smithi046.stdout:Get:107 https://2.chacra.ceph.com/r/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-1361-g290212a1-1jammy [865 kB] 2024-02-10T07:26:39.274 INFO:teuthology.orchestra.run.smithi046.stdout:Get:108 https://2.chacra.ceph.com/r/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-1361-g290212a1-1jammy [2,184 kB] 2024-02-10T07:26:39.313 INFO:teuthology.orchestra.run.smithi046.stdout:Get:109 https://2.chacra.ceph.com/r/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-1361-g290212a1-1jammy [776 kB] 2024-02-10T07:26:39.314 INFO:teuthology.orchestra.run.smithi047.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-02-10T07:26:39.323 INFO:teuthology.orchestra.run.smithi046.stdout:Get:110 https://2.chacra.ceph.com/r/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-1361-g290212a1-1jammy [144 kB] 2024-02-10T07:26:39.325 INFO:teuthology.orchestra.run.smithi046.stdout:Get:111 https://2.chacra.ceph.com/r/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-1361-g290212a1-1jammy [1,898 kB] 2024-02-10T07:26:39.396 INFO:teuthology.orchestra.run.smithi046.stdout:Get:112 https://2.chacra.ceph.com/r/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-1361-g290212a1-1jammy [8,625 kB] 2024-02-10T07:26:39.735 INFO:teuthology.orchestra.run.smithi046.stdout:Get:113 https://2.chacra.ceph.com/r/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-1361-g290212a1-1jammy [14.2 kB] 2024-02-10T07:26:39.736 INFO:teuthology.orchestra.run.smithi046.stdout:Get:114 https://2.chacra.ceph.com/r/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-1361-g290212a1-1jammy [49.8 MB] 2024-02-10T07:26:39.745 INFO:teuthology.orchestra.run.smithi047.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-02-10T07:26:39.751 INFO:teuthology.orchestra.run.smithi047.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-02-10T07:26:40.041 INFO:teuthology.orchestra.run.smithi047.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-02-10T07:26:40.042 INFO:teuthology.orchestra.run.smithi047.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-02-10T07:26:40.044 INFO:teuthology.orchestra.run.smithi047.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-02-10T07:26:40.046 INFO:teuthology.orchestra.run.smithi047.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-02-10T07:26:40.047 INFO:teuthology.orchestra.run.smithi047.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-02-10T07:26:40.049 INFO:teuthology.orchestra.run.smithi047.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-02-10T07:26:40.051 INFO:teuthology.orchestra.run.smithi047.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-02-10T07:26:40.052 INFO:teuthology.orchestra.run.smithi047.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-02-10T07:26:40.233 INFO:teuthology.orchestra.run.smithi047.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-02-10T07:26:40.647 INFO:teuthology.orchestra.run.smithi047.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-02-10T07:26:40.692 INFO:teuthology.orchestra.run.smithi047.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-02-10T07:26:40.728 INFO:teuthology.orchestra.run.smithi047.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-02-10T07:26:40.825 INFO:teuthology.orchestra.run.smithi047.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-02-10T07:26:40.865 INFO:teuthology.orchestra.run.smithi047.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-02-10T07:26:40.876 INFO:teuthology.orchestra.run.smithi047.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-02-10T07:26:40.882 INFO:teuthology.orchestra.run.smithi047.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-02-10T07:26:40.928 INFO:teuthology.orchestra.run.smithi047.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-02-10T07:26:40.932 INFO:teuthology.orchestra.run.smithi047.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-02-10T07:26:40.953 INFO:teuthology.orchestra.run.smithi047.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-02-10T07:26:41.118 INFO:teuthology.orchestra.run.smithi047.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-02-10T07:26:41.384 INFO:teuthology.orchestra.run.smithi047.stdout:Get:91 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-02-10T07:26:41.402 INFO:teuthology.orchestra.run.smithi047.stdout:Get:92 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-02-10T07:26:41.555 INFO:teuthology.orchestra.run.smithi047.stdout:Get:93 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-02-10T07:26:41.583 INFO:teuthology.orchestra.run.smithi047.stdout:Get:94 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-02-10T07:26:41.741 INFO:teuthology.orchestra.run.smithi047.stdout:Get:95 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-02-10T07:26:41.743 INFO:teuthology.orchestra.run.smithi047.stdout:Get:96 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-02-10T07:26:41.745 INFO:teuthology.orchestra.run.smithi047.stdout:Get:97 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-02-10T07:26:41.767 INFO:teuthology.orchestra.run.smithi047.stdout:Get:98 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-02-10T07:26:41.773 INFO:teuthology.orchestra.run.smithi047.stdout:Get:99 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-02-10T07:26:41.969 INFO:teuthology.orchestra.run.smithi046.stdout:Get:115 https://2.chacra.ceph.com/r/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-1361-g290212a1-1jammy [121 kB] 2024-02-10T07:26:41.972 INFO:teuthology.orchestra.run.smithi046.stdout:Get:116 https://2.chacra.ceph.com/r/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-1361-g290212a1-1jammy [38.4 kB] 2024-02-10T07:26:41.973 INFO:teuthology.orchestra.run.smithi046.stdout:Get:117 https://2.chacra.ceph.com/r/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-1361-g290212a1-1jammy [13.0 MB] 2024-02-10T07:26:42.368 INFO:teuthology.orchestra.run.smithi046.stdout:Get:118 https://2.chacra.ceph.com/r/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-1361-g290212a1-1jammy [91.5 kB] 2024-02-10T07:26:42.947 INFO:teuthology.orchestra.run.smithi046.stdout:Fetched 176 MB in 7s (23.7 MB/s) 2024-02-10T07:26:43.093 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-02-10T07:26:43.194 INFO:teuthology.orchestra.run.smithi046.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 ... 165994 files and directories currently installed.) 2024-02-10T07:26:43.200 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-02-10T07:26:43.283 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-02-10T07:26:43.628 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-02-10T07:26:43.655 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-02-10T07:26:43.695 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-02-10T07:26:44.020 INFO:teuthology.orchestra.run.smithi047.stdout:Get:100 https://2.chacra.ceph.com/r/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-1361-g290212a1-1jammy [5,073 kB] 2024-02-10T07:26:44.023 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-02-10T07:26:44.049 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-02-10T07:26:44.089 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-02-10T07:26:44.202 INFO:teuthology.orchestra.run.smithi029.stdout:Get:100 https://2.chacra.ceph.com/r/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-1361-g290212a1-1jammy [5,073 kB] 2024-02-10T07:26:44.493 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-02-10T07:26:44.520 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-02-10T07:26:44.559 INFO:teuthology.orchestra.run.smithi047.stdout:Get:101 https://2.chacra.ceph.com/r/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-1361-g290212a1-1jammy [243 kB] 2024-02-10T07:26:44.560 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-02-10T07:26:44.582 INFO:teuthology.orchestra.run.smithi047.stdout:Get:102 https://2.chacra.ceph.com/r/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-1361-g290212a1-1jammy [124 kB] 2024-02-10T07:26:44.602 INFO:teuthology.orchestra.run.smithi047.stdout:Get:103 https://2.chacra.ceph.com/r/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-1361-g290212a1-1jammy [1,518 kB] 2024-02-10T07:26:44.666 INFO:teuthology.orchestra.run.smithi029.stdout:Get:101 https://2.chacra.ceph.com/r/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-1361-g290212a1-1jammy [243 kB] 2024-02-10T07:26:44.689 INFO:teuthology.orchestra.run.smithi029.stdout:Get:102 https://2.chacra.ceph.com/r/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-1361-g290212a1-1jammy [124 kB] 2024-02-10T07:26:44.693 INFO:teuthology.orchestra.run.smithi029.stdout:Get:103 https://2.chacra.ceph.com/r/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-1361-g290212a1-1jammy [1,518 kB] 2024-02-10T07:26:44.765 INFO:teuthology.orchestra.run.smithi047.stdout:Get:104 https://2.chacra.ceph.com/r/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-1361-g290212a1-1jammy [6,240 kB] 2024-02-10T07:26:44.846 INFO:teuthology.orchestra.run.smithi029.stdout:Get:104 https://2.chacra.ceph.com/r/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-1361-g290212a1-1jammy [6,240 kB] 2024-02-10T07:26:44.938 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-02-10T07:26:44.965 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-02-10T07:26:45.004 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-02-10T07:26:45.358 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-02-10T07:26:45.384 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-02-10T07:26:45.416 INFO:teuthology.orchestra.run.smithi047.stdout:Get:105 https://2.chacra.ceph.com/r/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-1361-g290212a1-1jammy [22.7 MB] 2024-02-10T07:26:45.424 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-02-10T07:26:45.450 INFO:teuthology.orchestra.run.smithi029.stdout:Get:105 https://2.chacra.ceph.com/r/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-1361-g290212a1-1jammy [22.7 MB] 2024-02-10T07:26:45.744 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-02-10T07:26:45.760 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-02-10T07:26:45.961 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-02-10T07:26:46.472 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package librados2. 2024-02-10T07:26:46.499 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../007-librados2_19.0.0-1361-g290212a1-1jammy_amd64.deb ... 2024-02-10T07:26:46.539 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking librados2 (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:26:47.008 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package librbd1. 2024-02-10T07:26:47.035 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../008-librbd1_19.0.0-1361-g290212a1-1jammy_amd64.deb ... 2024-02-10T07:26:47.075 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking librbd1 (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:26:47.488 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package libcephfs2. 2024-02-10T07:26:47.504 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-1361-g290212a1-1jammy_amd64.deb ... 2024-02-10T07:26:47.546 INFO:teuthology.orchestra.run.smithi029.stdout:Get:106 https://2.chacra.ceph.com/r/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-1361-g290212a1-1jammy [14.0 kB] 2024-02-10T07:26:47.546 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking libcephfs2 (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:26:47.546 INFO:teuthology.orchestra.run.smithi029.stdout:Get:107 https://2.chacra.ceph.com/r/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-1361-g290212a1-1jammy [865 kB] 2024-02-10T07:26:47.558 INFO:teuthology.orchestra.run.smithi047.stdout:Get:106 https://2.chacra.ceph.com/r/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-1361-g290212a1-1jammy [14.0 kB] 2024-02-10T07:26:47.558 INFO:teuthology.orchestra.run.smithi047.stdout:Get:107 https://2.chacra.ceph.com/r/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-1361-g290212a1-1jammy [865 kB] 2024-02-10T07:26:47.563 INFO:teuthology.orchestra.run.smithi029.stdout:Get:108 https://2.chacra.ceph.com/r/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-1361-g290212a1-1jammy [2,184 kB] 2024-02-10T07:26:47.586 INFO:teuthology.orchestra.run.smithi047.stdout:Get:108 https://2.chacra.ceph.com/r/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-1361-g290212a1-1jammy [2,184 kB] 2024-02-10T07:26:47.705 INFO:teuthology.orchestra.run.smithi029.stdout:Get:109 https://2.chacra.ceph.com/r/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-1361-g290212a1-1jammy [776 kB] 2024-02-10T07:26:47.767 INFO:teuthology.orchestra.run.smithi047.stdout:Get:109 https://2.chacra.ceph.com/r/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-1361-g290212a1-1jammy [776 kB] 2024-02-10T07:26:47.791 INFO:teuthology.orchestra.run.smithi029.stdout:Get:110 https://2.chacra.ceph.com/r/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-1361-g290212a1-1jammy [144 kB] 2024-02-10T07:26:47.794 INFO:teuthology.orchestra.run.smithi029.stdout:Get:111 https://2.chacra.ceph.com/r/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-1361-g290212a1-1jammy [1,898 kB] 2024-02-10T07:26:47.821 INFO:teuthology.orchestra.run.smithi047.stdout:Get:110 https://2.chacra.ceph.com/r/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-1361-g290212a1-1jammy [144 kB] 2024-02-10T07:26:47.832 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-rados. 2024-02-10T07:26:47.835 INFO:teuthology.orchestra.run.smithi047.stdout:Get:111 https://2.chacra.ceph.com/r/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-1361-g290212a1-1jammy [1,898 kB] 2024-02-10T07:26:47.848 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../010-python3-rados_19.0.0-1361-g290212a1-1jammy_amd64.deb ... 2024-02-10T07:26:47.882 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-rados (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:26:47.925 INFO:teuthology.orchestra.run.smithi029.stdout:Get:112 https://2.chacra.ceph.com/r/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-1361-g290212a1-1jammy [8,625 kB] 2024-02-10T07:26:47.979 INFO:teuthology.orchestra.run.smithi047.stdout:Get:112 https://2.chacra.ceph.com/r/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-1361-g290212a1-1jammy [8,625 kB] 2024-02-10T07:26:48.160 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-02-10T07:26:48.186 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-1361-g290212a1-1jammy_all.deb ... 2024-02-10T07:26:48.226 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-ceph-argparse (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:26:48.479 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-cephfs. 2024-02-10T07:26:48.505 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-1361-g290212a1-1jammy_amd64.deb ... 2024-02-10T07:26:48.544 INFO:teuthology.orchestra.run.smithi029.stdout:Get:113 https://2.chacra.ceph.com/r/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-1361-g290212a1-1jammy [14.2 kB] 2024-02-10T07:26:48.545 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-cephfs (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:26:48.592 INFO:teuthology.orchestra.run.smithi029.stdout:Get:114 https://2.chacra.ceph.com/r/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-1361-g290212a1-1jammy [49.8 MB] 2024-02-10T07:26:48.613 INFO:teuthology.orchestra.run.smithi047.stdout:Get:113 https://2.chacra.ceph.com/r/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-1361-g290212a1-1jammy [14.2 kB] 2024-02-10T07:26:48.614 INFO:teuthology.orchestra.run.smithi047.stdout:Get:114 https://2.chacra.ceph.com/r/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-1361-g290212a1-1jammy [49.8 MB] 2024-02-10T07:26:48.873 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-ceph-common. 2024-02-10T07:26:48.900 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-1361-g290212a1-1jammy_all.deb ... 2024-02-10T07:26:48.940 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-ceph-common (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:26:49.268 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-wcwidth. 2024-02-10T07:26:49.294 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-02-10T07:26:49.334 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-02-10T07:26:49.596 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-prettytable. 2024-02-10T07:26:49.622 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-02-10T07:26:49.662 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-02-10T07:26:49.915 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-rbd. 2024-02-10T07:26:49.930 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-1361-g290212a1-1jammy_amd64.deb ... 2024-02-10T07:26:49.973 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-rbd (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:26:50.318 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-02-10T07:26:50.344 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-02-10T07:26:50.384 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-02-10T07:26:50.654 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-02-10T07:26:50.680 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-02-10T07:26:50.720 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-02-10T07:26:51.015 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-02-10T07:26:51.042 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-02-10T07:26:51.082 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-02-10T07:26:51.635 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package lua5.1. 2024-02-10T07:26:51.662 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-02-10T07:26:51.702 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-02-10T07:26:52.005 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package lua-any. 2024-02-10T07:26:52.021 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-02-10T07:26:52.055 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking lua-any (27ubuntu1) ... 2024-02-10T07:26:52.182 INFO:teuthology.orchestra.run.smithi029.stdout:Get:115 https://2.chacra.ceph.com/r/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-1361-g290212a1-1jammy [121 kB] 2024-02-10T07:26:52.184 INFO:teuthology.orchestra.run.smithi029.stdout:Get:116 https://2.chacra.ceph.com/r/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-1361-g290212a1-1jammy [38.4 kB] 2024-02-10T07:26:52.185 INFO:teuthology.orchestra.run.smithi029.stdout:Get:117 https://2.chacra.ceph.com/r/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-1361-g290212a1-1jammy [13.0 MB] 2024-02-10T07:26:52.257 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package zip. 2024-02-10T07:26:52.273 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-02-10T07:26:52.315 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking zip (3.0-12build2) ... 2024-02-10T07:26:52.336 INFO:teuthology.orchestra.run.smithi047.stdout:Get:115 https://2.chacra.ceph.com/r/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-1361-g290212a1-1jammy [121 kB] 2024-02-10T07:26:52.339 INFO:teuthology.orchestra.run.smithi047.stdout:Get:116 https://2.chacra.ceph.com/r/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-1361-g290212a1-1jammy [38.4 kB] 2024-02-10T07:26:52.340 INFO:teuthology.orchestra.run.smithi047.stdout:Get:117 https://2.chacra.ceph.com/r/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-1361-g290212a1-1jammy [13.0 MB] 2024-02-10T07:26:52.627 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package unzip. 2024-02-10T07:26:52.654 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.1_amd64.deb ... 2024-02-10T07:26:52.657 INFO:teuthology.orchestra.run.smithi029.stdout:Get:118 https://2.chacra.ceph.com/r/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-1361-g290212a1-1jammy [91.5 kB] 2024-02-10T07:26:52.693 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking unzip (6.0-26ubuntu3.1) ... 2024-02-10T07:26:53.090 INFO:teuthology.orchestra.run.smithi047.stdout:Get:118 https://2.chacra.ceph.com/r/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-1361-g290212a1-1jammy [91.5 kB] 2024-02-10T07:26:53.123 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package luarocks. 2024-02-10T07:26:53.149 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-02-10T07:26:53.189 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-02-10T07:26:53.240 INFO:teuthology.orchestra.run.smithi029.stdout:Fetched 176 MB in 18s (9,904 kB/s) 2024-02-10T07:26:53.409 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-02-10T07:26:53.511 INFO:teuthology.orchestra.run.smithi029.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 ... 165994 files and directories currently installed.) 2024-02-10T07:26:53.517 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-02-10T07:26:53.555 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package librgw2. 2024-02-10T07:26:53.582 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../025-librgw2_19.0.0-1361-g290212a1-1jammy_amd64.deb ... 2024-02-10T07:26:53.599 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-02-10T07:26:53.613 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking librgw2 (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:26:53.667 INFO:teuthology.orchestra.run.smithi047.stdout:Fetched 176 MB in 18s (9,648 kB/s) 2024-02-10T07:26:53.873 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-02-10T07:26:53.940 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-02-10T07:26:53.967 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-02-10T07:26:53.977 INFO:teuthology.orchestra.run.smithi047.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 ... 165994 files and directories currently installed.) 2024-02-10T07:26:53.983 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-02-10T07:26:54.007 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-02-10T07:26:54.088 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-02-10T07:26:54.133 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-rgw. 2024-02-10T07:26:54.159 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-1361-g290212a1-1jammy_amd64.deb ... 2024-02-10T07:26:54.199 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-rgw (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:26:54.313 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-02-10T07:26:54.340 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-02-10T07:26:54.389 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-02-10T07:26:54.458 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-02-10T07:26:54.485 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-02-10T07:26:54.525 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-02-10T07:26:54.527 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package liboath0:amd64. 2024-02-10T07:26:54.554 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-02-10T07:26:54.593 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-02-10T07:26:54.828 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-02-10T07:26:54.855 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-02-10T07:26:54.861 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-02-10T07:26:54.888 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-02-10T07:26:54.904 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-02-10T07:26:54.922 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package libradosstriper1. 2024-02-10T07:26:54.927 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-02-10T07:26:54.949 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-1361-g290212a1-1jammy_amd64.deb ... 2024-02-10T07:26:54.988 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking libradosstriper1 (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:26:55.350 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package ceph-common. 2024-02-10T07:26:55.352 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-02-10T07:26:55.377 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../029-ceph-common_19.0.0-1361-g290212a1-1jammy_amd64.deb ... 2024-02-10T07:26:55.379 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-02-10T07:26:55.416 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking ceph-common (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:26:55.419 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-02-10T07:26:55.456 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-02-10T07:26:55.483 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-02-10T07:26:55.539 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-02-10T07:26:55.776 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-02-10T07:26:55.803 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-02-10T07:26:55.843 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-02-10T07:26:55.967 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-02-10T07:26:55.994 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-02-10T07:26:56.034 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-02-10T07:26:56.207 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-02-10T07:26:56.233 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-02-10T07:26:56.283 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-02-10T07:26:56.379 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-02-10T07:26:56.405 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-02-10T07:26:56.445 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-02-10T07:26:56.614 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package librados2. 2024-02-10T07:26:56.640 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../007-librados2_19.0.0-1361-g290212a1-1jammy_amd64.deb ... 2024-02-10T07:26:56.672 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package ceph-base. 2024-02-10T07:26:56.689 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking librados2 (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:26:56.699 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../030-ceph-base_19.0.0-1361-g290212a1-1jammy_amd64.deb ... 2024-02-10T07:26:56.747 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking ceph-base (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:26:57.048 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-02-10T07:26:57.075 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-02-10T07:26:57.123 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-02-10T07:26:57.229 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package librbd1. 2024-02-10T07:26:57.255 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../008-librbd1_19.0.0-1361-g290212a1-1jammy_amd64.deb ... 2024-02-10T07:26:57.295 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking librbd1 (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:26:57.326 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-02-10T07:26:57.353 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-02-10T07:26:57.384 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-02-10T07:26:57.518 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package librados2. 2024-02-10T07:26:57.545 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../007-librados2_19.0.0-1361-g290212a1-1jammy_amd64.deb ... 2024-02-10T07:26:57.592 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking librados2 (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:26:57.654 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-cheroot. 2024-02-10T07:26:57.680 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-02-10T07:26:57.720 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-02-10T07:26:57.809 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package libcephfs2. 2024-02-10T07:26:57.836 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-1361-g290212a1-1jammy_amd64.deb ... 2024-02-10T07:26:57.876 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking libcephfs2 (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:26:57.998 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-02-10T07:26:58.025 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-02-10T07:26:58.045 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package librbd1. 2024-02-10T07:26:58.057 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-02-10T07:26:58.072 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../008-librbd1_19.0.0-1361-g290212a1-1jammy_amd64.deb ... 2024-02-10T07:26:58.112 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking librbd1 (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:26:58.360 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-jaraco.text. 2024-02-10T07:26:58.386 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-02-10T07:26:58.426 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-02-10T07:26:58.432 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python3-rados. 2024-02-10T07:26:58.448 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../010-python3-rados_19.0.0-1361-g290212a1-1jammy_amd64.deb ... 2024-02-10T07:26:58.483 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python3-rados (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:26:58.556 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package libcephfs2. 2024-02-10T07:26:58.584 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-1361-g290212a1-1jammy_amd64.deb ... 2024-02-10T07:26:58.631 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking libcephfs2 (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:26:58.729 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-02-10T07:26:58.756 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-02-10T07:26:58.795 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-02-10T07:26:58.797 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-02-10T07:26:58.824 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-1361-g290212a1-1jammy_all.deb ... 2024-02-10T07:26:58.864 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python3-ceph-argparse (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:26:58.959 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-rados. 2024-02-10T07:26:58.986 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../010-python3-rados_19.0.0-1361-g290212a1-1jammy_amd64.deb ... 2024-02-10T07:26:59.033 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-rados (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:26:59.040 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-tempora. 2024-02-10T07:26:59.067 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-02-10T07:26:59.093 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python3-cephfs. 2024-02-10T07:26:59.098 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-02-10T07:26:59.109 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-1361-g290212a1-1jammy_amd64.deb ... 2024-02-10T07:26:59.143 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python3-cephfs (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:26:59.353 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-02-10T07:26:59.376 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-portend. 2024-02-10T07:26:59.380 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-1361-g290212a1-1jammy_all.deb ... 2024-02-10T07:26:59.403 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-02-10T07:26:59.419 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-ceph-argparse (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:26:59.443 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-02-10T07:26:59.458 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python3-ceph-common. 2024-02-10T07:26:59.485 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-1361-g290212a1-1jammy_all.deb ... 2024-02-10T07:26:59.525 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python3-ceph-common (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:26:59.689 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-cephfs. 2024-02-10T07:26:59.705 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-1361-g290212a1-1jammy_amd64.deb ... 2024-02-10T07:26:59.746 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-02-10T07:26:59.747 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-cephfs (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:26:59.772 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-02-10T07:26:59.812 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-02-10T07:26:59.864 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python3-wcwidth. 2024-02-10T07:26:59.891 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-02-10T07:26:59.930 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-02-10T07:27:00.082 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-cherrypy3. 2024-02-10T07:27:00.098 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-02-10T07:27:00.116 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-ceph-common. 2024-02-10T07:27:00.132 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-02-10T07:27:00.143 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-1361-g290212a1-1jammy_all.deb ... 2024-02-10T07:27:00.191 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-ceph-common (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:27:00.254 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python3-prettytable. 2024-02-10T07:27:00.281 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-02-10T07:27:00.320 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-02-10T07:27:00.419 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-natsort. 2024-02-10T07:27:00.435 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-02-10T07:27:00.468 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-02-10T07:27:00.578 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-wcwidth. 2024-02-10T07:27:00.593 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python3-rbd. 2024-02-10T07:27:00.604 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-02-10T07:27:00.609 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-1361-g290212a1-1jammy_amd64.deb ... 2024-02-10T07:27:00.652 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python3-rbd (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:27:00.653 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-02-10T07:27:00.763 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-logutils. 2024-02-10T07:27:00.790 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-02-10T07:27:00.830 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-02-10T07:27:00.988 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-prettytable. 2024-02-10T07:27:00.998 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-02-10T07:27:01.015 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-02-10T07:27:01.025 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-02-10T07:27:01.055 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-02-10T07:27:01.065 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-02-10T07:27:01.133 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-markupsafe. 2024-02-10T07:27:01.160 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-02-10T07:27:01.199 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-02-10T07:27:01.316 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-rbd. 2024-02-10T07:27:01.343 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-1361-g290212a1-1jammy_amd64.deb ... 2024-02-10T07:27:01.363 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-02-10T07:27:01.379 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-02-10T07:27:01.382 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-rbd (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:27:01.422 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-02-10T07:27:01.686 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-mako. 2024-02-10T07:27:01.712 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-02-10T07:27:01.743 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-02-10T07:27:01.752 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-02-10T07:27:01.752 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-02-10T07:27:01.759 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-02-10T07:27:01.779 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-02-10T07:27:01.803 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-02-10T07:27:01.827 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-02-10T07:27:02.097 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-simplegeneric. 2024-02-10T07:27:02.124 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-02-10T07:27:02.134 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package lua5.1. 2024-02-10T07:27:02.161 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-02-10T07:27:02.163 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-02-10T07:27:02.201 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-02-10T07:27:02.255 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-02-10T07:27:02.281 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-02-10T07:27:02.329 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-02-10T07:27:02.425 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-singledispatch. 2024-02-10T07:27:02.441 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-02-10T07:27:02.474 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-02-10T07:27:02.508 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package lua-any. 2024-02-10T07:27:02.524 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-02-10T07:27:02.567 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking lua-any (27ubuntu1) ... 2024-02-10T07:27:02.640 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-02-10T07:27:02.656 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-02-10T07:27:02.698 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-02-10T07:27:02.761 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-webob. 2024-02-10T07:27:02.788 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-02-10T07:27:02.821 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package zip. 2024-02-10T07:27:02.827 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-02-10T07:27:02.848 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-02-10T07:27:02.888 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking zip (3.0-12build2) ... 2024-02-10T07:27:03.018 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package lua5.1. 2024-02-10T07:27:03.045 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-02-10T07:27:03.094 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-02-10T07:27:03.180 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-waitress. 2024-02-10T07:27:03.207 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-02-10T07:27:03.229 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package unzip. 2024-02-10T07:27:03.255 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.1_amd64.deb ... 2024-02-10T07:27:03.259 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-02-10T07:27:03.295 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking unzip (6.0-26ubuntu3.1) ... 2024-02-10T07:27:03.480 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package lua-any. 2024-02-10T07:27:03.496 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-02-10T07:27:03.547 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking lua-any (27ubuntu1) ... 2024-02-10T07:27:03.550 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-tempita. 2024-02-10T07:27:03.577 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-02-10T07:27:03.617 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-02-10T07:27:03.671 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package luarocks. 2024-02-10T07:27:03.697 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-02-10T07:27:03.737 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-02-10T07:27:03.841 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package zip. 2024-02-10T07:27:03.868 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-02-10T07:27:03.894 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-paste. 2024-02-10T07:27:03.907 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking zip (3.0-12build2) ... 2024-02-10T07:27:03.921 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-02-10T07:27:03.961 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-02-10T07:27:04.121 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package librgw2. 2024-02-10T07:27:04.148 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../025-librgw2_19.0.0-1361-g290212a1-1jammy_amd64.deb ... 2024-02-10T07:27:04.188 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking librgw2 (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:27:04.227 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package unzip. 2024-02-10T07:27:04.254 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.1_amd64.deb ... 2024-02-10T07:27:04.302 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking unzip (6.0-26ubuntu3.1) ... 2024-02-10T07:27:04.339 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-02-10T07:27:04.366 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-02-10T07:27:04.406 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-02-10T07:27:04.659 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-pastedeploy. 2024-02-10T07:27:04.674 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-02-10T07:27:04.689 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package luarocks. 2024-02-10T07:27:04.708 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-02-10T07:27:04.716 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-02-10T07:27:04.756 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-02-10T07:27:04.884 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python3-rgw. 2024-02-10T07:27:04.900 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-1361-g290212a1-1jammy_amd64.deb ... 2024-02-10T07:27:04.942 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python3-rgw (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:27:05.011 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-webtest. 2024-02-10T07:27:05.038 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-02-10T07:27:05.078 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-02-10T07:27:05.172 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package librgw2. 2024-02-10T07:27:05.199 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../025-librgw2_19.0.0-1361-g290212a1-1jammy_amd64.deb ... 2024-02-10T07:27:05.255 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking librgw2 (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:27:05.282 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package liboath0:amd64. 2024-02-10T07:27:05.309 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-02-10T07:27:05.349 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-02-10T07:27:05.431 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-pecan. 2024-02-10T07:27:05.458 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-02-10T07:27:05.497 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-02-10T07:27:05.671 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package libradosstriper1. 2024-02-10T07:27:05.698 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-1361-g290212a1-1jammy_amd64.deb ... 2024-02-10T07:27:05.739 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking libradosstriper1 (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:27:05.807 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-rgw. 2024-02-10T07:27:05.824 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-1361-g290212a1-1jammy_amd64.deb ... 2024-02-10T07:27:05.857 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-rgw (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:27:05.861 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-certifi. 2024-02-10T07:27:05.888 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-02-10T07:27:05.927 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-02-10T07:27:06.177 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package liboath0:amd64. 2024-02-10T07:27:06.178 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package ceph-common. 2024-02-10T07:27:06.204 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-02-10T07:27:06.205 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../029-ceph-common_19.0.0-1361-g290212a1-1jammy_amd64.deb ... 2024-02-10T07:27:06.243 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-02-10T07:27:06.245 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking ceph-common (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:27:06.272 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-idna. 2024-02-10T07:27:06.298 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-02-10T07:27:06.338 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-idna (3.3-1) ... 2024-02-10T07:27:06.563 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package libradosstriper1. 2024-02-10T07:27:06.590 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-1361-g290212a1-1jammy_amd64.deb ... 2024-02-10T07:27:06.629 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking libradosstriper1 (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:27:06.641 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-urllib3. 2024-02-10T07:27:06.669 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-02-10T07:27:06.708 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-02-10T07:27:07.045 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-requests. 2024-02-10T07:27:07.049 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package ceph-common. 2024-02-10T07:27:07.072 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-02-10T07:27:07.076 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../029-ceph-common_19.0.0-1361-g290212a1-1jammy_amd64.deb ... 2024-02-10T07:27:07.111 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-02-10T07:27:07.115 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking ceph-common (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:27:07.957 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package ceph-base. 2024-02-10T07:27:07.983 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../030-ceph-base_19.0.0-1361-g290212a1-1jammy_amd64.deb ... 2024-02-10T07:27:08.033 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking ceph-base (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:27:08.165 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-werkzeug. 2024-02-10T07:27:08.192 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-02-10T07:27:08.223 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-02-10T07:27:08.534 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-02-10T07:27:08.550 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-1361-g290212a1-1jammy_all.deb ... 2024-02-10T07:27:08.584 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking ceph-mgr-modules-core (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:27:08.964 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-02-10T07:27:08.991 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-1361-g290212a1-1jammy_amd64.deb ... 2024-02-10T07:27:09.030 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:27:09.040 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package ceph-base. 2024-02-10T07:27:09.068 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../030-ceph-base_19.0.0-1361-g290212a1-1jammy_amd64.deb ... 2024-02-10T07:27:09.116 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking ceph-base (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:27:09.325 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-bcrypt. 2024-02-10T07:27:09.352 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-02-10T07:27:09.391 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-02-10T07:27:09.636 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-openssl. 2024-02-10T07:27:09.663 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-02-10T07:27:09.685 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-02-10T07:27:09.694 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-02-10T07:27:09.712 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-02-10T07:27:09.752 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-02-10T07:27:10.039 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package ceph-mgr. 2024-02-10T07:27:10.066 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-1361-g290212a1-1jammy_amd64.deb ... 2024-02-10T07:27:10.072 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-cheroot. 2024-02-10T07:27:10.099 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-02-10T07:27:10.105 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking ceph-mgr (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:27:10.130 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-02-10T07:27:10.416 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-02-10T07:27:10.443 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-02-10T07:27:10.466 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-02-10T07:27:10.491 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-02-10T07:27:10.494 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-02-10T07:27:10.517 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package ceph-mon. 2024-02-10T07:27:10.535 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-02-10T07:27:10.544 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-1361-g290212a1-1jammy_amd64.deb ... 2024-02-10T07:27:10.583 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking ceph-mon (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:27:10.777 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-jaraco.text. 2024-02-10T07:27:10.804 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-02-10T07:27:10.831 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python3-cheroot. 2024-02-10T07:27:10.843 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-02-10T07:27:10.859 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-02-10T07:27:10.907 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-02-10T07:27:11.154 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package ceph-osd. 2024-02-10T07:27:11.155 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-02-10T07:27:11.181 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-1361-g290212a1-1jammy_amd64.deb ... 2024-02-10T07:27:11.182 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-02-10T07:27:11.220 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking ceph-osd (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:27:11.221 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-02-10T07:27:11.239 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-02-10T07:27:11.266 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-02-10T07:27:11.306 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-02-10T07:27:11.482 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-tempora. 2024-02-10T07:27:11.509 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-02-10T07:27:11.549 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-02-10T07:27:11.619 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python3-jaraco.text. 2024-02-10T07:27:11.646 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-02-10T07:27:11.694 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-02-10T07:27:11.835 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-portend. 2024-02-10T07:27:11.862 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-02-10T07:27:11.901 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-02-10T07:27:11.992 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-02-10T07:27:12.019 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-02-10T07:27:12.067 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-02-10T07:27:12.204 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-02-10T07:27:12.231 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-02-10T07:27:12.270 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-02-10T07:27:12.374 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python3-tempora. 2024-02-10T07:27:12.399 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package ceph. 2024-02-10T07:27:12.401 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-02-10T07:27:12.415 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../066-ceph_19.0.0-1361-g290212a1-1jammy_amd64.deb ... 2024-02-10T07:27:12.441 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-02-10T07:27:12.457 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking ceph (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:27:12.532 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-cherrypy3. 2024-02-10T07:27:12.559 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-02-10T07:27:12.590 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-02-10T07:27:12.735 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package ceph-fuse. 2024-02-10T07:27:12.754 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python3-portend. 2024-02-10T07:27:12.762 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-1361-g290212a1-1jammy_amd64.deb ... 2024-02-10T07:27:12.781 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-02-10T07:27:12.801 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking ceph-fuse (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:27:12.829 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-02-10T07:27:12.910 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-natsort. 2024-02-10T07:27:12.937 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-02-10T07:27:12.977 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-02-10T07:27:13.136 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-02-10T07:27:13.154 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package ceph-mds. 2024-02-10T07:27:13.163 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-02-10T07:27:13.181 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-1361-g290212a1-1jammy_amd64.deb ... 2024-02-10T07:27:13.202 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-02-10T07:27:13.229 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking ceph-mds (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:27:13.288 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-logutils. 2024-02-10T07:27:13.315 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-02-10T07:27:13.363 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-02-10T07:27:13.499 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python3-cherrypy3. 2024-02-10T07:27:13.527 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-02-10T07:27:13.567 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-02-10T07:27:13.616 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-markupsafe. 2024-02-10T07:27:13.624 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package cephadm. 2024-02-10T07:27:13.643 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-02-10T07:27:13.651 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../069-cephadm_19.0.0-1361-g290212a1-1jammy_amd64.deb ... 2024-02-10T07:27:13.674 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-02-10T07:27:13.690 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking cephadm (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:27:13.916 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python3-natsort. 2024-02-10T07:27:13.943 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-02-10T07:27:13.959 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-asyncssh. 2024-02-10T07:27:13.972 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-02-10T07:27:13.982 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-02-10T07:27:13.985 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-mako. 2024-02-10T07:27:14.001 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-02-10T07:27:14.012 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-02-10T07:27:14.051 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-02-10T07:27:14.315 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python3-logutils. 2024-02-10T07:27:14.320 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python-babel-localedata. 2024-02-10T07:27:14.337 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-02-10T07:27:14.342 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-02-10T07:27:14.363 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-simplegeneric. 2024-02-10T07:27:14.378 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-02-10T07:27:14.390 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-02-10T07:27:14.390 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-02-10T07:27:14.430 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-02-10T07:27:14.697 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python3-markupsafe. 2024-02-10T07:27:14.707 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-singledispatch. 2024-02-10T07:27:14.724 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-02-10T07:27:14.735 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-02-10T07:27:14.763 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-02-10T07:27:14.774 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-02-10T07:27:15.043 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-webob. 2024-02-10T07:27:15.070 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-02-10T07:27:15.085 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python3-mako. 2024-02-10T07:27:15.110 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-02-10T07:27:15.112 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-02-10T07:27:15.169 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-02-10T07:27:15.351 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-babel. 2024-02-10T07:27:15.378 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-02-10T07:27:15.417 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-02-10T07:27:15.454 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-waitress. 2024-02-10T07:27:15.481 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-02-10T07:27:15.509 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python3-simplegeneric. 2024-02-10T07:27:15.524 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-02-10T07:27:15.536 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-02-10T07:27:15.584 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-02-10T07:27:15.712 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-jinja2. 2024-02-10T07:27:15.739 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-02-10T07:27:15.770 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-02-10T07:27:15.832 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-tempita. 2024-02-10T07:27:15.860 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-02-10T07:27:15.891 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python3-singledispatch. 2024-02-10T07:27:15.899 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-02-10T07:27:15.918 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-02-10T07:27:15.966 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-02-10T07:27:16.106 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-02-10T07:27:16.133 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-1361-g290212a1-1jammy_all.deb ... 2024-02-10T07:27:16.164 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking ceph-mgr-cephadm (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:27:16.201 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-paste. 2024-02-10T07:27:16.229 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-02-10T07:27:16.268 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-02-10T07:27:16.287 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python3-webob. 2024-02-10T07:27:16.315 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-02-10T07:27:16.354 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-02-10T07:27:16.468 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-repoze.lru. 2024-02-10T07:27:16.495 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-02-10T07:27:16.526 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-02-10T07:27:16.596 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-02-10T07:27:16.612 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-02-10T07:27:16.654 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-02-10T07:27:16.694 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python3-waitress. 2024-02-10T07:27:16.722 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-02-10T07:27:16.772 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-02-10T07:27:16.803 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-routes. 2024-02-10T07:27:16.831 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-02-10T07:27:16.870 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-02-10T07:27:16.957 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-pastedeploy. 2024-02-10T07:27:16.984 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-02-10T07:27:17.024 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-02-10T07:27:17.075 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python3-tempita. 2024-02-10T07:27:17.102 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-02-10T07:27:17.143 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-02-10T07:27:17.165 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-02-10T07:27:17.192 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-1361-g290212a1-1jammy_all.deb ... 2024-02-10T07:27:17.240 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking ceph-mgr-dashboard (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:27:17.295 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-webtest. 2024-02-10T07:27:17.317 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-02-10T07:27:17.352 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-02-10T07:27:17.440 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python3-paste. 2024-02-10T07:27:17.468 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-02-10T07:27:17.515 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-02-10T07:27:17.587 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-pecan. 2024-02-10T07:27:17.604 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-02-10T07:27:17.646 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-02-10T07:27:17.660 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-02-10T07:27:17.688 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-02-10T07:27:17.726 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-02-10T07:27:17.831 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-02-10T07:27:17.858 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-02-10T07:27:17.897 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-02-10T07:27:17.984 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-certifi. 2024-02-10T07:27:18.011 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-02-10T07:27:18.084 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-02-10T07:27:18.194 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python3-pastedeploy. 2024-02-10T07:27:18.221 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-02-10T07:27:18.222 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-joblib. 2024-02-10T07:27:18.249 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-02-10T07:27:18.269 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-02-10T07:27:18.288 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-02-10T07:27:18.395 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-idna. 2024-02-10T07:27:18.422 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-02-10T07:27:18.461 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-idna (3.3-1) ... 2024-02-10T07:27:18.576 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python3-webtest. 2024-02-10T07:27:18.603 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-02-10T07:27:18.642 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-02-10T07:27:18.666 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-02-10T07:27:18.694 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-02-10T07:27:18.733 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-02-10T07:27:18.773 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-urllib3. 2024-02-10T07:27:18.800 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-02-10T07:27:18.839 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-02-10T07:27:18.949 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python3-pecan. 2024-02-10T07:27:18.977 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-02-10T07:27:19.011 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-sklearn. 2024-02-10T07:27:19.024 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-02-10T07:27:19.038 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-02-10T07:27:19.102 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-02-10T07:27:19.151 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-requests. 2024-02-10T07:27:19.170 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-02-10T07:27:19.209 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-02-10T07:27:19.495 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-werkzeug. 2024-02-10T07:27:19.522 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-02-10T07:27:19.553 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-02-10T07:27:19.609 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python3-certifi. 2024-02-10T07:27:19.636 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-02-10T07:27:19.676 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-02-10T07:27:19.836 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-02-10T07:27:19.856 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-02-10T07:27:19.864 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-1361-g290212a1-1jammy_all.deb ... 2024-02-10T07:27:19.873 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-1361-g290212a1-1jammy_all.deb ... 2024-02-10T07:27:19.914 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking ceph-mgr-modules-core (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:27:19.988 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:27:20.014 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python3-idna. 2024-02-10T07:27:20.031 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-02-10T07:27:20.073 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python3-idna (3.3-1) ... 2024-02-10T07:27:20.252 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-02-10T07:27:20.280 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-1361-g290212a1-1jammy_amd64.deb ... 2024-02-10T07:27:20.310 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:27:20.396 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python3-urllib3. 2024-02-10T07:27:20.424 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-02-10T07:27:20.463 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-02-10T07:27:20.630 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-bcrypt. 2024-02-10T07:27:20.657 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-02-10T07:27:20.696 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-02-10T07:27:20.787 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python3-requests. 2024-02-10T07:27:20.814 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-02-10T07:27:20.853 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-02-10T07:27:20.933 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-cachetools. 2024-02-10T07:27:20.961 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-02-10T07:27:20.999 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-openssl. 2024-02-10T07:27:21.000 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-02-10T07:27:21.026 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-02-10T07:27:21.065 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-02-10T07:27:21.167 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python3-werkzeug. 2024-02-10T07:27:21.194 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-02-10T07:27:21.234 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-02-10T07:27:21.303 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-pyasn1. 2024-02-10T07:27:21.331 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-02-10T07:27:21.369 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-02-10T07:27:21.379 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package ceph-mgr. 2024-02-10T07:27:21.404 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-1361-g290212a1-1jammy_amd64.deb ... 2024-02-10T07:27:21.443 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking ceph-mgr (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:27:21.524 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-02-10T07:27:21.540 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-1361-g290212a1-1jammy_all.deb ... 2024-02-10T07:27:21.584 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking ceph-mgr-modules-core (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:27:21.689 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-02-10T07:27:21.717 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-02-10T07:27:21.755 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-02-10T07:27:21.780 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package ceph-mon. 2024-02-10T07:27:21.796 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-1361-g290212a1-1jammy_amd64.deb ... 2024-02-10T07:27:21.838 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking ceph-mon (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:27:21.951 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-02-10T07:27:21.979 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-1361-g290212a1-1jammy_amd64.deb ... 2024-02-10T07:27:22.019 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:27:22.084 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-rsa. 2024-02-10T07:27:22.112 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-02-10T07:27:22.150 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-rsa (4.8-1) ... 2024-02-10T07:27:22.391 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python3-bcrypt. 2024-02-10T07:27:22.419 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-02-10T07:27:22.458 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-02-10T07:27:22.458 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package ceph-osd. 2024-02-10T07:27:22.485 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-1361-g290212a1-1jammy_amd64.deb ... 2024-02-10T07:27:22.524 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking ceph-osd (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:27:22.637 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-google-auth. 2024-02-10T07:27:22.665 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-02-10T07:27:22.695 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-02-10T07:27:22.754 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python3-openssl. 2024-02-10T07:27:22.782 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-02-10T07:27:22.830 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-02-10T07:27:22.974 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-02-10T07:27:23.001 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-02-10T07:27:23.040 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-02-10T07:27:23.178 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package ceph-mgr. 2024-02-10T07:27:23.206 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-1361-g290212a1-1jammy_amd64.deb ... 2024-02-10T07:27:23.245 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking ceph-mgr (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:27:23.360 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-websocket. 2024-02-10T07:27:23.388 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-02-10T07:27:23.451 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-02-10T07:27:23.619 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package ceph. 2024-02-10T07:27:23.635 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../066-ceph_19.0.0-1361-g290212a1-1jammy_amd64.deb ... 2024-02-10T07:27:23.677 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package ceph-mon. 2024-02-10T07:27:23.677 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking ceph (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:27:23.705 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-1361-g290212a1-1jammy_amd64.deb ... 2024-02-10T07:27:23.744 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking ceph-mon (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:27:23.772 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-kubernetes. 2024-02-10T07:27:23.800 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-02-10T07:27:23.838 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-02-10T07:27:23.980 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package ceph-fuse. 2024-02-10T07:27:24.007 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-1361-g290212a1-1jammy_amd64.deb ... 2024-02-10T07:27:24.047 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking ceph-fuse (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:27:24.375 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package ceph-mds. 2024-02-10T07:27:24.402 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-1361-g290212a1-1jammy_amd64.deb ... 2024-02-10T07:27:24.433 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking ceph-mds (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:27:24.471 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-02-10T07:27:24.489 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-1361-g290212a1-1jammy_all.deb ... 2024-02-10T07:27:24.492 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package ceph-osd. 2024-02-10T07:27:24.519 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-1361-g290212a1-1jammy_amd64.deb ... 2024-02-10T07:27:24.520 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:27:24.567 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking ceph-osd (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:27:24.815 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package libonig5:amd64. 2024-02-10T07:27:24.828 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package cephadm. 2024-02-10T07:27:24.843 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-02-10T07:27:24.855 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../069-cephadm_19.0.0-1361-g290212a1-1jammy_amd64.deb ... 2024-02-10T07:27:24.881 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-02-10T07:27:24.894 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking cephadm (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:27:25.214 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-asyncssh. 2024-02-10T07:27:25.226 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package libjq1:amd64. 2024-02-10T07:27:25.241 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-02-10T07:27:25.254 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-02-10T07:27:25.280 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-02-10T07:27:25.301 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-02-10T07:27:25.562 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package jq. 2024-02-10T07:27:25.590 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-02-10T07:27:25.600 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python-babel-localedata. 2024-02-10T07:27:25.627 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-02-10T07:27:25.628 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-02-10T07:27:25.658 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-02-10T07:27:25.848 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package socat. 2024-02-10T07:27:25.864 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-02-10T07:27:25.897 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-02-10T07:27:25.983 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package ceph. 2024-02-10T07:27:26.010 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../066-ceph_19.0.0-1361-g290212a1-1jammy_amd64.deb ... 2024-02-10T07:27:26.058 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking ceph (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:27:26.192 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package xmlstarlet. 2024-02-10T07:27:26.209 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-02-10T07:27:26.250 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-02-10T07:27:26.389 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package ceph-fuse. 2024-02-10T07:27:26.416 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-1361-g290212a1-1jammy_amd64.deb ... 2024-02-10T07:27:26.456 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking ceph-fuse (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:27:26.605 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package ceph-test. 2024-02-10T07:27:26.633 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../097-ceph-test_19.0.0-1361-g290212a1-1jammy_amd64.deb ... 2024-02-10T07:27:26.671 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking ceph-test (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:27:26.696 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-babel. 2024-02-10T07:27:26.724 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-02-10T07:27:26.762 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-02-10T07:27:26.803 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package ceph-mds. 2024-02-10T07:27:26.830 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-1361-g290212a1-1jammy_amd64.deb ... 2024-02-10T07:27:26.870 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking ceph-mds (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:27:27.074 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-jinja2. 2024-02-10T07:27:27.101 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-02-10T07:27:27.140 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-02-10T07:27:27.310 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package cephadm. 2024-02-10T07:27:27.337 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../069-cephadm_19.0.0-1361-g290212a1-1jammy_amd64.deb ... 2024-02-10T07:27:27.385 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking cephadm (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:27:27.468 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-02-10T07:27:27.496 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-1361-g290212a1-1jammy_all.deb ... 2024-02-10T07:27:27.716 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python3-asyncssh. 2024-02-10T07:27:27.743 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-02-10T07:27:27.783 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-02-10T07:27:27.840 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking ceph-mgr-cephadm (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:27:28.096 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python-babel-localedata. 2024-02-10T07:27:28.123 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-02-10T07:27:28.129 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-repoze.lru. 2024-02-10T07:27:28.157 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-02-10T07:27:28.171 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-02-10T07:27:28.187 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-02-10T07:27:28.474 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-routes. 2024-02-10T07:27:28.501 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-02-10T07:27:28.650 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-02-10T07:27:28.977 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-02-10T07:27:29.004 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-1361-g290212a1-1jammy_all.deb ... 2024-02-10T07:27:29.035 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking ceph-mgr-dashboard (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:27:29.050 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package ceph-volume. 2024-02-10T07:27:29.078 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-1361-g290212a1-1jammy_all.deb ... 2024-02-10T07:27:29.116 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking ceph-volume (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:27:29.265 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python3-babel. 2024-02-10T07:27:29.293 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-02-10T07:27:29.331 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-02-10T07:27:29.420 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package libcephfs-dev. 2024-02-10T07:27:29.437 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-1361-g290212a1-1jammy_amd64.deb ... 2024-02-10T07:27:29.463 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-02-10T07:27:29.470 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking libcephfs-dev (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:27:29.490 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-02-10T07:27:29.546 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-02-10T07:27:29.655 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python3-jinja2. 2024-02-10T07:27:29.683 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-02-10T07:27:29.721 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-02-10T07:27:29.739 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package lua-socket:amd64. 2024-02-10T07:27:29.756 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-02-10T07:27:29.789 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-02-10T07:27:30.016 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-joblib. 2024-02-10T07:27:30.033 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-02-10T07:27:30.066 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-02-10T07:27:30.079 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-02-10T07:27:30.106 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-1361-g290212a1-1jammy_all.deb ... 2024-02-10T07:27:30.110 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package lua-sec:amd64. 2024-02-10T07:27:30.127 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-02-10T07:27:30.145 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking ceph-mgr-cephadm (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:27:30.171 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-02-10T07:27:30.378 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-02-10T07:27:30.394 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-02-10T07:27:30.436 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-02-10T07:27:30.459 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python3-repoze.lru. 2024-02-10T07:27:30.487 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-02-10T07:27:30.526 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-02-10T07:27:30.539 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package nvme-cli. 2024-02-10T07:27:30.567 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-02-10T07:27:30.606 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-02-10T07:27:30.739 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-sklearn. 2024-02-10T07:27:30.766 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-02-10T07:27:30.805 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-02-10T07:27:30.816 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python3-routes. 2024-02-10T07:27:30.843 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-02-10T07:27:30.891 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-02-10T07:27:31.011 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package pkg-config. 2024-02-10T07:27:31.039 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-02-10T07:27:31.077 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-02-10T07:27:31.221 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-02-10T07:27:31.238 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-1361-g290212a1-1jammy_all.deb ... 2024-02-10T07:27:31.281 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking ceph-mgr-dashboard (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:27:31.305 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-02-10T07:27:31.322 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-02-10T07:27:31.355 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-02-10T07:27:31.522 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-02-10T07:27:31.550 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-1361-g290212a1-1jammy_all.deb ... 2024-02-10T07:27:31.682 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:27:31.695 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-02-10T07:27:31.712 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-02-10T07:27:31.754 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-02-10T07:27:31.791 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-iniconfig. 2024-02-10T07:27:31.820 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-02-10T07:27:31.857 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-02-10T07:27:32.177 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-pastescript. 2024-02-10T07:27:32.205 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-02-10T07:27:32.243 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-02-10T07:27:32.253 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python3-joblib. 2024-02-10T07:27:32.281 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-02-10T07:27:32.320 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-02-10T07:27:32.530 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-pluggy. 2024-02-10T07:27:32.547 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-02-10T07:27:32.580 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-02-10T07:27:32.636 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-cachetools. 2024-02-10T07:27:32.652 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-02-10T07:27:32.677 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-02-10T07:27:32.685 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-02-10T07:27:32.705 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-02-10T07:27:32.744 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-02-10T07:27:32.858 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-psutil. 2024-02-10T07:27:32.886 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-02-10T07:27:32.924 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-02-10T07:27:32.955 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-pyasn1. 2024-02-10T07:27:32.983 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-02-10T07:27:33.021 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-02-10T07:27:33.049 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python3-sklearn. 2024-02-10T07:27:33.076 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-02-10T07:27:33.124 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-02-10T07:27:33.261 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-py. 2024-02-10T07:27:33.289 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-02-10T07:27:33.327 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-py (1.10.0-1) ... 2024-02-10T07:27:33.350 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-02-10T07:27:33.378 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-02-10T07:27:33.416 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-02-10T07:27:33.589 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-pygments. 2024-02-10T07:27:33.617 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-02-10T07:27:33.655 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-02-10T07:27:33.728 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-rsa. 2024-02-10T07:27:33.755 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-02-10T07:27:33.768 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-02-10T07:27:33.794 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-rsa (4.8-1) ... 2024-02-10T07:27:33.796 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-1361-g290212a1-1jammy_all.deb ... 2024-02-10T07:27:33.932 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:27:34.109 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-pyinotify. 2024-02-10T07:27:34.114 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-google-auth. 2024-02-10T07:27:34.137 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-02-10T07:27:34.142 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-02-10T07:27:34.175 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-02-10T07:27:34.181 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-02-10T07:27:34.486 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-toml. 2024-02-10T07:27:34.514 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-02-10T07:27:34.534 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-02-10T07:27:34.553 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-02-10T07:27:34.562 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-02-10T07:27:34.601 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-02-10T07:27:34.831 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-pytest. 2024-02-10T07:27:34.859 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-02-10T07:27:34.897 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-02-10T07:27:34.903 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-websocket. 2024-02-10T07:27:34.931 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-02-10T07:27:34.970 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-02-10T07:27:35.217 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-simplejson. 2024-02-10T07:27:35.245 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-02-10T07:27:35.248 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-kubernetes. 2024-02-10T07:27:35.279 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-02-10T07:27:35.283 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-02-10T07:27:35.306 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-02-10T07:27:35.572 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python3-cachetools. 2024-02-10T07:27:35.578 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-02-10T07:27:35.600 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-02-10T07:27:35.606 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-02-10T07:27:35.640 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-02-10T07:27:35.644 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-02-10T07:27:35.953 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python3-pyasn1. 2024-02-10T07:27:35.970 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-02-10T07:27:35.981 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-02-10T07:27:35.987 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-1361-g290212a1-1jammy_all.deb ... 2024-02-10T07:27:36.020 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:27:36.028 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-02-10T07:27:36.306 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package libonig5:amd64. 2024-02-10T07:27:36.334 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-02-10T07:27:36.369 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-02-10T07:27:36.372 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-02-10T07:27:36.390 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package radosgw. 2024-02-10T07:27:36.397 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-02-10T07:27:36.418 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../116-radosgw_19.0.0-1361-g290212a1-1jammy_amd64.deb ... 2024-02-10T07:27:36.436 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-02-10T07:27:36.456 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking radosgw (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:27:36.717 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package libjq1:amd64. 2024-02-10T07:27:36.745 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-02-10T07:27:36.766 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python3-rsa. 2024-02-10T07:27:36.783 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-02-10T07:27:36.794 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-02-10T07:27:36.834 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python3-rsa (4.8-1) ... 2024-02-10T07:27:37.028 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package jq. 2024-02-10T07:27:37.044 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-02-10T07:27:37.086 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-02-10T07:27:37.149 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python3-google-auth. 2024-02-10T07:27:37.177 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-02-10T07:27:37.224 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-02-10T07:27:37.259 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package rbd-fuse. 2024-02-10T07:27:37.276 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-1361-g290212a1-1jammy_amd64.deb ... 2024-02-10T07:27:37.313 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package socat. 2024-02-10T07:27:37.317 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking rbd-fuse (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:27:37.330 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-02-10T07:27:37.363 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-02-10T07:27:37.548 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-02-10T07:27:37.576 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-02-10T07:27:37.598 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-02-10T07:27:37.615 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-02-10T07:27:37.717 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package xmlstarlet. 2024-02-10T07:27:37.736 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-02-10T07:27:37.783 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-02-10T07:27:37.855 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-02-10T07:27:37.913 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python3-websocket. 2024-02-10T07:27:37.941 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-02-10T07:27:37.981 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-02-10T07:27:37.988 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-02-10T07:27:38.112 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package ceph-test. 2024-02-10T07:27:38.128 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../097-ceph-test_19.0.0-1361-g290212a1-1jammy_amd64.deb ... 2024-02-10T07:27:38.170 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking ceph-test (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:27:38.353 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python3-kubernetes. 2024-02-10T07:27:38.381 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-02-10T07:27:38.419 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-02-10T07:27:38.501 INFO:teuthology.orchestra.run.smithi046.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-02-10T07:27:38.846 INFO:teuthology.orchestra.run.smithi046.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-02-10T07:27:39.181 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-02-10T07:27:39.197 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-1361-g290212a1-1jammy_all.deb ... 2024-02-10T07:27:39.241 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:27:39.284 INFO:teuthology.orchestra.run.smithi046.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-02-10T07:27:39.358 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up cephadm (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:27:39.562 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package libonig5:amd64. 2024-02-10T07:27:39.590 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-02-10T07:27:39.629 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-02-10T07:27:39.969 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package libjq1:amd64. 2024-02-10T07:27:39.993 INFO:teuthology.orchestra.run.smithi046.stdout:Adding system user cephadm....done 2024-02-10T07:27:39.997 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-02-10T07:27:40.036 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-02-10T07:27:40.283 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-02-10T07:27:40.500 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package ceph-volume. 2024-02-10T07:27:40.516 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package jq. 2024-02-10T07:27:40.527 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-1361-g290212a1-1jammy_all.deb ... 2024-02-10T07:27:40.544 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-02-10T07:27:40.566 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking ceph-volume (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:27:40.591 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-02-10T07:27:40.682 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-02-10T07:27:40.847 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package socat. 2024-02-10T07:27:40.870 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package libcephfs-dev. 2024-02-10T07:27:40.875 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-02-10T07:27:40.886 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-1361-g290212a1-1jammy_amd64.deb ... 2024-02-10T07:27:40.914 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-02-10T07:27:40.928 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking libcephfs-dev (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:27:41.067 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-02-10T07:27:41.193 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-02-10T07:27:41.230 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package xmlstarlet. 2024-02-10T07:27:41.239 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package lua-socket:amd64. 2024-02-10T07:27:41.258 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-02-10T07:27:41.267 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-02-10T07:27:41.304 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-02-10T07:27:41.305 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-02-10T07:27:41.445 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-02-10T07:27:41.635 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package lua-sec:amd64. 2024-02-10T07:27:41.663 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-02-10T07:27:41.672 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package ceph-test. 2024-02-10T07:27:41.689 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../097-ceph-test_19.0.0-1361-g290212a1-1jammy_amd64.deb ... 2024-02-10T07:27:41.701 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-02-10T07:27:41.704 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-02-10T07:27:41.730 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking ceph-test (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:27:41.830 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-py (1.10.0-1) ... 2024-02-10T07:27:42.055 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package nvme-cli. 2024-02-10T07:27:42.083 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-02-10T07:27:42.121 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-02-10T07:27:42.123 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-02-10T07:27:42.484 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-02-10T07:27:42.543 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package pkg-config. 2024-02-10T07:27:42.571 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-02-10T07:27:42.610 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-02-10T07:27:42.751 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-02-10T07:27:42.896 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-02-10T07:27:42.924 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-02-10T07:27:42.962 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-02-10T07:27:43.044 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up unzip (6.0-26ubuntu3.1) ... 2024-02-10T07:27:43.279 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-02-10T07:27:43.597 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-02-10T07:27:43.715 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-iniconfig. 2024-02-10T07:27:43.743 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-02-10T07:27:43.782 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-02-10T07:27:43.939 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-02-10T07:27:44.084 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-pastescript. 2024-02-10T07:27:44.112 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-02-10T07:27:44.151 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-02-10T07:27:44.199 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-ceph-argparse (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:27:44.446 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-pluggy. 2024-02-10T07:27:44.474 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-02-10T07:27:44.483 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-02-10T07:27:44.504 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-02-10T07:27:44.609 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-02-10T07:27:44.735 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-02-10T07:27:44.757 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-psutil. 2024-02-10T07:27:44.785 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-02-10T07:27:44.823 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-02-10T07:27:44.836 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-02-10T07:27:45.071 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-02-10T07:27:45.160 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-py. 2024-02-10T07:27:45.182 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package ceph-volume. 2024-02-10T07:27:45.188 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-02-10T07:27:45.210 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-1361-g290212a1-1jammy_all.deb ... 2024-02-10T07:27:45.226 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-py (1.10.0-1) ... 2024-02-10T07:27:45.248 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking ceph-volume (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:27:45.452 INFO:teuthology.orchestra.run.smithi046.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-02-10T07:27:45.488 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-pygments. 2024-02-10T07:27:45.501 INFO:teuthology.orchestra.run.smithi046.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-02-10T07:27:45.516 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-02-10T07:27:45.538 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package libcephfs-dev. 2024-02-10T07:27:45.555 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-1361-g290212a1-1jammy_amd64.deb ... 2024-02-10T07:27:45.562 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-02-10T07:27:45.565 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-02-10T07:27:45.597 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking libcephfs-dev (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:27:45.691 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-02-10T07:27:45.903 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package lua-socket:amd64. 2024-02-10T07:27:45.931 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-02-10T07:27:45.970 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-02-10T07:27:46.050 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-pyinotify. 2024-02-10T07:27:46.059 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-02-10T07:27:46.078 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-02-10T07:27:46.116 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-02-10T07:27:46.185 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-02-10T07:27:46.338 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package lua-sec:amd64. 2024-02-10T07:27:46.366 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-02-10T07:27:46.413 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-02-10T07:27:46.428 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-toml. 2024-02-10T07:27:46.444 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-02-10T07:27:46.456 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-02-10T07:27:46.494 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-02-10T07:27:46.696 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-02-10T07:27:46.788 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package nvme-cli. 2024-02-10T07:27:46.797 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-pytest. 2024-02-10T07:27:46.816 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-02-10T07:27:46.825 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-02-10T07:27:46.863 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-02-10T07:27:46.863 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-02-10T07:27:46.996 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up zip (3.0-12build2) ... 2024-02-10T07:27:47.122 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-02-10T07:27:47.260 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package python3-simplejson. 2024-02-10T07:27:47.266 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package pkg-config. 2024-02-10T07:27:47.282 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-02-10T07:27:47.288 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-02-10T07:27:47.324 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-02-10T07:27:47.327 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-02-10T07:27:47.589 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-02-10T07:27:47.604 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-02-10T07:27:47.605 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-02-10T07:27:47.633 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-02-10T07:27:47.648 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-02-10T07:27:47.671 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-02-10T07:27:47.841 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-02-10T07:27:48.087 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python3-iniconfig. 2024-02-10T07:27:48.115 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-02-10T07:27:48.117 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-02-10T07:27:48.153 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-02-10T07:27:48.243 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-02-10T07:27:48.369 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-02-10T07:27:48.408 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package radosgw. 2024-02-10T07:27:48.436 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../116-radosgw_19.0.0-1361-g290212a1-1jammy_amd64.deb ... 2024-02-10T07:27:48.459 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python3-pastescript. 2024-02-10T07:27:48.474 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking radosgw (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:27:48.488 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-02-10T07:27:48.526 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-02-10T07:27:48.645 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-02-10T07:27:48.826 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python3-pluggy. 2024-02-10T07:27:48.854 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-02-10T07:27:48.892 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-02-10T07:27:49.038 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-02-10T07:27:49.198 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python3-psutil. 2024-02-10T07:27:49.225 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-02-10T07:27:49.252 INFO:teuthology.orchestra.run.smithi047.stdout:Selecting previously unselected package rbd-fuse. 2024-02-10T07:27:49.269 INFO:teuthology.orchestra.run.smithi047.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-1361-g290212a1-1jammy_amd64.deb ... 2024-02-10T07:27:49.272 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-02-10T07:27:49.297 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-02-10T07:27:49.302 INFO:teuthology.orchestra.run.smithi047.stdout:Unpacking rbd-fuse (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:27:49.587 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python3-py. 2024-02-10T07:27:49.590 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-02-10T07:27:49.604 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-02-10T07:27:49.654 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python3-py (1.10.0-1) ... 2024-02-10T07:27:49.699 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-02-10T07:27:49.840 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-02-10T07:27:49.966 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-02-10T07:27:49.995 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python3-pygments. 2024-02-10T07:27:50.000 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-02-10T07:27:50.023 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-02-10T07:27:50.062 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-02-10T07:27:50.254 INFO:teuthology.orchestra.run.smithi047.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-02-10T07:27:50.393 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-02-10T07:27:50.511 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python3-pyinotify. 2024-02-10T07:27:50.539 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-02-10T07:27:50.577 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-02-10T07:27:50.618 INFO:teuthology.orchestra.run.smithi047.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-02-10T07:27:50.644 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-02-10T07:27:50.745 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-ceph-common (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:27:51.035 INFO:teuthology.orchestra.run.smithi047.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-02-10T07:27:51.063 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-idna (3.3-1) ... 2024-02-10T07:27:51.126 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up cephadm (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:27:51.242 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python3-toml. 2024-02-10T07:27:51.270 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-02-10T07:27:51.317 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-02-10T07:27:51.381 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-02-10T07:27:51.632 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python3-pytest. 2024-02-10T07:27:51.660 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-02-10T07:27:51.669 INFO:teuthology.orchestra.run.smithi047.stdout:Adding system user cephadm....done 2024-02-10T07:27:51.698 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-02-10T07:27:51.824 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-02-10T07:27:52.046 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package python3-simplejson. 2024-02-10T07:27:52.074 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-02-10T07:27:52.083 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-02-10T07:27:52.121 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-02-10T07:27:52.335 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-02-10T07:27:52.394 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-02-10T07:27:52.423 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-02-10T07:27:52.461 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-02-10T07:27:52.469 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-02-10T07:27:52.544 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-02-10T07:27:52.720 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-02-10T07:27:52.771 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-02-10T07:27:52.897 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-toml (0.10.2-1) ... 2024-02-10T07:27:52.971 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-02-10T07:27:53.097 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-py (1.10.0-1) ... 2024-02-10T07:27:53.165 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-02-10T07:27:53.195 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package radosgw. 2024-02-10T07:27:53.223 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../116-radosgw_19.0.0-1361-g290212a1-1jammy_amd64.deb ... 2024-02-10T07:27:53.269 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking radosgw (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:27:53.290 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-02-10T07:27:53.399 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-02-10T07:27:53.416 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-02-10T07:27:53.718 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-02-10T07:27:53.768 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-02-10T07:27:53.977 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-02-10T07:27:54.019 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-02-10T07:27:54.212 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-02-10T07:27:54.267 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package rbd-fuse. 2024-02-10T07:27:54.295 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-1361-g290212a1-1jammy_amd64.deb ... 2024-02-10T07:27:54.303 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up unzip (6.0-26ubuntu3.1) ... 2024-02-10T07:27:54.321 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-02-10T07:27:54.333 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking rbd-fuse (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:27:54.572 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-02-10T07:27:54.623 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-02-10T07:27:54.660 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-02-10T07:27:54.831 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-02-10T07:27:54.882 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-02-10T07:27:54.913 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-02-10T07:27:55.040 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-02-10T07:27:55.107 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-02-10T07:27:55.163 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-02-10T07:27:55.310 INFO:teuthology.orchestra.run.smithi029.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-02-10T07:27:55.391 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-ceph-argparse (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:27:55.425 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-02-10T07:27:55.647 INFO:teuthology.orchestra.run.smithi029.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-02-10T07:27:55.693 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-02-10T07:27:55.809 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-02-10T07:27:55.936 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-02-10T07:27:55.943 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-02-10T07:27:56.037 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-02-10T07:27:56.051 INFO:teuthology.orchestra.run.smithi029.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-02-10T07:27:56.069 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-02-10T07:27:56.195 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-02-10T07:27:56.211 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up cephadm (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:27:56.321 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-02-10T07:27:56.438 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-02-10T07:27:56.447 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-02-10T07:27:56.749 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-02-10T07:27:56.837 INFO:teuthology.orchestra.run.smithi047.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-02-10T07:27:56.869 INFO:teuthology.orchestra.run.smithi047.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-02-10T07:27:56.932 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-02-10T07:27:57.042 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-02-10T07:27:57.074 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-02-10T07:27:57.342 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-02-10T07:27:57.393 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-02-10T07:27:57.468 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-02-10T07:27:57.519 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-02-10T07:27:57.586 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-02-10T07:27:57.658 INFO:teuthology.orchestra.run.smithi046.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-02-10T07:27:57.786 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-02-10T07:27:57.912 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-02-10T07:27:58.038 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-02-10T07:27:58.054 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-02-10T07:27:58.381 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up zip (3.0-12build2) ... 2024-02-10T07:27:58.440 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-02-10T07:27:58.506 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-02-10T07:27:58.699 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up lua-any (27ubuntu1) ... 2024-02-10T07:27:58.842 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-portend (3.0.0-1) ... 2024-02-10T07:27:59.101 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-02-10T07:27:59.217 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-02-10T07:27:59.227 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-02-10T07:27:59.543 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-02-10T07:27:59.545 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-02-10T07:27:59.669 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-02-10T07:27:59.837 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-02-10T07:27:59.846 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-02-10T07:28:00.137 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-02-10T07:28:00.139 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-02-10T07:28:00.265 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-rsa (4.8-1) ... 2024-02-10T07:28:00.522 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-02-10T07:28:00.541 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-02-10T07:28:00.773 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-02-10T07:28:00.817 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-02-10T07:28:01.166 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-02-10T07:28:01.168 INFO:teuthology.orchestra.run.smithi029.stdout:Adding system user cephadm....done 2024-02-10T07:28:01.170 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-02-10T07:28:01.459 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-02-10T07:28:01.538 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-02-10T07:28:01.795 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-02-10T07:28:01.802 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-02-10T07:28:01.840 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-02-10T07:28:02.062 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-02-10T07:28:02.162 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-ceph-common (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:28:02.209 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-02-10T07:28:02.335 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up librados2 (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:28:02.447 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-idna (3.3-1) ... 2024-02-10T07:28:02.453 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up libsqlite3-mod-ceph (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:28:02.554 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-02-10T07:28:02.764 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-02-10T07:28:02.907 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up libcephfs2 (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:28:02.914 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-02-10T07:28:03.032 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up libradosstriper1 (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:28:03.158 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-02-10T07:28:03.265 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-02-10T07:28:03.392 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-02-10T07:28:03.443 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up librbd1 (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:28:03.561 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up ceph-mgr-modules-core (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:28:03.654 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-02-10T07:28:03.662 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up ceph-fuse (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:28:03.866 INFO:teuthology.orchestra.run.smithi046.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-02-10T07:28:03.867 INFO:teuthology.orchestra.run.smithi046.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-02-10T07:28:03.915 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-02-10T07:28:04.028 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-02-10T07:28:04.042 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python3-py (1.10.0-1) ... 2024-02-10T07:28:04.255 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-02-10T07:28:04.363 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up libcephfs-dev (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:28:04.372 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-02-10T07:28:04.389 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-toml (0.10.2-1) ... 2024-02-10T07:28:04.489 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-rados (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:28:04.615 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up librgw2 (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:28:04.657 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-02-10T07:28:04.741 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-02-10T07:28:04.742 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-02-10T07:28:04.783 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-02-10T07:28:04.909 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-02-10T07:28:05.011 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-02-10T07:28:05.210 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-02-10T07:28:05.279 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up unzip (6.0-26ubuntu3.1) ... 2024-02-10T07:28:05.478 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-02-10T07:28:05.542 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-02-10T07:28:05.712 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-02-10T07:28:05.802 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-02-10T07:28:05.838 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-02-10T07:28:06.045 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-rbd (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:28:06.100 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-02-10T07:28:06.165 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-02-10T07:28:06.170 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up rbd-fuse (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:28:06.297 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-rgw (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:28:06.408 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python3-ceph-argparse (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:28:06.422 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-cephfs (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:28:06.424 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-02-10T07:28:06.548 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up ceph-common (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:28:06.677 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-02-10T07:28:06.683 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-02-10T07:28:06.804 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-02-10T07:28:06.926 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-02-10T07:28:06.930 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-02-10T07:28:07.049 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-02-10T07:28:07.083 INFO:teuthology.orchestra.run.smithi046.stdout:Adding group ceph....done 2024-02-10T07:28:07.210 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-02-10T07:28:07.328 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-02-10T07:28:07.426 INFO:teuthology.orchestra.run.smithi046.stdout:Adding system user ceph....done 2024-02-10T07:28:07.495 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-02-10T07:28:07.603 INFO:teuthology.orchestra.run.smithi046.stdout:Setting system user ceph properties....done 2024-02-10T07:28:07.621 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-02-10T07:28:07.621 INFO:teuthology.orchestra.run.smithi046.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-02-10T07:28:07.759 INFO:teuthology.orchestra.run.smithi029.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-02-10T07:28:07.765 INFO:teuthology.orchestra.run.smithi046.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-02-10T07:28:07.794 INFO:teuthology.orchestra.run.smithi029.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-02-10T07:28:07.859 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-02-10T07:28:07.905 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-02-10T07:28:07.987 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-02-10T07:28:08.015 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-02-10T07:28:08.118 INFO:teuthology.orchestra.run.smithi046.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-02-10T07:28:08.324 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-02-10T07:28:08.356 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-02-10T07:28:08.483 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-02-10T07:28:08.599 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up ceph-test (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:28:08.616 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-02-10T07:28:08.725 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up radosgw (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:28:08.759 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-02-10T07:28:08.859 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-02-10T07:28:09.002 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-02-10T07:28:09.038 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-02-10T07:28:09.128 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-02-10T07:28:09.202 INFO:teuthology.orchestra.run.smithi046.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-02-10T07:28:09.202 INFO:teuthology.orchestra.run.smithi046.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-02-10T07:28:09.217 INFO:teuthology.orchestra.run.smithi047.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-02-10T07:28:09.349 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up zip (3.0-12build2) ... 2024-02-10T07:28:09.455 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-02-10T07:28:09.476 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-02-10T07:28:09.581 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-02-10T07:28:09.693 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up ceph-base (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:28:09.965 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-02-10T07:28:10.034 INFO:teuthology.orchestra.run.smithi046.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-02-10T07:28:10.198 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-02-10T07:28:10.233 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up lua-any (27ubuntu1) ... 2024-02-10T07:28:10.334 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-portend (3.0.0-1) ... 2024-02-10T07:28:10.467 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-02-10T07:28:10.512 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up ceph-mds (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:28:10.593 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-02-10T07:28:10.594 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-02-10T07:28:10.720 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-02-10T07:28:10.720 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-02-10T07:28:10.751 INFO:teuthology.orchestra.run.smithi046.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-02-10T07:28:10.751 INFO:teuthology.orchestra.run.smithi046.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-02-10T07:28:11.024 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-02-10T07:28:11.046 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-02-10T07:28:11.299 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up ceph-mgr (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:28:11.346 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-02-10T07:28:11.418 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-02-10T07:28:11.520 INFO:teuthology.orchestra.run.smithi046.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-02-10T07:28:11.521 INFO:teuthology.orchestra.run.smithi046.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-02-10T07:28:11.614 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-02-10T07:28:11.687 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-02-10T07:28:11.740 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-rsa (4.8-1) ... 2024-02-10T07:28:12.007 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up ceph-osd (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:28:12.016 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-02-10T07:28:12.066 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-02-10T07:28:12.301 INFO:teuthology.orchestra.run.smithi046.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-02-10T07:28:12.301 INFO:teuthology.orchestra.run.smithi046.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-02-10T07:28:12.309 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-02-10T07:28:12.369 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-02-10T07:28:12.662 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-02-10T07:28:12.746 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-02-10T07:28:12.825 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up ceph-mgr-k8sevents (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:28:12.951 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:28:12.998 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-02-10T07:28:13.039 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-02-10T07:28:13.102 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up ceph-mon (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:28:13.126 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python3-ceph-common (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:28:13.304 INFO:teuthology.orchestra.run.smithi046.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-02-10T07:28:13.304 INFO:teuthology.orchestra.run.smithi046.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-02-10T07:28:13.340 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-02-10T07:28:13.446 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python3-idna (3.3-1) ... 2024-02-10T07:28:13.701 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-02-10T07:28:13.773 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-02-10T07:28:13.778 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up ceph-mgr-cephadm (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:28:13.827 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up librados2 (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:28:13.896 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up ceph (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:28:13.953 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up libsqlite3-mod-ceph (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:28:14.022 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up ceph-mgr-dashboard (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:28:14.079 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-02-10T07:28:14.416 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up libcephfs2 (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:28:14.458 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up ceph-volume (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:28:14.541 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up libradosstriper1 (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:28:14.659 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-02-10T07:28:14.820 INFO:teuthology.orchestra.run.smithi046.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-02-10T07:28:14.930 INFO:teuthology.orchestra.run.smithi046.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-02-10T07:28:14.935 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up librbd1 (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:28:15.010 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-02-10T07:28:15.053 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up ceph-mgr-modules-core (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:28:15.083 INFO:teuthology.orchestra.run.smithi046.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-02-10T07:28:15.154 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up ceph-fuse (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:28:15.264 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-02-10T07:28:15.359 INFO:teuthology.orchestra.run.smithi047.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-02-10T07:28:15.359 INFO:teuthology.orchestra.run.smithi047.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-02-10T07:28:15.391 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python3-toml (0.10.2-1) ... 2024-02-10T07:28:15.652 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-02-10T07:28:15.780 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-02-10T07:28:15.855 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up libcephfs-dev (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:28:15.907 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-02-10T07:28:15.981 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-rados (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:28:16.108 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up librgw2 (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:28:16.191 INFO:teuthology.orchestra.run.smithi046.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-02-10T07:28:16.201 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-02-10T07:28:16.233 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-02-10T07:28:16.462 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-02-10T07:28:16.724 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-02-10T07:28:16.851 INFO:teuthology.orchestra.run.smithi046.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-02-10T07:28:16.858 DEBUG:teuthology.parallel:result is None 2024-02-10T07:28:16.867 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-02-10T07:28:17.195 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-02-10T07:28:17.455 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-02-10T07:28:17.495 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-rbd (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:28:17.621 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up rbd-fuse (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:28:17.725 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-02-10T07:28:17.747 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-rgw (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:28:17.873 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up python3-cephfs (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:28:17.978 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-02-10T07:28:17.999 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up ceph-common (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:28:18.230 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-02-10T07:28:18.500 INFO:teuthology.orchestra.run.smithi047.stdout:Adding group ceph....done 2024-02-10T07:28:18.506 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-02-10T07:28:18.635 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-02-10T07:28:18.885 INFO:teuthology.orchestra.run.smithi047.stdout:Adding system user ceph....done 2024-02-10T07:28:18.920 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-02-10T07:28:19.047 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-02-10T07:28:19.053 INFO:teuthology.orchestra.run.smithi047.stdout:Setting system user ceph properties....done 2024-02-10T07:28:19.071 INFO:teuthology.orchestra.run.smithi047.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-02-10T07:28:19.216 INFO:teuthology.orchestra.run.smithi047.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-02-10T07:28:19.375 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-02-10T07:28:19.561 INFO:teuthology.orchestra.run.smithi047.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-02-10T07:28:19.687 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-02-10T07:28:19.947 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-02-10T07:28:20.041 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up ceph-test (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:28:20.168 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-02-10T07:28:20.168 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up radosgw (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:28:20.200 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-02-10T07:28:20.290 INFO:teuthology.orchestra.run.smithi029.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-02-10T07:28:20.530 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-02-10T07:28:20.605 INFO:teuthology.orchestra.run.smithi047.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-02-10T07:28:20.605 INFO:teuthology.orchestra.run.smithi047.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-02-10T07:28:20.657 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-02-10T07:28:21.052 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-02-10T07:28:21.061 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up ceph-base (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:28:21.312 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up lua-any (27ubuntu1) ... 2024-02-10T07:28:21.414 INFO:teuthology.orchestra.run.smithi047.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-02-10T07:28:21.441 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python3-portend (3.0.0-1) ... 2024-02-10T07:28:21.701 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-02-10T07:28:21.828 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-02-10T07:28:21.888 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up ceph-mds (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:28:22.142 INFO:teuthology.orchestra.run.smithi047.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-02-10T07:28:22.143 INFO:teuthology.orchestra.run.smithi047.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-02-10T07:28:22.147 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-02-10T07:28:22.492 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-02-10T07:28:22.656 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up ceph-mgr (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:28:22.770 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-02-10T07:28:22.885 INFO:teuthology.orchestra.run.smithi047.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-02-10T07:28:22.885 INFO:teuthology.orchestra.run.smithi047.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-02-10T07:28:22.896 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python3-rsa (4.8-1) ... 2024-02-10T07:28:23.173 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-02-10T07:28:23.365 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up ceph-osd (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:28:23.452 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-02-10T07:28:23.655 INFO:teuthology.orchestra.run.smithi047.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-02-10T07:28:23.655 INFO:teuthology.orchestra.run.smithi047.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-02-10T07:28:23.800 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-02-10T07:28:24.133 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up ceph-mgr-k8sevents (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:28:24.196 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-02-10T07:28:24.243 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:28:24.403 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up ceph-mon (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:28:24.482 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-02-10T07:28:24.624 INFO:teuthology.orchestra.run.smithi047.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-02-10T07:28:24.624 INFO:teuthology.orchestra.run.smithi047.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-02-10T07:28:24.822 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-02-10T07:28:24.949 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up librados2 (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:28:25.084 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up libsqlite3-mod-ceph (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:28:25.104 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up ceph-mgr-cephadm (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:28:25.211 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-02-10T07:28:25.255 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up ceph (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:28:25.381 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up ceph-mgr-dashboard (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:28:25.532 INFO:teuthology.orchestra.run.smithi047.stdout:Setting up ceph-volume (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:28:25.560 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up libcephfs2 (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:28:25.687 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up libradosstriper1 (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:28:25.857 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-02-10T07:28:26.044 INFO:teuthology.orchestra.run.smithi047.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-02-10T07:28:26.143 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up librbd1 (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:28:26.161 INFO:teuthology.orchestra.run.smithi047.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-02-10T07:28:26.270 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up ceph-mgr-modules-core (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:28:26.305 INFO:teuthology.orchestra.run.smithi047.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-02-10T07:28:26.397 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up ceph-fuse (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:28:26.622 INFO:teuthology.orchestra.run.smithi029.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-02-10T07:28:26.622 INFO:teuthology.orchestra.run.smithi029.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-02-10T07:28:27.101 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up libcephfs-dev (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:28:27.228 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python3-rados (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:28:27.355 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up librgw2 (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:28:27.422 INFO:teuthology.orchestra.run.smithi047.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-02-10T07:28:27.482 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-02-10T07:28:28.067 INFO:teuthology.orchestra.run.smithi047.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-02-10T07:28:28.073 DEBUG:teuthology.parallel:result is None 2024-02-10T07:28:28.774 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python3-rbd (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:28:28.909 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up rbd-fuse (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:28:29.037 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python3-rgw (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:28:29.164 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up python3-cephfs (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:28:29.291 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up ceph-common (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:28:29.839 INFO:teuthology.orchestra.run.smithi029.stdout:Adding group ceph....done 2024-02-10T07:28:30.212 INFO:teuthology.orchestra.run.smithi029.stdout:Adding system user ceph....done 2024-02-10T07:28:30.390 INFO:teuthology.orchestra.run.smithi029.stdout:Setting system user ceph properties....done 2024-02-10T07:28:30.404 INFO:teuthology.orchestra.run.smithi029.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-02-10T07:28:30.548 INFO:teuthology.orchestra.run.smithi029.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-02-10T07:28:30.849 INFO:teuthology.orchestra.run.smithi029.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-02-10T07:28:31.320 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up ceph-test (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:28:31.449 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up radosgw (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:28:31.928 INFO:teuthology.orchestra.run.smithi029.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-02-10T07:28:31.928 INFO:teuthology.orchestra.run.smithi029.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-02-10T07:28:32.678 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up ceph-base (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:28:33.044 INFO:teuthology.orchestra.run.smithi029.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-02-10T07:28:33.491 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up ceph-mds (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:28:33.740 INFO:teuthology.orchestra.run.smithi029.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-02-10T07:28:33.741 INFO:teuthology.orchestra.run.smithi029.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-02-10T07:28:34.194 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up ceph-mgr (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:28:34.434 INFO:teuthology.orchestra.run.smithi029.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-02-10T07:28:34.434 INFO:teuthology.orchestra.run.smithi029.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-02-10T07:28:34.880 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up ceph-osd (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:28:35.164 INFO:teuthology.orchestra.run.smithi029.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-02-10T07:28:35.164 INFO:teuthology.orchestra.run.smithi029.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-02-10T07:28:35.627 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up ceph-mgr-k8sevents (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:28:35.753 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:28:35.906 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up ceph-mon (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:28:36.126 INFO:teuthology.orchestra.run.smithi029.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-02-10T07:28:36.126 INFO:teuthology.orchestra.run.smithi029.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-02-10T07:28:36.591 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up ceph-mgr-cephadm (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:28:36.744 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up ceph (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:28:36.871 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up ceph-mgr-dashboard (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:28:37.032 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up ceph-volume (19.0.0-1361-g290212a1-1jammy) ... 2024-02-10T07:28:37.488 INFO:teuthology.orchestra.run.smithi029.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-02-10T07:28:37.606 INFO:teuthology.orchestra.run.smithi029.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-02-10T07:28:37.769 INFO:teuthology.orchestra.run.smithi029.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-02-10T07:28:38.948 INFO:teuthology.orchestra.run.smithi029.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-02-10T07:28:39.669 INFO:teuthology.orchestra.run.smithi029.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-02-10T07:28:39.674 DEBUG:teuthology.parallel:result is None 2024-02-10T07:28:39.674 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 2024-02-10T07:28:40.015 DEBUG:teuthology.orchestra.run.smithi029:> dpkg-query -W -f '${Version}' ceph 2024-02-10T07:28:40.031 INFO:teuthology.orchestra.run.smithi029.stdout:19.0.0-1361-g290212a1-1jammy 2024-02-10T07:28:40.032 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-1361-g290212a1-1jammy 2024-02-10T07:28:40.032 INFO:teuthology.task.install:The correct ceph version 19.0.0-1361-g290212a1-1jammy is installed. 2024-02-10T07:28:40.034 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 2024-02-10T07:28:40.195 DEBUG:teuthology.orchestra.run.smithi046:> dpkg-query -W -f '${Version}' ceph 2024-02-10T07:28:40.215 INFO:teuthology.orchestra.run.smithi046.stdout:19.0.0-1361-g290212a1-1jammy 2024-02-10T07:28:40.215 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-1361-g290212a1-1jammy 2024-02-10T07:28:40.215 INFO:teuthology.task.install:The correct ceph version 19.0.0-1361-g290212a1-1jammy is installed. 2024-02-10T07:28:40.217 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 2024-02-10T07:28:40.403 DEBUG:teuthology.orchestra.run.smithi047:> dpkg-query -W -f '${Version}' ceph 2024-02-10T07:28:40.422 INFO:teuthology.orchestra.run.smithi047.stdout:19.0.0-1361-g290212a1-1jammy 2024-02-10T07:28:40.423 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-1361-g290212a1-1jammy 2024-02-10T07:28:40.423 INFO:teuthology.task.install:The correct ceph version 19.0.0-1361-g290212a1-1jammy is installed. 2024-02-10T07:28:40.425 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-02-10T07:28:40.425 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2024-02-10T07:28:40.425 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-02-10T07:28:40.440 DEBUG:teuthology.orchestra.run.smithi046:> set -ex 2024-02-10T07:28:40.440 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-02-10T07:28:40.455 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2024-02-10T07:28:40.455 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-02-10T07:28:40.477 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-02-10T07:28:40.477 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2024-02-10T07:28:40.477 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd of=/usr/bin/daemon-helper 2024-02-10T07:28:40.497 DEBUG:teuthology.orchestra.run.smithi029:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-02-10T07:28:40.552 DEBUG:teuthology.orchestra.run.smithi046:> set -ex 2024-02-10T07:28:40.552 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd of=/usr/bin/daemon-helper 2024-02-10T07:28:40.565 DEBUG:teuthology.orchestra.run.smithi046:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-02-10T07:28:40.619 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2024-02-10T07:28:40.619 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd of=/usr/bin/daemon-helper 2024-02-10T07:28:40.633 DEBUG:teuthology.orchestra.run.smithi047:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-02-10T07:28:40.685 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-02-10T07:28:40.685 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2024-02-10T07:28:40.685 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd of=/usr/bin/adjust-ulimits 2024-02-10T07:28:40.699 DEBUG:teuthology.orchestra.run.smithi029:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-02-10T07:28:40.752 DEBUG:teuthology.orchestra.run.smithi046:> set -ex 2024-02-10T07:28:40.753 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd of=/usr/bin/adjust-ulimits 2024-02-10T07:28:40.766 DEBUG:teuthology.orchestra.run.smithi046:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-02-10T07:28:40.819 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2024-02-10T07:28:40.819 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd of=/usr/bin/adjust-ulimits 2024-02-10T07:28:40.834 DEBUG:teuthology.orchestra.run.smithi047:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-02-10T07:28:40.892 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-02-10T07:28:40.892 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2024-02-10T07:28:40.892 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd of=/usr/bin/stdin-killer 2024-02-10T07:28:40.906 DEBUG:teuthology.orchestra.run.smithi029:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-02-10T07:28:40.960 DEBUG:teuthology.orchestra.run.smithi046:> set -ex 2024-02-10T07:28:40.960 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd of=/usr/bin/stdin-killer 2024-02-10T07:28:40.974 DEBUG:teuthology.orchestra.run.smithi046:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-02-10T07:28:41.027 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2024-02-10T07:28:41.027 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd of=/usr/bin/stdin-killer 2024-02-10T07:28:41.040 DEBUG:teuthology.orchestra.run.smithi047:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-02-10T07:28:41.096 INFO:teuthology.run_tasks:Running task cephadm... 2024-02-10T07:28:41.194 INFO:tasks.cephadm:Config: {'conf': {'global': {'mon election default strategy': 1}, 'mgr': {'debug mgr': 20, 'debug ms': 1, 'mgr/cephadm/use_agent': False}, '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\\)'], 'sha1': '290212a1bfd33563ba76ee5b7f0b944fdb6c5d90'} 2024-02-10T07:28:41.194 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 2024-02-10T07:28:41.194 INFO:tasks.cephadm:Cluster fsid is 039acd78-c7e6-11ee-95b8-87774f69a715 2024-02-10T07:28:41.194 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-02-10T07:28:41.195 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.29', 'mon.b': '172.21.15.46', 'mon.c': '172.21.15.47'} 2024-02-10T07:28:41.195 INFO:tasks.cephadm:First mon is mon.a on smithi029 2024-02-10T07:28:41.195 INFO:tasks.cephadm:First mgr is a 2024-02-10T07:28:41.195 INFO:tasks.cephadm:Normalizing hostnames... 2024-02-10T07:28:41.195 DEBUG:teuthology.orchestra.run.smithi029:> sudo hostname $(hostname -s) 2024-02-10T07:28:41.209 DEBUG:teuthology.orchestra.run.smithi046:> sudo hostname $(hostname -s) 2024-02-10T07:28:41.223 DEBUG:teuthology.orchestra.run.smithi047:> sudo hostname $(hostname -s) 2024-02-10T07:28:41.238 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-02-10T07:28:41.238 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 2024-02-10T07:28:41.466 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '290212a1bfd33563ba76ee5b7f0b944fdb6c5d90', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=jammy,DIST=jammy,MACHINE_SIZE=gigantic/76638/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-1361-g290212a1', 'node_name': '172.21.2.12+braggi12', 'job_name': 'ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=jammy,DIST=jammy,MACHINE_SIZE=gigantic', 'package_manager_version': '19.0.0-1361-g290212a1-1jammy'}, 'url': 'https://2.chacra.ceph.com/r/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/ubuntu/jammy/flavors/default/', 'distro_codename': 'jammy', 'modified': '2024-02-09 19:05:59.897465', 'distro_version': '22.04', 'project': 'ceph', 'flavor': 'default', 'ref': 'main', 'chacra_url': 'https://2.chacra.ceph.com/repos/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/ubuntu/jammy/flavors/default/', 'archs': ['x86_64'], 'distro': 'ubuntu'}] 2024-02-10T07:28:41.705 INFO:tasks.util.chacra:got chacra host 2.chacra.ceph.com, ref main, sha1 290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 from https://shaman.ceph.com/api/search/?project=ceph&distros=ubuntu%2F22.04%2Fx86_64&flavor=default&sha1=290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 2024-02-10T07:28:41.707 INFO:tasks.cephadm:Discovered cachra url: https://2.chacra.ceph.com/binaries/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/ubuntu/jammy/x86_64/flavors/default/cephadm 2024-02-10T07:28:41.707 DEBUG:teuthology.orchestra.run.smithi029:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-02-10T07:28:42.202 INFO:teuthology.orchestra.run.smithi029.stdout:-rw-rw-r-- 1 ubuntu ubuntu 774090 Feb 10 07:28 /home/ubuntu/cephtest/cephadm 2024-02-10T07:28:42.202 DEBUG:teuthology.orchestra.run.smithi046:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-02-10T07:28:42.695 INFO:teuthology.orchestra.run.smithi046.stdout:-rw-rw-r-- 1 ubuntu ubuntu 774090 Feb 10 07:28 /home/ubuntu/cephtest/cephadm 2024-02-10T07:28:42.695 DEBUG:teuthology.orchestra.run.smithi047:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-02-10T07:28:43.184 INFO:teuthology.orchestra.run.smithi047.stdout:-rw-rw-r-- 1 ubuntu ubuntu 774090 Feb 10 07:28 /home/ubuntu/cephtest/cephadm 2024-02-10T07:28:43.185 DEBUG:teuthology.orchestra.run.smithi029:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-02-10T07:28:43.193 DEBUG:teuthology.orchestra.run.smithi046:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-02-10T07:28:43.201 DEBUG:teuthology.orchestra.run.smithi047:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-02-10T07:28:43.219 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 on all hosts... 2024-02-10T07:28:43.219 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 pull 2024-02-10T07:28:43.237 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 pull 2024-02-10T07:28:43.244 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 pull 2024-02-10T07:28:43.406 INFO:teuthology.orchestra.run.smithi029.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90... 2024-02-10T07:28:43.411 INFO:teuthology.orchestra.run.smithi046.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90... 2024-02-10T07:28:43.425 INFO:teuthology.orchestra.run.smithi047.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90... 2024-02-10T07:30:19.084 INFO:teuthology.orchestra.run.smithi047.stdout:{ 2024-02-10T07:30:19.085 INFO:teuthology.orchestra.run.smithi047.stdout: "ceph_version": "ceph version 19.0.0-1361-g290212a1 (290212a1bfd33563ba76ee5b7f0b944fdb6c5d90) squid (dev)", 2024-02-10T07:30:19.085 INFO:teuthology.orchestra.run.smithi047.stdout: "image_id": "c328ab9dcfc7bf907ed3835578853a1e5a54ac5fa4d658ed833b2bc74e1373a6", 2024-02-10T07:30:19.085 INFO:teuthology.orchestra.run.smithi047.stdout: "repo_digests": [ 2024-02-10T07:30:19.085 INFO:teuthology.orchestra.run.smithi047.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:caf5e50b0be996bed0eb0d30a5482e8034654966f88a3565d36aeb446466fb58" 2024-02-10T07:30:19.085 INFO:teuthology.orchestra.run.smithi047.stdout: ] 2024-02-10T07:30:19.085 INFO:teuthology.orchestra.run.smithi047.stdout:} 2024-02-10T07:30:19.359 INFO:teuthology.orchestra.run.smithi046.stdout:{ 2024-02-10T07:30:19.359 INFO:teuthology.orchestra.run.smithi046.stdout: "ceph_version": "ceph version 19.0.0-1361-g290212a1 (290212a1bfd33563ba76ee5b7f0b944fdb6c5d90) squid (dev)", 2024-02-10T07:30:19.360 INFO:teuthology.orchestra.run.smithi046.stdout: "image_id": "c328ab9dcfc7bf907ed3835578853a1e5a54ac5fa4d658ed833b2bc74e1373a6", 2024-02-10T07:30:19.360 INFO:teuthology.orchestra.run.smithi046.stdout: "repo_digests": [ 2024-02-10T07:30:19.360 INFO:teuthology.orchestra.run.smithi046.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:caf5e50b0be996bed0eb0d30a5482e8034654966f88a3565d36aeb446466fb58" 2024-02-10T07:30:19.360 INFO:teuthology.orchestra.run.smithi046.stdout: ] 2024-02-10T07:30:19.360 INFO:teuthology.orchestra.run.smithi046.stdout:} 2024-02-10T07:30:27.412 INFO:teuthology.orchestra.run.smithi029.stdout:{ 2024-02-10T07:30:27.413 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph_version": "ceph version 19.0.0-1361-g290212a1 (290212a1bfd33563ba76ee5b7f0b944fdb6c5d90) squid (dev)", 2024-02-10T07:30:27.413 INFO:teuthology.orchestra.run.smithi029.stdout: "image_id": "c328ab9dcfc7bf907ed3835578853a1e5a54ac5fa4d658ed833b2bc74e1373a6", 2024-02-10T07:30:27.413 INFO:teuthology.orchestra.run.smithi029.stdout: "repo_digests": [ 2024-02-10T07:30:27.413 INFO:teuthology.orchestra.run.smithi029.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:caf5e50b0be996bed0eb0d30a5482e8034654966f88a3565d36aeb446466fb58" 2024-02-10T07:30:27.413 INFO:teuthology.orchestra.run.smithi029.stdout: ] 2024-02-10T07:30:27.413 INFO:teuthology.orchestra.run.smithi029.stdout:} 2024-02-10T07:30:27.452 DEBUG:teuthology.orchestra.run.smithi029:> sudo mkdir -p /etc/ceph 2024-02-10T07:30:27.466 DEBUG:teuthology.orchestra.run.smithi046:> sudo mkdir -p /etc/ceph 2024-02-10T07:30:27.481 DEBUG:teuthology.orchestra.run.smithi047:> sudo mkdir -p /etc/ceph 2024-02-10T07:30:27.496 DEBUG:teuthology.orchestra.run.smithi029:> sudo chmod 777 /etc/ceph 2024-02-10T07:30:27.520 DEBUG:teuthology.orchestra.run.smithi046:> sudo chmod 777 /etc/ceph 2024-02-10T07:30:27.535 DEBUG:teuthology.orchestra.run.smithi047:> sudo chmod 777 /etc/ceph 2024-02-10T07:30:27.552 INFO:tasks.cephadm:Writing seed config... 2024-02-10T07:30:27.554 INFO:tasks.cephadm: override: [global] mon election default strategy = 1 2024-02-10T07:30:27.554 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-02-10T07:30:27.554 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-02-10T07:30:27.554 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = False 2024-02-10T07:30:27.554 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-02-10T07:30:27.554 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-02-10T07:30:27.554 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-02-10T07:30:27.554 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-02-10T07:30:27.554 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-02-10T07:30:27.555 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2024-02-10T07:30:27.555 DEBUG:teuthology.orchestra.run.smithi029:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-02-10T07:30:27.569 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 = 039acd78-c7e6-11ee-95b8-87774f69a715 mon election default strategy = 1 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = true bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 mgr/cephadm/use_agent = False [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-02-10T07:30:27.569 DEBUG:teuthology.orchestra.run.smithi029:mon.a> sudo journalctl -f -n 0 -u ceph-039acd78-c7e6-11ee-95b8-87774f69a715@mon.a.service 2024-02-10T07:30:27.618 DEBUG:teuthology.orchestra.run.smithi029:mgr.a> sudo journalctl -f -n 0 -u ceph-039acd78-c7e6-11ee-95b8-87774f69a715@mgr.a.service 2024-02-10T07:30:27.662 INFO:tasks.cephadm:Bootstrapping... 2024-02-10T07:30:27.662 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 -v bootstrap --fsid 039acd78-c7e6-11ee-95b8-87774f69a715 --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.29 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-02-10T07:30:27.875 INFO:teuthology.orchestra.run.smithi029.stdout:-------------------------------------------------------------------------------- 2024-02-10T07:30:27.875 INFO:teuthology.orchestra.run.smithi029.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90', '-v', 'bootstrap', '--fsid', '039acd78-c7e6-11ee-95b8-87774f69a715', '--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.29', '--skip-admin-label'] 2024-02-10T07:30:27.875 INFO:teuthology.orchestra.run.smithi029.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-02-10T07:30:27.876 INFO:teuthology.orchestra.run.smithi029.stdout:Verifying podman|docker is present... 2024-02-10T07:30:27.876 INFO:teuthology.orchestra.run.smithi029.stdout:Verifying lvm2 is present... 2024-02-10T07:30:27.876 INFO:teuthology.orchestra.run.smithi029.stdout:Verifying time synchronization is in place... 2024-02-10T07:30:27.882 INFO:teuthology.orchestra.run.smithi029.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-02-10T07:30:27.882 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-02-10T07:30:27.887 INFO:teuthology.orchestra.run.smithi029.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-02-10T07:30:27.887 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stdout inactive 2024-02-10T07:30:27.891 INFO:teuthology.orchestra.run.smithi029.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-02-10T07:30:27.891 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-02-10T07:30:27.895 INFO:teuthology.orchestra.run.smithi029.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-02-10T07:30:27.895 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stdout inactive 2024-02-10T07:30:27.900 INFO:teuthology.orchestra.run.smithi029.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-02-10T07:30:27.900 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stdout masked 2024-02-10T07:30:27.903 INFO:teuthology.orchestra.run.smithi029.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-02-10T07:30:27.903 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stdout inactive 2024-02-10T07:30:27.907 INFO:teuthology.orchestra.run.smithi029.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-02-10T07:30:27.908 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-02-10T07:30:27.911 INFO:teuthology.orchestra.run.smithi029.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-02-10T07:30:27.911 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stdout inactive 2024-02-10T07:30:27.916 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stdout enabled 2024-02-10T07:30:27.920 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stdout active 2024-02-10T07:30:27.921 INFO:teuthology.orchestra.run.smithi029.stdout:Unit ntp.service is enabled and running 2024-02-10T07:30:27.921 INFO:teuthology.orchestra.run.smithi029.stdout:Repeating the final host check... 2024-02-10T07:30:27.921 INFO:teuthology.orchestra.run.smithi029.stdout:docker (/usr/bin/docker) is present 2024-02-10T07:30:27.921 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl is present 2024-02-10T07:30:27.921 INFO:teuthology.orchestra.run.smithi029.stdout:lvcreate is present 2024-02-10T07:30:27.925 INFO:teuthology.orchestra.run.smithi029.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-02-10T07:30:27.925 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-02-10T07:30:27.929 INFO:teuthology.orchestra.run.smithi029.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-02-10T07:30:27.929 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stdout inactive 2024-02-10T07:30:27.933 INFO:teuthology.orchestra.run.smithi029.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-02-10T07:30:27.933 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-02-10T07:30:27.937 INFO:teuthology.orchestra.run.smithi029.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-02-10T07:30:27.937 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stdout inactive 2024-02-10T07:30:27.940 INFO:teuthology.orchestra.run.smithi029.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-02-10T07:30:27.940 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stdout masked 2024-02-10T07:30:27.945 INFO:teuthology.orchestra.run.smithi029.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-02-10T07:30:27.945 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stdout inactive 2024-02-10T07:30:27.949 INFO:teuthology.orchestra.run.smithi029.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-02-10T07:30:27.949 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-02-10T07:30:27.953 INFO:teuthology.orchestra.run.smithi029.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-02-10T07:30:27.953 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stdout inactive 2024-02-10T07:30:27.958 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stdout enabled 2024-02-10T07:30:27.962 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stdout active 2024-02-10T07:30:27.962 INFO:teuthology.orchestra.run.smithi029.stdout:Unit ntp.service is enabled and running 2024-02-10T07:30:27.962 INFO:teuthology.orchestra.run.smithi029.stdout:Host looks OK 2024-02-10T07:30:27.962 INFO:teuthology.orchestra.run.smithi029.stdout:Cluster fsid: 039acd78-c7e6-11ee-95b8-87774f69a715 2024-02-10T07:30:27.962 INFO:teuthology.orchestra.run.smithi029.stdout:Acquiring lock 139941566934720 on /run/cephadm/039acd78-c7e6-11ee-95b8-87774f69a715.lock 2024-02-10T07:30:27.963 INFO:teuthology.orchestra.run.smithi029.stdout:Lock 139941566934720 acquired on /run/cephadm/039acd78-c7e6-11ee-95b8-87774f69a715.lock 2024-02-10T07:30:27.963 INFO:teuthology.orchestra.run.smithi029.stdout:Verifying IP 172.21.15.29 port 3300 ... 2024-02-10T07:30:27.963 INFO:teuthology.orchestra.run.smithi029.stdout:Verifying IP 172.21.15.29 port 6789 ... 2024-02-10T07:30:27.963 INFO:teuthology.orchestra.run.smithi029.stdout:Base mon IP(s) is [172.21.15.29:3300, 172.21.15.29:6789], mon addrv is [v2:172.21.15.29:3300,v1:172.21.15.29:6789] 2024-02-10T07:30:27.965 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev ens1f0 2024-02-10T07:30:27.965 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/sbin/ip: stdout 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-02-10T07:30:27.965 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/sbin/ip: stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.29 2024-02-10T07:30:27.968 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-02-10T07:30:27.968 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/sbin/ip: stdout fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2024-02-10T07:30:27.968 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1797sec hoplimit 64 pref medium 2024-02-10T07:30:27.970 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-02-10T07:30:27.970 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/sbin/ip: stdout inet6 ::1/128 scope host 2024-02-10T07:30:27.970 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-02-10T07:30:27.970 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/sbin/ip: stdout 3: ens1f0: mtu 1500 state UP qlen 1000 2024-02-10T07:30:27.970 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/sbin/ip: stdout inet6 fe80::ec4:7aff:febd:125a/64 scope link 2024-02-10T07:30:27.970 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-02-10T07:30:27.971 INFO:teuthology.orchestra.run.smithi029.stdout:Mon IP `172.21.15.29` is in CIDR network `172.21.0.0/20` 2024-02-10T07:30:27.971 INFO:teuthology.orchestra.run.smithi029.stdout:Mon IP `172.21.15.29` is in CIDR network `172.21.0.0/20` 2024-02-10T07:30:27.971 INFO:teuthology.orchestra.run.smithi029.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-02-10T07:30:27.971 INFO:teuthology.orchestra.run.smithi029.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-02-10T07:30:27.971 INFO:teuthology.orchestra.run.smithi029.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90... 2024-02-10T07:30:28.240 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/docker: stdout 290212a1bfd33563ba76ee5b7f0b944fdb6c5d90: Pulling from ceph-ci/ceph 2024-02-10T07:30:28.241 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/docker: stdout Digest: sha256:caf5e50b0be996bed0eb0d30a5482e8034654966f88a3565d36aeb446466fb58 2024-02-10T07:30:28.241 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/docker: stdout Status: Image is up to date for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 2024-02-10T07:30:28.241 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/docker: stdout quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 2024-02-10T07:30:29.716 INFO:teuthology.orchestra.run.smithi029.stdout:ceph: stdout ceph version 19.0.0-1361-g290212a1 (290212a1bfd33563ba76ee5b7f0b944fdb6c5d90) squid (dev) 2024-02-10T07:30:29.716 INFO:teuthology.orchestra.run.smithi029.stdout:Ceph version: ceph version 19.0.0-1361-g290212a1 (290212a1bfd33563ba76ee5b7f0b944fdb6c5d90) squid (dev) 2024-02-10T07:30:29.716 INFO:teuthology.orchestra.run.smithi029.stdout:Extracting ceph user uid/gid from container image... 2024-02-10T07:30:31.033 INFO:teuthology.orchestra.run.smithi029.stdout:stat: stdout 167 167 2024-02-10T07:30:31.034 INFO:teuthology.orchestra.run.smithi029.stdout:Creating initial keys... 2024-02-10T07:30:32.227 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-authtool: stdout AQAXJsdlNwO+KRAARbedAJojra1KmdvAHfOAbw== 2024-02-10T07:30:33.487 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-authtool: stdout AQAYJsdld5A1NxAA6erevwWdN8x0YiXxa8dmEQ== 2024-02-10T07:30:34.773 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-authtool: stdout AQAaJsdlsUUzDhAAh8KF2aTgAjlgkRD50mpcrA== 2024-02-10T07:30:34.774 INFO:teuthology.orchestra.run.smithi029.stdout:Creating initial monmap... 2024-02-10T07:30:36.108 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-02-10T07:30:36.109 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-02-10T07:30:36.109 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 039acd78-c7e6-11ee-95b8-87774f69a715 2024-02-10T07:30:36.109 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-02-10T07:30:36.109 INFO:teuthology.orchestra.run.smithi029.stdout:monmaptool for a [v2:172.21.15.29:3300,v1:172.21.15.29:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-02-10T07:30:36.109 INFO:teuthology.orchestra.run.smithi029.stdout:setting min_mon_release = quincy 2024-02-10T07:30:36.109 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/monmaptool: set fsid to 039acd78-c7e6-11ee-95b8-87774f69a715 2024-02-10T07:30:36.109 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-02-10T07:30:36.109 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-10T07:30:36.109 INFO:teuthology.orchestra.run.smithi029.stdout:Creating mon... 2024-02-10T07:30:37.499 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.877+0000 7ff614d61c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-10T07:30:37.499 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.877+0000 7ff614d61c80 1 imported monmap: 2024-02-10T07:30:37.499 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr epoch 0 2024-02-10T07:30:37.499 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr fsid 039acd78-c7e6-11ee-95b8-87774f69a715 2024-02-10T07:30:37.499 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr last_changed 2024-02-10T07:30:35.565028+0000 2024-02-10T07:30:37.499 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr created 2024-02-10T07:30:35.565028+0000 2024-02-10T07:30:37.500 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr min_mon_release 17 (quincy) 2024-02-10T07:30:37.500 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr election_strategy: 1 2024-02-10T07:30:37.500 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr 0: [v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0] mon.a 2024-02-10T07:30:37.500 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr 2024-02-10T07:30:37.500 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.877+0000 7ff614d61c80 0 /usr/bin/ceph-mon: set fsid to 039acd78-c7e6-11ee-95b8-87774f69a715 2024-02-10T07:30:37.500 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.877+0000 7ff614d61c80 4 rocksdb: RocksDB version: 7.9.2 2024-02-10T07:30:37.500 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr 2024-02-10T07:30:37.500 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.877+0000 7ff614d61c80 4 rocksdb: Git sha 0 2024-02-10T07:30:37.500 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.877+0000 7ff614d61c80 4 rocksdb: Compile date 2024-02-09 17:35:33 2024-02-10T07:30:37.501 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.877+0000 7ff614d61c80 4 rocksdb: DB SUMMARY 2024-02-10T07:30:37.501 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr 2024-02-10T07:30:37.501 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.877+0000 7ff614d61c80 4 rocksdb: DB Session ID: Z1HVEZ3XOLV7GHEMAPEG 2024-02-10T07:30:37.501 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr 2024-02-10T07:30:37.501 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.877+0000 7ff614d61c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 0, files: 2024-02-10T07:30:37.501 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr 2024-02-10T07:30:37.501 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.877+0000 7ff614d61c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 2024-02-10T07:30:37.501 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr 2024-02-10T07:30:37.501 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.877+0000 7ff614d61c80 4 rocksdb: Options.error_if_exists: 0 2024-02-10T07:30:37.501 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.877+0000 7ff614d61c80 4 rocksdb: Options.create_if_missing: 1 2024-02-10T07:30:37.502 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.877+0000 7ff614d61c80 4 rocksdb: Options.paranoid_checks: 1 2024-02-10T07:30:37.502 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.877+0000 7ff614d61c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-02-10T07:30:37.502 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.877+0000 7ff614d61c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-02-10T07:30:37.502 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.877+0000 7ff614d61c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-02-10T07:30:37.502 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.877+0000 7ff614d61c80 4 rocksdb: Options.env: 0x562be9e3dae0 2024-02-10T07:30:37.502 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.877+0000 7ff614d61c80 4 rocksdb: Options.fs: PosixFileSystem 2024-02-10T07:30:37.502 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.877+0000 7ff614d61c80 4 rocksdb: Options.info_log: 0x562bec20ab20 2024-02-10T07:30:37.502 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.877+0000 7ff614d61c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-10T07:30:37.503 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.877+0000 7ff614d61c80 4 rocksdb: Options.statistics: (nil) 2024-02-10T07:30:37.503 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.877+0000 7ff614d61c80 4 rocksdb: Options.use_fsync: 0 2024-02-10T07:30:37.503 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.877+0000 7ff614d61c80 4 rocksdb: Options.max_log_file_size: 0 2024-02-10T07:30:37.503 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.877+0000 7ff614d61c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-10T07:30:37.503 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.877+0000 7ff614d61c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-10T07:30:37.503 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.877+0000 7ff614d61c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-10T07:30:37.503 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.877+0000 7ff614d61c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-10T07:30:37.503 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.877+0000 7ff614d61c80 4 rocksdb: Options.allow_fallocate: 1 2024-02-10T07:30:37.503 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.877+0000 7ff614d61c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-10T07:30:37.504 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.877+0000 7ff614d61c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-10T07:30:37.504 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.877+0000 7ff614d61c80 4 rocksdb: Options.use_direct_reads: 0 2024-02-10T07:30:37.504 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.877+0000 7ff614d61c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-10T07:30:37.504 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.877+0000 7ff614d61c80 4 rocksdb: Options.create_missing_column_families: 0 2024-02-10T07:30:37.504 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.877+0000 7ff614d61c80 4 rocksdb: Options.db_log_dir: 2024-02-10T07:30:37.504 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.877+0000 7ff614d61c80 4 rocksdb: Options.wal_dir: 2024-02-10T07:30:37.504 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.877+0000 7ff614d61c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-10T07:30:37.504 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.877+0000 7ff614d61c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-10T07:30:37.504 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.877+0000 7ff614d61c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-10T07:30:37.505 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.877+0000 7ff614d61c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-10T07:30:37.505 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.877+0000 7ff614d61c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-10T07:30:37.505 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.877+0000 7ff614d61c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-10T07:30:37.505 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.877+0000 7ff614d61c80 4 rocksdb: Options.advise_random_on_open: 1 2024-02-10T07:30:37.505 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.877+0000 7ff614d61c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-10T07:30:37.505 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.877+0000 7ff614d61c80 4 rocksdb: Options.write_buffer_manager: 0x562bec1df360 2024-02-10T07:30:37.505 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.877+0000 7ff614d61c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-10T07:30:37.505 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.877+0000 7ff614d61c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-10T07:30:37.505 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.877+0000 7ff614d61c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-10T07:30:37.505 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.877+0000 7ff614d61c80 4 rocksdb: Options.rate_limiter: (nil) 2024-02-10T07:30:37.506 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.877+0000 7ff614d61c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-10T07:30:37.506 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.877+0000 7ff614d61c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-10T07:30:37.506 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.877+0000 7ff614d61c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-10T07:30:37.506 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.877+0000 7ff614d61c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-10T07:30:37.506 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.877+0000 7ff614d61c80 4 rocksdb: Options.unordered_write: 0 2024-02-10T07:30:37.506 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.877+0000 7ff614d61c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-10T07:30:37.506 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.877+0000 7ff614d61c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-10T07:30:37.506 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.877+0000 7ff614d61c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-10T07:30:37.506 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.877+0000 7ff614d61c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-10T07:30:37.506 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.877+0000 7ff614d61c80 4 rocksdb: Options.row_cache: None 2024-02-10T07:30:37.506 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.877+0000 7ff614d61c80 4 rocksdb: Options.wal_filter: None 2024-02-10T07:30:37.507 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.877+0000 7ff614d61c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-10T07:30:37.507 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.877+0000 7ff614d61c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-10T07:30:37.507 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.877+0000 7ff614d61c80 4 rocksdb: Options.two_write_queues: 0 2024-02-10T07:30:37.507 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.877+0000 7ff614d61c80 4 rocksdb: Options.manual_wal_flush: 0 2024-02-10T07:30:37.507 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.877+0000 7ff614d61c80 4 rocksdb: Options.wal_compression: 0 2024-02-10T07:30:37.507 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.877+0000 7ff614d61c80 4 rocksdb: Options.atomic_flush: 0 2024-02-10T07:30:37.507 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.877+0000 7ff614d61c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-10T07:30:37.507 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.877+0000 7ff614d61c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-10T07:30:37.507 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.877+0000 7ff614d61c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-10T07:30:37.508 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.877+0000 7ff614d61c80 4 rocksdb: Options.log_readahead_size: 0 2024-02-10T07:30:37.508 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.877+0000 7ff614d61c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-02-10T07:30:37.508 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.877+0000 7ff614d61c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-02-10T07:30:37.508 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.877+0000 7ff614d61c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-02-10T07:30:37.508 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.877+0000 7ff614d61c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-02-10T07:30:37.508 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.877+0000 7ff614d61c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-02-10T07:30:37.508 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.877+0000 7ff614d61c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-02-10T07:30:37.508 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.877+0000 7ff614d61c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-02-10T07:30:37.508 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.877+0000 7ff614d61c80 4 rocksdb: Options.max_background_jobs: 2 2024-02-10T07:30:37.508 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.877+0000 7ff614d61c80 4 rocksdb: Options.max_background_compactions: -1 2024-02-10T07:30:37.509 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.877+0000 7ff614d61c80 4 rocksdb: Options.max_subcompactions: 1 2024-02-10T07:30:37.509 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.877+0000 7ff614d61c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-10T07:30:37.509 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.877+0000 7ff614d61c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-10T07:30:37.509 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.877+0000 7ff614d61c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-10T07:30:37.509 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.877+0000 7ff614d61c80 4 rocksdb: Options.max_total_wal_size: 0 2024-02-10T07:30:37.509 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.877+0000 7ff614d61c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-10T07:30:37.509 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.877+0000 7ff614d61c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-10T07:30:37.509 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.877+0000 7ff614d61c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-10T07:30:37.510 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.877+0000 7ff614d61c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-10T07:30:37.510 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.877+0000 7ff614d61c80 4 rocksdb: Options.max_open_files: -1 2024-02-10T07:30:37.510 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.877+0000 7ff614d61c80 4 rocksdb: Options.bytes_per_sync: 0 2024-02-10T07:30:37.510 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.877+0000 7ff614d61c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-10T07:30:37.510 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.877+0000 7ff614d61c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-10T07:30:37.510 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.877+0000 7ff614d61c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-10T07:30:37.511 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.877+0000 7ff614d61c80 4 rocksdb: Options.max_background_flushes: -1 2024-02-10T07:30:37.511 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.877+0000 7ff614d61c80 4 rocksdb: Compression algorithms supported: 2024-02-10T07:30:37.511 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.877+0000 7ff614d61c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-10T07:30:37.511 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.877+0000 7ff614d61c80 4 rocksdb: kZSTD supported: 0 2024-02-10T07:30:37.511 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.877+0000 7ff614d61c80 4 rocksdb: kXpressCompression supported: 0 2024-02-10T07:30:37.511 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.877+0000 7ff614d61c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-10T07:30:37.512 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.877+0000 7ff614d61c80 4 rocksdb: kZlibCompression supported: 1 2024-02-10T07:30:37.512 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.877+0000 7ff614d61c80 4 rocksdb: kSnappyCompression supported: 1 2024-02-10T07:30:37.512 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.877+0000 7ff614d61c80 4 rocksdb: kLZ4Compression supported: 1 2024-02-10T07:30:37.512 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.877+0000 7ff614d61c80 4 rocksdb: kBZip2Compression supported: 0 2024-02-10T07:30:37.512 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.877+0000 7ff614d61c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-10T07:30:37.512 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.877+0000 7ff614d61c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-02-10T07:30:37.513 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.881+0000 7ff614d61c80 4 rocksdb: [db/db_impl/db_impl_open.cc:317] Creating manifest 1 2024-02-10T07:30:37.513 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr 2024-02-10T07:30:37.513 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.881+0000 7ff614d61c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 2024-02-10T07:30:37.513 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr 2024-02-10T07:30:37.513 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.881+0000 7ff614d61c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-02-10T07:30:37.513 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr 2024-02-10T07:30:37.514 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.881+0000 7ff614d61c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-10T07:30:37.514 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.881+0000 7ff614d61c80 4 rocksdb: Options.merge_operator: 2024-02-10T07:30:37.514 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.881+0000 7ff614d61c80 4 rocksdb: Options.compaction_filter: None 2024-02-10T07:30:37.514 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.881+0000 7ff614d61c80 4 rocksdb: Options.compaction_filter_factory: None 2024-02-10T07:30:37.514 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.881+0000 7ff614d61c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-02-10T07:30:37.514 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.881+0000 7ff614d61c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-10T07:30:37.515 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.881+0000 7ff614d61c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-10T07:30:37.515 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.881+0000 7ff614d61c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x562bec20ac40) 2024-02-10T07:30:37.515 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks: 1 2024-02-10T07:30:37.515 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks_with_high_priority: 0 2024-02-10T07:30:37.515 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-10T07:30:37.515 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr pin_top_level_index_and_filter: 1 2024-02-10T07:30:37.516 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr index_type: 0 2024-02-10T07:30:37.516 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr data_block_index_type: 0 2024-02-10T07:30:37.516 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr index_shortening: 1 2024-02-10T07:30:37.516 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr data_block_hash_table_util_ratio: 0.750000 2024-02-10T07:30:37.516 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr checksum: 4 2024-02-10T07:30:37.516 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr no_block_cache: 0 2024-02-10T07:30:37.517 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr block_cache: 0x562bec20f090 2024-02-10T07:30:37.517 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr block_cache_name: BinnedLRUCache 2024-02-10T07:30:37.517 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr block_cache_options: 2024-02-10T07:30:37.517 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr capacity : 536870912 2024-02-10T07:30:37.517 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr num_shard_bits : 4 2024-02-10T07:30:37.517 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr strict_capacity_limit : 0 2024-02-10T07:30:37.518 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr high_pri_pool_ratio: 0.000 2024-02-10T07:30:37.518 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr block_cache_compressed: (nil) 2024-02-10T07:30:37.518 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr persistent_cache: (nil) 2024-02-10T07:30:37.518 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr block_size: 4096 2024-02-10T07:30:37.518 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr block_size_deviation: 10 2024-02-10T07:30:37.518 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr block_restart_interval: 16 2024-02-10T07:30:37.519 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr index_block_restart_interval: 1 2024-02-10T07:30:37.519 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr metadata_block_size: 4096 2024-02-10T07:30:37.519 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr partition_filters: 0 2024-02-10T07:30:37.519 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr use_delta_encoding: 1 2024-02-10T07:30:37.519 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr filter_policy: bloomfilter 2024-02-10T07:30:37.519 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr whole_key_filtering: 1 2024-02-10T07:30:37.520 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr verify_compression: 0 2024-02-10T07:30:37.520 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr read_amp_bytes_per_bit: 0 2024-02-10T07:30:37.520 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr format_version: 5 2024-02-10T07:30:37.520 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr enable_index_compression: 1 2024-02-10T07:30:37.520 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr block_align: 0 2024-02-10T07:30:37.520 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr max_auto_readahead_size: 262144 2024-02-10T07:30:37.521 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr prepopulate_block_cache: 0 2024-02-10T07:30:37.521 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr initial_auto_readahead_size: 8192 2024-02-10T07:30:37.521 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr num_file_reads_for_auto_readahead: 2 2024-02-10T07:30:37.521 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr 2024-02-10T07:30:37.521 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.881+0000 7ff614d61c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-10T07:30:37.521 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.881+0000 7ff614d61c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-10T07:30:37.522 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.881+0000 7ff614d61c80 4 rocksdb: Options.compression: NoCompression 2024-02-10T07:30:37.522 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.881+0000 7ff614d61c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-10T07:30:37.522 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.881+0000 7ff614d61c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-10T07:30:37.522 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.881+0000 7ff614d61c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-10T07:30:37.522 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.881+0000 7ff614d61c80 4 rocksdb: Options.num_levels: 7 2024-02-10T07:30:37.522 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.881+0000 7ff614d61c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-10T07:30:37.523 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.881+0000 7ff614d61c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-10T07:30:37.523 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.881+0000 7ff614d61c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-10T07:30:37.523 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.881+0000 7ff614d61c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-10T07:30:37.523 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.881+0000 7ff614d61c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-10T07:30:37.523 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.881+0000 7ff614d61c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-10T07:30:37.523 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.881+0000 7ff614d61c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-10T07:30:37.524 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.881+0000 7ff614d61c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-10T07:30:37.524 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.881+0000 7ff614d61c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-02-10T07:30:37.524 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.881+0000 7ff614d61c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-10T07:30:37.524 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.881+0000 7ff614d61c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-02-10T07:30:37.524 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.881+0000 7ff614d61c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-02-10T07:30:37.524 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.881+0000 7ff614d61c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-10T07:30:37.525 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.881+0000 7ff614d61c80 4 rocksdb: Options.compression_opts.level: 32767 2024-02-10T07:30:37.525 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.881+0000 7ff614d61c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-10T07:30:37.525 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.881+0000 7ff614d61c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-10T07:30:37.525 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.881+0000 7ff614d61c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-10T07:30:37.525 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.881+0000 7ff614d61c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-02-10T07:30:37.526 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.881+0000 7ff614d61c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-02-10T07:30:37.526 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.881+0000 7ff614d61c80 4 rocksdb: Options.compression_opts.enabled: false 2024-02-10T07:30:37.526 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.881+0000 7ff614d61c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-02-10T07:30:37.526 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.881+0000 7ff614d61c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-10T07:30:37.526 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.881+0000 7ff614d61c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-10T07:30:37.526 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.881+0000 7ff614d61c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-10T07:30:37.526 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.881+0000 7ff614d61c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-10T07:30:37.527 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.881+0000 7ff614d61c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-10T07:30:37.527 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.881+0000 7ff614d61c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-10T07:30:37.527 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.881+0000 7ff614d61c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-10T07:30:37.527 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.881+0000 7ff614d61c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-10T07:30:37.527 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.881+0000 7ff614d61c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-10T07:30:37.527 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.881+0000 7ff614d61c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-10T07:30:37.527 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.881+0000 7ff614d61c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-10T07:30:37.528 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.881+0000 7ff614d61c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-10T07:30:37.528 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.881+0000 7ff614d61c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-10T07:30:37.528 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.881+0000 7ff614d61c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-10T07:30:37.528 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.881+0000 7ff614d61c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-10T07:30:37.528 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.881+0000 7ff614d61c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-10T07:30:37.529 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.881+0000 7ff614d61c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-10T07:30:37.529 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.881+0000 7ff614d61c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-02-10T07:30:37.529 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.881+0000 7ff614d61c80 4 rocksdb: Options.arena_block_size: 1048576 2024-02-10T07:30:37.529 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.881+0000 7ff614d61c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-10T07:30:37.529 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.881+0000 7ff614d61c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-10T07:30:37.529 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.881+0000 7ff614d61c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-10T07:30:37.530 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.881+0000 7ff614d61c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-10T07:30:37.530 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.881+0000 7ff614d61c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-10T07:30:37.530 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.881+0000 7ff614d61c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-10T07:30:37.530 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.881+0000 7ff614d61c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-10T07:30:37.530 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.881+0000 7ff614d61c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-10T07:30:37.530 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.881+0000 7ff614d61c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-10T07:30:37.530 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.881+0000 7ff614d61c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-10T07:30:37.531 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.881+0000 7ff614d61c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-10T07:30:37.531 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.881+0000 7ff614d61c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-10T07:30:37.531 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.881+0000 7ff614d61c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-10T07:30:37.531 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.881+0000 7ff614d61c80 4 rocksdb: Options.table_properties_collectors: 2024-02-10T07:30:37.531 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.881+0000 7ff614d61c80 4 rocksdb: Options.inplace_update_support: 0 2024-02-10T07:30:37.531 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.881+0000 7ff614d61c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-10T07:30:37.531 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.881+0000 7ff614d61c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-10T07:30:37.532 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.881+0000 7ff614d61c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-10T07:30:37.532 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.881+0000 7ff614d61c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-10T07:30:37.532 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.881+0000 7ff614d61c80 4 rocksdb: Options.bloom_locality: 0 2024-02-10T07:30:37.532 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.881+0000 7ff614d61c80 4 rocksdb: Options.max_successive_merges: 0 2024-02-10T07:30:37.532 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.881+0000 7ff614d61c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-10T07:30:37.532 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.881+0000 7ff614d61c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-10T07:30:37.532 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.881+0000 7ff614d61c80 4 rocksdb: Options.force_consistency_checks: 1 2024-02-10T07:30:37.533 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.881+0000 7ff614d61c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-10T07:30:37.533 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.881+0000 7ff614d61c80 4 rocksdb: Options.ttl: 2592000 2024-02-10T07:30:37.533 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.881+0000 7ff614d61c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-10T07:30:37.533 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.881+0000 7ff614d61c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-02-10T07:30:37.533 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.881+0000 7ff614d61c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-02-10T07:30:37.533 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.881+0000 7ff614d61c80 4 rocksdb: Options.enable_blob_files: false 2024-02-10T07:30:37.533 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.881+0000 7ff614d61c80 4 rocksdb: Options.min_blob_size: 0 2024-02-10T07:30:37.533 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.881+0000 7ff614d61c80 4 rocksdb: Options.blob_file_size: 268435456 2024-02-10T07:30:37.533 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.881+0000 7ff614d61c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-02-10T07:30:37.533 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.881+0000 7ff614d61c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-02-10T07:30:37.534 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.881+0000 7ff614d61c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-02-10T07:30:37.534 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.881+0000 7ff614d61c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-02-10T07:30:37.534 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.881+0000 7ff614d61c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-02-10T07:30:37.534 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.881+0000 7ff614d61c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-02-10T07:30:37.534 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.881+0000 7ff614d61c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-02-10T07:30:37.534 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.881+0000 7ff614d61c80 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-02-10T07:30:37.534 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr 2024-02-10T07:30:37.534 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.881+0000 7ff614d61c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-02-10T07:30:37.534 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr 2024-02-10T07:30:37.534 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.881+0000 7ff614d61c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 11e1f983-aaff-41ea-a195-eca69c9298e7 2024-02-10T07:30:37.534 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr 2024-02-10T07:30:37.534 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.881+0000 7ff614d61c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 5 2024-02-10T07:30:37.534 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr 2024-02-10T07:30:37.535 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.881+0000 7ff614d61c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x562bec2da000 2024-02-10T07:30:37.535 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.881+0000 7ff614d61c80 4 rocksdb: DB pointer 0x562bec2ca000 2024-02-10T07:30:37.535 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.881+0000 7ff604ed8700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-02-10T07:30:37.535 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.881+0000 7ff604ed8700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-02-10T07:30:37.535 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr ** DB Stats ** 2024-02-10T07:30:37.535 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-02-10T07:30:37.535 INFO:teuthology.orchestra.run.smithi029.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-02-10T07:30:37.535 INFO:teuthology.orchestra.run.smithi029.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-02-10T07:30:37.535 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-10T07:30:37.535 INFO:teuthology.orchestra.run.smithi029.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-02-10T07:30:37.535 INFO:teuthology.orchestra.run.smithi029.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-02-10T07:30:37.535 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-10T07:30:37.535 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr 2024-02-10T07:30:37.535 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-02-10T07:30:37.535 INFO:teuthology.orchestra.run.smithi029.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-02-10T07:30:37.536 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-02-10T07:30:37.536 INFO:teuthology.orchestra.run.smithi029.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-02-10T07:30:37.536 INFO:teuthology.orchestra.run.smithi029.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-02-10T07:30:37.536 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr 2024-02-10T07:30:37.536 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-02-10T07:30:37.536 INFO:teuthology.orchestra.run.smithi029.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-02-10T07:30:37.536 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-10T07:30:37.536 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr 2024-02-10T07:30:37.536 INFO:teuthology.orchestra.run.smithi029.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-02-10T07:30:37.536 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr 2024-02-10T07:30:37.536 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-02-10T07:30:37.536 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2024-02-10T07:30:37.536 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-02-10T07:30:37.537 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2024-02-10T07:30:37.537 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2024-02-10T07:30:37.537 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2024-02-10T07:30:37.537 INFO:teuthology.orchestra.run.smithi029.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-02-10T07:30:37.537 INFO:teuthology.orchestra.run.smithi029.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-02-10T07:30:37.537 INFO:teuthology.orchestra.run.smithi029.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-02-10T07:30:37.537 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr Block cache BinnedLRUCache@0x562bec20f090#7 capacity: 512.00 MB usage: 0.00 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.3e-05 secs_since: 0 2024-02-10T07:30:37.537 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr Block cache entry stats(count,size,portion): Misc(1,0.00 KB,0%) 2024-02-10T07:30:37.537 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr 2024-02-10T07:30:37.537 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2024-02-10T07:30:37.537 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr 2024-02-10T07:30:37.537 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.885+0000 7ff614d61c80 4 rocksdb: [db/db_impl/db_impl.cc:496] Shutdown: canceling all background work 2024-02-10T07:30:37.537 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.885+0000 7ff614d61c80 4 rocksdb: [db/db_impl/db_impl.cc:704] Shutdown complete 2024-02-10T07:30:37.537 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-mon: stderr debug 2024-02-10T07:30:36.885+0000 7ff614d61c80 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-a for mon.a 2024-02-10T07:30:37.537 INFO:teuthology.orchestra.run.smithi029.stdout:create mon.a on 2024-02-10T07:30:37.732 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stderr Removed /etc/systemd/system/multi-user.target.wants/ceph.target. 2024-02-10T07:30:37.923 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2024-02-10T07:30:38.137 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-039acd78-c7e6-11ee-95b8-87774f69a715.target -> /etc/systemd/system/ceph-039acd78-c7e6-11ee-95b8-87774f69a715.target. 2024-02-10T07:30:38.137 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-039acd78-c7e6-11ee-95b8-87774f69a715.target -> /etc/systemd/system/ceph-039acd78-c7e6-11ee-95b8-87774f69a715.target. 2024-02-10T07:30:38.410 INFO:teuthology.orchestra.run.smithi029.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-039acd78-c7e6-11ee-95b8-87774f69a715@mon.a 2024-02-10T07:30:38.410 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stderr Failed to reset failed state of unit ceph-039acd78-c7e6-11ee-95b8-87774f69a715@mon.a.service: Unit ceph-039acd78-c7e6-11ee-95b8-87774f69a715@mon.a.service not loaded. 2024-02-10T07:30:38.604 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-039acd78-c7e6-11ee-95b8-87774f69a715.target.wants/ceph-039acd78-c7e6-11ee-95b8-87774f69a715@mon.a.service -> /etc/systemd/system/ceph-039acd78-c7e6-11ee-95b8-87774f69a715@.service. 2024-02-10T07:30:38.612 INFO:teuthology.orchestra.run.smithi029.stdout:firewalld does not appear to be present 2024-02-10T07:30:38.612 INFO:teuthology.orchestra.run.smithi029.stdout:Not possible to enable service . firewalld.service is not available 2024-02-10T07:30:38.612 INFO:teuthology.orchestra.run.smithi029.stdout:Waiting for mon to start... 2024-02-10T07:30:38.612 INFO:teuthology.orchestra.run.smithi029.stdout:Waiting for mon... 2024-02-10T07:30:40.159 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:39 smithi029 bash[20920]: cluster 2024-02-10T07:30:39.920375+0000 mon.a (mon.0) 1 : cluster 1 mon.a is new leader, mons a in quorum (ranks 0) 2024-02-10T07:30:40.725 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout cluster: 2024-02-10T07:30:40.725 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout id: 039acd78-c7e6-11ee-95b8-87774f69a715 2024-02-10T07:30:40.725 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-02-10T07:30:40.725 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout 2024-02-10T07:30:40.725 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout services: 2024-02-10T07:30:40.725 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.204948s) 2024-02-10T07:30:40.727 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-02-10T07:30:40.727 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-02-10T07:30:40.727 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout 2024-02-10T07:30:40.727 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout data: 2024-02-10T07:30:40.727 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-02-10T07:30:40.727 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-02-10T07:30:40.727 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-02-10T07:30:40.727 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout pgs: 2024-02-10T07:30:40.727 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout 2024-02-10T07:30:40.727 INFO:teuthology.orchestra.run.smithi029.stdout:mon is available 2024-02-10T07:30:40.727 INFO:teuthology.orchestra.run.smithi029.stdout:Assimilating anything we can from ceph.conf... 2024-02-10T07:30:41.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:40 smithi029 bash[20920]: cluster 2024-02-10T07:30:39.943024+0000 mon.a (mon.0) 2 : cluster 1 mon.a is new leader, mons a in quorum (ranks 0) 2024-02-10T07:30:41.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:40 smithi029 bash[20920]: cluster 2024-02-10T07:30:39.943181+0000 mon.a (mon.0) 3 : cluster 0 monmap e1: 1 mons at {a=[v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-02-10T07:30:41.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:40 smithi029 bash[20920]: cluster 2024-02-10T07:30:39.945301+0000 mon.a (mon.0) 4 : cluster 0 fsmap 2024-02-10T07:30:41.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:40 smithi029 bash[20920]: cluster 2024-02-10T07:30:39.947554+0000 mon.a (mon.0) 5 : cluster 0 osdmap e1: 0 total, 0 up, 0 in 2024-02-10T07:30:41.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:40 smithi029 bash[20920]: cluster 2024-02-10T07:30:39.947975+0000 mon.a (mon.0) 6 : cluster 0 mgrmap e1: no daemons active 2024-02-10T07:30:41.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:40 smithi029 bash[20920]: audit 2024-02-10T07:30:40.147927+0000 mon.a (mon.0) 7 : audit 0 from='client.? 172.21.15.29:0/439396238' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-02-10T07:30:42.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:41 smithi029 bash[20920]: audit 2024-02-10T07:30:41.760819+0000 mon.a (mon.0) 8 : audit 1 from='client.? 172.21.15.29:0/2542251814' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-02-10T07:30:42.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:41 smithi029 bash[20920]: audit 2024-02-10T07:30:41.765707+0000 mon.a (mon.0) 9 : audit 1 from='client.? 172.21.15.29:0/2542251814' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-02-10T07:30:42.369 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout 2024-02-10T07:30:42.369 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout [global] 2024-02-10T07:30:42.369 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout fsid = 039acd78-c7e6-11ee-95b8-87774f69a715 2024-02-10T07:30:42.369 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.29:3300,v1:172.21.15.29:6789] 2024-02-10T07:30:42.369 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-02-10T07:30:42.371 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-02-10T07:30:42.371 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-02-10T07:30:42.371 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-02-10T07:30:42.371 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout 2024-02-10T07:30:42.371 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout [mgr] 2024-02-10T07:30:42.372 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = False 2024-02-10T07:30:42.372 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-02-10T07:30:42.372 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout 2024-02-10T07:30:42.372 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout [osd] 2024-02-10T07:30:42.372 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-02-10T07:30:42.372 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-02-10T07:30:42.372 INFO:teuthology.orchestra.run.smithi029.stdout:Generating new minimal ceph.conf... 2024-02-10T07:30:43.729 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:43 smithi029 bash[20920]: audit 2024-02-10T07:30:43.387616+0000 mon.a (mon.0) 10 : audit 0 from='client.? 172.21.15.29:0/2889665960' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:30:43.981 INFO:teuthology.orchestra.run.smithi029.stdout:Restarting the monitor... 2024-02-10T07:30:44.247 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:43 smithi029 systemd[1]: Stopping Ceph mon.a for 039acd78-c7e6-11ee-95b8-87774f69a715... 2024-02-10T07:30:44.247 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:44 smithi029 bash[20920]: debug 2024-02-10T07:30:44.112+0000 7f0eea568700 -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-02-10T07:30:44.247 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:44 smithi029 bash[20920]: debug 2024-02-10T07:30:44.112+0000 7f0eea568700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-02-10T07:30:44.777 INFO:teuthology.orchestra.run.smithi029.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-02-10T07:30:44.979 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:44 smithi029 bash[21306]: ceph-039acd78-c7e6-11ee-95b8-87774f69a715-mon-a 2024-02-10T07:30:44.979 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:44 smithi029 bash[21369]: Error response from daemon: No such container: ceph-039acd78-c7e6-11ee-95b8-87774f69a715-mon-a 2024-02-10T07:30:44.979 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:44 smithi029 systemd[1]: ceph-039acd78-c7e6-11ee-95b8-87774f69a715@mon.a.service: Deactivated successfully. 2024-02-10T07:30:44.979 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:44 smithi029 systemd[1]: Stopped Ceph mon.a for 039acd78-c7e6-11ee-95b8-87774f69a715. 2024-02-10T07:30:44.979 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:44 smithi029 systemd[1]: Started Ceph mon.a for 039acd78-c7e6-11ee-95b8-87774f69a715. 2024-02-10T07:30:45.980 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.848+0000 7f0ca7f87c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-10T07:30:45.980 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.848+0000 7f0ca7f87c80 0 ceph version 19.0.0-1361-g290212a1 (290212a1bfd33563ba76ee5b7f0b944fdb6c5d90) squid (dev), process ceph-mon, pid 7 2024-02-10T07:30:45.980 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.848+0000 7f0ca7f87c80 0 pidfile_write: ignore empty --pid-file 2024-02-10T07:30:45.980 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.852+0000 7f0ca7f87c80 0 load: jerasure load: lrc 2024-02-10T07:30:45.980 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: RocksDB version: 7.9.2 2024-02-10T07:30:45.980 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Git sha 0 2024-02-10T07:30:45.980 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Compile date 2024-02-09 17:35:33 2024-02-10T07:30:45.980 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: DB SUMMARY 2024-02-10T07:30:45.980 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: DB Session ID: HR3GX6IXY5HCAUSNNZ2Y 2024-02-10T07:30:45.980 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: CURRENT file: CURRENT 2024-02-10T07:30:45.980 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: IDENTITY file: IDENTITY 2024-02-10T07:30:45.981 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-02-10T07:30:45.981 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-02-10T07:30:45.981 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 84613 ; 2024-02-10T07:30:45.981 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.error_if_exists: 0 2024-02-10T07:30:45.981 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.create_if_missing: 0 2024-02-10T07:30:45.981 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.paranoid_checks: 1 2024-02-10T07:30:45.981 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-02-10T07:30:45.981 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-02-10T07:30:45.981 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-02-10T07:30:45.981 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.env: 0x562d0d374ae0 2024-02-10T07:30:45.981 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.fs: PosixFileSystem 2024-02-10T07:30:45.981 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.info_log: 0x562d0e155900 2024-02-10T07:30:45.981 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-10T07:30:45.981 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.statistics: (nil) 2024-02-10T07:30:45.982 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.use_fsync: 0 2024-02-10T07:30:45.982 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.max_log_file_size: 0 2024-02-10T07:30:45.982 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-10T07:30:45.983 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-10T07:30:45.983 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-10T07:30:45.983 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-10T07:30:45.983 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.allow_fallocate: 1 2024-02-10T07:30:45.983 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-10T07:30:45.983 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-10T07:30:45.983 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.use_direct_reads: 0 2024-02-10T07:30:45.983 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-10T07:30:45.983 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.create_missing_column_families: 0 2024-02-10T07:30:45.983 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.db_log_dir: 2024-02-10T07:30:45.983 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.wal_dir: 2024-02-10T07:30:45.983 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-10T07:30:45.983 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-10T07:30:45.984 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-10T07:30:45.984 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-10T07:30:45.984 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-10T07:30:45.984 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-10T07:30:45.984 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.advise_random_on_open: 1 2024-02-10T07:30:45.984 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-10T07:30:45.984 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.write_buffer_manager: 0x562d0e129400 2024-02-10T07:30:45.984 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-10T07:30:45.984 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-10T07:30:45.984 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-10T07:30:45.984 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.rate_limiter: (nil) 2024-02-10T07:30:45.984 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-10T07:30:45.984 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-10T07:30:45.985 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-10T07:30:45.985 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-10T07:30:45.985 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.unordered_write: 0 2024-02-10T07:30:45.985 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-10T07:30:45.985 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-10T07:30:45.985 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-10T07:30:45.985 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-10T07:30:45.985 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.row_cache: None 2024-02-10T07:30:45.985 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.wal_filter: None 2024-02-10T07:30:45.985 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-10T07:30:45.985 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-10T07:30:45.985 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.two_write_queues: 0 2024-02-10T07:30:45.985 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.manual_wal_flush: 0 2024-02-10T07:30:45.985 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.wal_compression: 0 2024-02-10T07:30:45.985 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.atomic_flush: 0 2024-02-10T07:30:45.986 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-10T07:30:45.986 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-10T07:30:45.986 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-10T07:30:45.986 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.log_readahead_size: 0 2024-02-10T07:30:45.986 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-02-10T07:30:45.986 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-02-10T07:30:45.986 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-02-10T07:30:45.986 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-02-10T07:30:45.986 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-02-10T07:30:45.986 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-02-10T07:30:45.986 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-02-10T07:30:45.986 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.max_background_jobs: 2 2024-02-10T07:30:45.986 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.max_background_compactions: -1 2024-02-10T07:30:45.986 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.max_subcompactions: 1 2024-02-10T07:30:45.986 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-10T07:30:45.986 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-10T07:30:45.987 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-10T07:30:45.987 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.max_total_wal_size: 0 2024-02-10T07:30:45.987 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-10T07:30:45.987 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-10T07:30:45.987 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-10T07:30:45.987 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-10T07:30:45.987 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.max_open_files: -1 2024-02-10T07:30:45.987 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.bytes_per_sync: 0 2024-02-10T07:30:45.987 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-10T07:30:45.987 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-10T07:30:45.987 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-10T07:30:45.987 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.max_background_flushes: -1 2024-02-10T07:30:45.987 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Compression algorithms supported: 2024-02-10T07:30:45.987 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-10T07:30:45.987 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: kZSTD supported: 0 2024-02-10T07:30:45.988 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: kXpressCompression supported: 0 2024-02-10T07:30:45.988 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-10T07:30:45.988 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: kZlibCompression supported: 1 2024-02-10T07:30:45.988 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: kSnappyCompression supported: 1 2024-02-10T07:30:45.988 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: kLZ4Compression supported: 1 2024-02-10T07:30:45.988 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: kBZip2Compression supported: 0 2024-02-10T07:30:45.988 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-10T07:30:45.988 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-02-10T07:30:45.988 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-02-10T07:30:45.988 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-02-10T07:30:45.988 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-10T07:30:45.988 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.merge_operator: 2024-02-10T07:30:45.988 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.compaction_filter: None 2024-02-10T07:30:45.988 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.compaction_filter_factory: None 2024-02-10T07:30:45.989 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-02-10T07:30:45.989 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-10T07:30:45.989 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-10T07:30:45.989 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x562d0e155a00) 2024-02-10T07:30:45.989 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: cache_index_and_filter_blocks: 1 2024-02-10T07:30:45.989 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-10T07:30:45.989 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-10T07:30:45.989 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: pin_top_level_index_and_filter: 1 2024-02-10T07:30:45.989 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: index_type: 0 2024-02-10T07:30:45.989 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: data_block_index_type: 0 2024-02-10T07:30:45.989 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: index_shortening: 1 2024-02-10T07:30:45.989 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: data_block_hash_table_util_ratio: 0.750000 2024-02-10T07:30:45.989 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: checksum: 4 2024-02-10T07:30:45.989 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: no_block_cache: 0 2024-02-10T07:30:45.989 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: block_cache: 0x562d0e157090 2024-02-10T07:30:45.989 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: block_cache_name: BinnedLRUCache 2024-02-10T07:30:45.989 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: block_cache_options: 2024-02-10T07:30:45.990 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: capacity : 536870912 2024-02-10T07:30:45.990 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: num_shard_bits : 4 2024-02-10T07:30:45.990 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: strict_capacity_limit : 0 2024-02-10T07:30:45.990 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: high_pri_pool_ratio: 0.000 2024-02-10T07:30:45.990 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: block_cache_compressed: (nil) 2024-02-10T07:30:45.990 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: persistent_cache: (nil) 2024-02-10T07:30:45.990 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: block_size: 4096 2024-02-10T07:30:45.990 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: block_size_deviation: 10 2024-02-10T07:30:45.990 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: block_restart_interval: 16 2024-02-10T07:30:45.990 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: index_block_restart_interval: 1 2024-02-10T07:30:45.990 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: metadata_block_size: 4096 2024-02-10T07:30:45.990 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: partition_filters: 0 2024-02-10T07:30:45.990 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: use_delta_encoding: 1 2024-02-10T07:30:45.990 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: filter_policy: bloomfilter 2024-02-10T07:30:45.991 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: whole_key_filtering: 1 2024-02-10T07:30:45.991 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: verify_compression: 0 2024-02-10T07:30:45.991 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: read_amp_bytes_per_bit: 0 2024-02-10T07:30:45.991 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: format_version: 5 2024-02-10T07:30:45.991 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: enable_index_compression: 1 2024-02-10T07:30:45.991 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: block_align: 0 2024-02-10T07:30:45.991 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: max_auto_readahead_size: 262144 2024-02-10T07:30:45.991 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: prepopulate_block_cache: 0 2024-02-10T07:30:45.991 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: initial_auto_readahead_size: 8192 2024-02-10T07:30:45.991 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: num_file_reads_for_auto_readahead: 2 2024-02-10T07:30:45.991 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-10T07:30:45.991 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-10T07:30:45.992 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.compression: NoCompression 2024-02-10T07:30:45.992 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-10T07:30:45.992 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-10T07:30:45.993 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-10T07:30:45.993 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.num_levels: 7 2024-02-10T07:30:45.993 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-10T07:30:45.993 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-10T07:30:45.993 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-10T07:30:45.993 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-10T07:30:45.993 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-10T07:30:45.993 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-10T07:30:45.993 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-10T07:30:45.993 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-10T07:30:45.993 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-02-10T07:30:45.993 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-10T07:30:45.993 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-02-10T07:30:45.993 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-02-10T07:30:45.994 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-10T07:30:45.994 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.compression_opts.level: 32767 2024-02-10T07:30:45.994 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-10T07:30:45.994 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-10T07:30:45.994 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-10T07:30:45.994 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-02-10T07:30:45.994 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-02-10T07:30:45.994 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.compression_opts.enabled: false 2024-02-10T07:30:45.994 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-02-10T07:30:45.994 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-10T07:30:45.994 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-10T07:30:45.994 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-10T07:30:45.994 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-10T07:30:45.995 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-10T07:30:45.995 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-10T07:30:45.995 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-10T07:30:45.995 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-10T07:30:45.995 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-10T07:30:45.995 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-10T07:30:45.995 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-10T07:30:45.995 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-10T07:30:45.995 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-10T07:30:45.995 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-10T07:30:45.995 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-10T07:30:45.995 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-10T07:30:45.995 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-10T07:30:45.995 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-02-10T07:30:45.995 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.arena_block_size: 1048576 2024-02-10T07:30:45.996 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-10T07:30:45.996 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-10T07:30:45.996 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-10T07:30:45.996 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-10T07:30:45.996 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-10T07:30:45.996 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-10T07:30:45.996 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-10T07:30:45.996 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-10T07:30:45.996 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-10T07:30:45.996 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-10T07:30:45.996 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-10T07:30:45.996 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-10T07:30:45.996 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-10T07:30:45.996 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.table_properties_collectors: 2024-02-10T07:30:45.997 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.inplace_update_support: 0 2024-02-10T07:30:45.997 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-10T07:30:45.997 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-10T07:30:45.997 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-10T07:30:45.997 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-10T07:30:45.997 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.bloom_locality: 0 2024-02-10T07:30:45.997 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.max_successive_merges: 0 2024-02-10T07:30:45.997 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-10T07:30:45.997 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-10T07:30:45.997 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.force_consistency_checks: 1 2024-02-10T07:30:45.997 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-10T07:30:45.997 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.ttl: 2592000 2024-02-10T07:30:45.997 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-10T07:30:45.997 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-02-10T07:30:45.998 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-02-10T07:30:45.998 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.enable_blob_files: false 2024-02-10T07:30:45.998 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.min_blob_size: 0 2024-02-10T07:30:45.998 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.blob_file_size: 268435456 2024-02-10T07:30:45.998 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-02-10T07:30:45.998 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-02-10T07:30:45.998 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-02-10T07:30:45.998 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-02-10T07:30:45.998 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-02-10T07:30:45.998 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-02-10T07:30:45.998 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-02-10T07:30:45.998 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 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-02-10T07:30:45.998 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-02-10T07:30:45.998 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 11e1f983-aaff-41ea-a195-eca69c9298e7 2024-02-10T07:30:45.998 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707550245860318, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-02-10T07:30:45.999 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-02-10T07:30:45.999 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707550245861340, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 81238, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 252, "table_properties": {"data_size": 79425, "index_size": 223, "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": 10027, "raw_average_key_size": 47, "raw_value_size": 73734, "raw_average_value_size": 349, "num_data_blocks": 10, "num_entries": 211, "num_filter_entries": 211, "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": "[]", "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": 1707550245, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "11e1f983-aaff-41ea-a195-eca69c9298e7", "db_session_id": "HR3GX6IXY5HCAUSNNZ2Y", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-02-10T07:30:45.999 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707550245861446, "job": 1, "event": "recovery_finished"} 2024-02-10T07:30:45.999 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.856+0000 7f0ca7f87c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-02-10T07:30:45.999 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.860+0000 7f0ca7f87c80 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-02-10T07:30:45.999 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.860+0000 7f0ca7f87c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x562d0e24c000 2024-02-10T07:30:45.999 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.860+0000 7f0ca7f87c80 4 rocksdb: DB pointer 0x562d0e236000 2024-02-10T07:30:45.999 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.860+0000 7f0c966f6700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-02-10T07:30:45.999 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.860+0000 7f0c966f6700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-02-10T07:30:45.999 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: ** DB Stats ** 2024-02-10T07:30:45.999 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-10T07:30:45.999 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-02-10T07:30:45.999 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-10T07:30:45.999 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-10T07:30:46.000 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-02-10T07:30:46.000 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-10T07:30:46.000 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-10T07:30:46.000 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: ** Compaction Stats [default] ** 2024-02-10T07:30:46.000 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: 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-02-10T07:30:46.000 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-02-10T07:30:46.000 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: L0 2/0 81.17 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 128.3 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-02-10T07:30:46.000 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: Sum 2/0 81.17 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 128.3 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-02-10T07:30:46.000 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 128.3 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-02-10T07:30:46.000 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: ** Compaction Stats [default] ** 2024-02-10T07:30:46.000 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: 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-02-10T07:30:46.000 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-10T07:30:46.000 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 128.3 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-02-10T07:30:46.000 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-02-10T07:30:46.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-10T07:30:46.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: Flush(GB): cumulative 0.000, interval 0.000 2024-02-10T07:30:46.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-10T07:30:46.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: AddFile(Total Files): cumulative 0, interval 0 2024-02-10T07:30:46.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-10T07:30:46.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: AddFile(Keys): cumulative 0, interval 0 2024-02-10T07:30:46.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: Cumulative compaction: 0.00 GB write, 19.35 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-10T07:30:46.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: Interval compaction: 0.00 GB write, 19.35 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-10T07:30:46.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: 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-02-10T07:30:46.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: Block cache BinnedLRUCache@0x562d0e157090#7 capacity: 512.00 MB usage: 1.17 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.3e-05 secs_since: 0 2024-02-10T07:30:46.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: Block cache entry stats(count,size,portion): FilterBlock(2,0.77 KB,0.000146031%) IndexBlock(2,0.41 KB,7.7486e-05%) Misc(1,0.00 KB,0%) 2024-02-10T07:30:46.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: ** File Read Latency Histogram By Level [default] ** 2024-02-10T07:30:46.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.860+0000 7f0ca7f87c80 0 starting mon.a rank 0 at public addrs [v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0] at bind addrs [v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 039acd78-c7e6-11ee-95b8-87774f69a715 2024-02-10T07:30:46.001 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.860+0000 7f0ca7f87c80 1 mon.a@-1(???) e1 preinit fsid 039acd78-c7e6-11ee-95b8-87774f69a715 2024-02-10T07:30:46.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.860+0000 7f0ca7f87c80 0 mon.a@-1(???).mds e1 new map 2024-02-10T07:30:46.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.860+0000 7f0ca7f87c80 0 mon.a@-1(???).mds e1 print_map 2024-02-10T07:30:46.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: e1 2024-02-10T07:30:46.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: enable_multiple, ever_enabled_multiple: 1,1 2024-02-10T07:30:46.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: 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} 2024-02-10T07:30:46.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: legacy client fscid: -1 2024-02-10T07:30:46.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: 2024-02-10T07:30:46.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: No filesystems configured 2024-02-10T07:30:46.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.860+0000 7f0ca7f87c80 0 mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-02-10T07:30:46.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.860+0000 7f0ca7f87c80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-10T07:30:46.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.860+0000 7f0ca7f87c80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-10T07:30:46.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.860+0000 7f0ca7f87c80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-10T07:30:46.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: debug 2024-02-10T07:30:45.860+0000 7f0ca7f87c80 1 mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-02-10T07:30:46.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: cluster 2024-02-10T07:30:45.869038+0000 mon.a (mon.0) 1 : cluster 1 mon.a is new leader, mons a in quorum (ranks 0) 2024-02-10T07:30:46.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: cluster 2024-02-10T07:30:45.869100+0000 mon.a (mon.0) 2 : cluster 0 monmap e1: 1 mons at {a=[v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-02-10T07:30:46.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: cluster 2024-02-10T07:30:45.869501+0000 mon.a (mon.0) 3 : cluster 0 fsmap 2024-02-10T07:30:46.002 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: cluster 2024-02-10T07:30:45.869535+0000 mon.a (mon.0) 4 : cluster 0 osdmap e1: 0 total, 0 up, 0 in 2024-02-10T07:30:46.003 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:45 smithi029 bash[21408]: cluster 2024-02-10T07:30:45.869842+0000 mon.a (mon.0) 5 : cluster 0 mgrmap e1: no daemons active 2024-02-10T07:30:46.677 INFO:teuthology.orchestra.run.smithi029.stdout:Wrote config to /etc/ceph/ceph.conf 2024-02-10T07:30:46.704 INFO:teuthology.orchestra.run.smithi029.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-02-10T07:30:46.704 INFO:teuthology.orchestra.run.smithi029.stdout:Creating mgr... 2024-02-10T07:30:46.704 INFO:teuthology.orchestra.run.smithi029.stdout:Verifying port 0.0.0.0:9283 ... 2024-02-10T07:30:46.704 INFO:teuthology.orchestra.run.smithi029.stdout:Verifying port 0.0.0.0:8765 ... 2024-02-10T07:30:47.047 INFO:teuthology.orchestra.run.smithi029.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-039acd78-c7e6-11ee-95b8-87774f69a715@mgr.a 2024-02-10T07:30:47.047 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stderr Failed to reset failed state of unit ceph-039acd78-c7e6-11ee-95b8-87774f69a715@mgr.a.service: Unit ceph-039acd78-c7e6-11ee-95b8-87774f69a715@mgr.a.service not loaded. 2024-02-10T07:30:47.052 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:46 smithi029 systemd[1]: /etc/systemd/system/ceph-039acd78-c7e6-11ee-95b8-87774f69a715@.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-02-10T07:30:47.052 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Feb 10 07:30:47 smithi029 systemd[1]: /etc/systemd/system/ceph-039acd78-c7e6-11ee-95b8-87774f69a715@.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-02-10T07:30:47.245 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-039acd78-c7e6-11ee-95b8-87774f69a715.target.wants/ceph-039acd78-c7e6-11ee-95b8-87774f69a715@mgr.a.service -> /etc/systemd/system/ceph-039acd78-c7e6-11ee-95b8-87774f69a715@.service. 2024-02-10T07:30:47.255 INFO:teuthology.orchestra.run.smithi029.stdout:firewalld does not appear to be present 2024-02-10T07:30:47.255 INFO:teuthology.orchestra.run.smithi029.stdout:Not possible to enable service . firewalld.service is not available 2024-02-10T07:30:47.255 INFO:teuthology.orchestra.run.smithi029.stdout:firewalld does not appear to be present 2024-02-10T07:30:47.255 INFO:teuthology.orchestra.run.smithi029.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-02-10T07:30:47.255 INFO:teuthology.orchestra.run.smithi029.stdout:Waiting for mgr to start... 2024-02-10T07:30:47.255 INFO:teuthology.orchestra.run.smithi029.stdout:Waiting for mgr... 2024-02-10T07:30:47.479 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Feb 10 07:30:47 smithi029 systemd[1]: /etc/systemd/system/ceph-039acd78-c7e6-11ee-95b8-87774f69a715@.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-02-10T07:30:47.480 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Feb 10 07:30:47 smithi029 systemd[1]: Started Ceph mgr.a for 039acd78-c7e6-11ee-95b8-87774f69a715. 2024-02-10T07:30:47.480 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:47 smithi029 bash[21408]: audit 2024-02-10T07:30:46.068891+0000 mon.a (mon.0) 6 : audit 1 from='client.? 172.21.15.29:0/93972854' entity='client.admin' 2024-02-10T07:30:47.480 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:47 smithi029 systemd[1]: /etc/systemd/system/ceph-039acd78-c7e6-11ee-95b8-87774f69a715@.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-02-10T07:30:49.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:48 smithi029 bash[21408]: audit 2024-02-10T07:30:48.759560+0000 mon.a (mon.0) 7 : audit 0 from='client.? 172.21.15.29:0/655625546' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-10T07:30:49.229 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Feb 10 07:30:48 smithi029 bash[21664]: debug 2024-02-10T07:30:48.728+0000 7f67c0575200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-10T07:30:49.393 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout 2024-02-10T07:30:49.394 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout { 2024-02-10T07:30:49.394 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "fsid": "039acd78-c7e6-11ee-95b8-87774f69a715", 2024-02-10T07:30:49.394 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "health": { 2024-02-10T07:30:49.394 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-02-10T07:30:49.394 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-02-10T07:30:49.394 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-02-10T07:30:49.394 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-02-10T07:30:49.394 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-02-10T07:30:49.394 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-02-10T07:30:49.394 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout 0 2024-02-10T07:30:49.394 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout ], 2024-02-10T07:30:49.394 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-02-10T07:30:49.394 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "a" 2024-02-10T07:30:49.394 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout ], 2024-02-10T07:30:49.394 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2024-02-10T07:30:49.395 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "monmap": { 2024-02-10T07:30:49.395 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-10T07:30:49.395 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-02-10T07:30:49.395 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-02-10T07:30:49.395 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-02-10T07:30:49.395 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-02-10T07:30:49.395 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-10T07:30:49.395 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-02-10T07:30:49.395 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-02-10T07:30:49.395 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-02-10T07:30:49.395 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-02-10T07:30:49.395 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-02-10T07:30:49.395 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-02-10T07:30:49.398 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-02-10T07:30:49.399 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-02-10T07:30:49.399 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-02-10T07:30:49.399 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-02-10T07:30:49.399 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-02-10T07:30:49.399 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-02-10T07:30:49.399 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-02-10T07:30:49.399 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-02-10T07:30:49.399 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-02-10T07:30:49.399 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-02-10T07:30:49.399 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-02-10T07:30:49.399 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-02-10T07:30:49.399 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-10T07:30:49.399 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-02-10T07:30:49.399 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-02-10T07:30:49.400 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-02-10T07:30:49.400 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-02-10T07:30:49.400 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "available": false, 2024-02-10T07:30:49.400 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-02-10T07:30:49.400 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "modules": [ 2024-02-10T07:30:49.400 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "iostat", 2024-02-10T07:30:49.400 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "nfs", 2024-02-10T07:30:49.400 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "restful" 2024-02-10T07:30:49.400 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout ], 2024-02-10T07:30:49.400 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "services": {} 2024-02-10T07:30:49.400 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-02-10T07:30:49.400 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-02-10T07:30:49.400 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-10T07:30:49.400 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "modified": "2024-02-10T07:30:39.944296+0000", 2024-02-10T07:30:49.401 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "services": {} 2024-02-10T07:30:49.401 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-02-10T07:30:49.401 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-02-10T07:30:49.401 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout } 2024-02-10T07:30:49.401 INFO:teuthology.orchestra.run.smithi029.stdout:mgr not available, waiting (1/15)... 2024-02-10T07:30:50.708 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Feb 10 07:30:50 smithi029 bash[21664]: debug 2024-02-10T07:30:50.352+0000 7f67c0575200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-10T07:30:50.709 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Feb 10 07:30:50 smithi029 bash[21664]: debug 2024-02-10T07:30:50.452+0000 7f67c0575200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-10T07:30:50.709 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Feb 10 07:30:50 smithi029 bash[21664]: debug 2024-02-10T07:30:50.704+0000 7f67c0575200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-10T07:30:51.729 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Feb 10 07:30:51 smithi029 bash[21664]: debug 2024-02-10T07:30:51.528+0000 7f67c0575200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-10T07:30:51.729 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Feb 10 07:30:51 smithi029 bash[21664]: debug 2024-02-10T07:30:51.636+0000 7f67c0575200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-10T07:30:52.101 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Feb 10 07:30:51 smithi029 bash[21664]: debug 2024-02-10T07:30:51.744+0000 7f67c0575200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-10T07:30:52.447 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Feb 10 07:30:52 smithi029 bash[21664]: debug 2024-02-10T07:30:52.108+0000 7f67c0575200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-10T07:30:52.447 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Feb 10 07:30:52 smithi029 bash[21664]: debug 2024-02-10T07:30:52.224+0000 7f67c0575200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-10T07:30:52.447 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Feb 10 07:30:52 smithi029 bash[21664]: debug 2024-02-10T07:30:52.332+0000 7f67c0575200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-10T07:30:52.700 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:52 smithi029 bash[21408]: audit 2024-02-10T07:30:52.434662+0000 mon.a (mon.0) 8 : audit 0 from='client.? 172.21.15.29:0/714257366' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-10T07:30:52.979 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Feb 10 07:30:52 smithi029 bash[21664]: debug 2024-02-10T07:30:52.696+0000 7f67c0575200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-10T07:30:52.979 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Feb 10 07:30:52 smithi029 bash[21664]: debug 2024-02-10T07:30:52.944+0000 7f67c0575200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-10T07:30:53.013 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout 2024-02-10T07:30:53.013 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout { 2024-02-10T07:30:53.013 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "fsid": "039acd78-c7e6-11ee-95b8-87774f69a715", 2024-02-10T07:30:53.013 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "health": { 2024-02-10T07:30:53.014 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-02-10T07:30:53.014 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-02-10T07:30:53.014 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-02-10T07:30:53.014 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-02-10T07:30:53.014 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-02-10T07:30:53.014 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-02-10T07:30:53.014 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout 0 2024-02-10T07:30:53.014 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout ], 2024-02-10T07:30:53.014 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-02-10T07:30:53.014 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "a" 2024-02-10T07:30:53.014 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout ], 2024-02-10T07:30:53.014 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "quorum_age": 6, 2024-02-10T07:30:53.014 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "monmap": { 2024-02-10T07:30:53.014 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-10T07:30:53.015 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-02-10T07:30:53.015 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-02-10T07:30:53.015 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-02-10T07:30:53.015 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-02-10T07:30:53.015 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-10T07:30:53.015 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-02-10T07:30:53.015 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-02-10T07:30:53.015 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-02-10T07:30:53.015 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-02-10T07:30:53.015 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-02-10T07:30:53.015 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-02-10T07:30:53.019 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-02-10T07:30:53.019 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-02-10T07:30:53.019 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-02-10T07:30:53.019 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-02-10T07:30:53.019 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-02-10T07:30:53.019 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-02-10T07:30:53.019 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-02-10T07:30:53.019 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-02-10T07:30:53.019 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-02-10T07:30:53.019 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-02-10T07:30:53.019 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-02-10T07:30:53.020 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-02-10T07:30:53.020 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-10T07:30:53.020 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-02-10T07:30:53.020 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-02-10T07:30:53.020 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-02-10T07:30:53.020 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-02-10T07:30:53.020 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "available": false, 2024-02-10T07:30:53.020 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-02-10T07:30:53.020 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "modules": [ 2024-02-10T07:30:53.020 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "iostat", 2024-02-10T07:30:53.020 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "nfs", 2024-02-10T07:30:53.020 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "restful" 2024-02-10T07:30:53.020 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout ], 2024-02-10T07:30:53.020 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "services": {} 2024-02-10T07:30:53.021 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-02-10T07:30:53.021 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-02-10T07:30:53.021 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-10T07:30:53.021 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "modified": "2024-02-10T07:30:39.944296+0000", 2024-02-10T07:30:53.021 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "services": {} 2024-02-10T07:30:53.021 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-02-10T07:30:53.021 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-02-10T07:30:53.021 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout } 2024-02-10T07:30:53.021 INFO:teuthology.orchestra.run.smithi029.stdout:mgr not available, waiting (2/15)... 2024-02-10T07:30:53.479 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Feb 10 07:30:53 smithi029 bash[21664]: debug 2024-02-10T07:30:53.212+0000 7f67c0575200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-10T07:30:53.479 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Feb 10 07:30:53 smithi029 bash[21664]: debug 2024-02-10T07:30:53.328+0000 7f67c0575200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-10T07:30:53.979 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Feb 10 07:30:53 smithi029 bash[21664]: debug 2024-02-10T07:30:53.608+0000 7f67c0575200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-10T07:30:53.979 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Feb 10 07:30:53 smithi029 bash[21664]: debug 2024-02-10T07:30:53.856+0000 7f67c0575200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-10T07:30:54.653 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Feb 10 07:30:54 smithi029 bash[21664]: debug 2024-02-10T07:30:54.272+0000 7f67c0575200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-10T07:30:54.653 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Feb 10 07:30:54 smithi029 bash[21664]: debug 2024-02-10T07:30:54.396+0000 7f67c0575200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-10T07:30:54.979 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Feb 10 07:30:54 smithi029 bash[21664]: debug 2024-02-10T07:30:54.648+0000 7f67c0575200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-10T07:30:55.979 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Feb 10 07:30:55 smithi029 bash[21664]: debug 2024-02-10T07:30:55.688+0000 7f67c0575200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-10T07:30:55.979 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Feb 10 07:30:55 smithi029 bash[21664]: debug 2024-02-10T07:30:55.808+0000 7f67c0575200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-10T07:30:56.479 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Feb 10 07:30:56 smithi029 bash[21664]: debug 2024-02-10T07:30:56.116+0000 7f67c0575200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-10T07:30:56.479 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Feb 10 07:30:56 smithi029 bash[21664]: debug 2024-02-10T07:30:56.232+0000 7f67c0575200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-10T07:30:56.618 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout 2024-02-10T07:30:56.618 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout { 2024-02-10T07:30:56.618 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "fsid": "039acd78-c7e6-11ee-95b8-87774f69a715", 2024-02-10T07:30:56.618 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "health": { 2024-02-10T07:30:56.618 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-02-10T07:30:56.618 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-02-10T07:30:56.618 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-02-10T07:30:56.618 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-02-10T07:30:56.618 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-02-10T07:30:56.618 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-02-10T07:30:56.619 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout 0 2024-02-10T07:30:56.619 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout ], 2024-02-10T07:30:56.619 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-02-10T07:30:56.619 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "a" 2024-02-10T07:30:56.619 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout ], 2024-02-10T07:30:56.619 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "quorum_age": 10, 2024-02-10T07:30:56.619 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "monmap": { 2024-02-10T07:30:56.619 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-10T07:30:56.619 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-02-10T07:30:56.619 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-02-10T07:30:56.619 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-02-10T07:30:56.619 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-02-10T07:30:56.620 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-10T07:30:56.620 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-02-10T07:30:56.620 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-02-10T07:30:56.620 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-02-10T07:30:56.620 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-02-10T07:30:56.620 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-02-10T07:30:56.620 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-02-10T07:30:56.624 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-02-10T07:30:56.624 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-02-10T07:30:56.624 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-02-10T07:30:56.624 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-02-10T07:30:56.625 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-02-10T07:30:56.625 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-02-10T07:30:56.625 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-02-10T07:30:56.625 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-02-10T07:30:56.625 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-02-10T07:30:56.626 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-02-10T07:30:56.626 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-02-10T07:30:56.626 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-02-10T07:30:56.626 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-10T07:30:56.626 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-02-10T07:30:56.626 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-02-10T07:30:56.626 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-02-10T07:30:56.626 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-02-10T07:30:56.626 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "available": false, 2024-02-10T07:30:56.626 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-02-10T07:30:56.626 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "modules": [ 2024-02-10T07:30:56.626 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "iostat", 2024-02-10T07:30:56.626 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "nfs", 2024-02-10T07:30:56.626 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "restful" 2024-02-10T07:30:56.627 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout ], 2024-02-10T07:30:56.627 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "services": {} 2024-02-10T07:30:56.627 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-02-10T07:30:56.627 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-02-10T07:30:56.627 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-10T07:30:56.627 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "modified": "2024-02-10T07:30:39.944296+0000", 2024-02-10T07:30:56.627 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "services": {} 2024-02-10T07:30:56.627 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-02-10T07:30:56.627 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-02-10T07:30:56.627 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout } 2024-02-10T07:30:56.627 INFO:teuthology.orchestra.run.smithi029.stdout:mgr not available, waiting (3/15)... 2024-02-10T07:30:56.979 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Feb 10 07:30:56 smithi029 bash[21664]: debug 2024-02-10T07:30:56.696+0000 7f67c0575200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-10T07:30:56.979 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Feb 10 07:30:56 smithi029 bash[21664]: debug 2024-02-10T07:30:56.820+0000 7f67c0575200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-10T07:30:56.979 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:56 smithi029 bash[21408]: audit 2024-02-10T07:30:56.049131+0000 mon.a (mon.0) 9 : audit 0 from='client.? 172.21.15.29:0/1267145845' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-10T07:30:56.979 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:56 smithi029 bash[21408]: cluster 2024-02-10T07:30:56.844852+0000 mon.a (mon.0) 10 : cluster 1 Activating manager daemon a 2024-02-10T07:30:56.980 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:56 smithi029 bash[21408]: cluster 2024-02-10T07:30:56.851967+0000 mon.a (mon.0) 11 : cluster 0 mgrmap e2: a(active, starting, since 0.00761703s) 2024-02-10T07:30:56.980 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:56 smithi029 bash[21408]: audit 2024-02-10T07:30:56.853378+0000 mon.a (mon.0) 12 : audit 0 from='mgr.14100 172.21.15.29:0/3156737625' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-10T07:30:56.980 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:56 smithi029 bash[21408]: audit 2024-02-10T07:30:56.853668+0000 mon.a (mon.0) 13 : audit 0 from='mgr.14100 172.21.15.29:0/3156737625' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-10T07:30:56.980 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:56 smithi029 bash[21408]: audit 2024-02-10T07:30:56.853914+0000 mon.a (mon.0) 14 : audit 0 from='mgr.14100 172.21.15.29:0/3156737625' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-10T07:30:56.980 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:56 smithi029 bash[21408]: audit 2024-02-10T07:30:56.854166+0000 mon.a (mon.0) 15 : audit 0 from='mgr.14100 172.21.15.29:0/3156737625' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-10T07:30:56.980 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:56 smithi029 bash[21408]: audit 2024-02-10T07:30:56.855377+0000 mon.a (mon.0) 16 : audit 0 from='mgr.14100 172.21.15.29:0/3156737625' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-02-10T07:30:56.980 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:56 smithi029 bash[21408]: cluster 2024-02-10T07:30:56.861492+0000 mon.a (mon.0) 17 : cluster 1 Manager daemon a is now available 2024-02-10T07:30:58.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:57 smithi029 bash[21408]: audit 2024-02-10T07:30:56.874710+0000 mon.a (mon.0) 18 : audit 1 from='mgr.14100 172.21.15.29:0/3156737625' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-02-10T07:30:58.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:57 smithi029 bash[21408]: audit 2024-02-10T07:30:56.878478+0000 mon.a (mon.0) 19 : audit 1 from='mgr.14100 172.21.15.29:0/3156737625' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-02-10T07:30:58.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:57 smithi029 bash[21408]: audit 2024-02-10T07:30:56.880344+0000 mon.a (mon.0) 20 : audit 1 from='mgr.14100 172.21.15.29:0/3156737625' entity='mgr.a' 2024-02-10T07:30:58.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:57 smithi029 bash[21408]: audit 2024-02-10T07:30:56.882179+0000 mon.a (mon.0) 21 : audit 1 from='mgr.14100 172.21.15.29:0/3156737625' entity='mgr.a' 2024-02-10T07:30:58.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:57 smithi029 bash[21408]: audit 2024-02-10T07:30:56.883953+0000 mon.a (mon.0) 22 : audit 1 from='mgr.14100 172.21.15.29:0/3156737625' entity='mgr.a' 2024-02-10T07:30:58.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:57 smithi029 bash[21408]: cluster 2024-02-10T07:30:57.859740+0000 mon.a (mon.0) 23 : cluster 0 mgrmap e3: a(active, since 1.01536s) 2024-02-10T07:31:00.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:30:59 smithi029 bash[21408]: cluster 2024-02-10T07:30:58.878120+0000 mon.a (mon.0) 24 : cluster 0 mgrmap e4: a(active, since 2s) 2024-02-10T07:31:00.629 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout 2024-02-10T07:31:00.629 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout { 2024-02-10T07:31:00.630 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "fsid": "039acd78-c7e6-11ee-95b8-87774f69a715", 2024-02-10T07:31:00.630 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "health": { 2024-02-10T07:31:00.630 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-02-10T07:31:00.630 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-02-10T07:31:00.630 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-02-10T07:31:00.630 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-02-10T07:31:00.630 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-02-10T07:31:00.630 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-02-10T07:31:00.630 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout 0 2024-02-10T07:31:00.630 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout ], 2024-02-10T07:31:00.630 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-02-10T07:31:00.630 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "a" 2024-02-10T07:31:00.630 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout ], 2024-02-10T07:31:00.630 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "quorum_age": 14, 2024-02-10T07:31:00.630 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "monmap": { 2024-02-10T07:31:00.631 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-10T07:31:00.631 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-02-10T07:31:00.631 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-02-10T07:31:00.631 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-02-10T07:31:00.631 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-02-10T07:31:00.631 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-10T07:31:00.631 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-02-10T07:31:00.631 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-02-10T07:31:00.631 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-02-10T07:31:00.631 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-02-10T07:31:00.631 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-02-10T07:31:00.631 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-02-10T07:31:00.635 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-02-10T07:31:00.635 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-02-10T07:31:00.635 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-02-10T07:31:00.635 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-02-10T07:31:00.635 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-02-10T07:31:00.635 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-02-10T07:31:00.635 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-02-10T07:31:00.635 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-02-10T07:31:00.635 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-02-10T07:31:00.636 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-02-10T07:31:00.636 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-02-10T07:31:00.636 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-02-10T07:31:00.636 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-10T07:31:00.636 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-02-10T07:31:00.636 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-02-10T07:31:00.636 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-02-10T07:31:00.636 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-02-10T07:31:00.636 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "available": true, 2024-02-10T07:31:00.636 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-02-10T07:31:00.636 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "modules": [ 2024-02-10T07:31:00.636 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "iostat", 2024-02-10T07:31:00.636 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "nfs", 2024-02-10T07:31:00.636 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "restful" 2024-02-10T07:31:00.636 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout ], 2024-02-10T07:31:00.637 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "services": {} 2024-02-10T07:31:00.637 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-02-10T07:31:00.637 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-02-10T07:31:00.637 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-10T07:31:00.637 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "modified": "2024-02-10T07:30:39.944296+0000", 2024-02-10T07:31:00.637 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "services": {} 2024-02-10T07:31:00.637 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-02-10T07:31:00.637 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-02-10T07:31:00.637 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout } 2024-02-10T07:31:00.637 INFO:teuthology.orchestra.run.smithi029.stdout:mgr is available 2024-02-10T07:31:00.979 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:31:00 smithi029 bash[21408]: audit 2024-02-10T07:31:00.067873+0000 mon.a (mon.0) 25 : audit 0 from='client.? 172.21.15.29:0/2658853172' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-10T07:31:02.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:31:01 smithi029 bash[21408]: audit 2024-02-10T07:31:01.865979+0000 mon.a (mon.0) 26 : audit 1 from='client.? 172.21.15.29:0/445876813' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-02-10T07:31:02.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:31:01 smithi029 bash[21408]: audit 2024-02-10T07:31:01.869975+0000 mon.a (mon.0) 27 : audit 1 from='client.? 172.21.15.29:0/445876813' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-02-10T07:31:02.422 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout 2024-02-10T07:31:02.422 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout [global] 2024-02-10T07:31:02.422 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout fsid = 039acd78-c7e6-11ee-95b8-87774f69a715 2024-02-10T07:31:02.422 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-02-10T07:31:02.422 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-02-10T07:31:02.422 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-02-10T07:31:02.422 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-02-10T07:31:02.422 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout 2024-02-10T07:31:02.422 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout [mgr] 2024-02-10T07:31:02.422 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-02-10T07:31:02.422 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout 2024-02-10T07:31:02.422 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout [osd] 2024-02-10T07:31:02.423 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-02-10T07:31:02.423 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-02-10T07:31:02.423 INFO:teuthology.orchestra.run.smithi029.stdout:Enabling cephadm module... 2024-02-10T07:31:04.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:31:03 smithi029 bash[21408]: audit 2024-02-10T07:31:03.788600+0000 mon.a (mon.0) 28 : audit 1 from='client.? 172.21.15.29:0/3840095203' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-02-10T07:31:04.229 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Feb 10 07:31:03 smithi029 bash[21664]: ignoring --setuser ceph since I am not root 2024-02-10T07:31:04.229 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Feb 10 07:31:03 smithi029 bash[21664]: ignoring --setgroup ceph since I am not root 2024-02-10T07:31:04.230 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Feb 10 07:31:04 smithi029 bash[21664]: debug 2024-02-10T07:31:04.028+0000 7ff9c3037200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-10T07:31:05.117 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:31:04 smithi029 bash[21408]: audit 2024-02-10T07:31:03.840422+0000 mon.a (mon.0) 29 : audit 1 from='client.? 172.21.15.29:0/3840095203' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-02-10T07:31:05.118 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:31:04 smithi029 bash[21408]: cluster 2024-02-10T07:31:03.844257+0000 mon.a (mon.0) 30 : cluster 0 mgrmap e5: a(active, since 6s) 2024-02-10T07:31:05.979 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:31:05 smithi029 bash[21408]: audit 2024-02-10T07:31:05.787788+0000 mon.a (mon.0) 31 : audit 0 from='client.? 172.21.15.29:0/3944418173' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-02-10T07:31:05.979 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Feb 10 07:31:05 smithi029 bash[21664]: debug 2024-02-10T07:31:05.644+0000 7ff9c3037200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-10T07:31:05.979 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Feb 10 07:31:05 smithi029 bash[21664]: debug 2024-02-10T07:31:05.748+0000 7ff9c3037200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-10T07:31:06.377 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout { 2024-02-10T07:31:06.377 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-02-10T07:31:06.377 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "available": true, 2024-02-10T07:31:06.377 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-02-10T07:31:06.377 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-02-10T07:31:06.378 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout } 2024-02-10T07:31:06.378 INFO:teuthology.orchestra.run.smithi029.stdout:Waiting for the mgr to restart... 2024-02-10T07:31:06.378 INFO:teuthology.orchestra.run.smithi029.stdout:Waiting for mgr epoch 5... 2024-02-10T07:31:06.395 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Feb 10 07:31:06 smithi029 bash[21664]: debug 2024-02-10T07:31:06.004+0000 7ff9c3037200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-10T07:31:07.229 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Feb 10 07:31:06 smithi029 bash[21664]: debug 2024-02-10T07:31:06.828+0000 7ff9c3037200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-10T07:31:07.229 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Feb 10 07:31:06 smithi029 bash[21664]: debug 2024-02-10T07:31:06.940+0000 7ff9c3037200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-10T07:31:07.229 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Feb 10 07:31:07 smithi029 bash[21664]: debug 2024-02-10T07:31:07.048+0000 7ff9c3037200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-10T07:31:07.729 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Feb 10 07:31:07 smithi029 bash[21664]: debug 2024-02-10T07:31:07.408+0000 7ff9c3037200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-10T07:31:07.729 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Feb 10 07:31:07 smithi029 bash[21664]: debug 2024-02-10T07:31:07.524+0000 7ff9c3037200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-10T07:31:07.729 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Feb 10 07:31:07 smithi029 bash[21664]: debug 2024-02-10T07:31:07.632+0000 7ff9c3037200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-10T07:31:08.479 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Feb 10 07:31:08 smithi029 bash[21664]: debug 2024-02-10T07:31:08.000+0000 7ff9c3037200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-10T07:31:08.479 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Feb 10 07:31:08 smithi029 bash[21664]: debug 2024-02-10T07:31:08.244+0000 7ff9c3037200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-10T07:31:08.917 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Feb 10 07:31:08 smithi029 bash[21664]: debug 2024-02-10T07:31:08.512+0000 7ff9c3037200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-10T07:31:08.917 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Feb 10 07:31:08 smithi029 bash[21664]: debug 2024-02-10T07:31:08.632+0000 7ff9c3037200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-10T07:31:09.167 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Feb 10 07:31:08 smithi029 bash[21664]: debug 2024-02-10T07:31:08.912+0000 7ff9c3037200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-10T07:31:09.479 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Feb 10 07:31:09 smithi029 bash[21664]: debug 2024-02-10T07:31:09.164+0000 7ff9c3037200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-10T07:31:09.957 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Feb 10 07:31:09 smithi029 bash[21664]: debug 2024-02-10T07:31:09.576+0000 7ff9c3037200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-10T07:31:09.957 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Feb 10 07:31:09 smithi029 bash[21664]: debug 2024-02-10T07:31:09.700+0000 7ff9c3037200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-10T07:31:10.229 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Feb 10 07:31:09 smithi029 bash[21664]: debug 2024-02-10T07:31:09.952+0000 7ff9c3037200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-10T07:31:11.407 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Feb 10 07:31:10 smithi029 bash[21664]: debug 2024-02-10T07:31:10.984+0000 7ff9c3037200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-10T07:31:11.407 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Feb 10 07:31:11 smithi029 bash[21664]: debug 2024-02-10T07:31:11.100+0000 7ff9c3037200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-10T07:31:11.729 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Feb 10 07:31:11 smithi029 bash[21664]: debug 2024-02-10T07:31:11.404+0000 7ff9c3037200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-10T07:31:11.729 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Feb 10 07:31:11 smithi029 bash[21664]: debug 2024-02-10T07:31:11.520+0000 7ff9c3037200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-10T07:31:12.479 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Feb 10 07:31:11 smithi029 bash[21664]: debug 2024-02-10T07:31:11.988+0000 7ff9c3037200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-10T07:31:12.480 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Feb 10 07:31:12 smithi029 bash[21664]: debug 2024-02-10T07:31:12.112+0000 7ff9c3037200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-10T07:31:12.480 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:31:12 smithi029 bash[21408]: cluster 2024-02-10T07:31:12.136747+0000 mon.a (mon.0) 32 : cluster 1 Active manager daemon a restarted 2024-02-10T07:31:12.480 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:31:12 smithi029 bash[21408]: cluster 2024-02-10T07:31:12.137564+0000 mon.a (mon.0) 33 : cluster 1 Activating manager daemon a 2024-02-10T07:31:12.480 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:31:12 smithi029 bash[21408]: cluster 2024-02-10T07:31:12.145509+0000 mon.a (mon.0) 34 : cluster 0 osdmap e2: 0 total, 0 up, 0 in 2024-02-10T07:31:12.480 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:31:12 smithi029 bash[21408]: cluster 2024-02-10T07:31:12.145753+0000 mon.a (mon.0) 35 : cluster 0 mgrmap e6: a(active, starting, since 0.00854491s) 2024-02-10T07:31:12.480 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:31:12 smithi029 bash[21408]: audit 2024-02-10T07:31:12.148263+0000 mon.a (mon.0) 36 : audit 0 from='mgr.14120 172.21.15.29:0/1993603576' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-10T07:31:12.480 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:31:12 smithi029 bash[21408]: audit 2024-02-10T07:31:12.150192+0000 mon.a (mon.0) 37 : audit 0 from='mgr.14120 172.21.15.29:0/1993603576' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-02-10T07:31:12.480 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:31:12 smithi029 bash[21408]: audit 2024-02-10T07:31:12.151081+0000 mon.a (mon.0) 38 : audit 0 from='mgr.14120 172.21.15.29:0/1993603576' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-10T07:31:12.480 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:31:12 smithi029 bash[21408]: audit 2024-02-10T07:31:12.151467+0000 mon.a (mon.0) 39 : audit 0 from='mgr.14120 172.21.15.29:0/1993603576' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-10T07:31:12.480 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:31:12 smithi029 bash[21408]: audit 2024-02-10T07:31:12.151855+0000 mon.a (mon.0) 40 : audit 0 from='mgr.14120 172.21.15.29:0/1993603576' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-10T07:31:12.480 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:31:12 smithi029 bash[21408]: cluster 2024-02-10T07:31:12.176801+0000 mon.a (mon.0) 41 : cluster 1 Manager daemon a is now available 2024-02-10T07:31:13.479 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:31:13 smithi029 bash[21408]: cephadm 2024-02-10T07:31:12.195908+0000 mgr.a (mgr.14120) 1 : cephadm 1 Found migration_current of "None". Setting to last migration. 2024-02-10T07:31:13.480 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:31:13 smithi029 bash[21408]: audit 2024-02-10T07:31:12.197792+0000 mon.a (mon.0) 42 : audit 1 from='mgr.14120 172.21.15.29:0/1993603576' entity='mgr.a' 2024-02-10T07:31:13.480 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:31:13 smithi029 bash[21408]: audit 2024-02-10T07:31:12.200136+0000 mon.a (mon.0) 43 : audit 1 from='mgr.14120 172.21.15.29:0/1993603576' entity='mgr.a' 2024-02-10T07:31:13.480 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:31:13 smithi029 bash[21408]: audit 2024-02-10T07:31:12.204783+0000 mon.a (mon.0) 44 : audit 0 from='mgr.14120 172.21.15.29:0/1993603576' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:31:13.480 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:31:13 smithi029 bash[21408]: audit 2024-02-10T07:31:12.209248+0000 mon.a (mon.0) 45 : audit 0 from='mgr.14120 172.21.15.29:0/1993603576' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:31:13.480 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:31:13 smithi029 bash[21408]: audit 2024-02-10T07:31:12.214906+0000 mon.a (mon.0) 46 : audit 0 from='mgr.14120 172.21.15.29:0/1993603576' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:31:13.480 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:31:13 smithi029 bash[21408]: audit 2024-02-10T07:31:12.218189+0000 mon.a (mon.0) 47 : audit 1 from='mgr.14120 172.21.15.29:0/1993603576' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-02-10T07:31:13.480 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:31:13 smithi029 bash[21408]: audit 2024-02-10T07:31:12.222177+0000 mon.a (mon.0) 48 : audit 1 from='mgr.14120 172.21.15.29:0/1993603576' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-02-10T07:31:13.480 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:31:13 smithi029 bash[21408]: audit 2024-02-10T07:31:12.950190+0000 mon.a (mon.0) 49 : audit 1 from='mgr.14120 172.21.15.29:0/1993603576' entity='mgr.a' 2024-02-10T07:31:13.480 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:31:13 smithi029 bash[21408]: audit 2024-02-10T07:31:12.955498+0000 mon.a (mon.0) 50 : audit 1 from='mgr.14120 172.21.15.29:0/1993603576' entity='mgr.a' 2024-02-10T07:31:13.480 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:31:13 smithi029 bash[21408]: cluster 2024-02-10T07:31:13.150348+0000 mon.a (mon.0) 51 : cluster 0 mgrmap e7: a(active, since 1.01313s) 2024-02-10T07:31:13.851 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout { 2024-02-10T07:31:13.851 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-02-10T07:31:13.851 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "initialized": true 2024-02-10T07:31:13.851 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout } 2024-02-10T07:31:13.851 INFO:teuthology.orchestra.run.smithi029.stdout:mgr epoch 5 is available 2024-02-10T07:31:13.851 INFO:teuthology.orchestra.run.smithi029.stdout:Setting orchestrator backend to cephadm... 2024-02-10T07:31:14.479 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:31:14 smithi029 bash[21408]: audit 2024-02-10T07:31:13.148311+0000 mgr.a (mgr.14120) 2 : audit 0 from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-02-10T07:31:14.480 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:31:14 smithi029 bash[21408]: audit 2024-02-10T07:31:13.161275+0000 mgr.a (mgr.14120) 3 : audit 0 from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-02-10T07:31:14.480 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:31:14 smithi029 bash[21408]: cephadm 2024-02-10T07:31:13.327274+0000 mgr.a (mgr.14120) 4 : cephadm 1 [10/Feb/2024:07:31:13] ENGINE Bus STARTING 2024-02-10T07:31:14.480 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:31:14 smithi029 bash[21408]: cephadm 2024-02-10T07:31:13.449213+0000 mgr.a (mgr.14120) 5 : cephadm 1 [10/Feb/2024:07:31:13] ENGINE Serving on https://172.21.15.29:7150 2024-02-10T07:31:14.480 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:31:14 smithi029 bash[21408]: cephadm 2024-02-10T07:31:13.550500+0000 mgr.a (mgr.14120) 6 : cephadm 1 [10/Feb/2024:07:31:13] ENGINE Serving on http://172.21.15.29:8765 2024-02-10T07:31:14.480 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:31:14 smithi029 bash[21408]: cephadm 2024-02-10T07:31:13.550675+0000 mgr.a (mgr.14120) 7 : cephadm 1 [10/Feb/2024:07:31:13] ENGINE Bus STARTED 2024-02-10T07:31:14.480 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:31:14 smithi029 bash[21408]: audit 2024-02-10T07:31:13.585701+0000 mon.a (mon.0) 52 : audit 0 from='mgr.14120 172.21.15.29:0/1993603576' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:31:15.479 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:31:15 smithi029 bash[21408]: cluster 2024-02-10T07:31:14.209874+0000 mon.a (mon.0) 53 : cluster 0 mgrmap e8: a(active, since 2s) 2024-02-10T07:31:15.479 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:31:15 smithi029 bash[21408]: audit 2024-02-10T07:31:15.182288+0000 mon.a (mon.0) 54 : audit 1 from='mgr.14120 172.21.15.29:0/1993603576' entity='mgr.a' 2024-02-10T07:31:16.462 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:31:16 smithi029 bash[21408]: audit 2024-02-10T07:31:15.174964+0000 mgr.a (mgr.14120) 8 : audit 0 from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:31:16.462 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:31:16 smithi029 bash[21408]: audit 2024-02-10T07:31:15.206936+0000 mon.a (mon.0) 55 : audit 0 from='mgr.14120 172.21.15.29:0/1993603576' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:31:17.580 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout value unchanged 2024-02-10T07:31:17.581 INFO:teuthology.orchestra.run.smithi029.stdout:Generating ssh key... 2024-02-10T07:31:18.216 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:31:17 smithi029 bash[21408]: audit 2024-02-10T07:31:17.026322+0000 mgr.a (mgr.14120) 9 : audit 0 from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:31:19.198 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:31:18 smithi029 bash[21408]: audit 2024-02-10T07:31:18.795036+0000 mgr.a (mgr.14120) 10 : audit 0 from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:31:19.198 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:31:18 smithi029 bash[21408]: cephadm 2024-02-10T07:31:18.795393+0000 mgr.a (mgr.14120) 11 : cephadm 1 Generating ssh key... 2024-02-10T07:31:19.199 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Feb 10 07:31:19 smithi029 bash[21664]: Generating public/private rsa key pair. 2024-02-10T07:31:19.199 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Feb 10 07:31:19 smithi029 bash[21664]: Your identification has been saved in /tmp/tmph0wzz9dz/key. 2024-02-10T07:31:19.199 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Feb 10 07:31:19 smithi029 bash[21664]: Your public key has been saved in /tmp/tmph0wzz9dz/key.pub. 2024-02-10T07:31:19.199 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Feb 10 07:31:19 smithi029 bash[21664]: The key fingerprint is: 2024-02-10T07:31:19.199 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Feb 10 07:31:19 smithi029 bash[21664]: SHA256:T7DaYjgU2qRwqg7bU903pU2HHCVC99WEddDptTeJUww ceph-039acd78-c7e6-11ee-95b8-87774f69a715 2024-02-10T07:31:19.199 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Feb 10 07:31:19 smithi029 bash[21664]: The key's randomart image is: 2024-02-10T07:31:19.199 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Feb 10 07:31:19 smithi029 bash[21664]: +---[RSA 3072]----+ 2024-02-10T07:31:19.199 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Feb 10 07:31:19 smithi029 bash[21664]: | .o oE=*B| 2024-02-10T07:31:19.199 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Feb 10 07:31:19 smithi029 bash[21664]: | o.o.==| 2024-02-10T07:31:19.199 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Feb 10 07:31:19 smithi029 bash[21664]: |. . o . . o= +| 2024-02-10T07:31:19.199 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Feb 10 07:31:19 smithi029 bash[21664]: | + = . o =o.=.| 2024-02-10T07:31:19.200 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Feb 10 07:31:19 smithi029 bash[21664]: |. o o. .S .= .. o| 2024-02-10T07:31:19.200 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Feb 10 07:31:19 smithi029 bash[21664]: |. ....o.o+ . | 2024-02-10T07:31:19.200 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Feb 10 07:31:19 smithi029 bash[21664]: |o .o + .... | 2024-02-10T07:31:19.200 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Feb 10 07:31:19 smithi029 bash[21664]: |oo. o . | 2024-02-10T07:31:19.200 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Feb 10 07:31:19 smithi029 bash[21664]: |.... | 2024-02-10T07:31:19.200 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Feb 10 07:31:19 smithi029 bash[21664]: +----[SHA256]-----+ 2024-02-10T07:31:20.402 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:31:20 smithi029 bash[21408]: audit 2024-02-10T07:31:19.148912+0000 mon.a (mon.0) 56 : audit 1 from='mgr.14120 172.21.15.29:0/1993603576' entity='mgr.a' 2024-02-10T07:31:20.402 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:31:20 smithi029 bash[21408]: audit 2024-02-10T07:31:19.153477+0000 mon.a (mon.0) 57 : audit 1 from='mgr.14120 172.21.15.29:0/1993603576' entity='mgr.a' 2024-02-10T07:31:21.512 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDGn1OwHEWDTU+Yat8orQ9fP49BqBYnzb9hu+fHL+6N71xMCqpmY35rBMnAC5WVScbvn0Y74odSVdipPSC1ypJVN0lRxCrZEVYhJoa1CbIYsWCV51ySMLkLKw30CfBbqwwd7ELwLTM8GiTmXtSi2HwEsTZUxoxRNg+FdcJzbSSrYSkOlRs+v319KT3M4mubVO9ETJsikT8HVemVOLGo7H+VLBs0rGssb2VuTJldF5/mKOFaBN41IrohtZ1QoeHz6HD5Y9M3ZQADPy9xIkbOlrhDdnq/jkvR8kGqr3Xr9vgtXDMr+vFm78Q3pAEipUu4efg84hKNMihR6A5rx+9P5O7r7qm7gwBEVMLVOnnd8rulxWqhgnTtJLF2aDemASAFRxWWVTxyj4nq3bkLOfsfU4wLAW5Bo4z4Ni4uIKk6vniDdruYF8nfA7hqgaQHT4RlIUsz2+VWHyREAmtzVJ1lYeDG4Os4SH2XFM5OMYv2UKEytT4gHnVtdA8AfNQu2X+6+6s= ceph-039acd78-c7e6-11ee-95b8-87774f69a715 2024-02-10T07:31:21.513 INFO:teuthology.orchestra.run.smithi029.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-02-10T07:31:21.513 INFO:teuthology.orchestra.run.smithi029.stdout:Adding key to root@localhost authorized_keys... 2024-02-10T07:31:21.513 INFO:teuthology.orchestra.run.smithi029.stdout:Adding host smithi029... 2024-02-10T07:31:22.211 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:31:21 smithi029 bash[21408]: audit 2024-02-10T07:31:20.959321+0000 mgr.a (mgr.14120) 12 : audit 0 from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:31:23.098 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:31:22 smithi029 bash[21408]: audit 2024-02-10T07:31:22.787902+0000 mgr.a (mgr.14120) 13 : audit 0 from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi029", "addr": "172.21.15.29", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:31:24.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:31:23 smithi029 bash[21408]: cephadm 2024-02-10T07:31:23.391324+0000 mgr.a (mgr.14120) 14 : cephadm 1 Deploying cephadm binary to smithi029 2024-02-10T07:31:29.192 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout Added host 'smithi029' with addr '172.21.15.29' 2024-02-10T07:31:29.192 INFO:teuthology.orchestra.run.smithi029.stdout:Deploying unmanaged mon service... 2024-02-10T07:31:29.479 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:31:29 smithi029 bash[21408]: audit 2024-02-10T07:31:28.463890+0000 mon.a (mon.0) 58 : audit 1 from='mgr.14120 172.21.15.29:0/1993603576' entity='mgr.a' 2024-02-10T07:31:29.495 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:31:29 smithi029 bash[21408]: cephadm 2024-02-10T07:31:28.464323+0000 mgr.a (mgr.14120) 15 : cephadm 1 Added host smithi029 2024-02-10T07:31:29.495 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:31:29 smithi029 bash[21408]: audit 2024-02-10T07:31:28.486226+0000 mon.a (mon.0) 59 : audit 0 from='mgr.14120 172.21.15.29:0/1993603576' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:31:31.330 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-02-10T07:31:31.331 INFO:teuthology.orchestra.run.smithi029.stdout:Deploying unmanaged mgr service... 2024-02-10T07:31:31.729 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:31:31 smithi029 bash[21408]: audit 2024-02-10T07:31:30.447241+0000 mgr.a (mgr.14120) 16 : audit 0 from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:31:31.729 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:31:31 smithi029 bash[21408]: cephadm 2024-02-10T07:31:30.450125+0000 mgr.a (mgr.14120) 17 : cephadm 1 Saving service mon spec with placement count:5 2024-02-10T07:31:31.729 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:31:31 smithi029 bash[21408]: audit 2024-02-10T07:31:30.454917+0000 mon.a (mon.0) 60 : audit 1 from='mgr.14120 172.21.15.29:0/1993603576' entity='mgr.a' 2024-02-10T07:31:33.980 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:31:33 smithi029 bash[21408]: cluster 2024-02-10T07:31:32.152706+0000 mgr.a (mgr.14120) 18 : cluster 0 pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:31:33.980 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:31:33 smithi029 bash[21408]: audit 2024-02-10T07:31:32.716047+0000 mon.a (mon.0) 61 : audit 1 from='mgr.14120 172.21.15.29:0/1993603576' entity='mgr.a' 2024-02-10T07:31:33.980 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:31:33 smithi029 bash[21408]: audit 2024-02-10T07:31:33.214973+0000 mon.a (mon.0) 62 : audit 1 from='mgr.14120 172.21.15.29:0/1993603576' entity='mgr.a' 2024-02-10T07:31:33.980 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:31:33 smithi029 bash[21408]: audit 2024-02-10T07:31:33.373226+0000 mon.a (mon.0) 63 : audit 1 from='mgr.14120 172.21.15.29:0/1993603576' entity='mgr.a' 2024-02-10T07:31:33.987 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-02-10T07:31:34.979 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:31:34 smithi029 bash[21408]: audit 2024-02-10T07:31:33.367288+0000 mgr.a (mgr.14120) 19 : audit 0 from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:31:34.980 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:31:34 smithi029 bash[21408]: cephadm 2024-02-10T07:31:33.369816+0000 mgr.a (mgr.14120) 20 : cephadm 1 Saving service mgr spec with placement count:2 2024-02-10T07:31:35.979 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:31:35 smithi029 bash[21408]: cluster 2024-02-10T07:31:34.153191+0000 mgr.a (mgr.14120) 21 : cluster 0 pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:31:35.980 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:31:35 smithi029 bash[21408]: audit 2024-02-10T07:31:35.260892+0000 mon.a (mon.0) 64 : audit 1 from='client.? 172.21.15.29:0/2704027383' entity='client.admin' 2024-02-10T07:31:37.662 INFO:teuthology.orchestra.run.smithi029.stdout:Enabling the dashboard module... 2024-02-10T07:31:37.979 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:31:37 smithi029 bash[21408]: cluster 2024-02-10T07:31:36.153606+0000 mgr.a (mgr.14120) 22 : cluster 0 pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:31:37.979 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:31:37 smithi029 bash[21408]: audit 2024-02-10T07:31:37.090966+0000 mon.a (mon.0) 65 : audit 1 from='client.? 172.21.15.29:0/2098634397' entity='client.admin' 2024-02-10T07:31:39.900 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:31:39 smithi029 bash[21408]: cluster 2024-02-10T07:31:38.153999+0000 mgr.a (mgr.14120) 23 : cluster 0 pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:31:39.900 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:31:39 smithi029 bash[21408]: audit 2024-02-10T07:31:38.596116+0000 mon.a (mon.0) 66 : audit 1 from='mgr.14120 172.21.15.29:0/1993603576' entity='mgr.a' 2024-02-10T07:31:39.901 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:31:39 smithi029 bash[21408]: audit 2024-02-10T07:31:39.012385+0000 mon.a (mon.0) 67 : audit 1 from='client.? 172.21.15.29:0/223921075' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-02-10T07:31:40.229 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Feb 10 07:31:39 smithi029 bash[21664]: ignoring --setuser ceph since I am not root 2024-02-10T07:31:40.229 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Feb 10 07:31:39 smithi029 bash[21664]: ignoring --setgroup ceph since I am not root 2024-02-10T07:31:40.230 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Feb 10 07:31:40 smithi029 bash[21664]: debug 2024-02-10T07:31:40.083+0000 7f8f8b2e2200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-10T07:31:40.979 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:31:40 smithi029 bash[21408]: audit 2024-02-10T07:31:39.636897+0000 mon.a (mon.0) 68 : audit 1 from='mgr.14120 172.21.15.29:0/1993603576' entity='mgr.a' 2024-02-10T07:31:40.979 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:31:40 smithi029 bash[21408]: audit 2024-02-10T07:31:39.881144+0000 mon.a (mon.0) 69 : audit 1 from='client.? 172.21.15.29:0/223921075' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-02-10T07:31:40.979 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:31:40 smithi029 bash[21408]: cluster 2024-02-10T07:31:39.886966+0000 mon.a (mon.0) 70 : cluster 0 mgrmap e9: a(active, since 27s) 2024-02-10T07:31:41.979 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Feb 10 07:31:41 smithi029 bash[21664]: debug 2024-02-10T07:31:41.707+0000 7f8f8b2e2200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-10T07:31:41.979 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Feb 10 07:31:41 smithi029 bash[21664]: debug 2024-02-10T07:31:41.811+0000 7f8f8b2e2200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-10T07:31:42.479 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:31:42 smithi029 bash[21408]: audit 2024-02-10T07:31:41.972950+0000 mon.a (mon.0) 71 : audit 0 from='client.? 172.21.15.29:0/3885545112' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-02-10T07:31:42.480 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Feb 10 07:31:42 smithi029 bash[21664]: debug 2024-02-10T07:31:42.071+0000 7f8f8b2e2200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-10T07:31:42.562 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout { 2024-02-10T07:31:42.562 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-02-10T07:31:42.562 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "available": true, 2024-02-10T07:31:42.562 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-02-10T07:31:42.562 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-02-10T07:31:42.562 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout } 2024-02-10T07:31:42.562 INFO:teuthology.orchestra.run.smithi029.stdout:Waiting for the mgr to restart... 2024-02-10T07:31:42.562 INFO:teuthology.orchestra.run.smithi029.stdout:Waiting for mgr epoch 9... 2024-02-10T07:31:43.229 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Feb 10 07:31:42 smithi029 bash[21664]: debug 2024-02-10T07:31:42.891+0000 7f8f8b2e2200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-10T07:31:43.229 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Feb 10 07:31:43 smithi029 bash[21664]: debug 2024-02-10T07:31:43.007+0000 7f8f8b2e2200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-10T07:31:43.229 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Feb 10 07:31:43 smithi029 bash[21664]: debug 2024-02-10T07:31:43.115+0000 7f8f8b2e2200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-10T07:31:43.613 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Feb 10 07:31:43 smithi029 bash[21664]: debug 2024-02-10T07:31:43.491+0000 7f8f8b2e2200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-10T07:31:43.979 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Feb 10 07:31:43 smithi029 bash[21664]: debug 2024-02-10T07:31:43.607+0000 7f8f8b2e2200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-10T07:31:43.979 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Feb 10 07:31:43 smithi029 bash[21664]: debug 2024-02-10T07:31:43.719+0000 7f8f8b2e2200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-10T07:31:44.479 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Feb 10 07:31:44 smithi029 bash[21664]: debug 2024-02-10T07:31:44.091+0000 7f8f8b2e2200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-10T07:31:44.479 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Feb 10 07:31:44 smithi029 bash[21664]: debug 2024-02-10T07:31:44.335+0000 7f8f8b2e2200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-10T07:31:44.979 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Feb 10 07:31:44 smithi029 bash[21664]: debug 2024-02-10T07:31:44.607+0000 7f8f8b2e2200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-10T07:31:44.979 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Feb 10 07:31:44 smithi029 bash[21664]: debug 2024-02-10T07:31:44.727+0000 7f8f8b2e2200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-10T07:31:45.479 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Feb 10 07:31:45 smithi029 bash[21664]: debug 2024-02-10T07:31:45.007+0000 7f8f8b2e2200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-10T07:31:45.479 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Feb 10 07:31:45 smithi029 bash[21664]: debug 2024-02-10T07:31:45.259+0000 7f8f8b2e2200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-10T07:31:45.953 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Feb 10 07:31:45 smithi029 bash[21664]: debug 2024-02-10T07:31:45.675+0000 7f8f8b2e2200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-10T07:31:45.953 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Feb 10 07:31:45 smithi029 bash[21664]: debug 2024-02-10T07:31:45.799+0000 7f8f8b2e2200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-10T07:31:46.229 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Feb 10 07:31:46 smithi029 bash[21664]: debug 2024-02-10T07:31:46.055+0000 7f8f8b2e2200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-10T07:31:47.479 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Feb 10 07:31:47 smithi029 bash[21664]: debug 2024-02-10T07:31:47.091+0000 7f8f8b2e2200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-10T07:31:47.479 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Feb 10 07:31:47 smithi029 bash[21664]: debug 2024-02-10T07:31:47.211+0000 7f8f8b2e2200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-10T07:31:47.979 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Feb 10 07:31:47 smithi029 bash[21664]: debug 2024-02-10T07:31:47.515+0000 7f8f8b2e2200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-10T07:31:47.979 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Feb 10 07:31:47 smithi029 bash[21664]: debug 2024-02-10T07:31:47.631+0000 7f8f8b2e2200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-10T07:31:48.362 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Feb 10 07:31:48 smithi029 bash[21664]: debug 2024-02-10T07:31:48.099+0000 7f8f8b2e2200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-10T07:31:48.362 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Feb 10 07:31:48 smithi029 bash[21664]: debug 2024-02-10T07:31:48.223+0000 7f8f8b2e2200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-10T07:31:48.362 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:31:48 smithi029 bash[21408]: cluster 2024-02-10T07:31:48.248580+0000 mon.a (mon.0) 72 : cluster 1 Active manager daemon a restarted 2024-02-10T07:31:48.362 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:31:48 smithi029 bash[21408]: cluster 2024-02-10T07:31:48.249224+0000 mon.a (mon.0) 73 : cluster 1 Activating manager daemon a 2024-02-10T07:31:48.362 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:31:48 smithi029 bash[21408]: cluster 2024-02-10T07:31:48.255669+0000 mon.a (mon.0) 74 : cluster 0 osdmap e3: 0 total, 0 up, 0 in 2024-02-10T07:31:48.362 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:31:48 smithi029 bash[21408]: cluster 2024-02-10T07:31:48.255900+0000 mon.a (mon.0) 75 : cluster 0 mgrmap e10: a(active, starting, since 0.00688341s) 2024-02-10T07:31:48.363 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:31:48 smithi029 bash[21408]: audit 2024-02-10T07:31:48.258946+0000 mon.a (mon.0) 76 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-10T07:31:48.363 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:31:48 smithi029 bash[21408]: audit 2024-02-10T07:31:48.259960+0000 mon.a (mon.0) 77 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-02-10T07:31:48.363 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:31:48 smithi029 bash[21408]: audit 2024-02-10T07:31:48.260821+0000 mon.a (mon.0) 78 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-10T07:31:48.363 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:31:48 smithi029 bash[21408]: audit 2024-02-10T07:31:48.261205+0000 mon.a (mon.0) 79 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-10T07:31:48.363 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:31:48 smithi029 bash[21408]: audit 2024-02-10T07:31:48.261509+0000 mon.a (mon.0) 80 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-10T07:31:48.363 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:31:48 smithi029 bash[21408]: cluster 2024-02-10T07:31:48.284913+0000 mon.a (mon.0) 81 : cluster 1 Manager daemon a is now available 2024-02-10T07:31:49.729 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:31:49 smithi029 bash[21408]: audit 2024-02-10T07:31:48.310823+0000 mon.a (mon.0) 82 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:31:49.730 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:31:49 smithi029 bash[21408]: audit 2024-02-10T07:31:48.313597+0000 mon.a (mon.0) 83 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:31:49.730 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:31:49 smithi029 bash[21408]: audit 2024-02-10T07:31:48.331463+0000 mon.a (mon.0) 84 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-02-10T07:31:49.730 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:31:49 smithi029 bash[21408]: audit 2024-02-10T07:31:48.335014+0000 mon.a (mon.0) 85 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-02-10T07:31:49.730 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:31:49 smithi029 bash[21408]: cephadm 2024-02-10T07:31:48.855056+0000 mgr.a (mgr.14152) 1 : cephadm 1 [10/Feb/2024:07:31:48] ENGINE Bus STARTING 2024-02-10T07:31:49.730 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:31:49 smithi029 bash[21408]: cluster 2024-02-10T07:31:49.262438+0000 mon.a (mon.0) 86 : cluster 0 mgrmap e11: a(active, since 1.01341s) 2024-02-10T07:31:49.961 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout { 2024-02-10T07:31:49.961 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-02-10T07:31:49.961 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "initialized": true 2024-02-10T07:31:49.961 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout } 2024-02-10T07:31:49.961 INFO:teuthology.orchestra.run.smithi029.stdout:mgr epoch 9 is available 2024-02-10T07:31:49.961 INFO:teuthology.orchestra.run.smithi029.stdout:Generating a dashboard self-signed certificate... 2024-02-10T07:31:50.663 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:31:50 smithi029 bash[21408]: cephadm 2024-02-10T07:31:48.972469+0000 mgr.a (mgr.14152) 2 : cephadm 1 [10/Feb/2024:07:31:48] ENGINE Serving on https://172.21.15.29:7150 2024-02-10T07:31:50.663 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:31:50 smithi029 bash[21408]: cephadm 2024-02-10T07:31:49.073690+0000 mgr.a (mgr.14152) 3 : cephadm 1 [10/Feb/2024:07:31:49] ENGINE Serving on http://172.21.15.29:8765 2024-02-10T07:31:50.663 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:31:50 smithi029 bash[21408]: cephadm 2024-02-10T07:31:49.074358+0000 mgr.a (mgr.14152) 4 : cephadm 1 [10/Feb/2024:07:31:49] ENGINE Bus STARTED 2024-02-10T07:31:50.663 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:31:50 smithi029 bash[21408]: audit 2024-02-10T07:31:49.260533+0000 mgr.a (mgr.14152) 5 : audit 0 from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-02-10T07:31:50.663 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:31:50 smithi029 bash[21408]: audit 2024-02-10T07:31:49.274738+0000 mgr.a (mgr.14152) 6 : audit 0 from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-02-10T07:31:51.674 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:31:51 smithi029 bash[21408]: cluster 2024-02-10T07:31:50.309592+0000 mon.a (mon.0) 87 : cluster 0 mgrmap e12: a(active, since 2s) 2024-02-10T07:31:52.082 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2024-02-10T07:31:52.082 INFO:teuthology.orchestra.run.smithi029.stdout:Creating initial admin user... 2024-02-10T07:31:52.729 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:31:52 smithi029 bash[21408]: audit 2024-02-10T07:31:51.272442+0000 mgr.a (mgr.14152) 7 : audit 0 from='client.14164 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:31:52.729 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:31:52 smithi029 bash[21408]: audit 2024-02-10T07:31:51.421007+0000 mon.a (mon.0) 88 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:31:52.729 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:31:52 smithi029 bash[21408]: audit 2024-02-10T07:31:51.425849+0000 mon.a (mon.0) 89 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:31:54.336 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$1/dpnqq0L1KmPcgM3SQLTewlKPhmW3oxXbwzcfHLGbj4V6CDdypbS", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1707550313, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-02-10T07:31:54.336 INFO:teuthology.orchestra.run.smithi029.stdout:Fetching dashboard port number... 2024-02-10T07:31:54.979 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:31:54 smithi029 bash[21408]: audit 2024-02-10T07:31:53.472841+0000 mgr.a (mgr.14152) 8 : audit 0 from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:31:54.979 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:31:54 smithi029 bash[21408]: audit 2024-02-10T07:31:53.723163+0000 mon.a (mon.0) 90 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:31:55.979 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:31:55 smithi029 bash[21408]: cluster 2024-02-10T07:31:54.729627+0000 mon.a (mon.0) 91 : cluster 0 mgrmap e13: a(active, since 6s) 2024-02-10T07:31:55.979 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:31:55 smithi029 bash[21408]: audit 2024-02-10T07:31:55.027103+0000 mon.a (mon.0) 92 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:31:55.979 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:31:55 smithi029 bash[21408]: audit 2024-02-10T07:31:55.603639+0000 mon.a (mon.0) 93 : audit 0 from='client.? 172.21.15.29:0/23502771' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-02-10T07:31:56.313 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout 8443 2024-02-10T07:31:56.314 INFO:teuthology.orchestra.run.smithi029.stdout:firewalld does not appear to be present 2024-02-10T07:31:56.314 INFO:teuthology.orchestra.run.smithi029.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-02-10T07:31:56.316 INFO:teuthology.orchestra.run.smithi029.stdout:Ceph Dashboard is now available at: 2024-02-10T07:31:56.316 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-10T07:31:56.316 INFO:teuthology.orchestra.run.smithi029.stdout: URL: https://smithi029.front.sepia.ceph.com:8443/ 2024-02-10T07:31:56.316 INFO:teuthology.orchestra.run.smithi029.stdout: User: admin 2024-02-10T07:31:56.316 INFO:teuthology.orchestra.run.smithi029.stdout: Password: 1rpr2n2me4 2024-02-10T07:31:56.316 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-10T07:31:56.317 INFO:teuthology.orchestra.run.smithi029.stdout:Saving cluster configuration to /var/lib/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/config directory 2024-02-10T07:31:56.317 INFO:teuthology.orchestra.run.smithi029.stdout:Enabling autotune for osd_memory_target 2024-02-10T07:31:57.479 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:31:57 smithi029 bash[21408]: audit 2024-02-10T07:31:56.065612+0000 mon.a (mon.0) 94 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:32:00.313 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-02-10T07:32:00.313 INFO:teuthology.orchestra.run.smithi029.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-02-10T07:32:00.313 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-10T07:32:00.313 INFO:teuthology.orchestra.run.smithi029.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 039acd78-c7e6-11ee-95b8-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-02-10T07:32:00.313 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-10T07:32:00.313 INFO:teuthology.orchestra.run.smithi029.stdout:Or, if you are only running a single cluster on this host: 2024-02-10T07:32:00.313 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-10T07:32:00.313 INFO:teuthology.orchestra.run.smithi029.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-02-10T07:32:00.314 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-10T07:32:00.314 INFO:teuthology.orchestra.run.smithi029.stdout:Please consider enabling telemetry to help improve Ceph: 2024-02-10T07:32:00.314 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-10T07:32:00.314 INFO:teuthology.orchestra.run.smithi029.stdout: ceph telemetry on 2024-02-10T07:32:00.314 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-10T07:32:00.314 INFO:teuthology.orchestra.run.smithi029.stdout:For more information see: 2024-02-10T07:32:00.314 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-10T07:32:00.314 INFO:teuthology.orchestra.run.smithi029.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-02-10T07:32:00.314 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-10T07:32:00.314 INFO:teuthology.orchestra.run.smithi029.stdout:Bootstrap complete. 2024-02-10T07:32:00.365 INFO:tasks.cephadm:Fetching config... 2024-02-10T07:32:00.365 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2024-02-10T07:32:00.365 DEBUG:teuthology.orchestra.run.smithi029:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-02-10T07:32:00.371 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-02-10T07:32:00.371 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2024-02-10T07:32:00.371 DEBUG:teuthology.orchestra.run.smithi029:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-02-10T07:32:00.418 INFO:tasks.cephadm:Fetching mon keyring... 2024-02-10T07:32:00.418 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2024-02-10T07:32:00.418 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd if=/var/lib/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/mon.a/keyring of=/dev/stdout 2024-02-10T07:32:00.474 INFO:tasks.cephadm:Fetching pub ssh key... 2024-02-10T07:32:00.474 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2024-02-10T07:32:00.474 DEBUG:teuthology.orchestra.run.smithi029:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-02-10T07:32:00.522 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-02-10T07:32:00.522 DEBUG:teuthology.orchestra.run.smithi029:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDGn1OwHEWDTU+Yat8orQ9fP49BqBYnzb9hu+fHL+6N71xMCqpmY35rBMnAC5WVScbvn0Y74odSVdipPSC1ypJVN0lRxCrZEVYhJoa1CbIYsWCV51ySMLkLKw30CfBbqwwd7ELwLTM8GiTmXtSi2HwEsTZUxoxRNg+FdcJzbSSrYSkOlRs+v319KT3M4mubVO9ETJsikT8HVemVOLGo7H+VLBs0rGssb2VuTJldF5/mKOFaBN41IrohtZ1QoeHz6HD5Y9M3ZQADPy9xIkbOlrhDdnq/jkvR8kGqr3Xr9vgtXDMr+vFm78Q3pAEipUu4efg84hKNMihR6A5rx+9P5O7r7qm7gwBEVMLVOnnd8rulxWqhgnTtJLF2aDemASAFRxWWVTxyj4nq3bkLOfsfU4wLAW5Bo4z4Ni4uIKk6vniDdruYF8nfA7hqgaQHT4RlIUsz2+VWHyREAmtzVJ1lYeDG4Os4SH2XFM5OMYv2UKEytT4gHnVtdA8AfNQu2X+6+6s= ceph-039acd78-c7e6-11ee-95b8-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-02-10T07:32:00.586 INFO:teuthology.orchestra.run.smithi029.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDGn1OwHEWDTU+Yat8orQ9fP49BqBYnzb9hu+fHL+6N71xMCqpmY35rBMnAC5WVScbvn0Y74odSVdipPSC1ypJVN0lRxCrZEVYhJoa1CbIYsWCV51ySMLkLKw30CfBbqwwd7ELwLTM8GiTmXtSi2HwEsTZUxoxRNg+FdcJzbSSrYSkOlRs+v319KT3M4mubVO9ETJsikT8HVemVOLGo7H+VLBs0rGssb2VuTJldF5/mKOFaBN41IrohtZ1QoeHz6HD5Y9M3ZQADPy9xIkbOlrhDdnq/jkvR8kGqr3Xr9vgtXDMr+vFm78Q3pAEipUu4efg84hKNMihR6A5rx+9P5O7r7qm7gwBEVMLVOnnd8rulxWqhgnTtJLF2aDemASAFRxWWVTxyj4nq3bkLOfsfU4wLAW5Bo4z4Ni4uIKk6vniDdruYF8nfA7hqgaQHT4RlIUsz2+VWHyREAmtzVJ1lYeDG4Os4SH2XFM5OMYv2UKEytT4gHnVtdA8AfNQu2X+6+6s= ceph-039acd78-c7e6-11ee-95b8-87774f69a715 2024-02-10T07:32:00.595 DEBUG:teuthology.orchestra.run.smithi046:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDGn1OwHEWDTU+Yat8orQ9fP49BqBYnzb9hu+fHL+6N71xMCqpmY35rBMnAC5WVScbvn0Y74odSVdipPSC1ypJVN0lRxCrZEVYhJoa1CbIYsWCV51ySMLkLKw30CfBbqwwd7ELwLTM8GiTmXtSi2HwEsTZUxoxRNg+FdcJzbSSrYSkOlRs+v319KT3M4mubVO9ETJsikT8HVemVOLGo7H+VLBs0rGssb2VuTJldF5/mKOFaBN41IrohtZ1QoeHz6HD5Y9M3ZQADPy9xIkbOlrhDdnq/jkvR8kGqr3Xr9vgtXDMr+vFm78Q3pAEipUu4efg84hKNMihR6A5rx+9P5O7r7qm7gwBEVMLVOnnd8rulxWqhgnTtJLF2aDemASAFRxWWVTxyj4nq3bkLOfsfU4wLAW5Bo4z4Ni4uIKk6vniDdruYF8nfA7hqgaQHT4RlIUsz2+VWHyREAmtzVJ1lYeDG4Os4SH2XFM5OMYv2UKEytT4gHnVtdA8AfNQu2X+6+6s= ceph-039acd78-c7e6-11ee-95b8-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-02-10T07:32:00.619 INFO:teuthology.orchestra.run.smithi046.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDGn1OwHEWDTU+Yat8orQ9fP49BqBYnzb9hu+fHL+6N71xMCqpmY35rBMnAC5WVScbvn0Y74odSVdipPSC1ypJVN0lRxCrZEVYhJoa1CbIYsWCV51ySMLkLKw30CfBbqwwd7ELwLTM8GiTmXtSi2HwEsTZUxoxRNg+FdcJzbSSrYSkOlRs+v319KT3M4mubVO9ETJsikT8HVemVOLGo7H+VLBs0rGssb2VuTJldF5/mKOFaBN41IrohtZ1QoeHz6HD5Y9M3ZQADPy9xIkbOlrhDdnq/jkvR8kGqr3Xr9vgtXDMr+vFm78Q3pAEipUu4efg84hKNMihR6A5rx+9P5O7r7qm7gwBEVMLVOnnd8rulxWqhgnTtJLF2aDemASAFRxWWVTxyj4nq3bkLOfsfU4wLAW5Bo4z4Ni4uIKk6vniDdruYF8nfA7hqgaQHT4RlIUsz2+VWHyREAmtzVJ1lYeDG4Os4SH2XFM5OMYv2UKEytT4gHnVtdA8AfNQu2X+6+6s= ceph-039acd78-c7e6-11ee-95b8-87774f69a715 2024-02-10T07:32:00.629 DEBUG:teuthology.orchestra.run.smithi047:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDGn1OwHEWDTU+Yat8orQ9fP49BqBYnzb9hu+fHL+6N71xMCqpmY35rBMnAC5WVScbvn0Y74odSVdipPSC1ypJVN0lRxCrZEVYhJoa1CbIYsWCV51ySMLkLKw30CfBbqwwd7ELwLTM8GiTmXtSi2HwEsTZUxoxRNg+FdcJzbSSrYSkOlRs+v319KT3M4mubVO9ETJsikT8HVemVOLGo7H+VLBs0rGssb2VuTJldF5/mKOFaBN41IrohtZ1QoeHz6HD5Y9M3ZQADPy9xIkbOlrhDdnq/jkvR8kGqr3Xr9vgtXDMr+vFm78Q3pAEipUu4efg84hKNMihR6A5rx+9P5O7r7qm7gwBEVMLVOnnd8rulxWqhgnTtJLF2aDemASAFRxWWVTxyj4nq3bkLOfsfU4wLAW5Bo4z4Ni4uIKk6vniDdruYF8nfA7hqgaQHT4RlIUsz2+VWHyREAmtzVJ1lYeDG4Os4SH2XFM5OMYv2UKEytT4gHnVtdA8AfNQu2X+6+6s= ceph-039acd78-c7e6-11ee-95b8-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-02-10T07:32:00.653 INFO:teuthology.orchestra.run.smithi047.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDGn1OwHEWDTU+Yat8orQ9fP49BqBYnzb9hu+fHL+6N71xMCqpmY35rBMnAC5WVScbvn0Y74odSVdipPSC1ypJVN0lRxCrZEVYhJoa1CbIYsWCV51ySMLkLKw30CfBbqwwd7ELwLTM8GiTmXtSi2HwEsTZUxoxRNg+FdcJzbSSrYSkOlRs+v319KT3M4mubVO9ETJsikT8HVemVOLGo7H+VLBs0rGssb2VuTJldF5/mKOFaBN41IrohtZ1QoeHz6HD5Y9M3ZQADPy9xIkbOlrhDdnq/jkvR8kGqr3Xr9vgtXDMr+vFm78Q3pAEipUu4efg84hKNMihR6A5rx+9P5O7r7qm7gwBEVMLVOnnd8rulxWqhgnTtJLF2aDemASAFRxWWVTxyj4nq3bkLOfsfU4wLAW5Bo4z4Ni4uIKk6vniDdruYF8nfA7hqgaQHT4RlIUsz2+VWHyREAmtzVJ1lYeDG4Os4SH2XFM5OMYv2UKEytT4gHnVtdA8AfNQu2X+6+6s= ceph-039acd78-c7e6-11ee-95b8-87774f69a715 2024-02-10T07:32:00.664 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 039acd78-c7e6-11ee-95b8-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-02-10T07:32:00.979 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:32:00 smithi029 bash[21408]: audit 2024-02-10T07:31:59.712666+0000 mon.a (mon.0) 95 : audit 1 from='client.? 172.21.15.29:0/3032342064' entity='client.admin' 2024-02-10T07:32:06.860 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/mon.a/config 2024-02-10T07:32:07.670 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:32:07 smithi029 bash[21408]: audit 2024-02-10T07:32:06.408950+0000 mon.a (mon.0) 96 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:32:07.670 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:32:07 smithi029 bash[21408]: audit 2024-02-10T07:32:06.412873+0000 mon.a (mon.0) 97 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:32:07.670 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:32:07 smithi029 bash[21408]: audit 2024-02-10T07:32:06.414231+0000 mon.a (mon.0) 98 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi029", "name": "osd_memory_target"}]: dispatch 2024-02-10T07:32:07.670 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:32:07 smithi029 bash[21408]: audit 2024-02-10T07:32:06.419713+0000 mon.a (mon.0) 99 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:32:07.670 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:32:07 smithi029 bash[21408]: audit 2024-02-10T07:32:06.454738+0000 mon.a (mon.0) 100 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:32:07.670 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:32:07 smithi029 bash[21408]: audit 2024-02-10T07:32:06.462737+0000 mon.a (mon.0) 101 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:32:09.729 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:32:09 smithi029 bash[21408]: cluster 2024-02-10T07:32:08.262421+0000 mgr.a (mgr.14152) 9 : cluster 0 pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:32:09.729 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:32:09 smithi029 bash[21408]: audit 2024-02-10T07:32:09.379170+0000 mon.a (mon.0) 102 : audit 1 from='client.? 172.21.15.29:0/1142178143' entity='client.admin' 2024-02-10T07:32:10.040 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-02-10T07:32:10.041 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 039acd78-c7e6-11ee-95b8-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-02-10T07:32:10.729 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:32:10 smithi029 bash[21408]: audit 2024-02-10T07:32:09.416571+0000 mon.a (mon.0) 103 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:32:10.729 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:32:10 smithi029 bash[21408]: audit 2024-02-10T07:32:09.419854+0000 mon.a (mon.0) 104 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:32:12.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:32:11 smithi029 bash[21408]: cluster 2024-02-10T07:32:10.262753+0000 mgr.a (mgr.14152) 10 : cluster 0 pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:32:14.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:32:13 smithi029 bash[21408]: cluster 2024-02-10T07:32:12.263100+0000 mgr.a (mgr.14152) 11 : cluster 0 pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:32:14.754 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/mon.a/config 2024-02-10T07:32:16.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:32:15 smithi029 bash[21408]: cluster 2024-02-10T07:32:14.263506+0000 mgr.a (mgr.14152) 12 : cluster 0 pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:32:18.150 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:32:17 smithi029 bash[21408]: cluster 2024-02-10T07:32:16.263929+0000 mgr.a (mgr.14152) 13 : cluster 0 pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:32:18.150 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:32:17 smithi029 bash[21408]: audit 2024-02-10T07:32:17.474968+0000 mon.a (mon.0) 105 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:32:18.150 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:32:17 smithi029 bash[21408]: audit 2024-02-10T07:32:17.520199+0000 mon.a (mon.0) 106 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:32:18.150 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:32:17 smithi029 bash[21408]: audit 2024-02-10T07:32:17.522018+0000 mon.a (mon.0) 107 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:32:18.150 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:32:17 smithi029 bash[21408]: audit 2024-02-10T07:32:17.522885+0000 mon.a (mon.0) 108 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T07:32:18.151 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi046 2024-02-10T07:32:18.152 DEBUG:teuthology.orchestra.run.smithi046:> set -ex 2024-02-10T07:32:18.152 DEBUG:teuthology.orchestra.run.smithi046:> dd of=/etc/ceph/ceph.conf 2024-02-10T07:32:18.158 DEBUG:teuthology.orchestra.run.smithi046:> set -ex 2024-02-10T07:32:18.158 DEBUG:teuthology.orchestra.run.smithi046:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-10T07:32:18.204 INFO:tasks.cephadm:Adding host smithi046 to orchestrator... 2024-02-10T07:32:18.204 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 039acd78-c7e6-11ee-95b8-87774f69a715 -- ceph orch host add smithi046 2024-02-10T07:32:19.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:32:18 smithi029 bash[21408]: audit 2024-02-10T07:32:17.469983+0000 mgr.a (mgr.14152) 14 : audit 0 from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:32:19.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:32:18 smithi029 bash[21408]: cephadm 2024-02-10T07:32:17.524022+0000 mgr.a (mgr.14152) 15 : cephadm 1 Updating smithi029:/etc/ceph/ceph.conf 2024-02-10T07:32:19.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:32:18 smithi029 bash[21408]: cephadm 2024-02-10T07:32:17.638628+0000 mgr.a (mgr.14152) 16 : cephadm 1 Updating smithi029:/var/lib/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/config/ceph.conf 2024-02-10T07:32:19.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:32:18 smithi029 bash[21408]: cephadm 2024-02-10T07:32:17.752746+0000 mgr.a (mgr.14152) 17 : cephadm 1 Updating smithi029:/etc/ceph/ceph.client.admin.keyring 2024-02-10T07:32:19.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:32:18 smithi029 bash[21408]: cephadm 2024-02-10T07:32:17.866831+0000 mgr.a (mgr.14152) 18 : cephadm 1 Updating smithi029:/var/lib/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/config/ceph.client.admin.keyring 2024-02-10T07:32:19.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:32:18 smithi029 bash[21408]: audit 2024-02-10T07:32:17.984676+0000 mon.a (mon.0) 109 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:32:19.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:32:18 smithi029 bash[21408]: audit 2024-02-10T07:32:17.987903+0000 mon.a (mon.0) 110 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:32:19.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:32:18 smithi029 bash[21408]: audit 2024-02-10T07:32:17.990873+0000 mon.a (mon.0) 111 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:32:20.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:32:19 smithi029 bash[21408]: cluster 2024-02-10T07:32:18.264286+0000 mgr.a (mgr.14152) 19 : cluster 0 pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:32:22.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:32:21 smithi029 bash[21408]: cluster 2024-02-10T07:32:20.264693+0000 mgr.a (mgr.14152) 20 : cluster 0 pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:32:22.917 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/mon.a/config 2024-02-10T07:32:24.137 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:32:23 smithi029 bash[21408]: cluster 2024-02-10T07:32:22.265098+0000 mgr.a (mgr.14152) 21 : cluster 0 pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:32:26.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:32:25 smithi029 bash[21408]: cluster 2024-02-10T07:32:24.265531+0000 mgr.a (mgr.14152) 22 : cluster 0 pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:32:27.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:32:26 smithi029 bash[21408]: audit 2024-02-10T07:32:25.683856+0000 mgr.a (mgr.14152) 23 : audit 0 from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi046", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:32:28.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:32:27 smithi029 bash[21408]: cluster 2024-02-10T07:32:26.265993+0000 mgr.a (mgr.14152) 24 : cluster 0 pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:32:28.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:32:27 smithi029 bash[21408]: cephadm 2024-02-10T07:32:26.420968+0000 mgr.a (mgr.14152) 25 : cephadm 1 Deploying cephadm binary to smithi046 2024-02-10T07:32:30.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:32:29 smithi029 bash[21408]: cluster 2024-02-10T07:32:28.266513+0000 mgr.a (mgr.14152) 26 : cluster 0 pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:32:31.760 INFO:teuthology.orchestra.run.smithi029.stdout:Added host 'smithi046' with addr '172.21.15.46' 2024-02-10T07:32:32.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:32:31 smithi029 bash[21408]: cluster 2024-02-10T07:32:30.266908+0000 mgr.a (mgr.14152) 27 : cluster 0 pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:32:32.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:32:31 smithi029 bash[21408]: audit 2024-02-10T07:32:31.759998+0000 mon.a (mon.0) 112 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:32:32.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:32:31 smithi029 bash[21408]: audit 2024-02-10T07:32:31.805590+0000 mon.a (mon.0) 113 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:32:32.440 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 039acd78-c7e6-11ee-95b8-87774f69a715 -- ceph orch host ls --format=json 2024-02-10T07:32:33.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:32:32 smithi029 bash[21408]: cephadm 2024-02-10T07:32:31.760858+0000 mgr.a (mgr.14152) 28 : cephadm 1 Added host smithi046 2024-02-10T07:32:33.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:32:32 smithi029 bash[21408]: audit 2024-02-10T07:32:32.278141+0000 mon.a (mon.0) 114 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:32:34.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:32:33 smithi029 bash[21408]: cluster 2024-02-10T07:32:32.267292+0000 mgr.a (mgr.14152) 29 : cluster 0 pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:32:34.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:32:33 smithi029 bash[21408]: audit 2024-02-10T07:32:33.804363+0000 mon.a (mon.0) 115 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:32:36.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:32:35 smithi029 bash[21408]: cluster 2024-02-10T07:32:34.267653+0000 mgr.a (mgr.14152) 30 : cluster 0 pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:32:36.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:32:35 smithi029 bash[21408]: audit 2024-02-10T07:32:35.002791+0000 mon.a (mon.0) 116 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:32:37.156 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/mon.a/config 2024-02-10T07:32:38.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:32:37 smithi029 bash[21408]: cluster 2024-02-10T07:32:36.268075+0000 mgr.a (mgr.14152) 31 : cluster 0 pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:32:39.870 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-10T07:32:39.870 INFO:teuthology.orchestra.run.smithi029.stdout:[{"addr": "172.21.15.29", "hostname": "smithi029", "labels": [], "status": ""}, {"addr": "172.21.15.46", "hostname": "smithi046", "labels": [], "status": ""}] 2024-02-10T07:32:40.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:32:39 smithi029 bash[21408]: cluster 2024-02-10T07:32:38.268499+0000 mgr.a (mgr.14152) 32 : cluster 0 pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:32:40.565 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi047 2024-02-10T07:32:40.566 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2024-02-10T07:32:40.566 DEBUG:teuthology.orchestra.run.smithi047:> dd of=/etc/ceph/ceph.conf 2024-02-10T07:32:40.572 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2024-02-10T07:32:40.572 DEBUG:teuthology.orchestra.run.smithi047:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-10T07:32:40.621 INFO:tasks.cephadm:Adding host smithi047 to orchestrator... 2024-02-10T07:32:40.621 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 039acd78-c7e6-11ee-95b8-87774f69a715 -- ceph orch host add smithi047 2024-02-10T07:32:41.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:32:40 smithi029 bash[21408]: audit 2024-02-10T07:32:39.869577+0000 mgr.a (mgr.14152) 33 : audit 0 from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T07:32:41.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:32:40 smithi029 bash[21408]: audit 2024-02-10T07:32:40.187582+0000 mon.a (mon.0) 117 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:32:41.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:32:40 smithi029 bash[21408]: audit 2024-02-10T07:32:40.192745+0000 mon.a (mon.0) 118 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:32:41.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:32:40 smithi029 bash[21408]: audit 2024-02-10T07:32:40.198747+0000 mon.a (mon.0) 119 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:32:41.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:32:40 smithi029 bash[21408]: audit 2024-02-10T07:32:40.203754+0000 mon.a (mon.0) 120 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:32:41.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:32:40 smithi029 bash[21408]: audit 2024-02-10T07:32:40.205328+0000 mon.a (mon.0) 121 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi046", "name": "osd_memory_target"}]: dispatch 2024-02-10T07:32:41.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:32:40 smithi029 bash[21408]: audit 2024-02-10T07:32:40.207393+0000 mon.a (mon.0) 122 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:32:41.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:32:40 smithi029 bash[21408]: audit 2024-02-10T07:32:40.209270+0000 mon.a (mon.0) 123 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T07:32:42.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:32:41 smithi029 bash[21408]: cephadm 2024-02-10T07:32:40.212192+0000 mgr.a (mgr.14152) 34 : cephadm 1 Updating smithi046:/etc/ceph/ceph.conf 2024-02-10T07:32:42.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:32:41 smithi029 bash[21408]: cluster 2024-02-10T07:32:40.268886+0000 mgr.a (mgr.14152) 35 : cluster 0 pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:32:42.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:32:41 smithi029 bash[21408]: cephadm 2024-02-10T07:32:40.428264+0000 mgr.a (mgr.14152) 36 : cephadm 1 Updating smithi046:/var/lib/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/config/ceph.conf 2024-02-10T07:32:42.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:32:41 smithi029 bash[21408]: cephadm 2024-02-10T07:32:40.644404+0000 mgr.a (mgr.14152) 37 : cephadm 1 Updating smithi046:/etc/ceph/ceph.client.admin.keyring 2024-02-10T07:32:42.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:32:41 smithi029 bash[21408]: cephadm 2024-02-10T07:32:40.810025+0000 mgr.a (mgr.14152) 38 : cephadm 1 Updating smithi046:/var/lib/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/config/ceph.client.admin.keyring 2024-02-10T07:32:42.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:32:41 smithi029 bash[21408]: audit 2024-02-10T07:32:40.979594+0000 mon.a (mon.0) 124 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:32:42.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:32:41 smithi029 bash[21408]: audit 2024-02-10T07:32:40.984718+0000 mon.a (mon.0) 125 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:32:42.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:32:41 smithi029 bash[21408]: audit 2024-02-10T07:32:40.990471+0000 mon.a (mon.0) 126 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:32:44.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:32:43 smithi029 bash[21408]: cluster 2024-02-10T07:32:42.269285+0000 mgr.a (mgr.14152) 39 : cluster 0 pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:32:45.336 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/mon.a/config 2024-02-10T07:32:46.206 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:32:45 smithi029 bash[21408]: cluster 2024-02-10T07:32:44.269674+0000 mgr.a (mgr.14152) 40 : cluster 0 pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:32:48.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:32:47 smithi029 bash[21408]: cluster 2024-02-10T07:32:46.270046+0000 mgr.a (mgr.14152) 41 : cluster 0 pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:32:50.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:32:49 smithi029 bash[21408]: audit 2024-02-10T07:32:47.958830+0000 mgr.a (mgr.14152) 42 : audit 0 from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi047", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:32:50.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:32:49 smithi029 bash[21408]: cluster 2024-02-10T07:32:48.270502+0000 mgr.a (mgr.14152) 43 : cluster 0 pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:32:50.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:32:49 smithi029 bash[21408]: cephadm 2024-02-10T07:32:48.673583+0000 mgr.a (mgr.14152) 44 : cephadm 1 Deploying cephadm binary to smithi047 2024-02-10T07:32:52.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:32:51 smithi029 bash[21408]: cluster 2024-02-10T07:32:50.270817+0000 mgr.a (mgr.14152) 45 : cluster 0 pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:32:54.080 INFO:teuthology.orchestra.run.smithi029.stdout:Added host 'smithi047' with addr '172.21.15.47' 2024-02-10T07:32:54.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:32:53 smithi029 bash[21408]: cluster 2024-02-10T07:32:52.271155+0000 mgr.a (mgr.14152) 46 : cluster 0 pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:32:54.748 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 039acd78-c7e6-11ee-95b8-87774f69a715 -- ceph orch host ls --format=json 2024-02-10T07:32:55.479 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:32:55 smithi029 bash[21408]: audit 2024-02-10T07:32:54.079893+0000 mon.a (mon.0) 127 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:32:55.480 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:32:55 smithi029 bash[21408]: cephadm 2024-02-10T07:32:54.080838+0000 mgr.a (mgr.14152) 47 : cephadm 1 Added host smithi047 2024-02-10T07:32:55.480 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:32:55 smithi029 bash[21408]: audit 2024-02-10T07:32:54.110199+0000 mon.a (mon.0) 128 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:32:55.480 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:32:55 smithi029 bash[21408]: cluster 2024-02-10T07:32:54.271535+0000 mgr.a (mgr.14152) 48 : cluster 0 pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:32:55.480 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:32:55 smithi029 bash[21408]: audit 2024-02-10T07:32:54.632346+0000 mon.a (mon.0) 129 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:32:57.479 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:32:57 smithi029 bash[21408]: audit 2024-02-10T07:32:56.156868+0000 mon.a (mon.0) 130 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:32:57.479 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:32:57 smithi029 bash[21408]: cluster 2024-02-10T07:32:56.271925+0000 mgr.a (mgr.14152) 49 : cluster 0 pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:32:58.729 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:32:58 smithi029 bash[21408]: audit 2024-02-10T07:32:57.355927+0000 mon.a (mon.0) 131 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:32:59.466 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/mon.a/config 2024-02-10T07:32:59.729 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:32:59 smithi029 bash[21408]: cluster 2024-02-10T07:32:58.272272+0000 mgr.a (mgr.14152) 50 : cluster 0 pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:02.125 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-10T07:33:02.125 INFO:teuthology.orchestra.run.smithi029.stdout:[{"addr": "172.21.15.29", "hostname": "smithi029", "labels": [], "status": ""}, {"addr": "172.21.15.46", "hostname": "smithi046", "labels": [], "status": ""}, {"addr": "172.21.15.47", "hostname": "smithi047", "labels": [], "status": ""}] 2024-02-10T07:33:02.138 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:01 smithi029 bash[21408]: cluster 2024-02-10T07:33:00.272591+0000 mgr.a (mgr.14152) 51 : cluster 0 pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:02.793 INFO:tasks.cephadm:Setting crush tunables to default 2024-02-10T07:33:02.793 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 039acd78-c7e6-11ee-95b8-87774f69a715 -- ceph osd crush tunables default 2024-02-10T07:33:04.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:03 smithi029 bash[21408]: audit 2024-02-10T07:33:02.125431+0000 mgr.a (mgr.14152) 52 : audit 0 from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T07:33:04.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:03 smithi029 bash[21408]: cluster 2024-02-10T07:33:02.272977+0000 mgr.a (mgr.14152) 53 : cluster 0 pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:04.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:03 smithi029 bash[21408]: audit 2024-02-10T07:33:03.243362+0000 mon.a (mon.0) 132 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:04.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:03 smithi029 bash[21408]: audit 2024-02-10T07:33:03.248718+0000 mon.a (mon.0) 133 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:04.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:03 smithi029 bash[21408]: audit 2024-02-10T07:33:03.254925+0000 mon.a (mon.0) 134 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:04.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:03 smithi029 bash[21408]: audit 2024-02-10T07:33:03.260129+0000 mon.a (mon.0) 135 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:04.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:03 smithi029 bash[21408]: audit 2024-02-10T07:33:03.261701+0000 mon.a (mon.0) 136 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi047", "name": "osd_memory_target"}]: dispatch 2024-02-10T07:33:04.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:03 smithi029 bash[21408]: audit 2024-02-10T07:33:03.264021+0000 mon.a (mon.0) 137 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:33:04.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:03 smithi029 bash[21408]: audit 2024-02-10T07:33:03.266079+0000 mon.a (mon.0) 138 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T07:33:05.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:04 smithi029 bash[21408]: cephadm 2024-02-10T07:33:03.269030+0000 mgr.a (mgr.14152) 54 : cephadm 1 Updating smithi047:/etc/ceph/ceph.conf 2024-02-10T07:33:05.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:04 smithi029 bash[21408]: cephadm 2024-02-10T07:33:03.484542+0000 mgr.a (mgr.14152) 55 : cephadm 1 Updating smithi047:/var/lib/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/config/ceph.conf 2024-02-10T07:33:05.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:04 smithi029 bash[21408]: cephadm 2024-02-10T07:33:03.699786+0000 mgr.a (mgr.14152) 56 : cephadm 1 Updating smithi047:/etc/ceph/ceph.client.admin.keyring 2024-02-10T07:33:05.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:04 smithi029 bash[21408]: cephadm 2024-02-10T07:33:03.915018+0000 mgr.a (mgr.14152) 57 : cephadm 1 Updating smithi047:/var/lib/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/config/ceph.client.admin.keyring 2024-02-10T07:33:05.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:04 smithi029 bash[21408]: audit 2024-02-10T07:33:04.136054+0000 mon.a (mon.0) 139 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:05.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:04 smithi029 bash[21408]: audit 2024-02-10T07:33:04.141427+0000 mon.a (mon.0) 140 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:05.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:04 smithi029 bash[21408]: audit 2024-02-10T07:33:04.147168+0000 mon.a (mon.0) 141 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:06.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:05 smithi029 bash[21408]: cluster 2024-02-10T07:33:04.273376+0000 mgr.a (mgr.14152) 58 : cluster 0 pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:07.514 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/mon.a/config 2024-02-10T07:33:08.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:07 smithi029 bash[21408]: cluster 2024-02-10T07:33:06.273810+0000 mgr.a (mgr.14152) 59 : cluster 0 pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:10.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:09 smithi029 bash[21408]: cluster 2024-02-10T07:33:08.274241+0000 mgr.a (mgr.14152) 60 : cluster 0 pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:10.915 INFO:teuthology.orchestra.run.smithi029.stderr:adjusted tunables profile to default 2024-02-10T07:33:11.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:10 smithi029 bash[21408]: audit 2024-02-10T07:33:10.349068+0000 mon.a (mon.0) 142 : audit 1 from='client.? 172.21.15.29:0/3274074953' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-02-10T07:33:11.563 INFO:tasks.cephadm:Adding mon.a on smithi029 2024-02-10T07:33:11.564 INFO:tasks.cephadm:Adding mon.b on smithi046 2024-02-10T07:33:11.564 INFO:tasks.cephadm:Adding mon.c on smithi047 2024-02-10T07:33:11.564 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 039acd78-c7e6-11ee-95b8-87774f69a715 -- ceph orch apply mon '3;smithi029:172.21.15.29=a;smithi046:172.21.15.46=b;smithi047:172.21.15.47=c' 2024-02-10T07:33:12.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:11 smithi029 bash[21408]: cluster 2024-02-10T07:33:10.274625+0000 mgr.a (mgr.14152) 61 : cluster 0 pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:12.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:11 smithi029 bash[21408]: audit 2024-02-10T07:33:10.910700+0000 mon.a (mon.0) 143 : audit 1 from='client.? 172.21.15.29:0/3274074953' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-02-10T07:33:12.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:11 smithi029 bash[21408]: cluster 2024-02-10T07:33:10.915663+0000 mon.a (mon.0) 144 : cluster 0 osdmap e4: 0 total, 0 up, 0 in 2024-02-10T07:33:12.780 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/config/ceph.conf 2024-02-10T07:33:14.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:13 smithi029 bash[21408]: cluster 2024-02-10T07:33:12.275015+0000 mgr.a (mgr.14152) 62 : cluster 0 pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:15.399 INFO:teuthology.orchestra.run.smithi047.stdout:Scheduled mon update... 2024-02-10T07:33:15.967 DEBUG:teuthology.orchestra.run.smithi046:mon.b> sudo journalctl -f -n 0 -u ceph-039acd78-c7e6-11ee-95b8-87774f69a715@mon.b.service 2024-02-10T07:33:15.970 DEBUG:teuthology.orchestra.run.smithi047:mon.c> sudo journalctl -f -n 0 -u ceph-039acd78-c7e6-11ee-95b8-87774f69a715@mon.c.service 2024-02-10T07:33:15.972 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-02-10T07:33:15.973 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 039acd78-c7e6-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T07:33:16.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:15 smithi029 bash[21408]: cluster 2024-02-10T07:33:14.275379+0000 mgr.a (mgr.14152) 63 : cluster 0 pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:16.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:15 smithi029 bash[21408]: audit 2024-02-10T07:33:15.399114+0000 mon.a (mon.0) 145 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:16.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:15 smithi029 bash[21408]: audit 2024-02-10T07:33:15.444800+0000 mon.a (mon.0) 146 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:33:17.224 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/config/ceph.conf 2024-02-10T07:33:17.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:16 smithi029 bash[21408]: audit 2024-02-10T07:33:15.387965+0000 mgr.a (mgr.14152) 64 : audit 0 from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi029:172.21.15.29=a;smithi046:172.21.15.46=b;smithi047:172.21.15.47=c", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:33:17.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:16 smithi029 bash[21408]: cephadm 2024-02-10T07:33:15.393775+0000 mgr.a (mgr.14152) 65 : cephadm 1 Saving service mon spec with placement smithi029:172.21.15.29=a;smithi046:172.21.15.46=b;smithi047:172.21.15.47=c;count:3 2024-02-10T07:33:17.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:16 smithi029 bash[21408]: audit 2024-02-10T07:33:16.126044+0000 mon.a (mon.0) 147 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:33:17.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:16 smithi029 bash[21408]: audit 2024-02-10T07:33:16.127813+0000 mon.a (mon.0) 148 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T07:33:17.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:16 smithi029 bash[21408]: audit 2024-02-10T07:33:16.136269+0000 mon.a (mon.0) 149 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:17.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:16 smithi029 bash[21408]: audit 2024-02-10T07:33:16.140974+0000 mon.a (mon.0) 150 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-10T07:33:17.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:16 smithi029 bash[21408]: audit 2024-02-10T07:33:16.142834+0000 mon.a (mon.0) 151 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:33:18.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:17 smithi029 bash[21408]: cephadm 2024-02-10T07:33:16.144930+0000 mgr.a (mgr.14152) 66 : cephadm 1 Deploying daemon mon.c on smithi047 2024-02-10T07:33:18.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:17 smithi029 bash[21408]: cluster 2024-02-10T07:33:16.275777+0000 mgr.a (mgr.14152) 67 : cluster 0 pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:20.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:19 smithi029 bash[21408]: cluster 2024-02-10T07:33:18.276160+0000 mgr.a (mgr.14152) 68 : cluster 0 pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:21.539 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-02-10T07:33:21.539 INFO:teuthology.orchestra.run.smithi047.stdout:{"epoch":1,"fsid":"039acd78-c7e6-11ee-95b8-87774f69a715","modified":"2024-02-10T07:30:35.565028Z","created":"2024-02-10T07:30:35.565028Z","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.29:3300","nonce":0},{"type":"v1","addr":"172.21.15.29:6789","nonce":0}]},"addr":"172.21.15.29:6789/0","public_addr":"172.21.15.29:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T07:33:21.541 INFO:teuthology.orchestra.run.smithi047.stderr:dumped monmap epoch 1 2024-02-10T07:33:21.925 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:21 smithi047 systemd[1]: Started Ceph mon.c for 039acd78-c7e6-11ee-95b8-87774f69a715. 2024-02-10T07:33:22.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:21 smithi029 bash[21408]: cluster 2024-02-10T07:33:20.276497+0000 mgr.a (mgr.14152) 69 : cluster 0 pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:22.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:21 smithi029 bash[21408]: audit 2024-02-10T07:33:21.539385+0000 mon.a (mon.0) 152 : audit 0 from='client.? 172.21.15.47:0/2980568938' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T07:33:22.874 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.835+0000 7f73057f1c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-10T07:33:22.874 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.835+0000 7f73057f1c80 0 ceph version 19.0.0-1361-g290212a1 (290212a1bfd33563ba76ee5b7f0b944fdb6c5d90) squid (dev), process ceph-mon, pid 7 2024-02-10T07:33:22.874 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.835+0000 7f73057f1c80 0 pidfile_write: ignore empty --pid-file 2024-02-10T07:33:22.875 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.839+0000 7f73057f1c80 0 load: jerasure load: lrc 2024-02-10T07:33:22.875 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.839+0000 7f73057f1c80 4 rocksdb: RocksDB version: 7.9.2 2024-02-10T07:33:22.875 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.839+0000 7f73057f1c80 4 rocksdb: Git sha 0 2024-02-10T07:33:22.875 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.839+0000 7f73057f1c80 4 rocksdb: Compile date 2024-02-09 17:35:33 2024-02-10T07:33:22.875 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.839+0000 7f73057f1c80 4 rocksdb: DB SUMMARY 2024-02-10T07:33:22.875 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.839+0000 7f73057f1c80 4 rocksdb: DB Session ID: GQSRZB27UTJPPTL8K1L7 2024-02-10T07:33:22.875 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.839+0000 7f73057f1c80 4 rocksdb: CURRENT file: CURRENT 2024-02-10T07:33:22.875 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.839+0000 7f73057f1c80 4 rocksdb: IDENTITY file: IDENTITY 2024-02-10T07:33:22.875 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.839+0000 7f73057f1c80 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-02-10T07:33:22.875 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.839+0000 7f73057f1c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-c/store.db dir, Total Num: 0, files: 2024-02-10T07:33:22.875 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.839+0000 7f73057f1c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-c/store.db: 000004.log size: 511 ; 2024-02-10T07:33:22.876 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.839+0000 7f73057f1c80 4 rocksdb: Options.error_if_exists: 0 2024-02-10T07:33:22.876 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.839+0000 7f73057f1c80 4 rocksdb: Options.create_if_missing: 0 2024-02-10T07:33:22.876 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.839+0000 7f73057f1c80 4 rocksdb: Options.paranoid_checks: 1 2024-02-10T07:33:22.876 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.839+0000 7f73057f1c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-02-10T07:33:22.876 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.839+0000 7f73057f1c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-02-10T07:33:22.876 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.839+0000 7f73057f1c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-02-10T07:33:22.876 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.839+0000 7f73057f1c80 4 rocksdb: Options.env: 0x55c036d7bae0 2024-02-10T07:33:22.876 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.839+0000 7f73057f1c80 4 rocksdb: Options.fs: PosixFileSystem 2024-02-10T07:33:22.876 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.839+0000 7f73057f1c80 4 rocksdb: Options.info_log: 0x55c0394d7900 2024-02-10T07:33:22.876 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.839+0000 7f73057f1c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-10T07:33:22.876 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.839+0000 7f73057f1c80 4 rocksdb: Options.statistics: (nil) 2024-02-10T07:33:22.876 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.839+0000 7f73057f1c80 4 rocksdb: Options.use_fsync: 0 2024-02-10T07:33:22.876 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.839+0000 7f73057f1c80 4 rocksdb: Options.max_log_file_size: 0 2024-02-10T07:33:22.877 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.839+0000 7f73057f1c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-10T07:33:22.877 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.839+0000 7f73057f1c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-10T07:33:22.877 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.839+0000 7f73057f1c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-10T07:33:22.877 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.839+0000 7f73057f1c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-10T07:33:22.877 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.839+0000 7f73057f1c80 4 rocksdb: Options.allow_fallocate: 1 2024-02-10T07:33:22.877 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.839+0000 7f73057f1c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-10T07:33:22.877 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.839+0000 7f73057f1c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-10T07:33:22.877 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.839+0000 7f73057f1c80 4 rocksdb: Options.use_direct_reads: 0 2024-02-10T07:33:22.877 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.839+0000 7f73057f1c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-10T07:33:22.877 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.839+0000 7f73057f1c80 4 rocksdb: Options.create_missing_column_families: 0 2024-02-10T07:33:22.877 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.839+0000 7f73057f1c80 4 rocksdb: Options.db_log_dir: 2024-02-10T07:33:22.877 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.839+0000 7f73057f1c80 4 rocksdb: Options.wal_dir: 2024-02-10T07:33:22.877 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.839+0000 7f73057f1c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-10T07:33:22.878 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.839+0000 7f73057f1c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-10T07:33:22.878 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.839+0000 7f73057f1c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-10T07:33:22.878 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.839+0000 7f73057f1c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-10T07:33:22.878 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.839+0000 7f73057f1c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-10T07:33:22.878 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.839+0000 7f73057f1c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-10T07:33:22.878 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.839+0000 7f73057f1c80 4 rocksdb: Options.advise_random_on_open: 1 2024-02-10T07:33:22.878 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.839+0000 7f73057f1c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-10T07:33:22.878 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.839+0000 7f73057f1c80 4 rocksdb: Options.write_buffer_manager: 0x55c0394ab400 2024-02-10T07:33:22.878 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.839+0000 7f73057f1c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-10T07:33:22.878 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.839+0000 7f73057f1c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-10T07:33:22.878 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.839+0000 7f73057f1c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-10T07:33:22.878 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.839+0000 7f73057f1c80 4 rocksdb: Options.rate_limiter: (nil) 2024-02-10T07:33:22.878 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.839+0000 7f73057f1c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-10T07:33:22.878 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.839+0000 7f73057f1c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-10T07:33:22.879 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.839+0000 7f73057f1c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-10T07:33:22.879 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.839+0000 7f73057f1c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-10T07:33:22.879 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.839+0000 7f73057f1c80 4 rocksdb: Options.unordered_write: 0 2024-02-10T07:33:22.879 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.839+0000 7f73057f1c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-10T07:33:22.879 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.839+0000 7f73057f1c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-10T07:33:22.879 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.839+0000 7f73057f1c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-10T07:33:22.879 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.839+0000 7f73057f1c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-10T07:33:22.879 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.839+0000 7f73057f1c80 4 rocksdb: Options.row_cache: None 2024-02-10T07:33:22.879 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.839+0000 7f73057f1c80 4 rocksdb: Options.wal_filter: None 2024-02-10T07:33:22.879 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.839+0000 7f73057f1c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-10T07:33:22.879 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.839+0000 7f73057f1c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-10T07:33:22.880 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.839+0000 7f73057f1c80 4 rocksdb: Options.two_write_queues: 0 2024-02-10T07:33:22.880 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.839+0000 7f73057f1c80 4 rocksdb: Options.manual_wal_flush: 0 2024-02-10T07:33:22.880 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.839+0000 7f73057f1c80 4 rocksdb: Options.wal_compression: 0 2024-02-10T07:33:22.880 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.839+0000 7f73057f1c80 4 rocksdb: Options.atomic_flush: 0 2024-02-10T07:33:22.880 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.839+0000 7f73057f1c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-10T07:33:22.880 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.839+0000 7f73057f1c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-10T07:33:22.880 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.839+0000 7f73057f1c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-10T07:33:22.880 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.839+0000 7f73057f1c80 4 rocksdb: Options.log_readahead_size: 0 2024-02-10T07:33:22.880 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.839+0000 7f73057f1c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-02-10T07:33:22.880 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.839+0000 7f73057f1c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-02-10T07:33:22.880 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.839+0000 7f73057f1c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-02-10T07:33:22.881 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.839+0000 7f73057f1c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-02-10T07:33:22.881 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.839+0000 7f73057f1c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-02-10T07:33:22.881 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.839+0000 7f73057f1c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-02-10T07:33:22.881 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.839+0000 7f73057f1c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-02-10T07:33:22.881 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.839+0000 7f73057f1c80 4 rocksdb: Options.max_background_jobs: 2 2024-02-10T07:33:22.881 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.839+0000 7f73057f1c80 4 rocksdb: Options.max_background_compactions: -1 2024-02-10T07:33:22.883 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.839+0000 7f73057f1c80 4 rocksdb: Options.max_subcompactions: 1 2024-02-10T07:33:22.883 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.839+0000 7f73057f1c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-10T07:33:22.883 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.839+0000 7f73057f1c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-10T07:33:22.883 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.839+0000 7f73057f1c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-10T07:33:22.883 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.839+0000 7f73057f1c80 4 rocksdb: Options.max_total_wal_size: 0 2024-02-10T07:33:22.883 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.839+0000 7f73057f1c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-10T07:33:22.884 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.839+0000 7f73057f1c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-10T07:33:22.884 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.839+0000 7f73057f1c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-10T07:33:22.884 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.839+0000 7f73057f1c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-10T07:33:22.884 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.839+0000 7f73057f1c80 4 rocksdb: Options.max_open_files: -1 2024-02-10T07:33:22.884 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.839+0000 7f73057f1c80 4 rocksdb: Options.bytes_per_sync: 0 2024-02-10T07:33:22.884 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.839+0000 7f73057f1c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-10T07:33:22.884 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.839+0000 7f73057f1c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-10T07:33:22.884 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.839+0000 7f73057f1c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-10T07:33:22.884 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.839+0000 7f73057f1c80 4 rocksdb: Options.max_background_flushes: -1 2024-02-10T07:33:22.884 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.839+0000 7f73057f1c80 4 rocksdb: Compression algorithms supported: 2024-02-10T07:33:22.884 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.839+0000 7f73057f1c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-10T07:33:22.884 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.839+0000 7f73057f1c80 4 rocksdb: kZSTD supported: 0 2024-02-10T07:33:22.884 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.839+0000 7f73057f1c80 4 rocksdb: kXpressCompression supported: 0 2024-02-10T07:33:22.885 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.839+0000 7f73057f1c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-10T07:33:22.885 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.839+0000 7f73057f1c80 4 rocksdb: kZlibCompression supported: 1 2024-02-10T07:33:22.885 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.839+0000 7f73057f1c80 4 rocksdb: kSnappyCompression supported: 1 2024-02-10T07:33:22.885 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.839+0000 7f73057f1c80 4 rocksdb: kLZ4Compression supported: 1 2024-02-10T07:33:22.885 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.839+0000 7f73057f1c80 4 rocksdb: kBZip2Compression supported: 0 2024-02-10T07:33:22.885 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.839+0000 7f73057f1c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-10T07:33:22.885 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.839+0000 7f73057f1c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-02-10T07:33:22.885 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.839+0000 7f73057f1c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000005 2024-02-10T07:33:22.885 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.843+0000 7f73057f1c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-02-10T07:33:22.885 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.843+0000 7f73057f1c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-10T07:33:22.885 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.843+0000 7f73057f1c80 4 rocksdb: Options.merge_operator: 2024-02-10T07:33:22.885 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.843+0000 7f73057f1c80 4 rocksdb: Options.compaction_filter: None 2024-02-10T07:33:22.885 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.843+0000 7f73057f1c80 4 rocksdb: Options.compaction_filter_factory: None 2024-02-10T07:33:22.885 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.843+0000 7f73057f1c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-02-10T07:33:22.886 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.843+0000 7f73057f1c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-10T07:33:22.886 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.843+0000 7f73057f1c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-10T07:33:22.886 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.843+0000 7f73057f1c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55c0394d7a00) 2024-02-10T07:33:22.886 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: cache_index_and_filter_blocks: 1 2024-02-10T07:33:22.886 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-10T07:33:22.886 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-10T07:33:22.886 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: pin_top_level_index_and_filter: 1 2024-02-10T07:33:22.886 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: index_type: 0 2024-02-10T07:33:22.886 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: data_block_index_type: 0 2024-02-10T07:33:22.886 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: index_shortening: 1 2024-02-10T07:33:22.886 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: data_block_hash_table_util_ratio: 0.750000 2024-02-10T07:33:22.886 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: checksum: 4 2024-02-10T07:33:22.886 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: no_block_cache: 0 2024-02-10T07:33:22.886 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: block_cache: 0x55c0394d9090 2024-02-10T07:33:22.887 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: block_cache_name: BinnedLRUCache 2024-02-10T07:33:22.887 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: block_cache_options: 2024-02-10T07:33:22.887 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: capacity : 536870912 2024-02-10T07:33:22.887 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: num_shard_bits : 4 2024-02-10T07:33:22.887 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: strict_capacity_limit : 0 2024-02-10T07:33:22.887 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: high_pri_pool_ratio: 0.000 2024-02-10T07:33:22.887 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: block_cache_compressed: (nil) 2024-02-10T07:33:22.887 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: persistent_cache: (nil) 2024-02-10T07:33:22.887 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: block_size: 4096 2024-02-10T07:33:22.887 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: block_size_deviation: 10 2024-02-10T07:33:22.887 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: block_restart_interval: 16 2024-02-10T07:33:22.887 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: index_block_restart_interval: 1 2024-02-10T07:33:22.887 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: metadata_block_size: 4096 2024-02-10T07:33:22.887 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: partition_filters: 0 2024-02-10T07:33:22.887 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: use_delta_encoding: 1 2024-02-10T07:33:22.888 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: filter_policy: bloomfilter 2024-02-10T07:33:22.888 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: whole_key_filtering: 1 2024-02-10T07:33:22.888 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: verify_compression: 0 2024-02-10T07:33:22.888 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: read_amp_bytes_per_bit: 0 2024-02-10T07:33:22.888 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: format_version: 5 2024-02-10T07:33:22.888 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: enable_index_compression: 1 2024-02-10T07:33:22.888 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: block_align: 0 2024-02-10T07:33:22.888 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: max_auto_readahead_size: 262144 2024-02-10T07:33:22.888 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: prepopulate_block_cache: 0 2024-02-10T07:33:22.888 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: initial_auto_readahead_size: 8192 2024-02-10T07:33:22.888 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: num_file_reads_for_auto_readahead: 2 2024-02-10T07:33:22.888 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.843+0000 7f73057f1c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-10T07:33:22.888 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.843+0000 7f73057f1c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-10T07:33:22.888 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.843+0000 7f73057f1c80 4 rocksdb: Options.compression: NoCompression 2024-02-10T07:33:22.889 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.843+0000 7f73057f1c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-10T07:33:22.889 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.843+0000 7f73057f1c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-10T07:33:22.889 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.843+0000 7f73057f1c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-10T07:33:22.889 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.843+0000 7f73057f1c80 4 rocksdb: Options.num_levels: 7 2024-02-10T07:33:22.889 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.843+0000 7f73057f1c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-10T07:33:22.889 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.843+0000 7f73057f1c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-10T07:33:22.889 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.843+0000 7f73057f1c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-10T07:33:22.889 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.843+0000 7f73057f1c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-10T07:33:22.889 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.843+0000 7f73057f1c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-10T07:33:22.889 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.843+0000 7f73057f1c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-10T07:33:22.889 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.843+0000 7f73057f1c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-10T07:33:22.890 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.843+0000 7f73057f1c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-10T07:33:22.890 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.843+0000 7f73057f1c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-02-10T07:33:22.890 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.843+0000 7f73057f1c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-10T07:33:22.890 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.843+0000 7f73057f1c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-02-10T07:33:22.890 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.843+0000 7f73057f1c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-02-10T07:33:22.890 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.843+0000 7f73057f1c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-10T07:33:22.890 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.843+0000 7f73057f1c80 4 rocksdb: Options.compression_opts.level: 32767 2024-02-10T07:33:22.890 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.843+0000 7f73057f1c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-10T07:33:22.890 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.843+0000 7f73057f1c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-10T07:33:22.890 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.843+0000 7f73057f1c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-10T07:33:22.890 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.843+0000 7f73057f1c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-02-10T07:33:22.890 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.843+0000 7f73057f1c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-02-10T07:33:22.891 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.843+0000 7f73057f1c80 4 rocksdb: Options.compression_opts.enabled: false 2024-02-10T07:33:22.891 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.843+0000 7f73057f1c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-02-10T07:33:22.891 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.843+0000 7f73057f1c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-10T07:33:22.891 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.843+0000 7f73057f1c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-10T07:33:22.891 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.843+0000 7f73057f1c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-10T07:33:22.891 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.843+0000 7f73057f1c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-10T07:33:22.891 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.843+0000 7f73057f1c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-10T07:33:22.891 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.843+0000 7f73057f1c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-10T07:33:22.891 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.843+0000 7f73057f1c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-10T07:33:22.891 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.843+0000 7f73057f1c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-10T07:33:22.891 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.843+0000 7f73057f1c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-10T07:33:22.891 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.843+0000 7f73057f1c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-10T07:33:22.891 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.843+0000 7f73057f1c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-10T07:33:22.891 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.843+0000 7f73057f1c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-10T07:33:22.891 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.843+0000 7f73057f1c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-10T07:33:22.892 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.843+0000 7f73057f1c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-10T07:33:22.892 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.843+0000 7f73057f1c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-10T07:33:22.892 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.843+0000 7f73057f1c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-10T07:33:22.892 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.843+0000 7f73057f1c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-10T07:33:22.892 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.843+0000 7f73057f1c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-02-10T07:33:22.892 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.843+0000 7f73057f1c80 4 rocksdb: Options.arena_block_size: 1048576 2024-02-10T07:33:22.892 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.843+0000 7f73057f1c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-10T07:33:22.892 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.843+0000 7f73057f1c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-10T07:33:22.892 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.843+0000 7f73057f1c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-10T07:33:22.892 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.843+0000 7f73057f1c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-10T07:33:22.892 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.843+0000 7f73057f1c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-10T07:33:22.892 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.843+0000 7f73057f1c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-10T07:33:22.892 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.843+0000 7f73057f1c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-10T07:33:22.893 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.843+0000 7f73057f1c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-10T07:33:22.893 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.843+0000 7f73057f1c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-10T07:33:22.893 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.843+0000 7f73057f1c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-10T07:33:22.893 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.843+0000 7f73057f1c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-10T07:33:22.893 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.843+0000 7f73057f1c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-10T07:33:22.893 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.843+0000 7f73057f1c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-10T07:33:22.893 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.843+0000 7f73057f1c80 4 rocksdb: Options.table_properties_collectors: 2024-02-10T07:33:22.893 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.843+0000 7f73057f1c80 4 rocksdb: Options.inplace_update_support: 0 2024-02-10T07:33:22.893 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.843+0000 7f73057f1c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-10T07:33:22.893 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.843+0000 7f73057f1c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-10T07:33:22.893 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.843+0000 7f73057f1c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-10T07:33:22.893 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.843+0000 7f73057f1c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-10T07:33:22.893 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.843+0000 7f73057f1c80 4 rocksdb: Options.bloom_locality: 0 2024-02-10T07:33:22.893 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.843+0000 7f73057f1c80 4 rocksdb: Options.max_successive_merges: 0 2024-02-10T07:33:22.894 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.843+0000 7f73057f1c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-10T07:33:22.894 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.843+0000 7f73057f1c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-10T07:33:22.894 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.843+0000 7f73057f1c80 4 rocksdb: Options.force_consistency_checks: 1 2024-02-10T07:33:22.894 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.843+0000 7f73057f1c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-10T07:33:22.894 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.843+0000 7f73057f1c80 4 rocksdb: Options.ttl: 2592000 2024-02-10T07:33:22.894 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.843+0000 7f73057f1c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-10T07:33:22.894 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.843+0000 7f73057f1c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-02-10T07:33:22.894 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.843+0000 7f73057f1c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-02-10T07:33:22.894 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.843+0000 7f73057f1c80 4 rocksdb: Options.enable_blob_files: false 2024-02-10T07:33:22.894 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.843+0000 7f73057f1c80 4 rocksdb: Options.min_blob_size: 0 2024-02-10T07:33:22.894 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.843+0000 7f73057f1c80 4 rocksdb: Options.blob_file_size: 268435456 2024-02-10T07:33:22.894 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.843+0000 7f73057f1c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-02-10T07:33:22.894 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.843+0000 7f73057f1c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-02-10T07:33:22.894 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.843+0000 7f73057f1c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-02-10T07:33:22.894 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.843+0000 7f73057f1c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-02-10T07:33:22.895 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.843+0000 7f73057f1c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-02-10T07:33:22.895 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.843+0000 7f73057f1c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-02-10T07:33:22.895 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.843+0000 7f73057f1c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-02-10T07:33:22.895 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.843+0000 7f73057f1c80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-c/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-02-10T07:33:22.895 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.843+0000 7f73057f1c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-02-10T07:33:22.895 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.843+0000 7f73057f1c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 9a51af95-bd7d-4e6e-9403-443fede5133d 2024-02-10T07:33:22.895 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.843+0000 7f73057f1c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707550402846993, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-02-10T07:33:22.895 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.843+0000 7f73057f1c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-02-10T07:33:22.895 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.843+0000 7f73057f1c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707550402847446, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 8, "file_size": 1622, "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": "[]", "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": 1707550402, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "9a51af95-bd7d-4e6e-9403-443fede5133d", "db_session_id": "GQSRZB27UTJPPTL8K1L7", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-02-10T07:33:22.895 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.843+0000 7f73057f1c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707550402847546, "job": 1, "event": "recovery_finished"} 2024-02-10T07:33:22.895 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.843+0000 7f73057f1c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-02-10T07:33:22.895 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.843+0000 7f73057f1c80 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-c/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-02-10T07:33:22.895 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.843+0000 7f73057f1c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55c0395ce000 2024-02-10T07:33:22.895 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.843+0000 7f73057f1c80 4 rocksdb: DB pointer 0x55c0395b8000 2024-02-10T07:33:22.896 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.843+0000 7f72f3f60700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-02-10T07:33:22.896 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.843+0000 7f72f3f60700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-02-10T07:33:22.896 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: ** DB Stats ** 2024-02-10T07:33:22.896 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-10T07:33:22.896 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-02-10T07:33:22.896 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-10T07:33:22.896 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-10T07:33:22.896 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-02-10T07:33:22.896 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-10T07:33:22.896 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-10T07:33:22.896 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: ** Compaction Stats [default] ** 2024-02-10T07:33:22.896 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: 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-02-10T07:33:22.896 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-02-10T07:33:22.896 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: L0 1/0 1.58 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-02-10T07:33:22.897 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: Sum 1/0 1.58 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-02-10T07:33:22.897 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: 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-02-10T07:33:22.897 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: ** Compaction Stats [default] ** 2024-02-10T07:33:22.897 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: 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-02-10T07:33:22.897 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-10T07:33:22.897 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: 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-02-10T07:33:22.897 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-02-10T07:33:22.897 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-10T07:33:22.897 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: Flush(GB): cumulative 0.000, interval 0.000 2024-02-10T07:33:22.897 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-10T07:33:22.897 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: AddFile(Total Files): cumulative 0, interval 0 2024-02-10T07:33:22.897 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-10T07:33:22.897 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: AddFile(Keys): cumulative 0, interval 0 2024-02-10T07:33:22.897 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: Cumulative compaction: 0.00 GB write, 0.50 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-10T07:33:22.898 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: Interval compaction: 0.00 GB write, 0.50 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-10T07:33:22.898 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: 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-02-10T07:33:22.898 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: Block cache BinnedLRUCache@0x55c0394d9090#7 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.1e-05 secs_since: 0 2024-02-10T07:33:22.898 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: 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-02-10T07:33:22.898 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: ** File Read Latency Histogram By Level [default] ** 2024-02-10T07:33:22.898 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.843+0000 7f73057f1c80 0 mon.c does not exist in monmap, will attempt to join an existing cluster 2024-02-10T07:33:22.898 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.843+0000 7f73057f1c80 0 using public_addr v2:172.21.15.47:0/0 -> [v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0] 2024-02-10T07:33:22.898 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.847+0000 7f73057f1c80 0 starting mon.c rank -1 at public addrs [v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0] at bind addrs [v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0] mon_data /var/lib/ceph/mon/ceph-c fsid 039acd78-c7e6-11ee-95b8-87774f69a715 2024-02-10T07:33:22.898 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.847+0000 7f73057f1c80 1 mon.c@-1(???) e0 preinit fsid 039acd78-c7e6-11ee-95b8-87774f69a715 2024-02-10T07:33:22.898 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.867+0000 7f72f6f66700 0 mon.c@-1(synchronizing).mds e1 new map 2024-02-10T07:33:22.898 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.867+0000 7f72f6f66700 0 mon.c@-1(synchronizing).mds e1 print_map 2024-02-10T07:33:22.898 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: e1 2024-02-10T07:33:22.898 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: enable_multiple, ever_enabled_multiple: 1,1 2024-02-10T07:33:22.898 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: 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} 2024-02-10T07:33:22.898 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: legacy client fscid: -1 2024-02-10T07:33:22.899 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: 2024-02-10T07:33:22.899 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: No filesystems configured 2024-02-10T07:33:22.899 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.867+0000 7f72f6f66700 1 mon.c@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-02-10T07:33:22.899 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.867+0000 7f72f6f66700 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-02-10T07:33:22.899 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.867+0000 7f72f6f66700 1 mon.c@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-02-10T07:33:22.899 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.867+0000 7f72f6f66700 1 mon.c@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-02-10T07:33:22.899 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.867+0000 7f72f6f66700 1 mon.c@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-02-10T07:33:22.899 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.867+0000 7f72f6f66700 1 mon.c@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-02-10T07:33:22.899 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.867+0000 7f72f6f66700 0 mon.c@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-02-10T07:33:22.899 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.867+0000 7f72f6f66700 0 mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-02-10T07:33:22.899 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.867+0000 7f72f6f66700 0 mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-02-10T07:33:22.899 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.867+0000 7f72f6f66700 0 mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-02-10T07:33:22.899 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: cluster 2024-02-10T07:32:14.263506+0000 mgr.a (mgr.14152) 12 : cluster 0 pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:22.899 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: cluster 2024-02-10T07:32:16.263929+0000 mgr.a (mgr.14152) 13 : cluster 0 pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:22.900 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: audit 2024-02-10T07:32:17.474968+0000 mon.a (mon.0) 105 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:22.900 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: audit 2024-02-10T07:32:17.520199+0000 mon.a (mon.0) 106 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:33:22.900 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: audit 2024-02-10T07:32:17.522018+0000 mon.a (mon.0) 107 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:33:22.900 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: audit 2024-02-10T07:32:17.522885+0000 mon.a (mon.0) 108 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T07:33:22.900 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: audit 2024-02-10T07:32:17.469983+0000 mgr.a (mgr.14152) 14 : audit 0 from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:33:22.900 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: cephadm 2024-02-10T07:32:17.524022+0000 mgr.a (mgr.14152) 15 : cephadm 1 Updating smithi029:/etc/ceph/ceph.conf 2024-02-10T07:33:22.900 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: cephadm 2024-02-10T07:32:17.638628+0000 mgr.a (mgr.14152) 16 : cephadm 1 Updating smithi029:/var/lib/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/config/ceph.conf 2024-02-10T07:33:22.900 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: cephadm 2024-02-10T07:32:17.752746+0000 mgr.a (mgr.14152) 17 : cephadm 1 Updating smithi029:/etc/ceph/ceph.client.admin.keyring 2024-02-10T07:33:22.900 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: cephadm 2024-02-10T07:32:17.866831+0000 mgr.a (mgr.14152) 18 : cephadm 1 Updating smithi029:/var/lib/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/config/ceph.client.admin.keyring 2024-02-10T07:33:22.900 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: audit 2024-02-10T07:32:17.984676+0000 mon.a (mon.0) 109 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:22.900 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: audit 2024-02-10T07:32:17.987903+0000 mon.a (mon.0) 110 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:22.900 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: audit 2024-02-10T07:32:17.990873+0000 mon.a (mon.0) 111 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:22.900 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: cluster 2024-02-10T07:32:18.264286+0000 mgr.a (mgr.14152) 19 : cluster 0 pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:22.900 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: cluster 2024-02-10T07:32:20.264693+0000 mgr.a (mgr.14152) 20 : cluster 0 pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:22.901 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: cluster 2024-02-10T07:32:22.265098+0000 mgr.a (mgr.14152) 21 : cluster 0 pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:22.901 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: cluster 2024-02-10T07:32:24.265531+0000 mgr.a (mgr.14152) 22 : cluster 0 pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:22.901 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: audit 2024-02-10T07:32:25.683856+0000 mgr.a (mgr.14152) 23 : audit 0 from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi046", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:33:22.901 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: cluster 2024-02-10T07:32:26.265993+0000 mgr.a (mgr.14152) 24 : cluster 0 pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:22.901 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: cephadm 2024-02-10T07:32:26.420968+0000 mgr.a (mgr.14152) 25 : cephadm 1 Deploying cephadm binary to smithi046 2024-02-10T07:33:22.901 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: cluster 2024-02-10T07:32:28.266513+0000 mgr.a (mgr.14152) 26 : cluster 0 pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:22.901 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: cluster 2024-02-10T07:32:30.266908+0000 mgr.a (mgr.14152) 27 : cluster 0 pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:22.901 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: audit 2024-02-10T07:32:31.759998+0000 mon.a (mon.0) 112 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:22.901 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: audit 2024-02-10T07:32:31.805590+0000 mon.a (mon.0) 113 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:33:22.901 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: cephadm 2024-02-10T07:32:31.760858+0000 mgr.a (mgr.14152) 28 : cephadm 1 Added host smithi046 2024-02-10T07:33:22.901 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: audit 2024-02-10T07:32:32.278141+0000 mon.a (mon.0) 114 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:22.901 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: cluster 2024-02-10T07:32:32.267292+0000 mgr.a (mgr.14152) 29 : cluster 0 pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:22.901 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: audit 2024-02-10T07:32:33.804363+0000 mon.a (mon.0) 115 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:22.901 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: cluster 2024-02-10T07:32:34.267653+0000 mgr.a (mgr.14152) 30 : cluster 0 pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:22.901 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: audit 2024-02-10T07:32:35.002791+0000 mon.a (mon.0) 116 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:22.902 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: cluster 2024-02-10T07:32:36.268075+0000 mgr.a (mgr.14152) 31 : cluster 0 pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:22.902 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: cluster 2024-02-10T07:32:38.268499+0000 mgr.a (mgr.14152) 32 : cluster 0 pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:22.902 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: audit 2024-02-10T07:32:39.869577+0000 mgr.a (mgr.14152) 33 : audit 0 from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T07:33:22.902 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: audit 2024-02-10T07:32:40.187582+0000 mon.a (mon.0) 117 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:22.902 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: audit 2024-02-10T07:32:40.192745+0000 mon.a (mon.0) 118 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:22.902 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: audit 2024-02-10T07:32:40.198747+0000 mon.a (mon.0) 119 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:22.902 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: audit 2024-02-10T07:32:40.203754+0000 mon.a (mon.0) 120 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:22.902 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: audit 2024-02-10T07:32:40.205328+0000 mon.a (mon.0) 121 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi046", "name": "osd_memory_target"}]: dispatch 2024-02-10T07:33:22.902 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: audit 2024-02-10T07:32:40.207393+0000 mon.a (mon.0) 122 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:33:22.902 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: audit 2024-02-10T07:32:40.209270+0000 mon.a (mon.0) 123 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T07:33:22.902 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: cephadm 2024-02-10T07:32:40.212192+0000 mgr.a (mgr.14152) 34 : cephadm 1 Updating smithi046:/etc/ceph/ceph.conf 2024-02-10T07:33:22.902 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: cluster 2024-02-10T07:32:40.268886+0000 mgr.a (mgr.14152) 35 : cluster 0 pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:22.902 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: cephadm 2024-02-10T07:32:40.428264+0000 mgr.a (mgr.14152) 36 : cephadm 1 Updating smithi046:/var/lib/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/config/ceph.conf 2024-02-10T07:33:22.902 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: cephadm 2024-02-10T07:32:40.644404+0000 mgr.a (mgr.14152) 37 : cephadm 1 Updating smithi046:/etc/ceph/ceph.client.admin.keyring 2024-02-10T07:33:22.902 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: cephadm 2024-02-10T07:32:40.810025+0000 mgr.a (mgr.14152) 38 : cephadm 1 Updating smithi046:/var/lib/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/config/ceph.client.admin.keyring 2024-02-10T07:33:22.903 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: audit 2024-02-10T07:32:40.979594+0000 mon.a (mon.0) 124 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:22.903 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: audit 2024-02-10T07:32:40.984718+0000 mon.a (mon.0) 125 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:22.903 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: audit 2024-02-10T07:32:40.990471+0000 mon.a (mon.0) 126 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:22.903 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: cluster 2024-02-10T07:32:42.269285+0000 mgr.a (mgr.14152) 39 : cluster 0 pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:22.903 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: cluster 2024-02-10T07:32:44.269674+0000 mgr.a (mgr.14152) 40 : cluster 0 pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:22.903 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: cluster 2024-02-10T07:32:46.270046+0000 mgr.a (mgr.14152) 41 : cluster 0 pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:22.903 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: audit 2024-02-10T07:32:47.958830+0000 mgr.a (mgr.14152) 42 : audit 0 from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi047", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:33:22.903 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: cluster 2024-02-10T07:32:48.270502+0000 mgr.a (mgr.14152) 43 : cluster 0 pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:22.903 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: cephadm 2024-02-10T07:32:48.673583+0000 mgr.a (mgr.14152) 44 : cephadm 1 Deploying cephadm binary to smithi047 2024-02-10T07:33:22.903 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: cluster 2024-02-10T07:32:50.270817+0000 mgr.a (mgr.14152) 45 : cluster 0 pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:22.903 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: cluster 2024-02-10T07:32:52.271155+0000 mgr.a (mgr.14152) 46 : cluster 0 pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:22.903 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: audit 2024-02-10T07:32:54.079893+0000 mon.a (mon.0) 127 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:22.903 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: cephadm 2024-02-10T07:32:54.080838+0000 mgr.a (mgr.14152) 47 : cephadm 1 Added host smithi047 2024-02-10T07:33:22.903 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: audit 2024-02-10T07:32:54.110199+0000 mon.a (mon.0) 128 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:33:22.904 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: cluster 2024-02-10T07:32:54.271535+0000 mgr.a (mgr.14152) 48 : cluster 0 pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:22.904 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: audit 2024-02-10T07:32:54.632346+0000 mon.a (mon.0) 129 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:22.904 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: audit 2024-02-10T07:32:56.156868+0000 mon.a (mon.0) 130 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:22.904 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: cluster 2024-02-10T07:32:56.271925+0000 mgr.a (mgr.14152) 49 : cluster 0 pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:22.904 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: audit 2024-02-10T07:32:57.355927+0000 mon.a (mon.0) 131 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:22.904 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: cluster 2024-02-10T07:32:58.272272+0000 mgr.a (mgr.14152) 50 : cluster 0 pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:22.904 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: cluster 2024-02-10T07:33:00.272591+0000 mgr.a (mgr.14152) 51 : cluster 0 pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:22.904 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: audit 2024-02-10T07:33:02.125431+0000 mgr.a (mgr.14152) 52 : audit 0 from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T07:33:22.904 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: cluster 2024-02-10T07:33:02.272977+0000 mgr.a (mgr.14152) 53 : cluster 0 pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:22.904 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: audit 2024-02-10T07:33:03.243362+0000 mon.a (mon.0) 132 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:22.904 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: audit 2024-02-10T07:33:03.248718+0000 mon.a (mon.0) 133 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:22.904 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: audit 2024-02-10T07:33:03.254925+0000 mon.a (mon.0) 134 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:22.904 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: audit 2024-02-10T07:33:03.260129+0000 mon.a (mon.0) 135 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:22.904 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: audit 2024-02-10T07:33:03.261701+0000 mon.a (mon.0) 136 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi047", "name": "osd_memory_target"}]: dispatch 2024-02-10T07:33:22.904 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: audit 2024-02-10T07:33:03.264021+0000 mon.a (mon.0) 137 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:33:22.905 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: audit 2024-02-10T07:33:03.266079+0000 mon.a (mon.0) 138 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T07:33:22.905 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: cephadm 2024-02-10T07:33:03.269030+0000 mgr.a (mgr.14152) 54 : cephadm 1 Updating smithi047:/etc/ceph/ceph.conf 2024-02-10T07:33:22.905 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: cephadm 2024-02-10T07:33:03.484542+0000 mgr.a (mgr.14152) 55 : cephadm 1 Updating smithi047:/var/lib/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/config/ceph.conf 2024-02-10T07:33:22.905 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: cephadm 2024-02-10T07:33:03.699786+0000 mgr.a (mgr.14152) 56 : cephadm 1 Updating smithi047:/etc/ceph/ceph.client.admin.keyring 2024-02-10T07:33:22.905 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: cephadm 2024-02-10T07:33:03.915018+0000 mgr.a (mgr.14152) 57 : cephadm 1 Updating smithi047:/var/lib/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/config/ceph.client.admin.keyring 2024-02-10T07:33:22.905 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: audit 2024-02-10T07:33:04.136054+0000 mon.a (mon.0) 139 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:22.905 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: audit 2024-02-10T07:33:04.141427+0000 mon.a (mon.0) 140 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:22.905 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: audit 2024-02-10T07:33:04.147168+0000 mon.a (mon.0) 141 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:22.905 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: cluster 2024-02-10T07:33:04.273376+0000 mgr.a (mgr.14152) 58 : cluster 0 pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:22.905 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: cluster 2024-02-10T07:33:06.273810+0000 mgr.a (mgr.14152) 59 : cluster 0 pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:22.905 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: cluster 2024-02-10T07:33:08.274241+0000 mgr.a (mgr.14152) 60 : cluster 0 pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:22.905 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: audit 2024-02-10T07:33:10.349068+0000 mon.a (mon.0) 142 : audit 1 from='client.? 172.21.15.29:0/3274074953' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-02-10T07:33:22.905 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: cluster 2024-02-10T07:33:10.274625+0000 mgr.a (mgr.14152) 61 : cluster 0 pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:22.905 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: audit 2024-02-10T07:33:10.910700+0000 mon.a (mon.0) 143 : audit 1 from='client.? 172.21.15.29:0/3274074953' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-02-10T07:33:22.905 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: cluster 2024-02-10T07:33:10.915663+0000 mon.a (mon.0) 144 : cluster 0 osdmap e4: 0 total, 0 up, 0 in 2024-02-10T07:33:22.906 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: cluster 2024-02-10T07:33:12.275015+0000 mgr.a (mgr.14152) 62 : cluster 0 pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:22.906 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: cluster 2024-02-10T07:33:14.275379+0000 mgr.a (mgr.14152) 63 : cluster 0 pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:22.906 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: audit 2024-02-10T07:33:15.399114+0000 mon.a (mon.0) 145 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:22.906 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: audit 2024-02-10T07:33:15.444800+0000 mon.a (mon.0) 146 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:33:22.906 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: audit 2024-02-10T07:33:15.387965+0000 mgr.a (mgr.14152) 64 : audit 0 from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi029:172.21.15.29=a;smithi046:172.21.15.46=b;smithi047:172.21.15.47=c", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:33:22.906 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: cephadm 2024-02-10T07:33:15.393775+0000 mgr.a (mgr.14152) 65 : cephadm 1 Saving service mon spec with placement smithi029:172.21.15.29=a;smithi046:172.21.15.46=b;smithi047:172.21.15.47=c;count:3 2024-02-10T07:33:22.906 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: audit 2024-02-10T07:33:16.126044+0000 mon.a (mon.0) 147 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:33:22.906 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: audit 2024-02-10T07:33:16.127813+0000 mon.a (mon.0) 148 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T07:33:22.906 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: audit 2024-02-10T07:33:16.136269+0000 mon.a (mon.0) 149 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:22.906 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: audit 2024-02-10T07:33:16.140974+0000 mon.a (mon.0) 150 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-10T07:33:22.906 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: audit 2024-02-10T07:33:16.142834+0000 mon.a (mon.0) 151 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:33:22.906 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: cephadm 2024-02-10T07:33:16.144930+0000 mgr.a (mgr.14152) 66 : cephadm 1 Deploying daemon mon.c on smithi047 2024-02-10T07:33:22.906 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: cluster 2024-02-10T07:33:16.275777+0000 mgr.a (mgr.14152) 67 : cluster 0 pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:22.906 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: cluster 2024-02-10T07:33:18.276160+0000 mgr.a (mgr.14152) 68 : cluster 0 pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:22.907 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: cluster 2024-02-10T07:33:20.276497+0000 mgr.a (mgr.14152) 69 : cluster 0 pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:22.907 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: audit 2024-02-10T07:33:21.539385+0000 mon.a (mon.0) 152 : audit 0 from='client.? 172.21.15.47:0/2980568938' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T07:33:22.907 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:22 smithi047 bash[23769]: debug 2024-02-10T07:33:22.871+0000 7f72f6f66700 1 mon.c@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2024-02-10T07:33:23.490 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-02-10T07:33:23.490 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 039acd78-c7e6-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T07:33:26.260 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:26 smithi046 systemd[1]: Started Ceph mon.b for 039acd78-c7e6-11ee-95b8-87774f69a715. 2024-02-10T07:33:27.194 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/mon.c/config 2024-02-10T07:33:27.327 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.052+0000 7f9c4c419c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-10T07:33:27.327 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.052+0000 7f9c4c419c80 0 ceph version 19.0.0-1361-g290212a1 (290212a1bfd33563ba76ee5b7f0b944fdb6c5d90) squid (dev), process ceph-mon, pid 7 2024-02-10T07:33:27.327 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.052+0000 7f9c4c419c80 0 pidfile_write: ignore empty --pid-file 2024-02-10T07:33:27.327 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 0 load: jerasure load: lrc 2024-02-10T07:33:27.328 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: RocksDB version: 7.9.2 2024-02-10T07:33:27.328 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Git sha 0 2024-02-10T07:33:27.328 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Compile date 2024-02-09 17:35:33 2024-02-10T07:33:27.328 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: DB SUMMARY 2024-02-10T07:33:27.328 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: DB Session ID: 01MBJM2MQBCDNX9EXPNB 2024-02-10T07:33:27.328 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: CURRENT file: CURRENT 2024-02-10T07:33:27.328 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: IDENTITY file: IDENTITY 2024-02-10T07:33:27.328 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-02-10T07:33:27.328 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 0, files: 2024-02-10T07:33:27.328 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000004.log size: 511 ; 2024-02-10T07:33:27.328 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.error_if_exists: 0 2024-02-10T07:33:27.328 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.create_if_missing: 0 2024-02-10T07:33:27.328 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.paranoid_checks: 1 2024-02-10T07:33:27.329 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-02-10T07:33:27.329 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-02-10T07:33:27.329 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-02-10T07:33:27.329 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.env: 0x55fc325a4ae0 2024-02-10T07:33:27.329 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.fs: PosixFileSystem 2024-02-10T07:33:27.329 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.info_log: 0x55fc33471900 2024-02-10T07:33:27.329 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-10T07:33:27.329 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.statistics: (nil) 2024-02-10T07:33:27.329 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.use_fsync: 0 2024-02-10T07:33:27.329 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.max_log_file_size: 0 2024-02-10T07:33:27.330 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-10T07:33:27.330 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-10T07:33:27.330 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-10T07:33:27.330 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-10T07:33:27.330 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.allow_fallocate: 1 2024-02-10T07:33:27.330 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-10T07:33:27.331 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-10T07:33:27.331 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.use_direct_reads: 0 2024-02-10T07:33:27.331 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-10T07:33:27.331 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.create_missing_column_families: 0 2024-02-10T07:33:27.331 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.db_log_dir: 2024-02-10T07:33:27.331 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.wal_dir: 2024-02-10T07:33:27.331 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-10T07:33:27.331 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-10T07:33:27.331 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-10T07:33:27.331 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-10T07:33:27.331 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-10T07:33:27.331 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-10T07:33:27.331 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.advise_random_on_open: 1 2024-02-10T07:33:27.331 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-10T07:33:27.332 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.write_buffer_manager: 0x55fc33445400 2024-02-10T07:33:27.332 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-10T07:33:27.332 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-10T07:33:27.332 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-10T07:33:27.332 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.rate_limiter: (nil) 2024-02-10T07:33:27.332 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-10T07:33:27.332 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-10T07:33:27.332 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-10T07:33:27.332 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-10T07:33:27.332 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.unordered_write: 0 2024-02-10T07:33:27.332 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-10T07:33:27.332 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-10T07:33:27.333 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-10T07:33:27.333 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-10T07:33:27.333 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.row_cache: None 2024-02-10T07:33:27.333 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.wal_filter: None 2024-02-10T07:33:27.333 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-10T07:33:27.333 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-10T07:33:27.333 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.two_write_queues: 0 2024-02-10T07:33:27.333 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.manual_wal_flush: 0 2024-02-10T07:33:27.333 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.wal_compression: 0 2024-02-10T07:33:27.333 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.atomic_flush: 0 2024-02-10T07:33:27.333 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-10T07:33:27.333 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-10T07:33:27.333 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-10T07:33:27.333 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.log_readahead_size: 0 2024-02-10T07:33:27.333 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-02-10T07:33:27.334 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-02-10T07:33:27.334 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-02-10T07:33:27.334 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-02-10T07:33:27.334 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-02-10T07:33:27.334 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-02-10T07:33:27.334 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-02-10T07:33:27.334 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.max_background_jobs: 2 2024-02-10T07:33:27.334 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.max_background_compactions: -1 2024-02-10T07:33:27.334 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.max_subcompactions: 1 2024-02-10T07:33:27.334 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-10T07:33:27.335 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-10T07:33:27.335 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-10T07:33:27.335 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.max_total_wal_size: 0 2024-02-10T07:33:27.335 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-10T07:33:27.335 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-10T07:33:27.335 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-10T07:33:27.335 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-10T07:33:27.335 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.max_open_files: -1 2024-02-10T07:33:27.335 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.bytes_per_sync: 0 2024-02-10T07:33:27.335 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-10T07:33:27.335 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-10T07:33:27.335 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-10T07:33:27.335 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.max_background_flushes: -1 2024-02-10T07:33:27.336 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Compression algorithms supported: 2024-02-10T07:33:27.336 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-10T07:33:27.336 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: kZSTD supported: 0 2024-02-10T07:33:27.336 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: kXpressCompression supported: 0 2024-02-10T07:33:27.336 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-10T07:33:27.336 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: kZlibCompression supported: 1 2024-02-10T07:33:27.336 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: kSnappyCompression supported: 1 2024-02-10T07:33:27.336 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: kLZ4Compression supported: 1 2024-02-10T07:33:27.336 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: kBZip2Compression supported: 0 2024-02-10T07:33:27.336 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-10T07:33:27.336 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-02-10T07:33:27.336 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 2024-02-10T07:33:27.336 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-02-10T07:33:27.336 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-10T07:33:27.337 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.merge_operator: 2024-02-10T07:33:27.337 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.compaction_filter: None 2024-02-10T07:33:27.337 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.compaction_filter_factory: None 2024-02-10T07:33:27.337 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-02-10T07:33:27.337 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-10T07:33:27.337 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-10T07:33:27.337 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55fc33471a00) 2024-02-10T07:33:27.337 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: cache_index_and_filter_blocks: 1 2024-02-10T07:33:27.337 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-10T07:33:27.337 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-10T07:33:27.337 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: pin_top_level_index_and_filter: 1 2024-02-10T07:33:27.337 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: index_type: 0 2024-02-10T07:33:27.337 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: data_block_index_type: 0 2024-02-10T07:33:27.337 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: index_shortening: 1 2024-02-10T07:33:27.337 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: data_block_hash_table_util_ratio: 0.750000 2024-02-10T07:33:27.338 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: checksum: 4 2024-02-10T07:33:27.338 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: no_block_cache: 0 2024-02-10T07:33:27.338 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: block_cache: 0x55fc33473090 2024-02-10T07:33:27.338 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: block_cache_name: BinnedLRUCache 2024-02-10T07:33:27.338 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: block_cache_options: 2024-02-10T07:33:27.338 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: capacity : 536870912 2024-02-10T07:33:27.338 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: num_shard_bits : 4 2024-02-10T07:33:27.338 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: strict_capacity_limit : 0 2024-02-10T07:33:27.338 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: high_pri_pool_ratio: 0.000 2024-02-10T07:33:27.338 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: block_cache_compressed: (nil) 2024-02-10T07:33:27.338 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: persistent_cache: (nil) 2024-02-10T07:33:27.338 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: block_size: 4096 2024-02-10T07:33:27.338 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: block_size_deviation: 10 2024-02-10T07:33:27.338 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: block_restart_interval: 16 2024-02-10T07:33:27.338 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: index_block_restart_interval: 1 2024-02-10T07:33:27.339 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: metadata_block_size: 4096 2024-02-10T07:33:27.339 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: partition_filters: 0 2024-02-10T07:33:27.339 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: use_delta_encoding: 1 2024-02-10T07:33:27.339 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: filter_policy: bloomfilter 2024-02-10T07:33:27.339 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: whole_key_filtering: 1 2024-02-10T07:33:27.339 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: verify_compression: 0 2024-02-10T07:33:27.339 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: read_amp_bytes_per_bit: 0 2024-02-10T07:33:27.339 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: format_version: 5 2024-02-10T07:33:27.339 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: enable_index_compression: 1 2024-02-10T07:33:27.339 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: block_align: 0 2024-02-10T07:33:27.339 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: max_auto_readahead_size: 262144 2024-02-10T07:33:27.339 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: prepopulate_block_cache: 0 2024-02-10T07:33:27.339 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: initial_auto_readahead_size: 8192 2024-02-10T07:33:27.339 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: num_file_reads_for_auto_readahead: 2 2024-02-10T07:33:27.339 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-10T07:33:27.339 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-10T07:33:27.341 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.compression: NoCompression 2024-02-10T07:33:27.341 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-10T07:33:27.342 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-10T07:33:27.342 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-10T07:33:27.342 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.num_levels: 7 2024-02-10T07:33:27.342 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-10T07:33:27.342 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-10T07:33:27.342 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-10T07:33:27.342 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-10T07:33:27.342 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-10T07:33:27.342 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-10T07:33:27.342 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-10T07:33:27.342 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-10T07:33:27.342 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-02-10T07:33:27.342 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-10T07:33:27.343 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-02-10T07:33:27.343 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-02-10T07:33:27.343 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-10T07:33:27.343 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.compression_opts.level: 32767 2024-02-10T07:33:27.343 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-10T07:33:27.343 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-10T07:33:27.343 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-10T07:33:27.343 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-02-10T07:33:27.343 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-02-10T07:33:27.343 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.compression_opts.enabled: false 2024-02-10T07:33:27.343 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-02-10T07:33:27.343 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-10T07:33:27.343 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-10T07:33:27.344 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-10T07:33:27.344 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-10T07:33:27.344 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-10T07:33:27.344 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-10T07:33:27.344 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-10T07:33:27.344 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-10T07:33:27.344 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-10T07:33:27.344 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-10T07:33:27.344 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-10T07:33:27.344 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-10T07:33:27.344 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-10T07:33:27.344 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-10T07:33:27.344 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-10T07:33:27.345 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-10T07:33:27.345 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-10T07:33:27.345 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-02-10T07:33:27.345 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.arena_block_size: 1048576 2024-02-10T07:33:27.345 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-10T07:33:27.345 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-10T07:33:27.345 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-10T07:33:27.345 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-10T07:33:27.345 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-10T07:33:27.345 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-10T07:33:27.345 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-10T07:33:27.345 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-10T07:33:27.345 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-10T07:33:27.345 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-10T07:33:27.346 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-10T07:33:27.346 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-10T07:33:27.346 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-10T07:33:27.346 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.table_properties_collectors: 2024-02-10T07:33:27.346 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.inplace_update_support: 0 2024-02-10T07:33:27.346 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-10T07:33:27.346 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-10T07:33:27.346 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-10T07:33:27.346 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-10T07:33:27.346 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.bloom_locality: 0 2024-02-10T07:33:27.346 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.max_successive_merges: 0 2024-02-10T07:33:27.346 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-10T07:33:27.346 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-10T07:33:27.346 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.force_consistency_checks: 1 2024-02-10T07:33:27.347 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-10T07:33:27.347 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.ttl: 2592000 2024-02-10T07:33:27.347 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-10T07:33:27.347 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-02-10T07:33:27.347 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-02-10T07:33:27.347 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.enable_blob_files: false 2024-02-10T07:33:27.347 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.min_blob_size: 0 2024-02-10T07:33:27.347 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.blob_file_size: 268435456 2024-02-10T07:33:27.347 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-02-10T07:33:27.347 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-02-10T07:33:27.347 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-02-10T07:33:27.347 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-02-10T07:33:27.347 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-02-10T07:33:27.347 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-02-10T07:33:27.347 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-02-10T07:33:27.348 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 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-02-10T07:33:27.348 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-02-10T07:33:27.348 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: bdd0b78b-ce21-4588-a2b4-1232f85c195f 2024-02-10T07:33:27.348 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707550407063602, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-02-10T07:33:27.348 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.056+0000 7f9c4c419c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-02-10T07:33:27.348 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.060+0000 7f9c4c419c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707550407064131, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 8, "file_size": 1622, "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": "[]", "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": 1707550407, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "bdd0b78b-ce21-4588-a2b4-1232f85c195f", "db_session_id": "01MBJM2MQBCDNX9EXPNB", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-02-10T07:33:27.348 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.060+0000 7f9c4c419c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707550407064242, "job": 1, "event": "recovery_finished"} 2024-02-10T07:33:27.348 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.060+0000 7f9c4c419c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-02-10T07:33:27.348 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.060+0000 7f9c4c419c80 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-02-10T07:33:27.348 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.060+0000 7f9c4c419c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55fc33568000 2024-02-10T07:33:27.348 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.060+0000 7f9c4c419c80 4 rocksdb: DB pointer 0x55fc33552000 2024-02-10T07:33:27.348 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.060+0000 7f9c3ab88700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-02-10T07:33:27.348 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.060+0000 7f9c3ab88700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-02-10T07:33:27.349 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: ** DB Stats ** 2024-02-10T07:33:27.349 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-10T07:33:27.349 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-02-10T07:33:27.349 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-10T07:33:27.349 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-10T07:33:27.349 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-02-10T07:33:27.349 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-10T07:33:27.349 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-10T07:33:27.349 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: ** Compaction Stats [default] ** 2024-02-10T07:33:27.349 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: 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-02-10T07:33:27.349 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-02-10T07:33:27.349 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: L0 1/0 1.58 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.2 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-02-10T07:33:27.349 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: Sum 1/0 1.58 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.2 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-02-10T07:33:27.349 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: 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.2 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-02-10T07:33:27.349 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: ** Compaction Stats [default] ** 2024-02-10T07:33:27.350 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: 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-02-10T07:33:27.350 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-10T07:33:27.350 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: 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.2 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-02-10T07:33:27.350 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-02-10T07:33:27.350 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-10T07:33:27.350 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: Flush(GB): cumulative 0.000, interval 0.000 2024-02-10T07:33:27.350 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-10T07:33:27.350 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: AddFile(Total Files): cumulative 0, interval 0 2024-02-10T07:33:27.350 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-10T07:33:27.350 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: AddFile(Keys): cumulative 0, interval 0 2024-02-10T07:33:27.350 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: Cumulative compaction: 0.00 GB write, 0.48 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-10T07:33:27.350 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: Interval compaction: 0.00 GB write, 0.48 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-10T07:33:27.350 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: 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-02-10T07:33:27.350 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: Block cache BinnedLRUCache@0x55fc33473090#7 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1e-05 secs_since: 0 2024-02-10T07:33:27.351 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: 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-02-10T07:33:27.351 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: ** File Read Latency Histogram By Level [default] ** 2024-02-10T07:33:27.351 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.060+0000 7f9c4c419c80 0 mon.b does not exist in monmap, will attempt to join an existing cluster 2024-02-10T07:33:27.351 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.060+0000 7f9c4c419c80 0 using public_addr v2:172.21.15.46:0/0 -> [v2:172.21.15.46:3300/0,v1:172.21.15.46:6789/0] 2024-02-10T07:33:27.351 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.060+0000 7f9c4c419c80 0 starting mon.b rank -1 at public addrs [v2:172.21.15.46:3300/0,v1:172.21.15.46:6789/0] at bind addrs [v2:172.21.15.46:3300/0,v1:172.21.15.46:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid 039acd78-c7e6-11ee-95b8-87774f69a715 2024-02-10T07:33:27.351 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.064+0000 7f9c4c419c80 1 mon.b@-1(???) e0 preinit fsid 039acd78-c7e6-11ee-95b8-87774f69a715 2024-02-10T07:33:27.351 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.080+0000 7f9c3db8e700 0 mon.b@-1(synchronizing).mds e1 new map 2024-02-10T07:33:27.351 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.080+0000 7f9c3db8e700 0 mon.b@-1(synchronizing).mds e1 print_map 2024-02-10T07:33:27.351 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: e1 2024-02-10T07:33:27.351 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: enable_multiple, ever_enabled_multiple: 1,1 2024-02-10T07:33:27.351 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: 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} 2024-02-10T07:33:27.351 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: legacy client fscid: -1 2024-02-10T07:33:27.351 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: 2024-02-10T07:33:27.351 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: No filesystems configured 2024-02-10T07:33:27.352 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.080+0000 7f9c3db8e700 1 mon.b@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-02-10T07:33:27.352 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.080+0000 7f9c3db8e700 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-02-10T07:33:27.352 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.080+0000 7f9c3db8e700 1 mon.b@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-02-10T07:33:27.352 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.080+0000 7f9c3db8e700 1 mon.b@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-02-10T07:33:27.352 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.080+0000 7f9c3db8e700 1 mon.b@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-02-10T07:33:27.352 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.080+0000 7f9c3db8e700 1 mon.b@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-02-10T07:33:27.352 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.080+0000 7f9c3db8e700 0 mon.b@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-02-10T07:33:27.352 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.080+0000 7f9c3db8e700 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-02-10T07:33:27.352 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.080+0000 7f9c3db8e700 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-02-10T07:33:27.352 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.080+0000 7f9c3db8e700 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-02-10T07:33:27.352 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: cluster 2024-02-10T07:32:14.263506+0000 mgr.a (mgr.14152) 12 : cluster 0 pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:27.352 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: cluster 2024-02-10T07:32:16.263929+0000 mgr.a (mgr.14152) 13 : cluster 0 pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:27.352 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: audit 2024-02-10T07:32:17.474968+0000 mon.a (mon.0) 105 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:27.352 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: audit 2024-02-10T07:32:17.520199+0000 mon.a (mon.0) 106 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:33:27.353 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: audit 2024-02-10T07:32:17.522018+0000 mon.a (mon.0) 107 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:33:27.353 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: audit 2024-02-10T07:32:17.522885+0000 mon.a (mon.0) 108 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T07:33:27.353 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: audit 2024-02-10T07:32:17.469983+0000 mgr.a (mgr.14152) 14 : audit 0 from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:33:27.353 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: cephadm 2024-02-10T07:32:17.524022+0000 mgr.a (mgr.14152) 15 : cephadm 1 Updating smithi029:/etc/ceph/ceph.conf 2024-02-10T07:33:27.353 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: cephadm 2024-02-10T07:32:17.638628+0000 mgr.a (mgr.14152) 16 : cephadm 1 Updating smithi029:/var/lib/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/config/ceph.conf 2024-02-10T07:33:27.353 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: cephadm 2024-02-10T07:32:17.752746+0000 mgr.a (mgr.14152) 17 : cephadm 1 Updating smithi029:/etc/ceph/ceph.client.admin.keyring 2024-02-10T07:33:27.353 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: cephadm 2024-02-10T07:32:17.866831+0000 mgr.a (mgr.14152) 18 : cephadm 1 Updating smithi029:/var/lib/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/config/ceph.client.admin.keyring 2024-02-10T07:33:27.353 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: audit 2024-02-10T07:32:17.984676+0000 mon.a (mon.0) 109 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:27.353 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: audit 2024-02-10T07:32:17.987903+0000 mon.a (mon.0) 110 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:27.353 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: audit 2024-02-10T07:32:17.990873+0000 mon.a (mon.0) 111 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:27.353 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: cluster 2024-02-10T07:32:18.264286+0000 mgr.a (mgr.14152) 19 : cluster 0 pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:27.353 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: cluster 2024-02-10T07:32:20.264693+0000 mgr.a (mgr.14152) 20 : cluster 0 pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:27.353 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: cluster 2024-02-10T07:32:22.265098+0000 mgr.a (mgr.14152) 21 : cluster 0 pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:27.353 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: cluster 2024-02-10T07:32:24.265531+0000 mgr.a (mgr.14152) 22 : cluster 0 pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:27.353 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: audit 2024-02-10T07:32:25.683856+0000 mgr.a (mgr.14152) 23 : audit 0 from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi046", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:33:27.354 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: cluster 2024-02-10T07:32:26.265993+0000 mgr.a (mgr.14152) 24 : cluster 0 pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:27.354 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: cephadm 2024-02-10T07:32:26.420968+0000 mgr.a (mgr.14152) 25 : cephadm 1 Deploying cephadm binary to smithi046 2024-02-10T07:33:27.354 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: cluster 2024-02-10T07:32:28.266513+0000 mgr.a (mgr.14152) 26 : cluster 0 pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:27.354 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: cluster 2024-02-10T07:32:30.266908+0000 mgr.a (mgr.14152) 27 : cluster 0 pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:27.354 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: audit 2024-02-10T07:32:31.759998+0000 mon.a (mon.0) 112 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:27.354 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: audit 2024-02-10T07:32:31.805590+0000 mon.a (mon.0) 113 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:33:27.354 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: cephadm 2024-02-10T07:32:31.760858+0000 mgr.a (mgr.14152) 28 : cephadm 1 Added host smithi046 2024-02-10T07:33:27.354 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: audit 2024-02-10T07:32:32.278141+0000 mon.a (mon.0) 114 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:27.354 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: cluster 2024-02-10T07:32:32.267292+0000 mgr.a (mgr.14152) 29 : cluster 0 pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:27.354 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: audit 2024-02-10T07:32:33.804363+0000 mon.a (mon.0) 115 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:27.354 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: cluster 2024-02-10T07:32:34.267653+0000 mgr.a (mgr.14152) 30 : cluster 0 pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:27.354 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: audit 2024-02-10T07:32:35.002791+0000 mon.a (mon.0) 116 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:27.354 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: cluster 2024-02-10T07:32:36.268075+0000 mgr.a (mgr.14152) 31 : cluster 0 pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:27.354 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: cluster 2024-02-10T07:32:38.268499+0000 mgr.a (mgr.14152) 32 : cluster 0 pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:27.355 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: audit 2024-02-10T07:32:39.869577+0000 mgr.a (mgr.14152) 33 : audit 0 from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T07:33:27.355 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: audit 2024-02-10T07:32:40.187582+0000 mon.a (mon.0) 117 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:27.355 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: audit 2024-02-10T07:32:40.192745+0000 mon.a (mon.0) 118 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:27.355 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: audit 2024-02-10T07:32:40.198747+0000 mon.a (mon.0) 119 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:27.355 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: audit 2024-02-10T07:32:40.203754+0000 mon.a (mon.0) 120 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:27.355 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: audit 2024-02-10T07:32:40.205328+0000 mon.a (mon.0) 121 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi046", "name": "osd_memory_target"}]: dispatch 2024-02-10T07:33:27.355 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: audit 2024-02-10T07:32:40.207393+0000 mon.a (mon.0) 122 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:33:27.355 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: audit 2024-02-10T07:32:40.209270+0000 mon.a (mon.0) 123 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T07:33:27.355 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: cephadm 2024-02-10T07:32:40.212192+0000 mgr.a (mgr.14152) 34 : cephadm 1 Updating smithi046:/etc/ceph/ceph.conf 2024-02-10T07:33:27.355 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: cluster 2024-02-10T07:32:40.268886+0000 mgr.a (mgr.14152) 35 : cluster 0 pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:27.355 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: cephadm 2024-02-10T07:32:40.428264+0000 mgr.a (mgr.14152) 36 : cephadm 1 Updating smithi046:/var/lib/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/config/ceph.conf 2024-02-10T07:33:27.355 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: cephadm 2024-02-10T07:32:40.644404+0000 mgr.a (mgr.14152) 37 : cephadm 1 Updating smithi046:/etc/ceph/ceph.client.admin.keyring 2024-02-10T07:33:27.355 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: cephadm 2024-02-10T07:32:40.810025+0000 mgr.a (mgr.14152) 38 : cephadm 1 Updating smithi046:/var/lib/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/config/ceph.client.admin.keyring 2024-02-10T07:33:27.356 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: audit 2024-02-10T07:32:40.979594+0000 mon.a (mon.0) 124 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:27.356 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: audit 2024-02-10T07:32:40.984718+0000 mon.a (mon.0) 125 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:27.356 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: audit 2024-02-10T07:32:40.990471+0000 mon.a (mon.0) 126 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:27.356 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: cluster 2024-02-10T07:32:42.269285+0000 mgr.a (mgr.14152) 39 : cluster 0 pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:27.356 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: cluster 2024-02-10T07:32:44.269674+0000 mgr.a (mgr.14152) 40 : cluster 0 pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:27.356 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: cluster 2024-02-10T07:32:46.270046+0000 mgr.a (mgr.14152) 41 : cluster 0 pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:27.356 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: audit 2024-02-10T07:32:47.958830+0000 mgr.a (mgr.14152) 42 : audit 0 from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi047", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:33:27.356 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: cluster 2024-02-10T07:32:48.270502+0000 mgr.a (mgr.14152) 43 : cluster 0 pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:27.356 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: cephadm 2024-02-10T07:32:48.673583+0000 mgr.a (mgr.14152) 44 : cephadm 1 Deploying cephadm binary to smithi047 2024-02-10T07:33:27.356 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: cluster 2024-02-10T07:32:50.270817+0000 mgr.a (mgr.14152) 45 : cluster 0 pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:27.356 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: cluster 2024-02-10T07:32:52.271155+0000 mgr.a (mgr.14152) 46 : cluster 0 pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:27.356 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: audit 2024-02-10T07:32:54.079893+0000 mon.a (mon.0) 127 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:27.356 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: cephadm 2024-02-10T07:32:54.080838+0000 mgr.a (mgr.14152) 47 : cephadm 1 Added host smithi047 2024-02-10T07:33:27.356 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: audit 2024-02-10T07:32:54.110199+0000 mon.a (mon.0) 128 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:33:27.357 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: cluster 2024-02-10T07:32:54.271535+0000 mgr.a (mgr.14152) 48 : cluster 0 pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:27.357 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: audit 2024-02-10T07:32:54.632346+0000 mon.a (mon.0) 129 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:27.357 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: audit 2024-02-10T07:32:56.156868+0000 mon.a (mon.0) 130 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:27.357 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: cluster 2024-02-10T07:32:56.271925+0000 mgr.a (mgr.14152) 49 : cluster 0 pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:27.357 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: audit 2024-02-10T07:32:57.355927+0000 mon.a (mon.0) 131 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:27.357 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: cluster 2024-02-10T07:32:58.272272+0000 mgr.a (mgr.14152) 50 : cluster 0 pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:27.357 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: cluster 2024-02-10T07:33:00.272591+0000 mgr.a (mgr.14152) 51 : cluster 0 pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:27.357 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: audit 2024-02-10T07:33:02.125431+0000 mgr.a (mgr.14152) 52 : audit 0 from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T07:33:27.357 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: cluster 2024-02-10T07:33:02.272977+0000 mgr.a (mgr.14152) 53 : cluster 0 pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:27.357 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: audit 2024-02-10T07:33:03.243362+0000 mon.a (mon.0) 132 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:27.357 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: audit 2024-02-10T07:33:03.248718+0000 mon.a (mon.0) 133 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:27.357 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: audit 2024-02-10T07:33:03.254925+0000 mon.a (mon.0) 134 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:27.358 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: audit 2024-02-10T07:33:03.260129+0000 mon.a (mon.0) 135 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:27.358 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: audit 2024-02-10T07:33:03.261701+0000 mon.a (mon.0) 136 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi047", "name": "osd_memory_target"}]: dispatch 2024-02-10T07:33:27.358 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: audit 2024-02-10T07:33:03.264021+0000 mon.a (mon.0) 137 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:33:27.358 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: audit 2024-02-10T07:33:03.266079+0000 mon.a (mon.0) 138 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T07:33:27.358 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: cephadm 2024-02-10T07:33:03.269030+0000 mgr.a (mgr.14152) 54 : cephadm 1 Updating smithi047:/etc/ceph/ceph.conf 2024-02-10T07:33:27.358 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: cephadm 2024-02-10T07:33:03.484542+0000 mgr.a (mgr.14152) 55 : cephadm 1 Updating smithi047:/var/lib/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/config/ceph.conf 2024-02-10T07:33:27.358 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: cephadm 2024-02-10T07:33:03.699786+0000 mgr.a (mgr.14152) 56 : cephadm 1 Updating smithi047:/etc/ceph/ceph.client.admin.keyring 2024-02-10T07:33:27.358 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: cephadm 2024-02-10T07:33:03.915018+0000 mgr.a (mgr.14152) 57 : cephadm 1 Updating smithi047:/var/lib/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/config/ceph.client.admin.keyring 2024-02-10T07:33:27.358 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: audit 2024-02-10T07:33:04.136054+0000 mon.a (mon.0) 139 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:27.358 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: audit 2024-02-10T07:33:04.141427+0000 mon.a (mon.0) 140 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:27.358 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: audit 2024-02-10T07:33:04.147168+0000 mon.a (mon.0) 141 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:27.358 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: cluster 2024-02-10T07:33:04.273376+0000 mgr.a (mgr.14152) 58 : cluster 0 pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:27.358 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: cluster 2024-02-10T07:33:06.273810+0000 mgr.a (mgr.14152) 59 : cluster 0 pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:27.358 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: cluster 2024-02-10T07:33:08.274241+0000 mgr.a (mgr.14152) 60 : cluster 0 pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:27.358 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: audit 2024-02-10T07:33:10.349068+0000 mon.a (mon.0) 142 : audit 1 from='client.? 172.21.15.29:0/3274074953' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-02-10T07:33:27.359 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: cluster 2024-02-10T07:33:10.274625+0000 mgr.a (mgr.14152) 61 : cluster 0 pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:27.359 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: audit 2024-02-10T07:33:10.910700+0000 mon.a (mon.0) 143 : audit 1 from='client.? 172.21.15.29:0/3274074953' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-02-10T07:33:27.359 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: cluster 2024-02-10T07:33:10.915663+0000 mon.a (mon.0) 144 : cluster 0 osdmap e4: 0 total, 0 up, 0 in 2024-02-10T07:33:27.359 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: cluster 2024-02-10T07:33:12.275015+0000 mgr.a (mgr.14152) 62 : cluster 0 pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:27.359 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: cluster 2024-02-10T07:33:14.275379+0000 mgr.a (mgr.14152) 63 : cluster 0 pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:27.359 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: audit 2024-02-10T07:33:15.399114+0000 mon.a (mon.0) 145 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:27.359 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: audit 2024-02-10T07:33:15.444800+0000 mon.a (mon.0) 146 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:33:27.359 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: audit 2024-02-10T07:33:15.387965+0000 mgr.a (mgr.14152) 64 : audit 0 from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi029:172.21.15.29=a;smithi046:172.21.15.46=b;smithi047:172.21.15.47=c", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:33:27.359 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: cephadm 2024-02-10T07:33:15.393775+0000 mgr.a (mgr.14152) 65 : cephadm 1 Saving service mon spec with placement smithi029:172.21.15.29=a;smithi046:172.21.15.46=b;smithi047:172.21.15.47=c;count:3 2024-02-10T07:33:27.359 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: audit 2024-02-10T07:33:16.126044+0000 mon.a (mon.0) 147 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:33:27.359 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: audit 2024-02-10T07:33:16.127813+0000 mon.a (mon.0) 148 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T07:33:27.359 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: audit 2024-02-10T07:33:16.136269+0000 mon.a (mon.0) 149 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:27.359 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: audit 2024-02-10T07:33:16.140974+0000 mon.a (mon.0) 150 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-10T07:33:27.360 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: audit 2024-02-10T07:33:16.142834+0000 mon.a (mon.0) 151 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:33:27.360 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: cephadm 2024-02-10T07:33:16.144930+0000 mgr.a (mgr.14152) 66 : cephadm 1 Deploying daemon mon.c on smithi047 2024-02-10T07:33:27.360 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: cluster 2024-02-10T07:33:16.275777+0000 mgr.a (mgr.14152) 67 : cluster 0 pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:27.360 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: cluster 2024-02-10T07:33:18.276160+0000 mgr.a (mgr.14152) 68 : cluster 0 pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:27.360 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: cluster 2024-02-10T07:33:20.276497+0000 mgr.a (mgr.14152) 69 : cluster 0 pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:27.360 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: audit 2024-02-10T07:33:21.539385+0000 mon.a (mon.0) 152 : audit 0 from='client.? 172.21.15.47:0/2980568938' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T07:33:27.360 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:27 smithi046 bash[22900]: debug 2024-02-10T07:33:27.084+0000 7f9c3db8e700 1 mon.b@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2024-02-10T07:33:28.363 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:28 smithi047 bash[23769]: cephadm 2024-02-10T07:33:21.984689+0000 mgr.a (mgr.14152) 70 : cephadm 1 Deploying daemon mon.b on smithi046 2024-02-10T07:33:28.363 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:28 smithi047 bash[23769]: cluster 2024-02-10T07:33:22.276889+0000 mgr.a (mgr.14152) 71 : cluster 0 pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:28.363 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:28 smithi047 bash[23769]: audit 2024-02-10T07:33:22.879106+0000 mon.a (mon.0) 158 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-10T07:33:28.363 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:28 smithi047 bash[23769]: cluster 2024-02-10T07:33:22.883946+0000 mon.a (mon.0) 159 : cluster 1 mon.a calling monitor election 2024-02-10T07:33:28.363 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:28 smithi047 bash[23769]: audit 2024-02-10T07:33:22.903831+0000 mon.a (mon.0) 160 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-10T07:33:28.363 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:28 smithi047 bash[23769]: audit 2024-02-10T07:33:22.904143+0000 mon.a (mon.0) 161 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-10T07:33:28.363 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:28 smithi047 bash[23769]: audit 2024-02-10T07:33:23.879096+0000 mon.a (mon.0) 162 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-10T07:33:28.363 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:28 smithi047 bash[23769]: cluster 2024-02-10T07:33:24.277291+0000 mgr.a (mgr.14152) 72 : cluster 0 pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:28.363 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:28 smithi047 bash[23769]: audit 2024-02-10T07:33:24.878917+0000 mon.a (mon.0) 163 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-10T07:33:28.363 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:28 smithi047 bash[23769]: cluster 2024-02-10T07:33:24.881244+0000 mon.c (mon.1) 1 : cluster 1 mon.c calling monitor election 2024-02-10T07:33:28.363 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:28 smithi047 bash[23769]: audit 2024-02-10T07:33:25.879072+0000 mon.a (mon.0) 164 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-10T07:33:28.364 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:28 smithi047 bash[23769]: cluster 2024-02-10T07:33:26.277668+0000 mgr.a (mgr.14152) 73 : cluster 0 pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:28.364 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:28 smithi047 bash[23769]: audit 2024-02-10T07:33:26.879203+0000 mon.a (mon.0) 165 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-10T07:33:28.364 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:28 smithi047 bash[23769]: audit 2024-02-10T07:33:27.093893+0000 mon.a (mon.0) 166 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-10T07:33:28.364 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:28 smithi047 bash[23769]: audit 2024-02-10T07:33:27.879396+0000 mon.a (mon.0) 167 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-10T07:33:28.364 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:28 smithi047 bash[23769]: cluster 2024-02-10T07:33:27.924143+0000 mon.a (mon.0) 168 : cluster 1 mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-02-10T07:33:28.364 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:28 smithi047 bash[23769]: cluster 2024-02-10T07:33:27.930319+0000 mon.a (mon.0) 169 : cluster 0 monmap e2: 2 mons at {a=[v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0],c=[v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-02-10T07:33:28.364 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:28 smithi047 bash[23769]: cluster 2024-02-10T07:33:27.951515+0000 mon.a (mon.0) 170 : cluster 0 fsmap 2024-02-10T07:33:28.364 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:28 smithi047 bash[23769]: cluster 2024-02-10T07:33:27.951568+0000 mon.a (mon.0) 171 : cluster 0 osdmap e4: 0 total, 0 up, 0 in 2024-02-10T07:33:28.364 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:28 smithi047 bash[23769]: cluster 2024-02-10T07:33:27.951848+0000 mon.a (mon.0) 172 : cluster 0 mgrmap e13: a(active, since 99s) 2024-02-10T07:33:28.364 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:28 smithi047 bash[23769]: cluster 2024-02-10T07:33:27.958741+0000 mon.a (mon.0) 173 : cluster 1 overall HEALTH_OK 2024-02-10T07:33:28.364 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:28 smithi047 bash[23769]: audit 2024-02-10T07:33:27.963333+0000 mon.a (mon.0) 174 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:28.364 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:28 smithi047 bash[23769]: audit 2024-02-10T07:33:27.969655+0000 mon.a (mon.0) 175 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:28.480 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:28 smithi029 bash[21408]: cephadm 2024-02-10T07:33:21.984689+0000 mgr.a (mgr.14152) 70 : cephadm 1 Deploying daemon mon.b on smithi046 2024-02-10T07:33:28.480 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:28 smithi029 bash[21408]: cluster 2024-02-10T07:33:22.276889+0000 mgr.a (mgr.14152) 71 : cluster 0 pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:28.480 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:28 smithi029 bash[21408]: audit 2024-02-10T07:33:22.879106+0000 mon.a (mon.0) 158 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-10T07:33:28.480 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:28 smithi029 bash[21408]: cluster 2024-02-10T07:33:22.883946+0000 mon.a (mon.0) 159 : cluster 1 mon.a calling monitor election 2024-02-10T07:33:28.480 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:28 smithi029 bash[21408]: audit 2024-02-10T07:33:22.903831+0000 mon.a (mon.0) 160 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-10T07:33:28.480 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:28 smithi029 bash[21408]: audit 2024-02-10T07:33:22.904143+0000 mon.a (mon.0) 161 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-10T07:33:28.481 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:28 smithi029 bash[21408]: audit 2024-02-10T07:33:23.879096+0000 mon.a (mon.0) 162 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-10T07:33:28.481 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:28 smithi029 bash[21408]: cluster 2024-02-10T07:33:24.277291+0000 mgr.a (mgr.14152) 72 : cluster 0 pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:28.481 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:28 smithi029 bash[21408]: audit 2024-02-10T07:33:24.878917+0000 mon.a (mon.0) 163 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-10T07:33:28.481 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:28 smithi029 bash[21408]: cluster 2024-02-10T07:33:24.881244+0000 mon.c (mon.1) 1 : cluster 1 mon.c calling monitor election 2024-02-10T07:33:28.481 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:28 smithi029 bash[21408]: audit 2024-02-10T07:33:25.879072+0000 mon.a (mon.0) 164 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-10T07:33:28.481 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:28 smithi029 bash[21408]: cluster 2024-02-10T07:33:26.277668+0000 mgr.a (mgr.14152) 73 : cluster 0 pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:28.481 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:28 smithi029 bash[21408]: audit 2024-02-10T07:33:26.879203+0000 mon.a (mon.0) 165 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-10T07:33:28.481 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:28 smithi029 bash[21408]: audit 2024-02-10T07:33:27.093893+0000 mon.a (mon.0) 166 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-10T07:33:28.481 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:28 smithi029 bash[21408]: audit 2024-02-10T07:33:27.879396+0000 mon.a (mon.0) 167 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-10T07:33:28.481 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:28 smithi029 bash[21408]: cluster 2024-02-10T07:33:27.924143+0000 mon.a (mon.0) 168 : cluster 1 mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-02-10T07:33:28.481 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:28 smithi029 bash[21408]: cluster 2024-02-10T07:33:27.930319+0000 mon.a (mon.0) 169 : cluster 0 monmap e2: 2 mons at {a=[v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0],c=[v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-02-10T07:33:28.481 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:28 smithi029 bash[21408]: cluster 2024-02-10T07:33:27.951515+0000 mon.a (mon.0) 170 : cluster 0 fsmap 2024-02-10T07:33:28.481 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:28 smithi029 bash[21408]: cluster 2024-02-10T07:33:27.951568+0000 mon.a (mon.0) 171 : cluster 0 osdmap e4: 0 total, 0 up, 0 in 2024-02-10T07:33:28.482 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:28 smithi029 bash[21408]: cluster 2024-02-10T07:33:27.951848+0000 mon.a (mon.0) 172 : cluster 0 mgrmap e13: a(active, since 99s) 2024-02-10T07:33:28.482 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:28 smithi029 bash[21408]: cluster 2024-02-10T07:33:27.958741+0000 mon.a (mon.0) 173 : cluster 1 overall HEALTH_OK 2024-02-10T07:33:28.482 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:28 smithi029 bash[21408]: audit 2024-02-10T07:33:27.963333+0000 mon.a (mon.0) 174 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:28.482 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:28 smithi029 bash[21408]: audit 2024-02-10T07:33:27.969655+0000 mon.a (mon.0) 175 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:29.246 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:29 smithi047 bash[23769]: audit 2024-02-10T07:33:28.021064+0000 mon.a (mon.0) 176 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:29.246 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:29 smithi047 bash[23769]: audit 2024-02-10T07:33:28.028081+0000 mon.a (mon.0) 177 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:29.246 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:29 smithi047 bash[23769]: audit 2024-02-10T07:33:28.094446+0000 mon.a (mon.0) 178 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-10T07:33:29.246 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:29 smithi047 bash[23769]: audit 2024-02-10T07:33:28.161685+0000 mon.a (mon.0) 179 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:33:29.246 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:29 smithi047 bash[23769]: cluster 2024-02-10T07:33:28.278056+0000 mgr.a (mgr.14152) 74 : cluster 0 pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:29.246 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:29 smithi047 bash[23769]: audit 2024-02-10T07:33:28.341895+0000 mon.a (mon.0) 180 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:29.247 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:29 smithi047 bash[23769]: audit 2024-02-10T07:33:28.879901+0000 mon.a (mon.0) 181 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-10T07:33:29.479 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:29 smithi029 bash[21408]: audit 2024-02-10T07:33:28.021064+0000 mon.a (mon.0) 176 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:29.480 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:29 smithi029 bash[21408]: audit 2024-02-10T07:33:28.028081+0000 mon.a (mon.0) 177 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:29.480 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:29 smithi029 bash[21408]: audit 2024-02-10T07:33:28.094446+0000 mon.a (mon.0) 178 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-10T07:33:29.480 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:29 smithi029 bash[21408]: audit 2024-02-10T07:33:28.161685+0000 mon.a (mon.0) 179 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:33:29.480 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:29 smithi029 bash[21408]: cluster 2024-02-10T07:33:28.278056+0000 mgr.a (mgr.14152) 74 : cluster 0 pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:29.480 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:29 smithi029 bash[21408]: audit 2024-02-10T07:33:28.341895+0000 mon.a (mon.0) 180 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:29.480 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:29 smithi029 bash[21408]: audit 2024-02-10T07:33:28.879901+0000 mon.a (mon.0) 181 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-10T07:33:31.577 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:31 smithi046 bash[22900]: cephadm 2024-02-10T07:33:21.984689+0000 mgr.a (mgr.14152) 70 : cephadm 1 Deploying daemon mon.b on smithi046 2024-02-10T07:33:31.577 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:31 smithi046 bash[22900]: cluster 2024-02-10T07:33:22.276889+0000 mgr.a (mgr.14152) 71 : cluster 0 pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:31.577 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:31 smithi046 bash[22900]: audit 2024-02-10T07:33:22.879106+0000 mon.a (mon.0) 158 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-10T07:33:31.578 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:31 smithi046 bash[22900]: cluster 2024-02-10T07:33:22.883946+0000 mon.a (mon.0) 159 : cluster 1 mon.a calling monitor election 2024-02-10T07:33:31.578 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:31 smithi046 bash[22900]: audit 2024-02-10T07:33:22.903831+0000 mon.a (mon.0) 160 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-10T07:33:31.578 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:31 smithi046 bash[22900]: audit 2024-02-10T07:33:22.904143+0000 mon.a (mon.0) 161 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-10T07:33:31.578 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:31 smithi046 bash[22900]: audit 2024-02-10T07:33:23.879096+0000 mon.a (mon.0) 162 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-10T07:33:31.578 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:31 smithi046 bash[22900]: cluster 2024-02-10T07:33:24.277291+0000 mgr.a (mgr.14152) 72 : cluster 0 pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:31.578 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:31 smithi046 bash[22900]: audit 2024-02-10T07:33:24.878917+0000 mon.a (mon.0) 163 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-10T07:33:31.578 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:31 smithi046 bash[22900]: cluster 2024-02-10T07:33:24.881244+0000 mon.c (mon.1) 1 : cluster 1 mon.c calling monitor election 2024-02-10T07:33:31.578 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:31 smithi046 bash[22900]: audit 2024-02-10T07:33:25.879072+0000 mon.a (mon.0) 164 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-10T07:33:31.578 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:31 smithi046 bash[22900]: cluster 2024-02-10T07:33:26.277668+0000 mgr.a (mgr.14152) 73 : cluster 0 pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:31.578 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:31 smithi046 bash[22900]: audit 2024-02-10T07:33:26.879203+0000 mon.a (mon.0) 165 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-10T07:33:31.578 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:31 smithi046 bash[22900]: audit 2024-02-10T07:33:27.093893+0000 mon.a (mon.0) 166 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-10T07:33:31.578 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:31 smithi046 bash[22900]: audit 2024-02-10T07:33:27.879396+0000 mon.a (mon.0) 167 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-10T07:33:31.578 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:31 smithi046 bash[22900]: cluster 2024-02-10T07:33:27.924143+0000 mon.a (mon.0) 168 : cluster 1 mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-02-10T07:33:31.578 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:31 smithi046 bash[22900]: cluster 2024-02-10T07:33:27.930319+0000 mon.a (mon.0) 169 : cluster 0 monmap e2: 2 mons at {a=[v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0],c=[v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-02-10T07:33:31.579 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:31 smithi046 bash[22900]: cluster 2024-02-10T07:33:27.951515+0000 mon.a (mon.0) 170 : cluster 0 fsmap 2024-02-10T07:33:31.579 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:31 smithi046 bash[22900]: cluster 2024-02-10T07:33:27.951568+0000 mon.a (mon.0) 171 : cluster 0 osdmap e4: 0 total, 0 up, 0 in 2024-02-10T07:33:31.579 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:31 smithi046 bash[22900]: cluster 2024-02-10T07:33:27.951848+0000 mon.a (mon.0) 172 : cluster 0 mgrmap e13: a(active, since 99s) 2024-02-10T07:33:31.579 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:31 smithi046 bash[22900]: cluster 2024-02-10T07:33:27.958741+0000 mon.a (mon.0) 173 : cluster 1 overall HEALTH_OK 2024-02-10T07:33:31.579 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:31 smithi046 bash[22900]: audit 2024-02-10T07:33:27.963333+0000 mon.a (mon.0) 174 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:31.579 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:31 smithi046 bash[22900]: audit 2024-02-10T07:33:27.969655+0000 mon.a (mon.0) 175 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:31.579 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:31 smithi046 bash[22900]: audit 2024-02-10T07:33:28.021064+0000 mon.a (mon.0) 176 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:31.579 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:31 smithi046 bash[22900]: audit 2024-02-10T07:33:28.028081+0000 mon.a (mon.0) 177 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:31.579 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:31 smithi046 bash[22900]: audit 2024-02-10T07:33:28.094446+0000 mon.a (mon.0) 178 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-10T07:33:31.579 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:31 smithi046 bash[22900]: audit 2024-02-10T07:33:28.161685+0000 mon.a (mon.0) 179 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:33:31.579 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:31 smithi046 bash[22900]: cluster 2024-02-10T07:33:28.278056+0000 mgr.a (mgr.14152) 74 : cluster 0 pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:31.579 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:31 smithi046 bash[22900]: audit 2024-02-10T07:33:28.341895+0000 mon.a (mon.0) 180 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:31.579 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:31 smithi046 bash[22900]: audit 2024-02-10T07:33:28.879901+0000 mon.a (mon.0) 181 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-10T07:33:34.480 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:34 smithi029 bash[21408]: cluster 2024-02-10T07:33:29.100298+0000 mon.a (mon.0) 183 : cluster 1 mon.a calling monitor election 2024-02-10T07:33:34.480 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:34 smithi029 bash[21408]: cluster 2024-02-10T07:33:29.101121+0000 mon.c (mon.1) 2 : cluster 1 mon.c calling monitor election 2024-02-10T07:33:34.480 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:34 smithi029 bash[21408]: audit 2024-02-10T07:33:29.119510+0000 mon.a (mon.0) 184 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-10T07:33:34.480 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:34 smithi029 bash[21408]: audit 2024-02-10T07:33:29.119725+0000 mon.a (mon.0) 185 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-10T07:33:34.480 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:34 smithi029 bash[21408]: audit 2024-02-10T07:33:29.119853+0000 mon.a (mon.0) 186 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-10T07:33:34.480 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:34 smithi029 bash[21408]: audit 2024-02-10T07:33:30.094484+0000 mon.a (mon.0) 187 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-10T07:33:34.480 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:34 smithi029 bash[21408]: cluster 2024-02-10T07:33:30.278484+0000 mgr.a (mgr.14152) 75 : cluster 0 pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:34.480 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:34 smithi029 bash[21408]: audit 2024-02-10T07:33:31.095101+0000 mon.a (mon.0) 188 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-10T07:33:34.481 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:34 smithi029 bash[21408]: audit 2024-02-10T07:33:32.094959+0000 mon.a (mon.0) 189 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-10T07:33:34.481 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:34 smithi029 bash[21408]: cluster 2024-02-10T07:33:32.278876+0000 mgr.a (mgr.14152) 76 : cluster 0 pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:34.481 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:34 smithi029 bash[21408]: audit 2024-02-10T07:33:33.095137+0000 mon.a (mon.0) 190 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-10T07:33:34.481 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:34 smithi029 bash[21408]: audit 2024-02-10T07:33:34.095119+0000 mon.a (mon.0) 191 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-10T07:33:34.481 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:34 smithi029 bash[21408]: cluster 2024-02-10T07:33:34.119820+0000 mon.a (mon.0) 192 : cluster 1 mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-02-10T07:33:34.481 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:34 smithi029 bash[21408]: cluster 2024-02-10T07:33:34.125580+0000 mon.a (mon.0) 193 : cluster 0 monmap e3: 3 mons at {a=[v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0],b=[v2:172.21.15.46:3300/0,v1:172.21.15.46:6789/0],c=[v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-02-10T07:33:34.481 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:34 smithi029 bash[21408]: cluster 2024-02-10T07:33:34.126630+0000 mon.a (mon.0) 194 : cluster 0 fsmap 2024-02-10T07:33:34.481 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:34 smithi029 bash[21408]: cluster 2024-02-10T07:33:34.126721+0000 mon.a (mon.0) 195 : cluster 0 osdmap e4: 0 total, 0 up, 0 in 2024-02-10T07:33:34.481 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:34 smithi029 bash[21408]: cluster 2024-02-10T07:33:34.127002+0000 mon.a (mon.0) 196 : cluster 0 mgrmap e13: a(active, since 105s) 2024-02-10T07:33:34.481 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:34 smithi029 bash[21408]: cluster 2024-02-10T07:33:34.127322+0000 mon.a (mon.0) 197 : cluster 3 Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-02-10T07:33:34.481 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:34 smithi029 bash[21408]: cluster 2024-02-10T07:33:34.146887+0000 mon.a (mon.0) 198 : cluster 3 Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-02-10T07:33:34.481 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:34 smithi029 bash[21408]: cluster 2024-02-10T07:33:34.146923+0000 mon.a (mon.0) 199 : cluster 3 [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-02-10T07:33:34.481 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:34 smithi029 bash[21408]: cluster 2024-02-10T07:33:34.146942+0000 mon.a (mon.0) 200 : cluster 3 mon.b (rank 2) addr [v2:172.21.15.46:3300/0,v1:172.21.15.46:6789/0] is down (out of quorum) 2024-02-10T07:33:34.482 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:34 smithi029 bash[21408]: audit 2024-02-10T07:33:34.151488+0000 mon.a (mon.0) 201 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:34.482 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:34 smithi029 bash[21408]: audit 2024-02-10T07:33:34.157086+0000 mon.a (mon.0) 202 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:34.482 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:34 smithi029 bash[21408]: audit 2024-02-10T07:33:34.162706+0000 mon.a (mon.0) 203 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:34.482 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:34 smithi029 bash[21408]: audit 2024-02-10T07:33:34.168348+0000 mon.a (mon.0) 204 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:34.482 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:34 smithi029 bash[21408]: audit 2024-02-10T07:33:34.169858+0000 mon.a (mon.0) 205 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:33:34.482 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:34 smithi029 bash[21408]: audit 2024-02-10T07:33:34.171772+0000 mon.a (mon.0) 206 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T07:33:34.496 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:34 smithi047 bash[23769]: cluster 2024-02-10T07:33:29.100298+0000 mon.a (mon.0) 183 : cluster 1 mon.a calling monitor election 2024-02-10T07:33:34.497 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:34 smithi047 bash[23769]: cluster 2024-02-10T07:33:29.101121+0000 mon.c (mon.1) 2 : cluster 1 mon.c calling monitor election 2024-02-10T07:33:34.497 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:34 smithi047 bash[23769]: audit 2024-02-10T07:33:29.119510+0000 mon.a (mon.0) 184 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-10T07:33:34.497 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:34 smithi047 bash[23769]: audit 2024-02-10T07:33:29.119725+0000 mon.a (mon.0) 185 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-10T07:33:34.497 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:34 smithi047 bash[23769]: audit 2024-02-10T07:33:29.119853+0000 mon.a (mon.0) 186 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-10T07:33:34.497 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:34 smithi047 bash[23769]: audit 2024-02-10T07:33:30.094484+0000 mon.a (mon.0) 187 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-10T07:33:34.497 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:34 smithi047 bash[23769]: cluster 2024-02-10T07:33:30.278484+0000 mgr.a (mgr.14152) 75 : cluster 0 pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:34.497 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:34 smithi047 bash[23769]: audit 2024-02-10T07:33:31.095101+0000 mon.a (mon.0) 188 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-10T07:33:34.497 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:34 smithi047 bash[23769]: audit 2024-02-10T07:33:32.094959+0000 mon.a (mon.0) 189 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-10T07:33:34.497 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:34 smithi047 bash[23769]: cluster 2024-02-10T07:33:32.278876+0000 mgr.a (mgr.14152) 76 : cluster 0 pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:34.497 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:34 smithi047 bash[23769]: audit 2024-02-10T07:33:33.095137+0000 mon.a (mon.0) 190 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-10T07:33:34.497 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:34 smithi047 bash[23769]: audit 2024-02-10T07:33:34.095119+0000 mon.a (mon.0) 191 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-10T07:33:34.498 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:34 smithi047 bash[23769]: cluster 2024-02-10T07:33:34.119820+0000 mon.a (mon.0) 192 : cluster 1 mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-02-10T07:33:34.498 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:34 smithi047 bash[23769]: cluster 2024-02-10T07:33:34.125580+0000 mon.a (mon.0) 193 : cluster 0 monmap e3: 3 mons at {a=[v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0],b=[v2:172.21.15.46:3300/0,v1:172.21.15.46:6789/0],c=[v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-02-10T07:33:34.498 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:34 smithi047 bash[23769]: cluster 2024-02-10T07:33:34.126630+0000 mon.a (mon.0) 194 : cluster 0 fsmap 2024-02-10T07:33:34.498 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:34 smithi047 bash[23769]: cluster 2024-02-10T07:33:34.126721+0000 mon.a (mon.0) 195 : cluster 0 osdmap e4: 0 total, 0 up, 0 in 2024-02-10T07:33:34.498 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:34 smithi047 bash[23769]: cluster 2024-02-10T07:33:34.127002+0000 mon.a (mon.0) 196 : cluster 0 mgrmap e13: a(active, since 105s) 2024-02-10T07:33:34.498 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:34 smithi047 bash[23769]: cluster 2024-02-10T07:33:34.127322+0000 mon.a (mon.0) 197 : cluster 3 Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-02-10T07:33:34.498 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:34 smithi047 bash[23769]: cluster 2024-02-10T07:33:34.146887+0000 mon.a (mon.0) 198 : cluster 3 Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-02-10T07:33:34.498 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:34 smithi047 bash[23769]: cluster 2024-02-10T07:33:34.146923+0000 mon.a (mon.0) 199 : cluster 3 [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-02-10T07:33:34.498 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:34 smithi047 bash[23769]: cluster 2024-02-10T07:33:34.146942+0000 mon.a (mon.0) 200 : cluster 3 mon.b (rank 2) addr [v2:172.21.15.46:3300/0,v1:172.21.15.46:6789/0] is down (out of quorum) 2024-02-10T07:33:34.498 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:34 smithi047 bash[23769]: audit 2024-02-10T07:33:34.151488+0000 mon.a (mon.0) 201 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:34.498 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:34 smithi047 bash[23769]: audit 2024-02-10T07:33:34.157086+0000 mon.a (mon.0) 202 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:34.498 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:34 smithi047 bash[23769]: audit 2024-02-10T07:33:34.162706+0000 mon.a (mon.0) 203 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:34.498 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:34 smithi047 bash[23769]: audit 2024-02-10T07:33:34.168348+0000 mon.a (mon.0) 204 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:34.498 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:34 smithi047 bash[23769]: audit 2024-02-10T07:33:34.169858+0000 mon.a (mon.0) 205 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:33:34.499 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:34 smithi047 bash[23769]: audit 2024-02-10T07:33:34.171772+0000 mon.a (mon.0) 206 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T07:33:35.978 INFO:teuthology.orchestra.run.smithi047.stdout: 2024-02-10T07:33:35.979 INFO:teuthology.orchestra.run.smithi047.stdout:{"epoch":3,"fsid":"039acd78-c7e6-11ee-95b8-87774f69a715","modified":"2024-02-10T07:33:29.094211Z","created":"2024-02-10T07:30:35.565028Z","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.29:3300","nonce":0},{"type":"v1","addr":"172.21.15.29:6789","nonce":0}]},"addr":"172.21.15.29:6789/0","public_addr":"172.21.15.29:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:3300","nonce":0},{"type":"v1","addr":"172.21.15.46:6789","nonce":0}]},"addr":"172.21.15.46:6789/0","public_addr":"172.21.15.46:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-02-10T07:33:35.982 INFO:teuthology.orchestra.run.smithi047.stderr:dumped monmap epoch 3 2024-02-10T07:33:36.142 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:36 smithi046 bash[22900]: cluster 2024-02-10T07:33:29.100298+0000 mon.a (mon.0) 183 : cluster 1 mon.a calling monitor election 2024-02-10T07:33:36.142 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:36 smithi046 bash[22900]: cluster 2024-02-10T07:33:29.101121+0000 mon.c (mon.1) 2 : cluster 1 mon.c calling monitor election 2024-02-10T07:33:36.142 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:36 smithi046 bash[22900]: audit 2024-02-10T07:33:29.119510+0000 mon.a (mon.0) 184 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-10T07:33:36.143 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:36 smithi046 bash[22900]: audit 2024-02-10T07:33:29.119725+0000 mon.a (mon.0) 185 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-10T07:33:36.143 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:36 smithi046 bash[22900]: audit 2024-02-10T07:33:29.119853+0000 mon.a (mon.0) 186 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-10T07:33:36.143 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:36 smithi046 bash[22900]: audit 2024-02-10T07:33:30.094484+0000 mon.a (mon.0) 187 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-10T07:33:36.143 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:36 smithi046 bash[22900]: cluster 2024-02-10T07:33:30.278484+0000 mgr.a (mgr.14152) 75 : cluster 0 pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:36.143 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:36 smithi046 bash[22900]: audit 2024-02-10T07:33:31.095101+0000 mon.a (mon.0) 188 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-10T07:33:36.143 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:36 smithi046 bash[22900]: audit 2024-02-10T07:33:32.094959+0000 mon.a (mon.0) 189 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-10T07:33:36.143 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:36 smithi046 bash[22900]: cluster 2024-02-10T07:33:32.278876+0000 mgr.a (mgr.14152) 76 : cluster 0 pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:36.143 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:36 smithi046 bash[22900]: audit 2024-02-10T07:33:33.095137+0000 mon.a (mon.0) 190 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-10T07:33:36.143 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:36 smithi046 bash[22900]: audit 2024-02-10T07:33:34.095119+0000 mon.a (mon.0) 191 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-10T07:33:36.143 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:36 smithi046 bash[22900]: cluster 2024-02-10T07:33:34.119820+0000 mon.a (mon.0) 192 : cluster 1 mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-02-10T07:33:36.143 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:36 smithi046 bash[22900]: cluster 2024-02-10T07:33:34.125580+0000 mon.a (mon.0) 193 : cluster 0 monmap e3: 3 mons at {a=[v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0],b=[v2:172.21.15.46:3300/0,v1:172.21.15.46:6789/0],c=[v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-02-10T07:33:36.143 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:36 smithi046 bash[22900]: cluster 2024-02-10T07:33:34.126630+0000 mon.a (mon.0) 194 : cluster 0 fsmap 2024-02-10T07:33:36.143 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:36 smithi046 bash[22900]: cluster 2024-02-10T07:33:34.126721+0000 mon.a (mon.0) 195 : cluster 0 osdmap e4: 0 total, 0 up, 0 in 2024-02-10T07:33:36.144 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:36 smithi046 bash[22900]: cluster 2024-02-10T07:33:34.127002+0000 mon.a (mon.0) 196 : cluster 0 mgrmap e13: a(active, since 105s) 2024-02-10T07:33:36.144 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:36 smithi046 bash[22900]: cluster 2024-02-10T07:33:34.127322+0000 mon.a (mon.0) 197 : cluster 3 Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-02-10T07:33:36.144 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:36 smithi046 bash[22900]: cluster 2024-02-10T07:33:34.146887+0000 mon.a (mon.0) 198 : cluster 3 Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-02-10T07:33:36.144 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:36 smithi046 bash[22900]: cluster 2024-02-10T07:33:34.146923+0000 mon.a (mon.0) 199 : cluster 3 [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-02-10T07:33:36.144 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:36 smithi046 bash[22900]: cluster 2024-02-10T07:33:34.146942+0000 mon.a (mon.0) 200 : cluster 3 mon.b (rank 2) addr [v2:172.21.15.46:3300/0,v1:172.21.15.46:6789/0] is down (out of quorum) 2024-02-10T07:33:36.144 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:36 smithi046 bash[22900]: audit 2024-02-10T07:33:34.151488+0000 mon.a (mon.0) 201 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:36.144 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:36 smithi046 bash[22900]: audit 2024-02-10T07:33:34.157086+0000 mon.a (mon.0) 202 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:36.144 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:36 smithi046 bash[22900]: audit 2024-02-10T07:33:34.162706+0000 mon.a (mon.0) 203 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:36.144 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:36 smithi046 bash[22900]: audit 2024-02-10T07:33:34.168348+0000 mon.a (mon.0) 204 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:36.144 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:36 smithi046 bash[22900]: audit 2024-02-10T07:33:34.169858+0000 mon.a (mon.0) 205 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:33:36.144 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:36 smithi046 bash[22900]: audit 2024-02-10T07:33:34.171772+0000 mon.a (mon.0) 206 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T07:33:36.144 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:36 smithi046 bash[22900]: cephadm 2024-02-10T07:33:34.174325+0000 mgr.a (mgr.14152) 77 : cephadm 1 Updating smithi029:/etc/ceph/ceph.conf 2024-02-10T07:33:36.144 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:36 smithi046 bash[22900]: cephadm 2024-02-10T07:33:34.175343+0000 mgr.a (mgr.14152) 78 : cephadm 1 Updating smithi046:/etc/ceph/ceph.conf 2024-02-10T07:33:36.199 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:35 smithi029 bash[21408]: cephadm 2024-02-10T07:33:34.174325+0000 mgr.a (mgr.14152) 77 : cephadm 1 Updating smithi029:/etc/ceph/ceph.conf 2024-02-10T07:33:36.199 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:35 smithi029 bash[21408]: cephadm 2024-02-10T07:33:34.175343+0000 mgr.a (mgr.14152) 78 : cephadm 1 Updating smithi046:/etc/ceph/ceph.conf 2024-02-10T07:33:36.200 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:35 smithi029 bash[21408]: cephadm 2024-02-10T07:33:34.175715+0000 mgr.a (mgr.14152) 79 : cephadm 1 Updating smithi047:/etc/ceph/ceph.conf 2024-02-10T07:33:36.200 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:35 smithi029 bash[21408]: cluster 2024-02-10T07:33:34.279222+0000 mgr.a (mgr.14152) 80 : cluster 0 pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:36.200 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:35 smithi029 bash[21408]: cephadm 2024-02-10T07:33:34.542355+0000 mgr.a (mgr.14152) 81 : cephadm 1 Updating smithi046:/var/lib/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/config/ceph.conf 2024-02-10T07:33:36.200 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:35 smithi029 bash[21408]: cephadm 2024-02-10T07:33:34.543404+0000 mgr.a (mgr.14152) 82 : cephadm 1 Updating smithi029:/var/lib/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/config/ceph.conf 2024-02-10T07:33:36.200 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:35 smithi029 bash[21408]: cephadm 2024-02-10T07:33:34.543845+0000 mgr.a (mgr.14152) 83 : cephadm 1 Updating smithi047:/var/lib/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/config/ceph.conf 2024-02-10T07:33:36.200 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:35 smithi029 bash[21408]: audit 2024-02-10T07:33:34.814692+0000 mon.a (mon.0) 207 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:36.200 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:35 smithi029 bash[21408]: audit 2024-02-10T07:33:34.820360+0000 mon.a (mon.0) 208 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:36.200 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:35 smithi029 bash[21408]: audit 2024-02-10T07:33:34.825907+0000 mon.a (mon.0) 209 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:36.200 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:35 smithi029 bash[21408]: audit 2024-02-10T07:33:34.832101+0000 mon.a (mon.0) 210 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:36.200 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:35 smithi029 bash[21408]: audit 2024-02-10T07:33:34.837660+0000 mon.a (mon.0) 211 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:36.200 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:35 smithi029 bash[21408]: audit 2024-02-10T07:33:34.843237+0000 mon.a (mon.0) 212 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:36.200 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:35 smithi029 bash[21408]: audit 2024-02-10T07:33:34.850447+0000 mon.a (mon.0) 213 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:36.201 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:35 smithi029 bash[21408]: audit 2024-02-10T07:33:34.956326+0000 mon.a (mon.0) 214 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:36.201 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:35 smithi029 bash[21408]: audit 2024-02-10T07:33:34.962024+0000 mon.a (mon.0) 215 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:36.201 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:35 smithi029 bash[21408]: audit 2024-02-10T07:33:34.968074+0000 mon.a (mon.0) 216 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:36.201 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:35 smithi029 bash[21408]: audit 2024-02-10T07:33:34.973600+0000 mon.a (mon.0) 217 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:36.201 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:35 smithi029 bash[21408]: audit 2024-02-10T07:33:34.974927+0000 mon.a (mon.0) 218 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-10T07:33:36.201 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:35 smithi029 bash[21408]: audit 2024-02-10T07:33:34.976520+0000 mon.a (mon.0) 219 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-10T07:33:36.201 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:35 smithi029 bash[21408]: audit 2024-02-10T07:33:34.978110+0000 mon.a (mon.0) 220 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:33:36.201 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:35 smithi029 bash[21408]: audit 2024-02-10T07:33:35.095467+0000 mon.a (mon.0) 221 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-10T07:33:36.230 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:35 smithi047 bash[23769]: cephadm 2024-02-10T07:33:34.174325+0000 mgr.a (mgr.14152) 77 : cephadm 1 Updating smithi029:/etc/ceph/ceph.conf 2024-02-10T07:33:36.230 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:35 smithi047 bash[23769]: cephadm 2024-02-10T07:33:34.175343+0000 mgr.a (mgr.14152) 78 : cephadm 1 Updating smithi046:/etc/ceph/ceph.conf 2024-02-10T07:33:36.230 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:35 smithi047 bash[23769]: cephadm 2024-02-10T07:33:34.175715+0000 mgr.a (mgr.14152) 79 : cephadm 1 Updating smithi047:/etc/ceph/ceph.conf 2024-02-10T07:33:36.230 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:35 smithi047 bash[23769]: cluster 2024-02-10T07:33:34.279222+0000 mgr.a (mgr.14152) 80 : cluster 0 pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:36.230 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:35 smithi047 bash[23769]: cephadm 2024-02-10T07:33:34.542355+0000 mgr.a (mgr.14152) 81 : cephadm 1 Updating smithi046:/var/lib/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/config/ceph.conf 2024-02-10T07:33:36.230 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:35 smithi047 bash[23769]: cephadm 2024-02-10T07:33:34.543404+0000 mgr.a (mgr.14152) 82 : cephadm 1 Updating smithi029:/var/lib/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/config/ceph.conf 2024-02-10T07:33:36.230 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:35 smithi047 bash[23769]: cephadm 2024-02-10T07:33:34.543845+0000 mgr.a (mgr.14152) 83 : cephadm 1 Updating smithi047:/var/lib/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/config/ceph.conf 2024-02-10T07:33:36.230 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:35 smithi047 bash[23769]: audit 2024-02-10T07:33:34.814692+0000 mon.a (mon.0) 207 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:36.230 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:35 smithi047 bash[23769]: audit 2024-02-10T07:33:34.820360+0000 mon.a (mon.0) 208 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:36.230 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:35 smithi047 bash[23769]: audit 2024-02-10T07:33:34.825907+0000 mon.a (mon.0) 209 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:36.230 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:35 smithi047 bash[23769]: audit 2024-02-10T07:33:34.832101+0000 mon.a (mon.0) 210 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:36.230 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:35 smithi047 bash[23769]: audit 2024-02-10T07:33:34.837660+0000 mon.a (mon.0) 211 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:36.230 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:35 smithi047 bash[23769]: audit 2024-02-10T07:33:34.843237+0000 mon.a (mon.0) 212 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:36.231 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:35 smithi047 bash[23769]: audit 2024-02-10T07:33:34.850447+0000 mon.a (mon.0) 213 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:36.231 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:35 smithi047 bash[23769]: audit 2024-02-10T07:33:34.956326+0000 mon.a (mon.0) 214 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:36.231 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:35 smithi047 bash[23769]: audit 2024-02-10T07:33:34.962024+0000 mon.a (mon.0) 215 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:36.231 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:35 smithi047 bash[23769]: audit 2024-02-10T07:33:34.968074+0000 mon.a (mon.0) 216 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:36.231 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:35 smithi047 bash[23769]: audit 2024-02-10T07:33:34.973600+0000 mon.a (mon.0) 217 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:36.231 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:35 smithi047 bash[23769]: audit 2024-02-10T07:33:34.974927+0000 mon.a (mon.0) 218 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-10T07:33:36.231 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:35 smithi047 bash[23769]: audit 2024-02-10T07:33:34.976520+0000 mon.a (mon.0) 219 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-10T07:33:36.231 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:35 smithi047 bash[23769]: audit 2024-02-10T07:33:34.978110+0000 mon.a (mon.0) 220 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:33:36.231 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:35 smithi047 bash[23769]: audit 2024-02-10T07:33:35.095467+0000 mon.a (mon.0) 221 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-10T07:33:36.577 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:36 smithi046 bash[22900]: cephadm 2024-02-10T07:33:34.175715+0000 mgr.a (mgr.14152) 79 : cephadm 1 Updating smithi047:/etc/ceph/ceph.conf 2024-02-10T07:33:36.577 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:36 smithi046 bash[22900]: cluster 2024-02-10T07:33:34.279222+0000 mgr.a (mgr.14152) 80 : cluster 0 pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:36.577 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:36 smithi046 bash[22900]: cephadm 2024-02-10T07:33:34.542355+0000 mgr.a (mgr.14152) 81 : cephadm 1 Updating smithi046:/var/lib/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/config/ceph.conf 2024-02-10T07:33:36.577 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:36 smithi046 bash[22900]: cephadm 2024-02-10T07:33:34.543404+0000 mgr.a (mgr.14152) 82 : cephadm 1 Updating smithi029:/var/lib/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/config/ceph.conf 2024-02-10T07:33:36.577 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:36 smithi046 bash[22900]: cephadm 2024-02-10T07:33:34.543845+0000 mgr.a (mgr.14152) 83 : cephadm 1 Updating smithi047:/var/lib/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/config/ceph.conf 2024-02-10T07:33:36.577 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:36 smithi046 bash[22900]: audit 2024-02-10T07:33:34.814692+0000 mon.a (mon.0) 207 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:36.577 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:36 smithi046 bash[22900]: audit 2024-02-10T07:33:34.820360+0000 mon.a (mon.0) 208 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:36.577 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:36 smithi046 bash[22900]: audit 2024-02-10T07:33:34.825907+0000 mon.a (mon.0) 209 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:36.577 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:36 smithi046 bash[22900]: audit 2024-02-10T07:33:34.832101+0000 mon.a (mon.0) 210 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:36.577 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:36 smithi046 bash[22900]: audit 2024-02-10T07:33:34.837660+0000 mon.a (mon.0) 211 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:36.578 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:36 smithi046 bash[22900]: audit 2024-02-10T07:33:34.843237+0000 mon.a (mon.0) 212 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:36.578 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:36 smithi046 bash[22900]: audit 2024-02-10T07:33:34.850447+0000 mon.a (mon.0) 213 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:36.578 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:36 smithi046 bash[22900]: audit 2024-02-10T07:33:34.956326+0000 mon.a (mon.0) 214 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:36.578 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:36 smithi046 bash[22900]: audit 2024-02-10T07:33:34.962024+0000 mon.a (mon.0) 215 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:36.578 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:36 smithi046 bash[22900]: audit 2024-02-10T07:33:34.968074+0000 mon.a (mon.0) 216 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:36.578 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:36 smithi046 bash[22900]: audit 2024-02-10T07:33:34.973600+0000 mon.a (mon.0) 217 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:36.578 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:36 smithi046 bash[22900]: audit 2024-02-10T07:33:34.974927+0000 mon.a (mon.0) 218 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-10T07:33:36.578 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:36 smithi046 bash[22900]: audit 2024-02-10T07:33:34.976520+0000 mon.a (mon.0) 219 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-10T07:33:36.578 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:36 smithi046 bash[22900]: audit 2024-02-10T07:33:34.978110+0000 mon.a (mon.0) 220 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:33:36.578 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:36 smithi046 bash[22900]: audit 2024-02-10T07:33:35.095467+0000 mon.a (mon.0) 221 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-10T07:33:36.728 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-02-10T07:33:36.728 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 039acd78-c7e6-11ee-95b8-87774f69a715 -- ceph config generate-minimal-conf 2024-02-10T07:33:36.996 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:36 smithi047 bash[23769]: cluster 2024-02-10T07:33:31.107117+0000 mon.b (mon.2) 1 : cluster 1 mon.b calling monitor election 2024-02-10T07:33:36.996 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:36 smithi047 bash[23769]: cluster 2024-02-10T07:33:36.144684+0000 mon.b (mon.2) 2 : cluster 1 mon.b calling monitor election 2024-02-10T07:33:36.996 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:36 smithi047 bash[23769]: cluster 2024-02-10T07:33:36.145802+0000 mon.a (mon.0) 224 : cluster 1 mon.a calling monitor election 2024-02-10T07:33:36.996 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:36 smithi047 bash[23769]: cluster 2024-02-10T07:33:36.146406+0000 mon.c (mon.1) 3 : cluster 1 mon.c calling monitor election 2024-02-10T07:33:36.996 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:36 smithi047 bash[23769]: cluster 2024-02-10T07:33:36.168119+0000 mon.a (mon.0) 225 : cluster 1 mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-02-10T07:33:36.996 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:36 smithi047 bash[23769]: cluster 2024-02-10T07:33:36.174412+0000 mon.a (mon.0) 226 : cluster 0 monmap e3: 3 mons at {a=[v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0],b=[v2:172.21.15.46:3300/0,v1:172.21.15.46:6789/0],c=[v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-02-10T07:33:36.997 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:36 smithi047 bash[23769]: cluster 2024-02-10T07:33:36.175473+0000 mon.a (mon.0) 227 : cluster 0 fsmap 2024-02-10T07:33:36.997 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:36 smithi047 bash[23769]: cluster 2024-02-10T07:33:36.175529+0000 mon.a (mon.0) 228 : cluster 0 osdmap e4: 0 total, 0 up, 0 in 2024-02-10T07:33:36.997 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:36 smithi047 bash[23769]: cluster 2024-02-10T07:33:36.175810+0000 mon.a (mon.0) 229 : cluster 0 mgrmap e13: a(active, since 107s) 2024-02-10T07:33:36.997 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:36 smithi047 bash[23769]: cluster 2024-02-10T07:33:36.176101+0000 mon.a (mon.0) 230 : cluster 1 Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-02-10T07:33:36.997 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:36 smithi047 bash[23769]: cluster 2024-02-10T07:33:36.176151+0000 mon.a (mon.0) 231 : cluster 1 Cluster is now healthy 2024-02-10T07:33:36.997 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:36 smithi047 bash[23769]: cluster 2024-02-10T07:33:36.181979+0000 mon.a (mon.0) 232 : cluster 1 overall HEALTH_OK 2024-02-10T07:33:37.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:36 smithi029 bash[21408]: cluster 2024-02-10T07:33:31.107117+0000 mon.b (mon.2) 1 : cluster 1 mon.b calling monitor election 2024-02-10T07:33:37.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:36 smithi029 bash[21408]: cluster 2024-02-10T07:33:36.144684+0000 mon.b (mon.2) 2 : cluster 1 mon.b calling monitor election 2024-02-10T07:33:37.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:36 smithi029 bash[21408]: cluster 2024-02-10T07:33:36.145802+0000 mon.a (mon.0) 224 : cluster 1 mon.a calling monitor election 2024-02-10T07:33:37.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:36 smithi029 bash[21408]: cluster 2024-02-10T07:33:36.146406+0000 mon.c (mon.1) 3 : cluster 1 mon.c calling monitor election 2024-02-10T07:33:37.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:36 smithi029 bash[21408]: cluster 2024-02-10T07:33:36.168119+0000 mon.a (mon.0) 225 : cluster 1 mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-02-10T07:33:37.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:36 smithi029 bash[21408]: cluster 2024-02-10T07:33:36.174412+0000 mon.a (mon.0) 226 : cluster 0 monmap e3: 3 mons at {a=[v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0],b=[v2:172.21.15.46:3300/0,v1:172.21.15.46:6789/0],c=[v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-02-10T07:33:37.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:36 smithi029 bash[21408]: cluster 2024-02-10T07:33:36.175473+0000 mon.a (mon.0) 227 : cluster 0 fsmap 2024-02-10T07:33:37.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:36 smithi029 bash[21408]: cluster 2024-02-10T07:33:36.175529+0000 mon.a (mon.0) 228 : cluster 0 osdmap e4: 0 total, 0 up, 0 in 2024-02-10T07:33:37.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:36 smithi029 bash[21408]: cluster 2024-02-10T07:33:36.175810+0000 mon.a (mon.0) 229 : cluster 0 mgrmap e13: a(active, since 107s) 2024-02-10T07:33:37.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:36 smithi029 bash[21408]: cluster 2024-02-10T07:33:36.176101+0000 mon.a (mon.0) 230 : cluster 1 Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-02-10T07:33:37.231 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:36 smithi029 bash[21408]: cluster 2024-02-10T07:33:36.176151+0000 mon.a (mon.0) 231 : cluster 1 Cluster is now healthy 2024-02-10T07:33:37.231 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:36 smithi029 bash[21408]: cluster 2024-02-10T07:33:36.181979+0000 mon.a (mon.0) 232 : cluster 1 overall HEALTH_OK 2024-02-10T07:33:37.327 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:36 smithi046 bash[22900]: cluster 2024-02-10T07:33:31.107117+0000 mon.b (mon.2) 1 : cluster 1 mon.b calling monitor election 2024-02-10T07:33:37.327 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:36 smithi046 bash[22900]: cluster 2024-02-10T07:33:36.144684+0000 mon.b (mon.2) 2 : cluster 1 mon.b calling monitor election 2024-02-10T07:33:37.327 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:36 smithi046 bash[22900]: cluster 2024-02-10T07:33:36.145802+0000 mon.a (mon.0) 224 : cluster 1 mon.a calling monitor election 2024-02-10T07:33:37.327 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:36 smithi046 bash[22900]: cluster 2024-02-10T07:33:36.146406+0000 mon.c (mon.1) 3 : cluster 1 mon.c calling monitor election 2024-02-10T07:33:37.327 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:36 smithi046 bash[22900]: cluster 2024-02-10T07:33:36.168119+0000 mon.a (mon.0) 225 : cluster 1 mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-02-10T07:33:37.327 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:36 smithi046 bash[22900]: cluster 2024-02-10T07:33:36.174412+0000 mon.a (mon.0) 226 : cluster 0 monmap e3: 3 mons at {a=[v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0],b=[v2:172.21.15.46:3300/0,v1:172.21.15.46:6789/0],c=[v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-02-10T07:33:37.327 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:36 smithi046 bash[22900]: cluster 2024-02-10T07:33:36.175473+0000 mon.a (mon.0) 227 : cluster 0 fsmap 2024-02-10T07:33:37.327 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:36 smithi046 bash[22900]: cluster 2024-02-10T07:33:36.175529+0000 mon.a (mon.0) 228 : cluster 0 osdmap e4: 0 total, 0 up, 0 in 2024-02-10T07:33:37.327 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:36 smithi046 bash[22900]: cluster 2024-02-10T07:33:36.175810+0000 mon.a (mon.0) 229 : cluster 0 mgrmap e13: a(active, since 107s) 2024-02-10T07:33:37.327 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:36 smithi046 bash[22900]: cluster 2024-02-10T07:33:36.176101+0000 mon.a (mon.0) 230 : cluster 1 Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-02-10T07:33:37.327 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:36 smithi046 bash[22900]: cluster 2024-02-10T07:33:36.176151+0000 mon.a (mon.0) 231 : cluster 1 Cluster is now healthy 2024-02-10T07:33:37.327 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:36 smithi046 bash[22900]: cluster 2024-02-10T07:33:36.181979+0000 mon.a (mon.0) 232 : cluster 1 overall HEALTH_OK 2024-02-10T07:33:38.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:37 smithi029 bash[21408]: cluster 2024-02-10T07:33:36.279520+0000 mgr.a (mgr.14152) 86 : cluster 0 pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:38.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:37 smithi029 bash[21408]: audit 2024-02-10T07:33:37.004829+0000 mon.a (mon.0) 233 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:38.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:37 smithi029 bash[21408]: audit 2024-02-10T07:33:37.012225+0000 mon.a (mon.0) 234 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:38.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:37 smithi029 bash[21408]: audit 2024-02-10T07:33:37.051078+0000 mon.a (mon.0) 235 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-10T07:33:38.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:37 smithi029 bash[21408]: audit 2024-02-10T07:33:37.052581+0000 mon.a (mon.0) 236 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-10T07:33:38.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:37 smithi029 bash[21408]: audit 2024-02-10T07:33:37.054299+0000 mon.a (mon.0) 237 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:33:38.231 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:37 smithi029 bash[21408]: audit 2024-02-10T07:33:37.095769+0000 mon.a (mon.0) 238 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-10T07:33:38.246 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:37 smithi047 bash[23769]: cluster 2024-02-10T07:33:36.279520+0000 mgr.a (mgr.14152) 86 : cluster 0 pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:38.246 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:37 smithi047 bash[23769]: audit 2024-02-10T07:33:37.004829+0000 mon.a (mon.0) 233 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:38.246 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:37 smithi047 bash[23769]: audit 2024-02-10T07:33:37.012225+0000 mon.a (mon.0) 234 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:38.246 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:37 smithi047 bash[23769]: audit 2024-02-10T07:33:37.051078+0000 mon.a (mon.0) 235 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-10T07:33:38.246 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:37 smithi047 bash[23769]: audit 2024-02-10T07:33:37.052581+0000 mon.a (mon.0) 236 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-10T07:33:38.246 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:37 smithi047 bash[23769]: audit 2024-02-10T07:33:37.054299+0000 mon.a (mon.0) 237 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:33:38.246 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:37 smithi047 bash[23769]: audit 2024-02-10T07:33:37.095769+0000 mon.a (mon.0) 238 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-10T07:33:38.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:37 smithi046 bash[22900]: cluster 2024-02-10T07:33:36.279520+0000 mgr.a (mgr.14152) 86 : cluster 0 pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:38.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:37 smithi046 bash[22900]: audit 2024-02-10T07:33:37.004829+0000 mon.a (mon.0) 233 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:38.327 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:37 smithi046 bash[22900]: audit 2024-02-10T07:33:37.012225+0000 mon.a (mon.0) 234 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:38.327 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:37 smithi046 bash[22900]: audit 2024-02-10T07:33:37.051078+0000 mon.a (mon.0) 235 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-10T07:33:38.327 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:37 smithi046 bash[22900]: audit 2024-02-10T07:33:37.052581+0000 mon.a (mon.0) 236 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-10T07:33:38.327 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:37 smithi046 bash[22900]: audit 2024-02-10T07:33:37.054299+0000 mon.a (mon.0) 237 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:33:38.327 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:37 smithi046 bash[22900]: audit 2024-02-10T07:33:37.095769+0000 mon.a (mon.0) 238 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-10T07:33:39.076 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:38 smithi046 bash[22900]: cephadm 2024-02-10T07:33:37.050442+0000 mgr.a (mgr.14152) 87 : cephadm 1 Reconfiguring mon.b (monmap changed)... 2024-02-10T07:33:39.076 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:38 smithi046 bash[22900]: cephadm 2024-02-10T07:33:37.056317+0000 mgr.a (mgr.14152) 88 : cephadm 1 Reconfiguring daemon mon.b on smithi046 2024-02-10T07:33:39.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:38 smithi029 bash[21408]: cephadm 2024-02-10T07:33:37.050442+0000 mgr.a (mgr.14152) 87 : cephadm 1 Reconfiguring mon.b (monmap changed)... 2024-02-10T07:33:39.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:38 smithi029 bash[21408]: cephadm 2024-02-10T07:33:37.056317+0000 mgr.a (mgr.14152) 88 : cephadm 1 Reconfiguring daemon mon.b on smithi046 2024-02-10T07:33:39.245 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:38 smithi047 bash[23769]: cephadm 2024-02-10T07:33:37.050442+0000 mgr.a (mgr.14152) 87 : cephadm 1 Reconfiguring mon.b (monmap changed)... 2024-02-10T07:33:39.246 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:38 smithi047 bash[23769]: cephadm 2024-02-10T07:33:37.056317+0000 mgr.a (mgr.14152) 88 : cephadm 1 Reconfiguring daemon mon.b on smithi046 2024-02-10T07:33:40.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:39 smithi029 bash[21408]: cluster 2024-02-10T07:33:38.279924+0000 mgr.a (mgr.14152) 89 : cluster 0 pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:40.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:39 smithi029 bash[21408]: audit 2024-02-10T07:33:39.124516+0000 mon.a (mon.0) 239 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:40.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:39 smithi029 bash[21408]: audit 2024-02-10T07:33:39.131356+0000 mon.a (mon.0) 240 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:40.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:39 smithi029 bash[21408]: audit 2024-02-10T07:33:39.177471+0000 mon.a (mon.0) 241 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-10T07:33:40.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:39 smithi029 bash[21408]: audit 2024-02-10T07:33:39.179266+0000 mon.a (mon.0) 242 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-10T07:33:40.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:39 smithi029 bash[21408]: audit 2024-02-10T07:33:39.181088+0000 mon.a (mon.0) 243 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:33:40.246 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:39 smithi047 bash[23769]: cluster 2024-02-10T07:33:38.279924+0000 mgr.a (mgr.14152) 89 : cluster 0 pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:40.246 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:39 smithi047 bash[23769]: audit 2024-02-10T07:33:39.124516+0000 mon.a (mon.0) 239 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:40.246 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:39 smithi047 bash[23769]: audit 2024-02-10T07:33:39.131356+0000 mon.a (mon.0) 240 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:40.246 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:39 smithi047 bash[23769]: audit 2024-02-10T07:33:39.177471+0000 mon.a (mon.0) 241 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-10T07:33:40.246 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:39 smithi047 bash[23769]: audit 2024-02-10T07:33:39.179266+0000 mon.a (mon.0) 242 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-10T07:33:40.246 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:39 smithi047 bash[23769]: audit 2024-02-10T07:33:39.181088+0000 mon.a (mon.0) 243 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:33:40.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:39 smithi046 bash[22900]: cluster 2024-02-10T07:33:38.279924+0000 mgr.a (mgr.14152) 89 : cluster 0 pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:40.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:39 smithi046 bash[22900]: audit 2024-02-10T07:33:39.124516+0000 mon.a (mon.0) 239 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:40.327 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:39 smithi046 bash[22900]: audit 2024-02-10T07:33:39.131356+0000 mon.a (mon.0) 240 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:40.327 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:39 smithi046 bash[22900]: audit 2024-02-10T07:33:39.177471+0000 mon.a (mon.0) 241 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-10T07:33:40.327 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:39 smithi046 bash[22900]: audit 2024-02-10T07:33:39.179266+0000 mon.a (mon.0) 242 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-10T07:33:40.327 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:39 smithi046 bash[22900]: audit 2024-02-10T07:33:39.181088+0000 mon.a (mon.0) 243 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:33:41.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:40 smithi029 bash[21408]: cephadm 2024-02-10T07:33:39.176829+0000 mgr.a (mgr.14152) 90 : cephadm 1 Reconfiguring mon.c (monmap changed)... 2024-02-10T07:33:41.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:40 smithi029 bash[21408]: cephadm 2024-02-10T07:33:39.183315+0000 mgr.a (mgr.14152) 91 : cephadm 1 Reconfiguring daemon mon.c on smithi047 2024-02-10T07:33:41.246 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:40 smithi047 bash[23769]: cephadm 2024-02-10T07:33:39.176829+0000 mgr.a (mgr.14152) 90 : cephadm 1 Reconfiguring mon.c (monmap changed)... 2024-02-10T07:33:41.246 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:40 smithi047 bash[23769]: cephadm 2024-02-10T07:33:39.183315+0000 mgr.a (mgr.14152) 91 : cephadm 1 Reconfiguring daemon mon.c on smithi047 2024-02-10T07:33:41.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:40 smithi046 bash[22900]: cephadm 2024-02-10T07:33:39.176829+0000 mgr.a (mgr.14152) 90 : cephadm 1 Reconfiguring mon.c (monmap changed)... 2024-02-10T07:33:41.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:40 smithi046 bash[22900]: cephadm 2024-02-10T07:33:39.183315+0000 mgr.a (mgr.14152) 91 : cephadm 1 Reconfiguring daemon mon.c on smithi047 2024-02-10T07:33:41.444 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/mon.a/config 2024-02-10T07:33:42.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:41 smithi029 bash[21408]: cluster 2024-02-10T07:33:40.280327+0000 mgr.a (mgr.14152) 92 : cluster 0 pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:42.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:41 smithi029 bash[21408]: audit 2024-02-10T07:33:41.206958+0000 mon.a (mon.0) 244 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:42.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:41 smithi029 bash[21408]: audit 2024-02-10T07:33:41.214240+0000 mon.a (mon.0) 245 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:42.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:41 smithi029 bash[21408]: audit 2024-02-10T07:33:41.254610+0000 mon.a (mon.0) 246 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:33:42.246 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:41 smithi047 bash[23769]: cluster 2024-02-10T07:33:40.280327+0000 mgr.a (mgr.14152) 92 : cluster 0 pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:42.246 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:41 smithi047 bash[23769]: audit 2024-02-10T07:33:41.206958+0000 mon.a (mon.0) 244 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:42.246 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:41 smithi047 bash[23769]: audit 2024-02-10T07:33:41.214240+0000 mon.a (mon.0) 245 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:42.246 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:41 smithi047 bash[23769]: audit 2024-02-10T07:33:41.254610+0000 mon.a (mon.0) 246 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:33:42.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:41 smithi046 bash[22900]: cluster 2024-02-10T07:33:40.280327+0000 mgr.a (mgr.14152) 92 : cluster 0 pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:42.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:41 smithi046 bash[22900]: audit 2024-02-10T07:33:41.206958+0000 mon.a (mon.0) 244 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:42.327 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:41 smithi046 bash[22900]: audit 2024-02-10T07:33:41.214240+0000 mon.a (mon.0) 245 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:42.327 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:41 smithi046 bash[22900]: audit 2024-02-10T07:33:41.254610+0000 mon.a (mon.0) 246 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:33:43.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:42 smithi029 bash[21408]: audit 2024-02-10T07:33:41.987942+0000 mon.a (mon.0) 247 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:33:43.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:42 smithi029 bash[21408]: audit 2024-02-10T07:33:41.989753+0000 mon.a (mon.0) 248 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T07:33:43.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:42 smithi029 bash[21408]: audit 2024-02-10T07:33:41.999225+0000 mon.a (mon.0) 249 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:43.246 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:42 smithi047 bash[23769]: audit 2024-02-10T07:33:41.987942+0000 mon.a (mon.0) 247 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:33:43.246 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:42 smithi047 bash[23769]: audit 2024-02-10T07:33:41.989753+0000 mon.a (mon.0) 248 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T07:33:43.246 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:42 smithi047 bash[23769]: audit 2024-02-10T07:33:41.999225+0000 mon.a (mon.0) 249 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:43.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:42 smithi046 bash[22900]: audit 2024-02-10T07:33:41.987942+0000 mon.a (mon.0) 247 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:33:43.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:42 smithi046 bash[22900]: audit 2024-02-10T07:33:41.989753+0000 mon.a (mon.0) 248 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T07:33:43.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:42 smithi046 bash[22900]: audit 2024-02-10T07:33:41.999225+0000 mon.a (mon.0) 249 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:44.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:43 smithi029 bash[21408]: cluster 2024-02-10T07:33:42.280645+0000 mgr.a (mgr.14152) 93 : cluster 0 pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:44.249 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:43 smithi047 bash[23769]: cluster 2024-02-10T07:33:42.280645+0000 mgr.a (mgr.14152) 93 : cluster 0 pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:44.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:43 smithi046 bash[22900]: cluster 2024-02-10T07:33:42.280645+0000 mgr.a (mgr.14152) 93 : cluster 0 pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:44.330 INFO:teuthology.orchestra.run.smithi029.stdout:# minimal ceph.conf for 039acd78-c7e6-11ee-95b8-87774f69a715 2024-02-10T07:33:44.330 INFO:teuthology.orchestra.run.smithi029.stdout:[global] 2024-02-10T07:33:44.330 INFO:teuthology.orchestra.run.smithi029.stdout: fsid = 039acd78-c7e6-11ee-95b8-87774f69a715 2024-02-10T07:33:44.330 INFO:teuthology.orchestra.run.smithi029.stdout: mon_host = [v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0] [v2:172.21.15.46:3300/0,v1:172.21.15.46:6789/0] [v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0] 2024-02-10T07:33:45.008 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-02-10T07:33:45.008 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2024-02-10T07:33:45.008 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd of=/etc/ceph/ceph.conf 2024-02-10T07:33:45.023 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2024-02-10T07:33:45.023 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-10T07:33:45.078 DEBUG:teuthology.orchestra.run.smithi046:> set -ex 2024-02-10T07:33:45.078 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd of=/etc/ceph/ceph.conf 2024-02-10T07:33:45.094 DEBUG:teuthology.orchestra.run.smithi046:> set -ex 2024-02-10T07:33:45.094 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-10T07:33:45.152 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2024-02-10T07:33:45.152 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd of=/etc/ceph/ceph.conf 2024-02-10T07:33:45.166 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2024-02-10T07:33:45.166 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-10T07:33:45.195 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:44 smithi047 bash[23769]: audit 2024-02-10T07:33:44.330593+0000 mon.a (mon.0) 250 : audit 0 from='client.? 172.21.15.29:0/2245231670' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:33:45.207 INFO:tasks.cephadm:Adding mgr.a on smithi029 2024-02-10T07:33:45.207 INFO:tasks.cephadm:Adding mgr.b on smithi046 2024-02-10T07:33:45.208 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 039acd78-c7e6-11ee-95b8-87774f69a715 -- ceph orch apply mgr '2;smithi029=a;smithi046=b' 2024-02-10T07:33:45.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:44 smithi029 bash[21408]: audit 2024-02-10T07:33:44.330593+0000 mon.a (mon.0) 250 : audit 0 from='client.? 172.21.15.29:0/2245231670' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:33:45.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:44 smithi046 bash[22900]: audit 2024-02-10T07:33:44.330593+0000 mon.a (mon.0) 250 : audit 0 from='client.? 172.21.15.29:0/2245231670' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:33:46.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:45 smithi029 bash[21408]: cluster 2024-02-10T07:33:44.280961+0000 mgr.a (mgr.14152) 94 : cluster 0 pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:46.245 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:45 smithi047 bash[23769]: cluster 2024-02-10T07:33:44.280961+0000 mgr.a (mgr.14152) 94 : cluster 0 pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:46.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:45 smithi046 bash[22900]: cluster 2024-02-10T07:33:44.280961+0000 mgr.a (mgr.14152) 94 : cluster 0 pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:48.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:47 smithi029 bash[21408]: cluster 2024-02-10T07:33:46.281286+0000 mgr.a (mgr.14152) 95 : cluster 0 pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:48.246 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:47 smithi047 bash[23769]: cluster 2024-02-10T07:33:46.281286+0000 mgr.a (mgr.14152) 95 : cluster 0 pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:48.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:47 smithi046 bash[22900]: cluster 2024-02-10T07:33:46.281286+0000 mgr.a (mgr.14152) 95 : cluster 0 pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:48.958 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/mon.c/config 2024-02-10T07:33:50.060 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:49 smithi047 bash[23769]: cluster 2024-02-10T07:33:48.281617+0000 mgr.a (mgr.14152) 96 : cluster 0 pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:50.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:49 smithi029 bash[21408]: cluster 2024-02-10T07:33:48.281617+0000 mgr.a (mgr.14152) 96 : cluster 0 pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:50.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:49 smithi046 bash[22900]: cluster 2024-02-10T07:33:48.281617+0000 mgr.a (mgr.14152) 96 : cluster 0 pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:51.606 INFO:teuthology.orchestra.run.smithi047.stdout:Scheduled mgr update... 2024-02-10T07:33:52.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:51 smithi029 bash[21408]: cluster 2024-02-10T07:33:50.281969+0000 mgr.a (mgr.14152) 97 : cluster 0 pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:52.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:51 smithi029 bash[21408]: audit 2024-02-10T07:33:51.605619+0000 mon.a (mon.0) 251 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:52.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:51 smithi029 bash[21408]: audit 2024-02-10T07:33:51.641038+0000 mon.a (mon.0) 252 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:33:52.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:51 smithi029 bash[21408]: audit 2024-02-10T07:33:51.644786+0000 mon.a (mon.0) 253 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:33:52.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:51 smithi029 bash[21408]: audit 2024-02-10T07:33:51.646616+0000 mon.a (mon.0) 254 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T07:33:52.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:51 smithi029 bash[21408]: audit 2024-02-10T07:33:51.655581+0000 mon.a (mon.0) 255 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:52.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:51 smithi029 bash[21408]: audit 2024-02-10T07:33:51.658699+0000 mon.a (mon.0) 256 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-10T07:33:52.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:51 smithi029 bash[21408]: audit 2024-02-10T07:33:51.661458+0000 mon.a (mon.0) 257 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-02-10T07:33:52.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:51 smithi029 bash[21408]: audit 2024-02-10T07:33:51.665984+0000 mon.a (mon.0) 258 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-10T07:33:52.231 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:51 smithi029 bash[21408]: audit 2024-02-10T07:33:51.667780+0000 mon.a (mon.0) 259 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:33:52.247 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:51 smithi047 bash[23769]: cluster 2024-02-10T07:33:50.281969+0000 mgr.a (mgr.14152) 97 : cluster 0 pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:52.247 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:51 smithi047 bash[23769]: audit 2024-02-10T07:33:51.605619+0000 mon.a (mon.0) 251 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:52.248 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:51 smithi047 bash[23769]: audit 2024-02-10T07:33:51.641038+0000 mon.a (mon.0) 252 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:33:52.248 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:51 smithi047 bash[23769]: audit 2024-02-10T07:33:51.644786+0000 mon.a (mon.0) 253 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:33:52.248 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:51 smithi047 bash[23769]: audit 2024-02-10T07:33:51.646616+0000 mon.a (mon.0) 254 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T07:33:52.248 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:51 smithi047 bash[23769]: audit 2024-02-10T07:33:51.655581+0000 mon.a (mon.0) 255 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:52.248 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:51 smithi047 bash[23769]: audit 2024-02-10T07:33:51.658699+0000 mon.a (mon.0) 256 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-10T07:33:52.248 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:51 smithi047 bash[23769]: audit 2024-02-10T07:33:51.661458+0000 mon.a (mon.0) 257 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-02-10T07:33:52.248 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:51 smithi047 bash[23769]: audit 2024-02-10T07:33:51.665984+0000 mon.a (mon.0) 258 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-10T07:33:52.248 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:51 smithi047 bash[23769]: audit 2024-02-10T07:33:51.667780+0000 mon.a (mon.0) 259 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:33:52.260 DEBUG:teuthology.orchestra.run.smithi046:mgr.b> sudo journalctl -f -n 0 -u ceph-039acd78-c7e6-11ee-95b8-87774f69a715@mgr.b.service 2024-02-10T07:33:52.263 INFO:tasks.cephadm:Deploying OSDs... 2024-02-10T07:33:52.263 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2024-02-10T07:33:52.263 DEBUG:teuthology.orchestra.run.smithi029:> dd if=/scratch_devs of=/dev/stdout 2024-02-10T07:33:52.270 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-02-10T07:33:52.270 DEBUG:teuthology.orchestra.run.smithi029:> stat /dev/vg_nvme/lv_1 2024-02-10T07:33:52.272 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:51 smithi046 bash[22900]: cluster 2024-02-10T07:33:50.281969+0000 mgr.a (mgr.14152) 97 : cluster 0 pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:52.272 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:51 smithi046 bash[22900]: audit 2024-02-10T07:33:51.605619+0000 mon.a (mon.0) 251 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:52.272 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:51 smithi046 bash[22900]: audit 2024-02-10T07:33:51.641038+0000 mon.a (mon.0) 252 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:33:52.272 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:51 smithi046 bash[22900]: audit 2024-02-10T07:33:51.644786+0000 mon.a (mon.0) 253 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:33:52.272 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:51 smithi046 bash[22900]: audit 2024-02-10T07:33:51.646616+0000 mon.a (mon.0) 254 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T07:33:52.272 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:51 smithi046 bash[22900]: audit 2024-02-10T07:33:51.655581+0000 mon.a (mon.0) 255 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:52.272 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:51 smithi046 bash[22900]: audit 2024-02-10T07:33:51.658699+0000 mon.a (mon.0) 256 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-10T07:33:52.273 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:51 smithi046 bash[22900]: audit 2024-02-10T07:33:51.661458+0000 mon.a (mon.0) 257 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-02-10T07:33:52.273 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:51 smithi046 bash[22900]: audit 2024-02-10T07:33:51.665984+0000 mon.a (mon.0) 258 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-10T07:33:52.273 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:51 smithi046 bash[22900]: audit 2024-02-10T07:33:51.667780+0000 mon.a (mon.0) 259 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:33:52.318 INFO:teuthology.orchestra.run.smithi029.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-02-10T07:33:52.319 INFO:teuthology.orchestra.run.smithi029.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-10T07:33:52.319 INFO:teuthology.orchestra.run.smithi029.stdout:Device: 5h/5d Inode: 879 Links: 1 2024-02-10T07:33:52.319 INFO:teuthology.orchestra.run.smithi029.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-10T07:33:52.319 INFO:teuthology.orchestra.run.smithi029.stdout:Access: 2024-02-10 07:23:04.716916371 +0000 2024-02-10T07:33:52.319 INFO:teuthology.orchestra.run.smithi029.stdout:Modify: 2024-02-10 07:23:04.464918622 +0000 2024-02-10T07:33:52.319 INFO:teuthology.orchestra.run.smithi029.stdout:Change: 2024-02-10 07:23:04.464918622 +0000 2024-02-10T07:33:52.319 INFO:teuthology.orchestra.run.smithi029.stdout: Birth: - 2024-02-10T07:33:52.319 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-02-10T07:33:52.373 INFO:teuthology.orchestra.run.smithi029.stderr:1+0 records in 2024-02-10T07:33:52.373 INFO:teuthology.orchestra.run.smithi029.stderr:1+0 records out 2024-02-10T07:33:52.373 INFO:teuthology.orchestra.run.smithi029.stderr:512 bytes copied, 0.000319104 s, 1.6 MB/s 2024-02-10T07:33:52.374 DEBUG:teuthology.orchestra.run.smithi029:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-02-10T07:33:52.429 DEBUG:teuthology.orchestra.run.smithi029:> stat /dev/vg_nvme/lv_2 2024-02-10T07:33:52.478 INFO:teuthology.orchestra.run.smithi029.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-02-10T07:33:52.478 INFO:teuthology.orchestra.run.smithi029.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-10T07:33:52.478 INFO:teuthology.orchestra.run.smithi029.stdout:Device: 5h/5d Inode: 896 Links: 1 2024-02-10T07:33:52.478 INFO:teuthology.orchestra.run.smithi029.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-10T07:33:52.478 INFO:teuthology.orchestra.run.smithi029.stdout:Access: 2024-02-10 07:23:05.188912154 +0000 2024-02-10T07:33:52.478 INFO:teuthology.orchestra.run.smithi029.stdout:Modify: 2024-02-10 07:23:04.940914370 +0000 2024-02-10T07:33:52.479 INFO:teuthology.orchestra.run.smithi029.stdout:Change: 2024-02-10 07:23:04.940914370 +0000 2024-02-10T07:33:52.479 INFO:teuthology.orchestra.run.smithi029.stdout: Birth: - 2024-02-10T07:33:52.479 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-02-10T07:33:52.537 INFO:teuthology.orchestra.run.smithi029.stderr:1+0 records in 2024-02-10T07:33:52.537 INFO:teuthology.orchestra.run.smithi029.stderr:1+0 records out 2024-02-10T07:33:52.537 INFO:teuthology.orchestra.run.smithi029.stderr:512 bytes copied, 0.000207649 s, 2.5 MB/s 2024-02-10T07:33:52.538 DEBUG:teuthology.orchestra.run.smithi029:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-02-10T07:33:52.588 DEBUG:teuthology.orchestra.run.smithi029:> stat /dev/vg_nvme/lv_3 2024-02-10T07:33:52.634 INFO:teuthology.orchestra.run.smithi029.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-02-10T07:33:52.634 INFO:teuthology.orchestra.run.smithi029.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-10T07:33:52.634 INFO:teuthology.orchestra.run.smithi029.stdout:Device: 5h/5d Inode: 907 Links: 1 2024-02-10T07:33:52.634 INFO:teuthology.orchestra.run.smithi029.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-10T07:33:52.635 INFO:teuthology.orchestra.run.smithi029.stdout:Access: 2024-02-10 07:23:05.640908118 +0000 2024-02-10T07:33:52.635 INFO:teuthology.orchestra.run.smithi029.stdout:Modify: 2024-02-10 07:23:05.388910369 +0000 2024-02-10T07:33:52.635 INFO:teuthology.orchestra.run.smithi029.stdout:Change: 2024-02-10 07:23:05.388910369 +0000 2024-02-10T07:33:52.635 INFO:teuthology.orchestra.run.smithi029.stdout: Birth: - 2024-02-10T07:33:52.635 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-02-10T07:33:52.689 INFO:teuthology.orchestra.run.smithi029.stderr:1+0 records in 2024-02-10T07:33:52.689 INFO:teuthology.orchestra.run.smithi029.stderr:1+0 records out 2024-02-10T07:33:52.689 INFO:teuthology.orchestra.run.smithi029.stderr:512 bytes copied, 0.000296967 s, 1.7 MB/s 2024-02-10T07:33:52.690 DEBUG:teuthology.orchestra.run.smithi029:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-02-10T07:33:52.740 DEBUG:teuthology.orchestra.run.smithi029:> stat /dev/vg_nvme/lv_4 2024-02-10T07:33:52.787 INFO:teuthology.orchestra.run.smithi029.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-02-10T07:33:52.787 INFO:teuthology.orchestra.run.smithi029.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-10T07:33:52.787 INFO:teuthology.orchestra.run.smithi029.stdout:Device: 5h/5d Inode: 925 Links: 1 2024-02-10T07:33:52.787 INFO:teuthology.orchestra.run.smithi029.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-10T07:33:52.787 INFO:teuthology.orchestra.run.smithi029.stdout:Access: 2024-02-10 07:23:06.120903830 +0000 2024-02-10T07:33:52.787 INFO:teuthology.orchestra.run.smithi029.stdout:Modify: 2024-02-10 07:23:05.856906189 +0000 2024-02-10T07:33:52.787 INFO:teuthology.orchestra.run.smithi029.stdout:Change: 2024-02-10 07:23:05.856906189 +0000 2024-02-10T07:33:52.787 INFO:teuthology.orchestra.run.smithi029.stdout: Birth: - 2024-02-10T07:33:52.788 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-02-10T07:33:52.841 INFO:teuthology.orchestra.run.smithi029.stderr:1+0 records in 2024-02-10T07:33:52.841 INFO:teuthology.orchestra.run.smithi029.stderr:1+0 records out 2024-02-10T07:33:52.841 INFO:teuthology.orchestra.run.smithi029.stderr:512 bytes copied, 0.000285823 s, 1.8 MB/s 2024-02-10T07:33:52.842 DEBUG:teuthology.orchestra.run.smithi029:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-02-10T07:33:52.891 DEBUG:teuthology.orchestra.run.smithi046:> set -ex 2024-02-10T07:33:52.892 DEBUG:teuthology.orchestra.run.smithi046:> dd if=/scratch_devs of=/dev/stdout 2024-02-10T07:33:52.898 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-02-10T07:33:52.898 DEBUG:teuthology.orchestra.run.smithi046:> stat /dev/vg_nvme/lv_1 2024-02-10T07:33:52.948 INFO:teuthology.orchestra.run.smithi046.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-02-10T07:33:52.949 INFO:teuthology.orchestra.run.smithi046.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-10T07:33:52.949 INFO:teuthology.orchestra.run.smithi046.stdout:Device: 5h/5d Inode: 876 Links: 1 2024-02-10T07:33:52.949 INFO:teuthology.orchestra.run.smithi046.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-10T07:33:52.949 INFO:teuthology.orchestra.run.smithi046.stdout:Access: 2024-02-10 07:23:02.411003432 +0000 2024-02-10T07:33:52.949 INFO:teuthology.orchestra.run.smithi046.stdout:Modify: 2024-02-10 07:23:02.147005791 +0000 2024-02-10T07:33:52.949 INFO:teuthology.orchestra.run.smithi046.stdout:Change: 2024-02-10 07:23:02.147005791 +0000 2024-02-10T07:33:52.949 INFO:teuthology.orchestra.run.smithi046.stdout: Birth: - 2024-02-10T07:33:52.949 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-02-10T07:33:53.004 INFO:teuthology.orchestra.run.smithi046.stderr:1+0 records in 2024-02-10T07:33:53.004 INFO:teuthology.orchestra.run.smithi046.stderr:1+0 records out 2024-02-10T07:33:53.004 INFO:teuthology.orchestra.run.smithi046.stderr:512 bytes copied, 0.000321398 s, 1.6 MB/s 2024-02-10T07:33:53.005 DEBUG:teuthology.orchestra.run.smithi046:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-02-10T07:33:53.054 DEBUG:teuthology.orchestra.run.smithi046:> stat /dev/vg_nvme/lv_2 2024-02-10T07:33:53.099 INFO:teuthology.orchestra.run.smithi046.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-02-10T07:33:53.099 INFO:teuthology.orchestra.run.smithi046.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-10T07:33:53.099 INFO:teuthology.orchestra.run.smithi046.stdout:Device: 5h/5d Inode: 896 Links: 1 2024-02-10T07:33:53.099 INFO:teuthology.orchestra.run.smithi046.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-10T07:33:53.099 INFO:teuthology.orchestra.run.smithi046.stdout:Access: 2024-02-10 07:23:02.874999285 +0000 2024-02-10T07:33:53.100 INFO:teuthology.orchestra.run.smithi046.stdout:Modify: 2024-02-10 07:23:02.615001609 +0000 2024-02-10T07:33:53.100 INFO:teuthology.orchestra.run.smithi046.stdout:Change: 2024-02-10 07:23:02.615001609 +0000 2024-02-10T07:33:53.100 INFO:teuthology.orchestra.run.smithi046.stdout: Birth: - 2024-02-10T07:33:53.100 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-02-10T07:33:53.152 INFO:teuthology.orchestra.run.smithi046.stderr:1+0 records in 2024-02-10T07:33:53.152 INFO:teuthology.orchestra.run.smithi046.stderr:1+0 records out 2024-02-10T07:33:53.152 INFO:teuthology.orchestra.run.smithi046.stderr:512 bytes copied, 0.000163644 s, 3.1 MB/s 2024-02-10T07:33:53.154 DEBUG:teuthology.orchestra.run.smithi046:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-02-10T07:33:53.204 DEBUG:teuthology.orchestra.run.smithi046:> stat /dev/vg_nvme/lv_3 2024-02-10T07:33:53.224 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:52 smithi046 bash[22900]: audit 2024-02-10T07:33:51.595676+0000 mgr.a (mgr.14152) 98 : audit 0 from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi029=a;smithi046=b", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:33:53.224 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:52 smithi046 bash[22900]: cephadm 2024-02-10T07:33:51.599372+0000 mgr.a (mgr.14152) 99 : cephadm 1 Saving service mgr spec with placement smithi029=a;smithi046=b;count:2 2024-02-10T07:33:53.224 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:52 smithi046 bash[22900]: cephadm 2024-02-10T07:33:51.669745+0000 mgr.a (mgr.14152) 100 : cephadm 1 Deploying daemon mgr.b on smithi046 2024-02-10T07:33:53.228 INFO:teuthology.orchestra.run.smithi046.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-02-10T07:33:53.229 INFO:teuthology.orchestra.run.smithi046.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-10T07:33:53.229 INFO:teuthology.orchestra.run.smithi046.stdout:Device: 5h/5d Inode: 915 Links: 1 2024-02-10T07:33:53.229 INFO:teuthology.orchestra.run.smithi046.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-10T07:33:53.229 INFO:teuthology.orchestra.run.smithi046.stdout:Access: 2024-02-10 07:23:03.338995137 +0000 2024-02-10T07:33:53.229 INFO:teuthology.orchestra.run.smithi046.stdout:Modify: 2024-02-10 07:23:03.082997426 +0000 2024-02-10T07:33:53.229 INFO:teuthology.orchestra.run.smithi046.stdout:Change: 2024-02-10 07:23:03.082997426 +0000 2024-02-10T07:33:53.229 INFO:teuthology.orchestra.run.smithi046.stdout: Birth: - 2024-02-10T07:33:53.229 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-02-10T07:33:53.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:52 smithi029 bash[21408]: audit 2024-02-10T07:33:51.595676+0000 mgr.a (mgr.14152) 98 : audit 0 from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi029=a;smithi046=b", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:33:53.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:52 smithi029 bash[21408]: cephadm 2024-02-10T07:33:51.599372+0000 mgr.a (mgr.14152) 99 : cephadm 1 Saving service mgr spec with placement smithi029=a;smithi046=b;count:2 2024-02-10T07:33:53.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:52 smithi029 bash[21408]: cephadm 2024-02-10T07:33:51.669745+0000 mgr.a (mgr.14152) 100 : cephadm 1 Deploying daemon mgr.b on smithi046 2024-02-10T07:33:53.245 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:52 smithi047 bash[23769]: audit 2024-02-10T07:33:51.595676+0000 mgr.a (mgr.14152) 98 : audit 0 from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi029=a;smithi046=b", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:33:53.246 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:52 smithi047 bash[23769]: cephadm 2024-02-10T07:33:51.599372+0000 mgr.a (mgr.14152) 99 : cephadm 1 Saving service mgr spec with placement smithi029=a;smithi046=b;count:2 2024-02-10T07:33:53.246 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:52 smithi047 bash[23769]: cephadm 2024-02-10T07:33:51.669745+0000 mgr.a (mgr.14152) 100 : cephadm 1 Deploying daemon mgr.b on smithi046 2024-02-10T07:33:53.279 INFO:teuthology.orchestra.run.smithi046.stderr:1+0 records in 2024-02-10T07:33:53.280 INFO:teuthology.orchestra.run.smithi046.stderr:1+0 records out 2024-02-10T07:33:53.280 INFO:teuthology.orchestra.run.smithi046.stderr:512 bytes copied, 0.000168457 s, 3.0 MB/s 2024-02-10T07:33:53.281 DEBUG:teuthology.orchestra.run.smithi046:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-02-10T07:33:53.328 DEBUG:teuthology.orchestra.run.smithi046:> stat /dev/vg_nvme/lv_4 2024-02-10T07:33:53.376 INFO:teuthology.orchestra.run.smithi046.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-02-10T07:33:53.376 INFO:teuthology.orchestra.run.smithi046.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-10T07:33:53.376 INFO:teuthology.orchestra.run.smithi046.stdout:Device: 5h/5d Inode: 932 Links: 1 2024-02-10T07:33:53.376 INFO:teuthology.orchestra.run.smithi046.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-10T07:33:53.376 INFO:teuthology.orchestra.run.smithi046.stdout:Access: 2024-02-10 07:23:03.850990561 +0000 2024-02-10T07:33:53.376 INFO:teuthology.orchestra.run.smithi046.stdout:Modify: 2024-02-10 07:23:03.578992993 +0000 2024-02-10T07:33:53.377 INFO:teuthology.orchestra.run.smithi046.stdout:Change: 2024-02-10 07:23:03.578992993 +0000 2024-02-10T07:33:53.377 INFO:teuthology.orchestra.run.smithi046.stdout: Birth: - 2024-02-10T07:33:53.377 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-02-10T07:33:53.431 INFO:teuthology.orchestra.run.smithi046.stderr:1+0 records in 2024-02-10T07:33:53.431 INFO:teuthology.orchestra.run.smithi046.stderr:1+0 records out 2024-02-10T07:33:53.431 INFO:teuthology.orchestra.run.smithi046.stderr:512 bytes copied, 0.000254426 s, 2.0 MB/s 2024-02-10T07:33:53.434 DEBUG:teuthology.orchestra.run.smithi046:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-02-10T07:33:53.486 DEBUG:teuthology.orchestra.run.smithi047:> set -ex 2024-02-10T07:33:53.486 DEBUG:teuthology.orchestra.run.smithi047:> dd if=/scratch_devs of=/dev/stdout 2024-02-10T07:33:53.493 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-02-10T07:33:53.493 DEBUG:teuthology.orchestra.run.smithi047:> stat /dev/vg_nvme/lv_1 2024-02-10T07:33:53.541 INFO:teuthology.orchestra.run.smithi047.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-02-10T07:33:53.541 INFO:teuthology.orchestra.run.smithi047.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-10T07:33:53.541 INFO:teuthology.orchestra.run.smithi047.stdout:Device: 5h/5d Inode: 884 Links: 1 2024-02-10T07:33:53.541 INFO:teuthology.orchestra.run.smithi047.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-10T07:33:53.541 INFO:teuthology.orchestra.run.smithi047.stdout:Access: 2024-02-10 07:23:00.840891469 +0000 2024-02-10T07:33:53.541 INFO:teuthology.orchestra.run.smithi047.stdout:Modify: 2024-02-10 07:23:00.584893756 +0000 2024-02-10T07:33:53.541 INFO:teuthology.orchestra.run.smithi047.stdout:Change: 2024-02-10 07:23:00.584893756 +0000 2024-02-10T07:33:53.541 INFO:teuthology.orchestra.run.smithi047.stdout: Birth: - 2024-02-10T07:33:53.541 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-02-10T07:33:53.596 INFO:teuthology.orchestra.run.smithi047.stderr:1+0 records in 2024-02-10T07:33:53.596 INFO:teuthology.orchestra.run.smithi047.stderr:1+0 records out 2024-02-10T07:33:53.596 INFO:teuthology.orchestra.run.smithi047.stderr:512 bytes copied, 0.000317684 s, 1.6 MB/s 2024-02-10T07:33:53.597 DEBUG:teuthology.orchestra.run.smithi047:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-02-10T07:33:53.646 DEBUG:teuthology.orchestra.run.smithi047:> stat /dev/vg_nvme/lv_2 2024-02-10T07:33:53.692 INFO:teuthology.orchestra.run.smithi047.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-02-10T07:33:53.692 INFO:teuthology.orchestra.run.smithi047.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-10T07:33:53.692 INFO:teuthology.orchestra.run.smithi047.stdout:Device: 5h/5d Inode: 896 Links: 1 2024-02-10T07:33:53.692 INFO:teuthology.orchestra.run.smithi047.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-10T07:33:53.692 INFO:teuthology.orchestra.run.smithi047.stdout:Access: 2024-02-10 07:23:01.320887181 +0000 2024-02-10T07:33:53.692 INFO:teuthology.orchestra.run.smithi047.stdout:Modify: 2024-02-10 07:23:01.068889432 +0000 2024-02-10T07:33:53.692 INFO:teuthology.orchestra.run.smithi047.stdout:Change: 2024-02-10 07:23:01.068889432 +0000 2024-02-10T07:33:53.693 INFO:teuthology.orchestra.run.smithi047.stdout: Birth: - 2024-02-10T07:33:53.693 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-02-10T07:33:53.747 INFO:teuthology.orchestra.run.smithi047.stderr:1+0 records in 2024-02-10T07:33:53.747 INFO:teuthology.orchestra.run.smithi047.stderr:1+0 records out 2024-02-10T07:33:53.747 INFO:teuthology.orchestra.run.smithi047.stderr:512 bytes copied, 0.000298973 s, 1.7 MB/s 2024-02-10T07:33:53.748 DEBUG:teuthology.orchestra.run.smithi047:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-02-10T07:33:53.798 DEBUG:teuthology.orchestra.run.smithi047:> stat /dev/vg_nvme/lv_3 2024-02-10T07:33:53.848 INFO:teuthology.orchestra.run.smithi047.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-02-10T07:33:53.849 INFO:teuthology.orchestra.run.smithi047.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-10T07:33:53.849 INFO:teuthology.orchestra.run.smithi047.stdout:Device: 5h/5d Inode: 912 Links: 1 2024-02-10T07:33:53.849 INFO:teuthology.orchestra.run.smithi047.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-10T07:33:53.849 INFO:teuthology.orchestra.run.smithi047.stdout:Access: 2024-02-10 07:23:01.536885252 +0000 2024-02-10T07:33:53.849 INFO:teuthology.orchestra.run.smithi047.stdout:Modify: 2024-02-10 07:23:01.532885288 +0000 2024-02-10T07:33:53.849 INFO:teuthology.orchestra.run.smithi047.stdout:Change: 2024-02-10 07:23:01.532885288 +0000 2024-02-10T07:33:53.849 INFO:teuthology.orchestra.run.smithi047.stdout: Birth: - 2024-02-10T07:33:53.849 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-02-10T07:33:53.903 INFO:teuthology.orchestra.run.smithi047.stderr:1+0 records in 2024-02-10T07:33:53.903 INFO:teuthology.orchestra.run.smithi047.stderr:1+0 records out 2024-02-10T07:33:53.903 INFO:teuthology.orchestra.run.smithi047.stderr:512 bytes copied, 0.00023453 s, 2.2 MB/s 2024-02-10T07:33:53.904 DEBUG:teuthology.orchestra.run.smithi047:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-02-10T07:33:53.958 DEBUG:teuthology.orchestra.run.smithi047:> stat /dev/vg_nvme/lv_4 2024-02-10T07:33:54.005 INFO:teuthology.orchestra.run.smithi047.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-02-10T07:33:54.005 INFO:teuthology.orchestra.run.smithi047.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-10T07:33:54.005 INFO:teuthology.orchestra.run.smithi047.stdout:Device: 5h/5d Inode: 929 Links: 1 2024-02-10T07:33:54.005 INFO:teuthology.orchestra.run.smithi047.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-10T07:33:54.005 INFO:teuthology.orchestra.run.smithi047.stdout:Access: 2024-02-10 07:23:02.292878500 +0000 2024-02-10T07:33:54.005 INFO:teuthology.orchestra.run.smithi047.stdout:Modify: 2024-02-10 07:23:02.032880822 +0000 2024-02-10T07:33:54.005 INFO:teuthology.orchestra.run.smithi047.stdout:Change: 2024-02-10 07:23:02.032880822 +0000 2024-02-10T07:33:54.005 INFO:teuthology.orchestra.run.smithi047.stdout: Birth: - 2024-02-10T07:33:54.006 DEBUG:teuthology.orchestra.run.smithi047:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-02-10T07:33:54.059 INFO:teuthology.orchestra.run.smithi047.stderr:1+0 records in 2024-02-10T07:33:54.059 INFO:teuthology.orchestra.run.smithi047.stderr:1+0 records out 2024-02-10T07:33:54.059 INFO:teuthology.orchestra.run.smithi047.stderr:512 bytes copied, 0.000292729 s, 1.7 MB/s 2024-02-10T07:33:54.060 DEBUG:teuthology.orchestra.run.smithi047:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-02-10T07:33:54.099 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:53 smithi046 bash[22900]: cluster 2024-02-10T07:33:52.282351+0000 mgr.a (mgr.14152) 101 : cluster 0 pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:54.100 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:54 smithi046 systemd[1]: /etc/systemd/system/ceph-039acd78-c7e6-11ee-95b8-87774f69a715@.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-02-10T07:33:54.113 INFO:tasks.cephadm:Deploying osd.0 on smithi029 with /dev/vg_nvme/lv_4... 2024-02-10T07:33:54.114 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 039acd78-c7e6-11ee-95b8-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-02-10T07:33:54.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:53 smithi029 bash[21408]: cluster 2024-02-10T07:33:52.282351+0000 mgr.a (mgr.14152) 101 : cluster 0 pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:54.246 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:53 smithi047 bash[23769]: cluster 2024-02-10T07:33:52.282351+0000 mgr.a (mgr.14152) 101 : cluster 0 pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:54.576 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:54 smithi046 systemd[1]: /etc/systemd/system/ceph-039acd78-c7e6-11ee-95b8-87774f69a715@.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-02-10T07:33:54.576 INFO:journalctl@ceph.mgr.b.smithi046.stdout:Feb 10 07:33:54 smithi046 systemd[1]: /etc/systemd/system/ceph-039acd78-c7e6-11ee-95b8-87774f69a715@.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-02-10T07:33:54.576 INFO:journalctl@ceph.mgr.b.smithi046.stdout:Feb 10 07:33:54 smithi046 systemd[1]: /etc/systemd/system/ceph-039acd78-c7e6-11ee-95b8-87774f69a715@.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-02-10T07:33:54.577 INFO:journalctl@ceph.mgr.b.smithi046.stdout:Feb 10 07:33:54 smithi046 systemd[1]: /etc/systemd/system/ceph-039acd78-c7e6-11ee-95b8-87774f69a715@.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-02-10T07:33:54.577 INFO:journalctl@ceph.mgr.b.smithi046.stdout:Feb 10 07:33:54 smithi046 systemd[1]: /etc/systemd/system/ceph-039acd78-c7e6-11ee-95b8-87774f69a715@.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-02-10T07:33:54.577 INFO:journalctl@ceph.mgr.b.smithi046.stdout:Feb 10 07:33:54 smithi046 systemd[1]: Started Ceph mgr.b for 039acd78-c7e6-11ee-95b8-87774f69a715. 2024-02-10T07:33:55.576 INFO:journalctl@ceph.mgr.b.smithi046.stdout:Feb 10 07:33:55 smithi046 bash[23408]: debug 2024-02-10T07:33:55.344+0000 7f9f589aa700 1 -- 172.21.15.46:0/1014935182 <== mon.2 v2:172.21.15.46:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x560abb20e1a0 con 0x560abbf92400 2024-02-10T07:33:55.576 INFO:journalctl@ceph.mgr.b.smithi046.stdout:Feb 10 07:33:55 smithi046 bash[23408]: debug 2024-02-10T07:33:55.488+0000 7f9f62ba5200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-10T07:33:55.577 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:55 smithi046 bash[22900]: cluster 2024-02-10T07:33:54.282713+0000 mgr.a (mgr.14152) 102 : cluster 0 pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:55.577 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:55 smithi046 bash[22900]: audit 2024-02-10T07:33:54.343810+0000 mon.a (mon.0) 260 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:55.577 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:55 smithi046 bash[22900]: audit 2024-02-10T07:33:54.348116+0000 mon.a (mon.0) 261 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:55.577 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:55 smithi046 bash[22900]: audit 2024-02-10T07:33:54.397172+0000 mon.a (mon.0) 262 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:55.577 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:55 smithi046 bash[22900]: audit 2024-02-10T07:33:54.404000+0000 mon.a (mon.0) 263 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:55.577 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:55 smithi046 bash[22900]: audit 2024-02-10T07:33:54.505148+0000 mon.a (mon.0) 264 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:33:55.729 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:55 smithi029 bash[21408]: cluster 2024-02-10T07:33:54.282713+0000 mgr.a (mgr.14152) 102 : cluster 0 pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:55.730 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:55 smithi029 bash[21408]: audit 2024-02-10T07:33:54.343810+0000 mon.a (mon.0) 260 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:55.730 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:55 smithi029 bash[21408]: audit 2024-02-10T07:33:54.348116+0000 mon.a (mon.0) 261 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:55.730 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:55 smithi029 bash[21408]: audit 2024-02-10T07:33:54.397172+0000 mon.a (mon.0) 262 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:55.730 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:55 smithi029 bash[21408]: audit 2024-02-10T07:33:54.404000+0000 mon.a (mon.0) 263 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:55.730 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:55 smithi029 bash[21408]: audit 2024-02-10T07:33:54.505148+0000 mon.a (mon.0) 264 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:33:55.746 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:55 smithi047 bash[23769]: cluster 2024-02-10T07:33:54.282713+0000 mgr.a (mgr.14152) 102 : cluster 0 pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:55.746 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:55 smithi047 bash[23769]: audit 2024-02-10T07:33:54.343810+0000 mon.a (mon.0) 260 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:55.746 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:55 smithi047 bash[23769]: audit 2024-02-10T07:33:54.348116+0000 mon.a (mon.0) 261 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:55.746 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:55 smithi047 bash[23769]: audit 2024-02-10T07:33:54.397172+0000 mon.a (mon.0) 262 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:55.746 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:55 smithi047 bash[23769]: audit 2024-02-10T07:33:54.404000+0000 mon.a (mon.0) 263 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:55.746 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:55 smithi047 bash[23769]: audit 2024-02-10T07:33:54.505148+0000 mon.a (mon.0) 264 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:33:57.462 INFO:journalctl@ceph.mgr.b.smithi046.stdout:Feb 10 07:33:57 smithi046 bash[23408]: debug 2024-02-10T07:33:57.104+0000 7f9f62ba5200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-10T07:33:57.462 INFO:journalctl@ceph.mgr.b.smithi046.stdout:Feb 10 07:33:57 smithi046 bash[23408]: debug 2024-02-10T07:33:57.204+0000 7f9f62ba5200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-10T07:33:57.462 INFO:journalctl@ceph.mgr.b.smithi046.stdout:Feb 10 07:33:57 smithi046 bash[23408]: debug 2024-02-10T07:33:57.456+0000 7f9f62ba5200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-10T07:33:58.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:57 smithi029 bash[21408]: cluster 2024-02-10T07:33:56.283048+0000 mgr.a (mgr.14152) 103 : cluster 0 pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:58.245 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:57 smithi047 bash[23769]: cluster 2024-02-10T07:33:56.283048+0000 mgr.a (mgr.14152) 103 : cluster 0 pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:58.280 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:57 smithi046 bash[22900]: cluster 2024-02-10T07:33:56.283048+0000 mgr.a (mgr.14152) 103 : cluster 0 pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:58.576 INFO:journalctl@ceph.mgr.b.smithi046.stdout:Feb 10 07:33:58 smithi046 bash[23408]: debug 2024-02-10T07:33:58.276+0000 7f9f62ba5200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-10T07:33:58.576 INFO:journalctl@ceph.mgr.b.smithi046.stdout:Feb 10 07:33:58 smithi046 bash[23408]: debug 2024-02-10T07:33:58.388+0000 7f9f62ba5200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-10T07:33:58.576 INFO:journalctl@ceph.mgr.b.smithi046.stdout:Feb 10 07:33:58 smithi046 bash[23408]: debug 2024-02-10T07:33:58.492+0000 7f9f62ba5200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-10T07:33:58.831 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/mon.a/config 2024-02-10T07:33:59.326 INFO:journalctl@ceph.mgr.b.smithi046.stdout:Feb 10 07:33:58 smithi046 bash[23408]: debug 2024-02-10T07:33:58.852+0000 7f9f62ba5200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-10T07:33:59.326 INFO:journalctl@ceph.mgr.b.smithi046.stdout:Feb 10 07:33:58 smithi046 bash[23408]: debug 2024-02-10T07:33:58.968+0000 7f9f62ba5200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-10T07:33:59.326 INFO:journalctl@ceph.mgr.b.smithi046.stdout:Feb 10 07:33:59 smithi046 bash[23408]: debug 2024-02-10T07:33:59.076+0000 7f9f62ba5200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-10T07:33:59.664 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:59 smithi029 bash[21408]: cluster 2024-02-10T07:33:58.283422+0000 mgr.a (mgr.14152) 104 : cluster 0 pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:59.664 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:33:59 smithi029 bash[21408]: audit 2024-02-10T07:33:58.350204+0000 mon.a (mon.0) 265 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:59.689 INFO:journalctl@ceph.mgr.b.smithi046.stdout:Feb 10 07:33:59 smithi046 bash[23408]: debug 2024-02-10T07:33:59.436+0000 7f9f62ba5200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-10T07:33:59.690 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:59 smithi046 bash[22900]: cluster 2024-02-10T07:33:58.283422+0000 mgr.a (mgr.14152) 104 : cluster 0 pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:59.690 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:33:59 smithi046 bash[22900]: audit 2024-02-10T07:33:58.350204+0000 mon.a (mon.0) 265 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:59.745 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:59 smithi047 bash[23769]: cluster 2024-02-10T07:33:58.283422+0000 mgr.a (mgr.14152) 104 : cluster 0 pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:33:59.746 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:33:59 smithi047 bash[23769]: audit 2024-02-10T07:33:58.350204+0000 mon.a (mon.0) 265 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:33:59.955 INFO:journalctl@ceph.mgr.b.smithi046.stdout:Feb 10 07:33:59 smithi046 bash[23408]: debug 2024-02-10T07:33:59.684+0000 7f9f62ba5200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-10T07:34:00.326 INFO:journalctl@ceph.mgr.b.smithi046.stdout:Feb 10 07:33:59 smithi046 bash[23408]: debug 2024-02-10T07:33:59.952+0000 7f9f62ba5200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-10T07:34:00.326 INFO:journalctl@ceph.mgr.b.smithi046.stdout:Feb 10 07:34:00 smithi046 bash[23408]: debug 2024-02-10T07:34:00.064+0000 7f9f62ba5200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-10T07:34:00.741 INFO:journalctl@ceph.mgr.b.smithi046.stdout:Feb 10 07:34:00 smithi046 bash[23408]: debug 2024-02-10T07:34:00.344+0000 7f9f62ba5200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-10T07:34:00.741 INFO:journalctl@ceph.mgr.b.smithi046.stdout:Feb 10 07:34:00 smithi046 bash[23408]: debug 2024-02-10T07:34:00.596+0000 7f9f62ba5200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-10T07:34:00.996 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:34:00 smithi047 bash[23769]: audit 2024-02-10T07:33:59.741184+0000 mon.a (mon.0) 266 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:34:00.996 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:34:00 smithi047 bash[23769]: audit 2024-02-10T07:33:59.744782+0000 mon.a (mon.0) 267 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:34:00.996 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:34:00 smithi047 bash[23769]: audit 2024-02-10T07:33:59.745526+0000 mon.a (mon.0) 268 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:34:00.996 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:34:00 smithi047 bash[23769]: audit 2024-02-10T07:33:59.746404+0000 mon.a (mon.0) 269 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T07:34:00.996 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:34:00 smithi047 bash[23769]: audit 2024-02-10T07:33:59.750999+0000 mon.a (mon.0) 270 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:34:00.996 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:34:00 smithi047 bash[23769]: cephadm 2024-02-10T07:33:59.833232+0000 mgr.a (mgr.14152) 105 : cephadm 1 Reconfiguring mgr.a (unknown last config time)... 2024-02-10T07:34:00.996 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:34:00 smithi047 bash[23769]: audit 2024-02-10T07:33:59.833735+0000 mon.a (mon.0) 271 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-10T07:34:00.996 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:34:00 smithi047 bash[23769]: audit 2024-02-10T07:33:59.834735+0000 mon.a (mon.0) 272 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-10T07:34:00.996 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:34:00 smithi047 bash[23769]: audit 2024-02-10T07:33:59.835501+0000 mon.a (mon.0) 273 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:34:00.996 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:34:00 smithi047 bash[23769]: cephadm 2024-02-10T07:33:59.836446+0000 mgr.a (mgr.14152) 106 : cephadm 1 Reconfiguring daemon mgr.a on smithi029 2024-02-10T07:34:01.013 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:34:00 smithi046 bash[22900]: audit 2024-02-10T07:33:59.741184+0000 mon.a (mon.0) 266 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:34:01.013 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:34:00 smithi046 bash[22900]: audit 2024-02-10T07:33:59.744782+0000 mon.a (mon.0) 267 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:34:01.014 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:34:00 smithi046 bash[22900]: audit 2024-02-10T07:33:59.745526+0000 mon.a (mon.0) 268 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:34:01.014 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:34:00 smithi046 bash[22900]: audit 2024-02-10T07:33:59.746404+0000 mon.a (mon.0) 269 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T07:34:01.014 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:34:00 smithi046 bash[22900]: audit 2024-02-10T07:33:59.750999+0000 mon.a (mon.0) 270 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:34:01.014 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:34:00 smithi046 bash[22900]: cephadm 2024-02-10T07:33:59.833232+0000 mgr.a (mgr.14152) 105 : cephadm 1 Reconfiguring mgr.a (unknown last config time)... 2024-02-10T07:34:01.014 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:34:00 smithi046 bash[22900]: audit 2024-02-10T07:33:59.833735+0000 mon.a (mon.0) 271 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-10T07:34:01.014 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:34:00 smithi046 bash[22900]: audit 2024-02-10T07:33:59.834735+0000 mon.a (mon.0) 272 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-10T07:34:01.014 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:34:00 smithi046 bash[22900]: audit 2024-02-10T07:33:59.835501+0000 mon.a (mon.0) 273 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:34:01.014 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:34:00 smithi046 bash[22900]: cephadm 2024-02-10T07:33:59.836446+0000 mgr.a (mgr.14152) 106 : cephadm 1 Reconfiguring daemon mgr.a on smithi029 2024-02-10T07:34:01.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:34:00 smithi029 bash[21408]: audit 2024-02-10T07:33:59.741184+0000 mon.a (mon.0) 266 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:34:01.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:34:00 smithi029 bash[21408]: audit 2024-02-10T07:33:59.744782+0000 mon.a (mon.0) 267 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:34:01.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:34:00 smithi029 bash[21408]: audit 2024-02-10T07:33:59.745526+0000 mon.a (mon.0) 268 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:34:01.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:34:00 smithi029 bash[21408]: audit 2024-02-10T07:33:59.746404+0000 mon.a (mon.0) 269 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T07:34:01.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:34:00 smithi029 bash[21408]: audit 2024-02-10T07:33:59.750999+0000 mon.a (mon.0) 270 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:34:01.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:34:00 smithi029 bash[21408]: cephadm 2024-02-10T07:33:59.833232+0000 mgr.a (mgr.14152) 105 : cephadm 1 Reconfiguring mgr.a (unknown last config time)... 2024-02-10T07:34:01.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:34:00 smithi029 bash[21408]: audit 2024-02-10T07:33:59.833735+0000 mon.a (mon.0) 271 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-10T07:34:01.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:34:00 smithi029 bash[21408]: audit 2024-02-10T07:33:59.834735+0000 mon.a (mon.0) 272 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-10T07:34:01.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:34:00 smithi029 bash[21408]: audit 2024-02-10T07:33:59.835501+0000 mon.a (mon.0) 273 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:34:01.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:34:00 smithi029 bash[21408]: cephadm 2024-02-10T07:33:59.836446+0000 mgr.a (mgr.14152) 106 : cephadm 1 Reconfiguring daemon mgr.a on smithi029 2024-02-10T07:34:01.326 INFO:journalctl@ceph.mgr.b.smithi046.stdout:Feb 10 07:34:01 smithi046 bash[23408]: debug 2024-02-10T07:34:01.008+0000 7f9f62ba5200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-10T07:34:01.326 INFO:journalctl@ceph.mgr.b.smithi046.stdout:Feb 10 07:34:01 smithi046 bash[23408]: debug 2024-02-10T07:34:01.128+0000 7f9f62ba5200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-10T07:34:01.826 INFO:journalctl@ceph.mgr.b.smithi046.stdout:Feb 10 07:34:01 smithi046 bash[23408]: debug 2024-02-10T07:34:01.380+0000 7f9f62ba5200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-10T07:34:02.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:34:01 smithi029 bash[21408]: cluster 2024-02-10T07:34:00.283781+0000 mgr.a (mgr.14152) 107 : cluster 0 pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:34:02.245 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:34:01 smithi047 bash[23769]: cluster 2024-02-10T07:34:00.283781+0000 mgr.a (mgr.14152) 107 : cluster 0 pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:34:02.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:34:01 smithi046 bash[22900]: cluster 2024-02-10T07:34:00.283781+0000 mgr.a (mgr.14152) 107 : cluster 0 pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:34:02.696 INFO:teuthology.orchestra.run.smithi029.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-02-10T07:34:02.696 INFO:teuthology.orchestra.run.smithi029.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-02-10T07:34:02.696 INFO:teuthology.orchestra.run.smithi029.stderr: stderr: 10+0 records in 2024-02-10T07:34:02.696 INFO:teuthology.orchestra.run.smithi029.stderr:10+0 records out 2024-02-10T07:34:02.696 INFO:teuthology.orchestra.run.smithi029.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0110782 s, 947 MB/s 2024-02-10T07:34:02.696 INFO:teuthology.orchestra.run.smithi029.stderr:--> Zapping successful for: 2024-02-10T07:34:02.826 INFO:journalctl@ceph.mgr.b.smithi046.stdout:Feb 10 07:34:02 smithi046 bash[23408]: debug 2024-02-10T07:34:02.408+0000 7f9f62ba5200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-10T07:34:02.826 INFO:journalctl@ceph.mgr.b.smithi046.stdout:Feb 10 07:34:02 smithi046 bash[23408]: debug 2024-02-10T07:34:02.524+0000 7f9f62ba5200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-10T07:34:03.326 INFO:journalctl@ceph.mgr.b.smithi046.stdout:Feb 10 07:34:02 smithi046 bash[23408]: debug 2024-02-10T07:34:02.824+0000 7f9f62ba5200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-10T07:34:03.326 INFO:journalctl@ceph.mgr.b.smithi046.stdout:Feb 10 07:34:02 smithi046 bash[23408]: debug 2024-02-10T07:34:02.936+0000 7f9f62ba5200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-10T07:34:03.333 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 039acd78-c7e6-11ee-95b8-87774f69a715 -- ceph orch daemon add osd smithi029:vg_nvme/lv_4 2024-02-10T07:34:03.826 INFO:journalctl@ceph.mgr.b.smithi046.stdout:Feb 10 07:34:03 smithi046 bash[23408]: debug 2024-02-10T07:34:03.400+0000 7f9f62ba5200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-10T07:34:03.826 INFO:journalctl@ceph.mgr.b.smithi046.stdout:Feb 10 07:34:03 smithi046 bash[23408]: debug 2024-02-10T07:34:03.520+0000 7f9f62ba5200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-10T07:34:03.827 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:34:03 smithi046 bash[22900]: cluster 2024-02-10T07:34:02.284138+0000 mgr.a (mgr.14152) 108 : cluster 0 pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:34:03.827 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:34:03 smithi046 bash[22900]: audit 2024-02-10T07:34:02.644439+0000 mon.a (mon.0) 274 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:34:03.827 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:34:03 smithi046 bash[22900]: audit 2024-02-10T07:34:02.648406+0000 mon.a (mon.0) 275 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:34:03.827 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:34:03 smithi046 bash[22900]: audit 2024-02-10T07:34:02.657570+0000 mon.a (mon.0) 276 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:34:03.827 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:34:03 smithi046 bash[22900]: audit 2024-02-10T07:34:03.383368+0000 mon.a (mon.0) 277 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:34:03.827 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:34:03 smithi046 bash[22900]: audit 2024-02-10T07:34:03.385031+0000 mon.a (mon.0) 278 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T07:34:03.827 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:34:03 smithi046 bash[22900]: audit 2024-02-10T07:34:03.392642+0000 mon.a (mon.0) 279 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:34:03.827 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:34:03 smithi046 bash[22900]: cluster 2024-02-10T07:34:03.551782+0000 mon.a (mon.0) 280 : cluster 0 Standby manager daemon b started 2024-02-10T07:34:03.827 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:34:03 smithi046 bash[22900]: audit 2024-02-10T07:34:03.552858+0000 mon.b (mon.2) 3 : audit 0 from='mgr.? 172.21.15.46:0/2730851975' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-02-10T07:34:03.827 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:34:03 smithi046 bash[22900]: audit 2024-02-10T07:34:03.554038+0000 mon.b (mon.2) 4 : audit 0 from='mgr.? 172.21.15.46:0/2730851975' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-10T07:34:03.827 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:34:03 smithi046 bash[22900]: audit 2024-02-10T07:34:03.555654+0000 mon.b (mon.2) 5 : audit 0 from='mgr.? 172.21.15.46:0/2730851975' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-02-10T07:34:03.827 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:34:03 smithi046 bash[22900]: audit 2024-02-10T07:34:03.556372+0000 mon.b (mon.2) 6 : audit 0 from='mgr.? 172.21.15.46:0/2730851975' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-10T07:34:03.980 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:34:03 smithi029 bash[21408]: cluster 2024-02-10T07:34:02.284138+0000 mgr.a (mgr.14152) 108 : cluster 0 pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:34:03.980 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:34:03 smithi029 bash[21408]: audit 2024-02-10T07:34:02.644439+0000 mon.a (mon.0) 274 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:34:03.980 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:34:03 smithi029 bash[21408]: audit 2024-02-10T07:34:02.648406+0000 mon.a (mon.0) 275 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:34:03.980 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:34:03 smithi029 bash[21408]: audit 2024-02-10T07:34:02.657570+0000 mon.a (mon.0) 276 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:34:03.980 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:34:03 smithi029 bash[21408]: audit 2024-02-10T07:34:03.383368+0000 mon.a (mon.0) 277 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:34:03.980 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:34:03 smithi029 bash[21408]: audit 2024-02-10T07:34:03.385031+0000 mon.a (mon.0) 278 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T07:34:03.980 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:34:03 smithi029 bash[21408]: audit 2024-02-10T07:34:03.392642+0000 mon.a (mon.0) 279 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:34:03.980 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:34:03 smithi029 bash[21408]: cluster 2024-02-10T07:34:03.551782+0000 mon.a (mon.0) 280 : cluster 0 Standby manager daemon b started 2024-02-10T07:34:03.980 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:34:03 smithi029 bash[21408]: audit 2024-02-10T07:34:03.552858+0000 mon.b (mon.2) 3 : audit 0 from='mgr.? 172.21.15.46:0/2730851975' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-02-10T07:34:03.980 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:34:03 smithi029 bash[21408]: audit 2024-02-10T07:34:03.554038+0000 mon.b (mon.2) 4 : audit 0 from='mgr.? 172.21.15.46:0/2730851975' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-10T07:34:03.980 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:34:03 smithi029 bash[21408]: audit 2024-02-10T07:34:03.555654+0000 mon.b (mon.2) 5 : audit 0 from='mgr.? 172.21.15.46:0/2730851975' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-02-10T07:34:03.980 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:34:03 smithi029 bash[21408]: audit 2024-02-10T07:34:03.556372+0000 mon.b (mon.2) 6 : audit 0 from='mgr.? 172.21.15.46:0/2730851975' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-10T07:34:03.996 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:34:03 smithi047 bash[23769]: cluster 2024-02-10T07:34:02.284138+0000 mgr.a (mgr.14152) 108 : cluster 0 pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:34:03.996 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:34:03 smithi047 bash[23769]: audit 2024-02-10T07:34:02.644439+0000 mon.a (mon.0) 274 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:34:03.996 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:34:03 smithi047 bash[23769]: audit 2024-02-10T07:34:02.648406+0000 mon.a (mon.0) 275 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:34:03.996 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:34:03 smithi047 bash[23769]: audit 2024-02-10T07:34:02.657570+0000 mon.a (mon.0) 276 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:34:03.996 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:34:03 smithi047 bash[23769]: audit 2024-02-10T07:34:03.383368+0000 mon.a (mon.0) 277 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:34:03.996 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:34:03 smithi047 bash[23769]: audit 2024-02-10T07:34:03.385031+0000 mon.a (mon.0) 278 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T07:34:03.996 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:34:03 smithi047 bash[23769]: audit 2024-02-10T07:34:03.392642+0000 mon.a (mon.0) 279 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:34:03.996 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:34:03 smithi047 bash[23769]: cluster 2024-02-10T07:34:03.551782+0000 mon.a (mon.0) 280 : cluster 0 Standby manager daemon b started 2024-02-10T07:34:03.996 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:34:03 smithi047 bash[23769]: audit 2024-02-10T07:34:03.552858+0000 mon.b (mon.2) 3 : audit 0 from='mgr.? 172.21.15.46:0/2730851975' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-02-10T07:34:03.997 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:34:03 smithi047 bash[23769]: audit 2024-02-10T07:34:03.554038+0000 mon.b (mon.2) 4 : audit 0 from='mgr.? 172.21.15.46:0/2730851975' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-10T07:34:03.997 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:34:03 smithi047 bash[23769]: audit 2024-02-10T07:34:03.555654+0000 mon.b (mon.2) 5 : audit 0 from='mgr.? 172.21.15.46:0/2730851975' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-02-10T07:34:03.997 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:34:03 smithi047 bash[23769]: audit 2024-02-10T07:34:03.556372+0000 mon.b (mon.2) 6 : audit 0 from='mgr.? 172.21.15.46:0/2730851975' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-10T07:34:05.729 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:34:05 smithi029 bash[21408]: cluster 2024-02-10T07:34:04.284545+0000 mgr.a (mgr.14152) 109 : cluster 0 pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:34:05.730 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:34:05 smithi029 bash[21408]: cluster 2024-02-10T07:34:04.405253+0000 mon.a (mon.0) 281 : cluster 0 mgrmap e14: a(active, since 2m), standbys: b 2024-02-10T07:34:05.730 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:34:05 smithi029 bash[21408]: audit 2024-02-10T07:34:04.405511+0000 mon.a (mon.0) 282 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-02-10T07:34:05.745 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:34:05 smithi047 bash[23769]: cluster 2024-02-10T07:34:04.284545+0000 mgr.a (mgr.14152) 109 : cluster 0 pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:34:05.745 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:34:05 smithi047 bash[23769]: cluster 2024-02-10T07:34:04.405253+0000 mon.a (mon.0) 281 : cluster 0 mgrmap e14: a(active, since 2m), standbys: b 2024-02-10T07:34:05.746 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:34:05 smithi047 bash[23769]: audit 2024-02-10T07:34:04.405511+0000 mon.a (mon.0) 282 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-02-10T07:34:05.826 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:34:05 smithi046 bash[22900]: cluster 2024-02-10T07:34:04.284545+0000 mgr.a (mgr.14152) 109 : cluster 0 pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:34:05.826 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:34:05 smithi046 bash[22900]: cluster 2024-02-10T07:34:04.405253+0000 mon.a (mon.0) 281 : cluster 0 mgrmap e14: a(active, since 2m), standbys: b 2024-02-10T07:34:05.826 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:34:05 smithi046 bash[22900]: audit 2024-02-10T07:34:04.405511+0000 mon.a (mon.0) 282 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-02-10T07:34:08.051 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/mon.a/config 2024-02-10T07:34:08.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:34:07 smithi029 bash[21408]: cluster 2024-02-10T07:34:06.284965+0000 mgr.a (mgr.14152) 110 : cluster 0 pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:34:08.245 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:34:07 smithi047 bash[23769]: cluster 2024-02-10T07:34:06.284965+0000 mgr.a (mgr.14152) 110 : cluster 0 pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:34:08.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:34:07 smithi046 bash[22900]: cluster 2024-02-10T07:34:06.284965+0000 mgr.a (mgr.14152) 110 : cluster 0 pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:34:09.979 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:34:09 smithi029 bash[21408]: cluster 2024-02-10T07:34:08.285456+0000 mgr.a (mgr.14152) 111 : cluster 0 pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:34:10.245 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:34:09 smithi047 bash[23769]: cluster 2024-02-10T07:34:08.285456+0000 mgr.a (mgr.14152) 111 : cluster 0 pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:34:10.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:34:09 smithi046 bash[22900]: cluster 2024-02-10T07:34:08.285456+0000 mgr.a (mgr.14152) 111 : cluster 0 pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:34:11.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:34:10 smithi029 bash[21408]: audit 2024-02-10T07:34:10.771125+0000 mon.a (mon.0) 283 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T07:34:11.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:34:10 smithi029 bash[21408]: audit 2024-02-10T07:34:10.777333+0000 mon.a (mon.0) 284 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-10T07:34:11.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:34:10 smithi029 bash[21408]: audit 2024-02-10T07:34:10.778621+0000 mon.a (mon.0) 285 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:34:11.245 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:34:10 smithi047 bash[23769]: audit 2024-02-10T07:34:10.771125+0000 mon.a (mon.0) 283 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T07:34:11.245 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:34:10 smithi047 bash[23769]: audit 2024-02-10T07:34:10.777333+0000 mon.a (mon.0) 284 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-10T07:34:11.245 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:34:10 smithi047 bash[23769]: audit 2024-02-10T07:34:10.778621+0000 mon.a (mon.0) 285 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:34:11.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:34:10 smithi046 bash[22900]: audit 2024-02-10T07:34:10.771125+0000 mon.a (mon.0) 283 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T07:34:11.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:34:10 smithi046 bash[22900]: audit 2024-02-10T07:34:10.777333+0000 mon.a (mon.0) 284 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-10T07:34:11.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:34:10 smithi046 bash[22900]: audit 2024-02-10T07:34:10.778621+0000 mon.a (mon.0) 285 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:34:12.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:34:11 smithi029 bash[21408]: cluster 2024-02-10T07:34:10.285909+0000 mgr.a (mgr.14152) 112 : cluster 0 pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:34:12.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:34:11 smithi029 bash[21408]: audit 2024-02-10T07:34:10.763741+0000 mgr.a (mgr.14152) 113 : audit 0 from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi029:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:34:12.245 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:34:11 smithi047 bash[23769]: cluster 2024-02-10T07:34:10.285909+0000 mgr.a (mgr.14152) 112 : cluster 0 pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:34:12.245 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:34:11 smithi047 bash[23769]: audit 2024-02-10T07:34:10.763741+0000 mgr.a (mgr.14152) 113 : audit 0 from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi029:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:34:12.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:34:11 smithi046 bash[22900]: cluster 2024-02-10T07:34:10.285909+0000 mgr.a (mgr.14152) 112 : cluster 0 pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:34:12.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:34:11 smithi046 bash[22900]: audit 2024-02-10T07:34:10.763741+0000 mgr.a (mgr.14152) 113 : audit 0 from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi029:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:34:14.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:34:13 smithi029 bash[21408]: cluster 2024-02-10T07:34:12.286333+0000 mgr.a (mgr.14152) 114 : cluster 0 pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:34:14.245 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:34:13 smithi047 bash[23769]: cluster 2024-02-10T07:34:12.286333+0000 mgr.a (mgr.14152) 114 : cluster 0 pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:34:14.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:34:13 smithi046 bash[22900]: cluster 2024-02-10T07:34:12.286333+0000 mgr.a (mgr.14152) 114 : cluster 0 pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:34:16.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:34:15 smithi029 bash[21408]: cluster 2024-02-10T07:34:14.286738+0000 mgr.a (mgr.14152) 115 : cluster 0 pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:34:16.245 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:34:15 smithi047 bash[23769]: cluster 2024-02-10T07:34:14.286738+0000 mgr.a (mgr.14152) 115 : cluster 0 pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:34:16.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:34:15 smithi046 bash[22900]: cluster 2024-02-10T07:34:14.286738+0000 mgr.a (mgr.14152) 115 : cluster 0 pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:34:18.234 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:34:17 smithi029 bash[21408]: cluster 2024-02-10T07:34:16.287093+0000 mgr.a (mgr.14152) 116 : cluster 0 pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:34:18.245 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:34:17 smithi047 bash[23769]: cluster 2024-02-10T07:34:16.287093+0000 mgr.a (mgr.14152) 116 : cluster 0 pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:34:18.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:34:17 smithi046 bash[22900]: cluster 2024-02-10T07:34:16.287093+0000 mgr.a (mgr.14152) 116 : cluster 0 pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:34:20.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:34:19 smithi029 bash[21408]: cluster 2024-02-10T07:34:18.287486+0000 mgr.a (mgr.14152) 117 : cluster 0 pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:34:20.231 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:34:19 smithi029 bash[21408]: audit 2024-02-10T07:34:19.030911+0000 mon.a (mon.0) 286 : audit 1 from='client.? 172.21.15.29:0/1902750084' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f1373ff8-5884-4899-a85b-ea70e18f7171"}]: dispatch 2024-02-10T07:34:20.231 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:34:19 smithi029 bash[21408]: audit 2024-02-10T07:34:19.033640+0000 mon.a (mon.0) 287 : audit 1 from='client.? 172.21.15.29:0/1902750084' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f1373ff8-5884-4899-a85b-ea70e18f7171"}]': finished 2024-02-10T07:34:20.231 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:34:19 smithi029 bash[21408]: cluster 2024-02-10T07:34:19.038306+0000 mon.a (mon.0) 288 : cluster 0 osdmap e5: 1 total, 0 up, 1 in 2024-02-10T07:34:20.231 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:34:19 smithi029 bash[21408]: audit 2024-02-10T07:34:19.038635+0000 mon.a (mon.0) 289 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-10T07:34:20.231 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:34:19 smithi029 bash[21408]: audit 2024-02-10T07:34:19.741019+0000 mon.a (mon.0) 290 : audit 0 from='client.? 172.21.15.29:0/503861330' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-10T07:34:20.245 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:34:19 smithi047 bash[23769]: cluster 2024-02-10T07:34:18.287486+0000 mgr.a (mgr.14152) 117 : cluster 0 pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:34:20.245 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:34:19 smithi047 bash[23769]: audit 2024-02-10T07:34:19.030911+0000 mon.a (mon.0) 286 : audit 1 from='client.? 172.21.15.29:0/1902750084' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f1373ff8-5884-4899-a85b-ea70e18f7171"}]: dispatch 2024-02-10T07:34:20.245 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:34:19 smithi047 bash[23769]: audit 2024-02-10T07:34:19.033640+0000 mon.a (mon.0) 287 : audit 1 from='client.? 172.21.15.29:0/1902750084' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f1373ff8-5884-4899-a85b-ea70e18f7171"}]': finished 2024-02-10T07:34:20.245 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:34:19 smithi047 bash[23769]: cluster 2024-02-10T07:34:19.038306+0000 mon.a (mon.0) 288 : cluster 0 osdmap e5: 1 total, 0 up, 1 in 2024-02-10T07:34:20.246 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:34:19 smithi047 bash[23769]: audit 2024-02-10T07:34:19.038635+0000 mon.a (mon.0) 289 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-10T07:34:20.246 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:34:19 smithi047 bash[23769]: audit 2024-02-10T07:34:19.741019+0000 mon.a (mon.0) 290 : audit 0 from='client.? 172.21.15.29:0/503861330' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-10T07:34:20.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:34:19 smithi046 bash[22900]: cluster 2024-02-10T07:34:18.287486+0000 mgr.a (mgr.14152) 117 : cluster 0 pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:34:20.327 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:34:19 smithi046 bash[22900]: audit 2024-02-10T07:34:19.030911+0000 mon.a (mon.0) 286 : audit 1 from='client.? 172.21.15.29:0/1902750084' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f1373ff8-5884-4899-a85b-ea70e18f7171"}]: dispatch 2024-02-10T07:34:20.327 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:34:19 smithi046 bash[22900]: audit 2024-02-10T07:34:19.033640+0000 mon.a (mon.0) 287 : audit 1 from='client.? 172.21.15.29:0/1902750084' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f1373ff8-5884-4899-a85b-ea70e18f7171"}]': finished 2024-02-10T07:34:20.327 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:34:19 smithi046 bash[22900]: cluster 2024-02-10T07:34:19.038306+0000 mon.a (mon.0) 288 : cluster 0 osdmap e5: 1 total, 0 up, 1 in 2024-02-10T07:34:20.327 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:34:19 smithi046 bash[22900]: audit 2024-02-10T07:34:19.038635+0000 mon.a (mon.0) 289 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-10T07:34:20.327 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:34:19 smithi046 bash[22900]: audit 2024-02-10T07:34:19.741019+0000 mon.a (mon.0) 290 : audit 0 from='client.? 172.21.15.29:0/503861330' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-10T07:34:22.203 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:34:21 smithi029 bash[21408]: cluster 2024-02-10T07:34:20.287913+0000 mgr.a (mgr.14152) 118 : cluster 0 pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:34:22.245 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:34:21 smithi047 bash[23769]: cluster 2024-02-10T07:34:20.287913+0000 mgr.a (mgr.14152) 118 : cluster 0 pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:34:22.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:34:21 smithi046 bash[22900]: cluster 2024-02-10T07:34:20.287913+0000 mgr.a (mgr.14152) 118 : cluster 0 pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:34:24.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:34:23 smithi029 bash[21408]: cluster 2024-02-10T07:34:22.288307+0000 mgr.a (mgr.14152) 119 : cluster 0 pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:34:24.245 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:34:23 smithi047 bash[23769]: cluster 2024-02-10T07:34:22.288307+0000 mgr.a (mgr.14152) 119 : cluster 0 pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:34:24.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:34:23 smithi046 bash[22900]: cluster 2024-02-10T07:34:22.288307+0000 mgr.a (mgr.14152) 119 : cluster 0 pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:34:26.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:34:25 smithi029 bash[21408]: cluster 2024-02-10T07:34:24.288673+0000 mgr.a (mgr.14152) 120 : cluster 0 pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:34:26.245 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:34:25 smithi047 bash[23769]: cluster 2024-02-10T07:34:24.288673+0000 mgr.a (mgr.14152) 120 : cluster 0 pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:34:26.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:34:25 smithi046 bash[22900]: cluster 2024-02-10T07:34:24.288673+0000 mgr.a (mgr.14152) 120 : cluster 0 pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:34:28.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:34:27 smithi029 bash[21408]: cluster 2024-02-10T07:34:26.289086+0000 mgr.a (mgr.14152) 121 : cluster 0 pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:34:28.245 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:34:27 smithi047 bash[23769]: cluster 2024-02-10T07:34:26.289086+0000 mgr.a (mgr.14152) 121 : cluster 0 pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:34:28.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:34:27 smithi046 bash[22900]: cluster 2024-02-10T07:34:26.289086+0000 mgr.a (mgr.14152) 121 : cluster 0 pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:34:30.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:34:29 smithi029 bash[21408]: cluster 2024-02-10T07:34:28.289538+0000 mgr.a (mgr.14152) 122 : cluster 0 pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:34:30.245 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:34:29 smithi047 bash[23769]: cluster 2024-02-10T07:34:28.289538+0000 mgr.a (mgr.14152) 122 : cluster 0 pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:34:30.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:34:29 smithi046 bash[22900]: cluster 2024-02-10T07:34:28.289538+0000 mgr.a (mgr.14152) 122 : cluster 0 pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:34:32.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:34:31 smithi029 bash[21408]: cluster 2024-02-10T07:34:30.289970+0000 mgr.a (mgr.14152) 123 : cluster 0 pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:34:32.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:34:31 smithi029 bash[21408]: audit 2024-02-10T07:34:31.276657+0000 mon.a (mon.0) 291 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-02-10T07:34:32.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:34:31 smithi029 bash[21408]: audit 2024-02-10T07:34:31.278428+0000 mon.a (mon.0) 292 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:34:32.245 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:34:31 smithi047 bash[23769]: cluster 2024-02-10T07:34:30.289970+0000 mgr.a (mgr.14152) 123 : cluster 0 pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:34:32.245 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:34:31 smithi047 bash[23769]: audit 2024-02-10T07:34:31.276657+0000 mon.a (mon.0) 291 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-02-10T07:34:32.245 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:34:31 smithi047 bash[23769]: audit 2024-02-10T07:34:31.278428+0000 mon.a (mon.0) 292 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:34:32.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:34:31 smithi046 bash[22900]: cluster 2024-02-10T07:34:30.289970+0000 mgr.a (mgr.14152) 123 : cluster 0 pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:34:32.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:34:31 smithi046 bash[22900]: audit 2024-02-10T07:34:31.276657+0000 mon.a (mon.0) 291 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-02-10T07:34:32.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:34:31 smithi046 bash[22900]: audit 2024-02-10T07:34:31.278428+0000 mon.a (mon.0) 292 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:34:33.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:34:32 smithi029 bash[21408]: cephadm 2024-02-10T07:34:31.280043+0000 mgr.a (mgr.14152) 124 : cephadm 1 Deploying daemon osd.0 on smithi029 2024-02-10T07:34:33.245 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:34:32 smithi047 bash[23769]: cephadm 2024-02-10T07:34:31.280043+0000 mgr.a (mgr.14152) 124 : cephadm 1 Deploying daemon osd.0 on smithi029 2024-02-10T07:34:33.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:34:32 smithi046 bash[22900]: cephadm 2024-02-10T07:34:31.280043+0000 mgr.a (mgr.14152) 124 : cephadm 1 Deploying daemon osd.0 on smithi029 2024-02-10T07:34:34.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:34:33 smithi029 bash[21408]: cluster 2024-02-10T07:34:32.290422+0000 mgr.a (mgr.14152) 125 : cluster 0 pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:34:34.245 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:34:33 smithi047 bash[23769]: cluster 2024-02-10T07:34:32.290422+0000 mgr.a (mgr.14152) 125 : cluster 0 pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:34:34.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:34:33 smithi046 bash[22900]: cluster 2024-02-10T07:34:32.290422+0000 mgr.a (mgr.14152) 125 : cluster 0 pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:34:35.393 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Feb 10 07:34:35 smithi029 systemd[1]: /etc/systemd/system/ceph-039acd78-c7e6-11ee-95b8-87774f69a715@.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-02-10T07:34:35.393 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:34:35 smithi029 systemd[1]: /etc/systemd/system/ceph-039acd78-c7e6-11ee-95b8-87774f69a715@.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-02-10T07:34:35.649 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Feb 10 07:34:35 smithi029 systemd[1]: /etc/systemd/system/ceph-039acd78-c7e6-11ee-95b8-87774f69a715@.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-02-10T07:34:35.650 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:34:35 smithi029 systemd[1]: /etc/systemd/system/ceph-039acd78-c7e6-11ee-95b8-87774f69a715@.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-02-10T07:34:36.245 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:34:35 smithi047 bash[23769]: cluster 2024-02-10T07:34:34.290917+0000 mgr.a (mgr.14152) 126 : cluster 0 pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:34:36.245 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:34:35 smithi047 bash[23769]: audit 2024-02-10T07:34:35.645962+0000 mon.a (mon.0) 293 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:34:36.245 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:34:35 smithi047 bash[23769]: audit 2024-02-10T07:34:35.650429+0000 mon.a (mon.0) 294 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:34:36.245 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:34:35 smithi047 bash[23769]: audit 2024-02-10T07:34:35.686471+0000 mon.a (mon.0) 295 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:34:36.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:34:35 smithi046 bash[22900]: cluster 2024-02-10T07:34:34.290917+0000 mgr.a (mgr.14152) 126 : cluster 0 pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:34:36.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:34:35 smithi046 bash[22900]: audit 2024-02-10T07:34:35.645962+0000 mon.a (mon.0) 293 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:34:36.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:34:35 smithi046 bash[22900]: audit 2024-02-10T07:34:35.650429+0000 mon.a (mon.0) 294 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:34:36.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:34:35 smithi046 bash[22900]: audit 2024-02-10T07:34:35.686471+0000 mon.a (mon.0) 295 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:34:36.479 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:34:35 smithi029 bash[21408]: cluster 2024-02-10T07:34:34.290917+0000 mgr.a (mgr.14152) 126 : cluster 0 pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:34:36.479 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:34:35 smithi029 bash[21408]: audit 2024-02-10T07:34:35.645962+0000 mon.a (mon.0) 293 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:34:36.479 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:34:35 smithi029 bash[21408]: audit 2024-02-10T07:34:35.650429+0000 mon.a (mon.0) 294 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:34:36.479 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:34:35 smithi029 bash[21408]: audit 2024-02-10T07:34:35.686471+0000 mon.a (mon.0) 295 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:34:37.248 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:34:36 smithi047 bash[23769]: cluster 2024-02-10T07:34:36.291325+0000 mgr.a (mgr.14152) 127 : cluster 0 pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:34:37.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:34:36 smithi046 bash[22900]: cluster 2024-02-10T07:34:36.291325+0000 mgr.a (mgr.14152) 127 : cluster 0 pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:34:37.346 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:34:36 smithi029 bash[21408]: cluster 2024-02-10T07:34:36.291325+0000 mgr.a (mgr.14152) 127 : cluster 0 pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:34:39.729 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:34:39 smithi029 bash[21408]: cluster 2024-02-10T07:34:38.291778+0000 mgr.a (mgr.14152) 128 : cluster 0 pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:34:39.747 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:34:39 smithi047 bash[23769]: cluster 2024-02-10T07:34:38.291778+0000 mgr.a (mgr.14152) 128 : cluster 0 pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:34:39.826 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:34:39 smithi046 bash[22900]: cluster 2024-02-10T07:34:38.291778+0000 mgr.a (mgr.14152) 128 : cluster 0 pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:34:42.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:34:41 smithi029 bash[21408]: cluster 2024-02-10T07:34:40.292147+0000 mgr.a (mgr.14152) 129 : cluster 0 pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:34:42.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:34:41 smithi029 bash[21408]: audit 2024-02-10T07:34:40.919065+0000 mon.a (mon.0) 296 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:34:42.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:34:41 smithi029 bash[21408]: audit 2024-02-10T07:34:40.926744+0000 mon.a (mon.0) 297 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:34:42.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:34:41 smithi029 bash[21408]: audit 2024-02-10T07:34:41.502672+0000 mon.a (mon.0) 298 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:34:42.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:34:41 smithi029 bash[21408]: audit 2024-02-10T07:34:41.503407+0000 mon.a (mon.0) 299 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T07:34:42.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:34:41 smithi029 bash[21408]: audit 2024-02-10T07:34:41.507990+0000 mon.a (mon.0) 300 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:34:42.245 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:34:41 smithi047 bash[23769]: cluster 2024-02-10T07:34:40.292147+0000 mgr.a (mgr.14152) 129 : cluster 0 pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:34:42.245 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:34:41 smithi047 bash[23769]: audit 2024-02-10T07:34:40.919065+0000 mon.a (mon.0) 296 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:34:42.245 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:34:41 smithi047 bash[23769]: audit 2024-02-10T07:34:40.926744+0000 mon.a (mon.0) 297 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:34:42.245 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:34:41 smithi047 bash[23769]: audit 2024-02-10T07:34:41.502672+0000 mon.a (mon.0) 298 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:34:42.245 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:34:41 smithi047 bash[23769]: audit 2024-02-10T07:34:41.503407+0000 mon.a (mon.0) 299 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T07:34:42.246 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:34:41 smithi047 bash[23769]: audit 2024-02-10T07:34:41.507990+0000 mon.a (mon.0) 300 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:34:42.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:34:41 smithi046 bash[22900]: cluster 2024-02-10T07:34:40.292147+0000 mgr.a (mgr.14152) 129 : cluster 0 pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:34:42.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:34:41 smithi046 bash[22900]: audit 2024-02-10T07:34:40.919065+0000 mon.a (mon.0) 296 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:34:42.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:34:41 smithi046 bash[22900]: audit 2024-02-10T07:34:40.926744+0000 mon.a (mon.0) 297 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:34:42.327 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:34:41 smithi046 bash[22900]: audit 2024-02-10T07:34:41.502672+0000 mon.a (mon.0) 298 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:34:42.327 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:34:41 smithi046 bash[22900]: audit 2024-02-10T07:34:41.503407+0000 mon.a (mon.0) 299 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T07:34:42.327 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:34:41 smithi046 bash[22900]: audit 2024-02-10T07:34:41.507990+0000 mon.a (mon.0) 300 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:34:43.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:34:42 smithi029 bash[21408]: audit 2024-02-10T07:34:42.070534+0000 mon.a (mon.0) 301 : audit 1 from='osd.0 [v2:172.21.15.29:6802/2950626295,v1:172.21.15.29:6803/2950626295]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-10T07:34:43.245 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:34:42 smithi047 bash[23769]: audit 2024-02-10T07:34:42.070534+0000 mon.a (mon.0) 301 : audit 1 from='osd.0 [v2:172.21.15.29:6802/2950626295,v1:172.21.15.29:6803/2950626295]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-10T07:34:43.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:34:42 smithi046 bash[22900]: audit 2024-02-10T07:34:42.070534+0000 mon.a (mon.0) 301 : audit 1 from='osd.0 [v2:172.21.15.29:6802/2950626295,v1:172.21.15.29:6803/2950626295]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-10T07:34:44.081 INFO:teuthology.orchestra.run.smithi029.stdout:Created osd(s) 0 on host 'smithi029' 2024-02-10T07:34:44.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:34:43 smithi029 bash[21408]: cluster 2024-02-10T07:34:42.292521+0000 mgr.a (mgr.14152) 130 : cluster 0 pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:34:44.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:34:43 smithi029 bash[21408]: audit 2024-02-10T07:34:42.926748+0000 mon.a (mon.0) 302 : audit 1 from='osd.0 [v2:172.21.15.29:6802/2950626295,v1:172.21.15.29:6803/2950626295]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-02-10T07:34:44.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:34:43 smithi029 bash[21408]: cluster 2024-02-10T07:34:42.932067+0000 mon.a (mon.0) 303 : cluster 0 osdmap e6: 1 total, 0 up, 1 in 2024-02-10T07:34:44.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:34:43 smithi029 bash[21408]: audit 2024-02-10T07:34:42.932683+0000 mon.a (mon.0) 304 : audit 1 from='osd.0 [v2:172.21.15.29:6802/2950626295,v1:172.21.15.29:6803/2950626295]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]: dispatch 2024-02-10T07:34:44.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:34:43 smithi029 bash[21408]: audit 2024-02-10T07:34:42.933170+0000 mon.a (mon.0) 305 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-10T07:34:44.247 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:34:43 smithi047 bash[23769]: cluster 2024-02-10T07:34:42.292521+0000 mgr.a (mgr.14152) 130 : cluster 0 pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:34:44.247 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:34:43 smithi047 bash[23769]: audit 2024-02-10T07:34:42.926748+0000 mon.a (mon.0) 302 : audit 1 from='osd.0 [v2:172.21.15.29:6802/2950626295,v1:172.21.15.29:6803/2950626295]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-02-10T07:34:44.247 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:34:43 smithi047 bash[23769]: cluster 2024-02-10T07:34:42.932067+0000 mon.a (mon.0) 303 : cluster 0 osdmap e6: 1 total, 0 up, 1 in 2024-02-10T07:34:44.248 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:34:43 smithi047 bash[23769]: audit 2024-02-10T07:34:42.932683+0000 mon.a (mon.0) 304 : audit 1 from='osd.0 [v2:172.21.15.29:6802/2950626295,v1:172.21.15.29:6803/2950626295]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]: dispatch 2024-02-10T07:34:44.248 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:34:43 smithi047 bash[23769]: audit 2024-02-10T07:34:42.933170+0000 mon.a (mon.0) 305 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-10T07:34:44.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:34:43 smithi046 bash[22900]: cluster 2024-02-10T07:34:42.292521+0000 mgr.a (mgr.14152) 130 : cluster 0 pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:34:44.349 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:34:43 smithi046 bash[22900]: audit 2024-02-10T07:34:42.926748+0000 mon.a (mon.0) 302 : audit 1 from='osd.0 [v2:172.21.15.29:6802/2950626295,v1:172.21.15.29:6803/2950626295]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-02-10T07:34:44.349 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:34:43 smithi046 bash[22900]: cluster 2024-02-10T07:34:42.932067+0000 mon.a (mon.0) 303 : cluster 0 osdmap e6: 1 total, 0 up, 1 in 2024-02-10T07:34:44.349 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:34:43 smithi046 bash[22900]: audit 2024-02-10T07:34:42.932683+0000 mon.a (mon.0) 304 : audit 1 from='osd.0 [v2:172.21.15.29:6802/2950626295,v1:172.21.15.29:6803/2950626295]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]: dispatch 2024-02-10T07:34:44.349 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:34:43 smithi046 bash[22900]: audit 2024-02-10T07:34:42.933170+0000 mon.a (mon.0) 305 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-10T07:34:44.752 DEBUG:teuthology.orchestra.run.smithi029:osd.0> sudo journalctl -f -n 0 -u ceph-039acd78-c7e6-11ee-95b8-87774f69a715@osd.0.service 2024-02-10T07:34:44.756 INFO:tasks.cephadm:Deploying osd.1 on smithi046 with /dev/vg_nvme/lv_4... 2024-02-10T07:34:44.756 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 039acd78-c7e6-11ee-95b8-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-02-10T07:34:45.076 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:34:44 smithi046 bash[22900]: audit 2024-02-10T07:34:43.929025+0000 mon.a (mon.0) 306 : audit 1 from='osd.0 [v2:172.21.15.29:6802/2950626295,v1:172.21.15.29:6803/2950626295]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]': finished 2024-02-10T07:34:45.076 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:34:44 smithi046 bash[22900]: cluster 2024-02-10T07:34:43.933974+0000 mon.a (mon.0) 307 : cluster 0 osdmap e7: 1 total, 0 up, 1 in 2024-02-10T07:34:45.077 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:34:44 smithi046 bash[22900]: audit 2024-02-10T07:34:43.935421+0000 mon.a (mon.0) 308 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-10T07:34:45.077 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:34:44 smithi046 bash[22900]: audit 2024-02-10T07:34:43.943686+0000 mon.a (mon.0) 309 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-10T07:34:45.077 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:34:44 smithi046 bash[22900]: audit 2024-02-10T07:34:44.060394+0000 mon.a (mon.0) 310 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:34:45.077 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:34:44 smithi046 bash[22900]: audit 2024-02-10T07:34:44.060993+0000 mon.a (mon.0) 311 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:34:45.077 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:34:44 smithi046 bash[22900]: audit 2024-02-10T07:34:44.068245+0000 mon.a (mon.0) 312 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:34:45.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:34:44 smithi029 bash[21408]: audit 2024-02-10T07:34:43.929025+0000 mon.a (mon.0) 306 : audit 1 from='osd.0 [v2:172.21.15.29:6802/2950626295,v1:172.21.15.29:6803/2950626295]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]': finished 2024-02-10T07:34:45.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:34:44 smithi029 bash[21408]: cluster 2024-02-10T07:34:43.933974+0000 mon.a (mon.0) 307 : cluster 0 osdmap e7: 1 total, 0 up, 1 in 2024-02-10T07:34:45.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:34:44 smithi029 bash[21408]: audit 2024-02-10T07:34:43.935421+0000 mon.a (mon.0) 308 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-10T07:34:45.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:34:44 smithi029 bash[21408]: audit 2024-02-10T07:34:43.943686+0000 mon.a (mon.0) 309 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-10T07:34:45.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:34:44 smithi029 bash[21408]: audit 2024-02-10T07:34:44.060394+0000 mon.a (mon.0) 310 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:34:45.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:34:44 smithi029 bash[21408]: audit 2024-02-10T07:34:44.060993+0000 mon.a (mon.0) 311 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:34:45.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:34:44 smithi029 bash[21408]: audit 2024-02-10T07:34:44.068245+0000 mon.a (mon.0) 312 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:34:45.245 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:34:44 smithi047 bash[23769]: audit 2024-02-10T07:34:43.929025+0000 mon.a (mon.0) 306 : audit 1 from='osd.0 [v2:172.21.15.29:6802/2950626295,v1:172.21.15.29:6803/2950626295]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]': finished 2024-02-10T07:34:45.245 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:34:44 smithi047 bash[23769]: cluster 2024-02-10T07:34:43.933974+0000 mon.a (mon.0) 307 : cluster 0 osdmap e7: 1 total, 0 up, 1 in 2024-02-10T07:34:45.245 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:34:44 smithi047 bash[23769]: audit 2024-02-10T07:34:43.935421+0000 mon.a (mon.0) 308 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-10T07:34:45.246 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:34:44 smithi047 bash[23769]: audit 2024-02-10T07:34:43.943686+0000 mon.a (mon.0) 309 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-10T07:34:45.246 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:34:44 smithi047 bash[23769]: audit 2024-02-10T07:34:44.060394+0000 mon.a (mon.0) 310 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:34:45.246 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:34:44 smithi047 bash[23769]: audit 2024-02-10T07:34:44.060993+0000 mon.a (mon.0) 311 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:34:45.246 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:34:44 smithi047 bash[23769]: audit 2024-02-10T07:34:44.068245+0000 mon.a (mon.0) 312 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:34:46.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:34:45 smithi029 bash[21408]: cluster 2024-02-10T07:34:43.070081+0000 osd.0 (osd.0) 1 : cluster 0 purged_snaps scrub starts 2024-02-10T07:34:46.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:34:45 smithi029 bash[21408]: cluster 2024-02-10T07:34:43.070155+0000 osd.0 (osd.0) 2 : cluster 0 purged_snaps scrub ok 2024-02-10T07:34:46.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:34:45 smithi029 bash[21408]: cluster 2024-02-10T07:34:44.292930+0000 mgr.a (mgr.14152) 131 : cluster 0 pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:34:46.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:34:45 smithi029 bash[21408]: cluster 2024-02-10T07:34:44.943457+0000 mon.a (mon.0) 313 : cluster 1 osd.0 [v2:172.21.15.29:6802/2950626295,v1:172.21.15.29:6803/2950626295] boot 2024-02-10T07:34:46.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:34:45 smithi029 bash[21408]: cluster 2024-02-10T07:34:44.943526+0000 mon.a (mon.0) 314 : cluster 0 osdmap e8: 1 total, 1 up, 1 in 2024-02-10T07:34:46.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:34:45 smithi029 bash[21408]: audit 2024-02-10T07:34:44.944693+0000 mon.a (mon.0) 315 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-10T07:34:46.245 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:34:45 smithi047 bash[23769]: cluster 2024-02-10T07:34:43.070081+0000 osd.0 (osd.0) 1 : cluster 0 purged_snaps scrub starts 2024-02-10T07:34:46.245 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:34:45 smithi047 bash[23769]: cluster 2024-02-10T07:34:43.070155+0000 osd.0 (osd.0) 2 : cluster 0 purged_snaps scrub ok 2024-02-10T07:34:46.245 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:34:45 smithi047 bash[23769]: cluster 2024-02-10T07:34:44.292930+0000 mgr.a (mgr.14152) 131 : cluster 0 pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:34:46.245 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:34:45 smithi047 bash[23769]: cluster 2024-02-10T07:34:44.943457+0000 mon.a (mon.0) 313 : cluster 1 osd.0 [v2:172.21.15.29:6802/2950626295,v1:172.21.15.29:6803/2950626295] boot 2024-02-10T07:34:46.245 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:34:45 smithi047 bash[23769]: cluster 2024-02-10T07:34:44.943526+0000 mon.a (mon.0) 314 : cluster 0 osdmap e8: 1 total, 1 up, 1 in 2024-02-10T07:34:46.245 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:34:45 smithi047 bash[23769]: audit 2024-02-10T07:34:44.944693+0000 mon.a (mon.0) 315 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-10T07:34:46.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:34:45 smithi046 bash[22900]: cluster 2024-02-10T07:34:43.070081+0000 osd.0 (osd.0) 1 : cluster 0 purged_snaps scrub starts 2024-02-10T07:34:46.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:34:45 smithi046 bash[22900]: cluster 2024-02-10T07:34:43.070155+0000 osd.0 (osd.0) 2 : cluster 0 purged_snaps scrub ok 2024-02-10T07:34:46.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:34:45 smithi046 bash[22900]: cluster 2024-02-10T07:34:44.292930+0000 mgr.a (mgr.14152) 131 : cluster 0 pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T07:34:46.327 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:34:45 smithi046 bash[22900]: cluster 2024-02-10T07:34:44.943457+0000 mon.a (mon.0) 313 : cluster 1 osd.0 [v2:172.21.15.29:6802/2950626295,v1:172.21.15.29:6803/2950626295] boot 2024-02-10T07:34:46.327 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:34:45 smithi046 bash[22900]: cluster 2024-02-10T07:34:44.943526+0000 mon.a (mon.0) 314 : cluster 0 osdmap e8: 1 total, 1 up, 1 in 2024-02-10T07:34:46.327 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:34:45 smithi046 bash[22900]: audit 2024-02-10T07:34:44.944693+0000 mon.a (mon.0) 315 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-10T07:34:47.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:34:46 smithi029 bash[21408]: cluster 2024-02-10T07:34:45.959419+0000 mon.a (mon.0) 316 : cluster 0 osdmap e9: 1 total, 1 up, 1 in 2024-02-10T07:34:47.245 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:34:46 smithi047 bash[23769]: cluster 2024-02-10T07:34:45.959419+0000 mon.a (mon.0) 316 : cluster 0 osdmap e9: 1 total, 1 up, 1 in 2024-02-10T07:34:47.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:34:46 smithi046 bash[22900]: cluster 2024-02-10T07:34:45.959419+0000 mon.a (mon.0) 316 : cluster 0 osdmap e9: 1 total, 1 up, 1 in 2024-02-10T07:34:48.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:34:47 smithi029 bash[21408]: cluster 2024-02-10T07:34:46.293387+0000 mgr.a (mgr.14152) 132 : cluster 0 pgmap v88: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-02-10T07:34:48.245 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:34:47 smithi047 bash[23769]: cluster 2024-02-10T07:34:46.293387+0000 mgr.a (mgr.14152) 132 : cluster 0 pgmap v88: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-02-10T07:34:48.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:34:47 smithi046 bash[22900]: cluster 2024-02-10T07:34:46.293387+0000 mgr.a (mgr.14152) 132 : cluster 0 pgmap v88: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-02-10T07:34:49.472 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/mon.b/config 2024-02-10T07:34:50.227 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:34:49 smithi029 bash[21408]: cluster 2024-02-10T07:34:48.293867+0000 mgr.a (mgr.14152) 133 : cluster 0 pgmap v89: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-02-10T07:34:50.245 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:34:49 smithi047 bash[23769]: cluster 2024-02-10T07:34:48.293867+0000 mgr.a (mgr.14152) 133 : cluster 0 pgmap v89: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-02-10T07:34:50.270 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:34:49 smithi046 bash[22900]: cluster 2024-02-10T07:34:48.293867+0000 mgr.a (mgr.14152) 133 : cluster 0 pgmap v89: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-02-10T07:34:52.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:34:51 smithi029 bash[21408]: cluster 2024-02-10T07:34:50.294341+0000 mgr.a (mgr.14152) 134 : cluster 0 pgmap v90: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-02-10T07:34:52.245 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:34:51 smithi047 bash[23769]: cluster 2024-02-10T07:34:50.294341+0000 mgr.a (mgr.14152) 134 : cluster 0 pgmap v90: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-02-10T07:34:52.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:34:51 smithi046 bash[22900]: cluster 2024-02-10T07:34:50.294341+0000 mgr.a (mgr.14152) 134 : cluster 0 pgmap v90: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-02-10T07:34:52.597 INFO:teuthology.orchestra.run.smithi046.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-02-10T07:34:52.597 INFO:teuthology.orchestra.run.smithi046.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-02-10T07:34:52.597 INFO:teuthology.orchestra.run.smithi046.stderr: stderr: 10+0 records in 2024-02-10T07:34:52.597 INFO:teuthology.orchestra.run.smithi046.stderr:10+0 records out 2024-02-10T07:34:52.597 INFO:teuthology.orchestra.run.smithi046.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.013625 s, 770 MB/s 2024-02-10T07:34:52.597 INFO:teuthology.orchestra.run.smithi046.stderr:--> Zapping successful for: 2024-02-10T07:34:53.372 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 039acd78-c7e6-11ee-95b8-87774f69a715 -- ceph orch daemon add osd smithi046:vg_nvme/lv_4 2024-02-10T07:34:54.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:34:53 smithi029 bash[21408]: cluster 2024-02-10T07:34:52.294723+0000 mgr.a (mgr.14152) 135 : cluster 0 pgmap v91: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-02-10T07:34:54.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:34:53 smithi029 bash[21408]: audit 2024-02-10T07:34:53.269940+0000 mon.a (mon.0) 317 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:34:54.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:34:53 smithi029 bash[21408]: audit 2024-02-10T07:34:53.279621+0000 mon.a (mon.0) 318 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:34:54.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:34:53 smithi029 bash[21408]: audit 2024-02-10T07:34:53.281766+0000 mon.a (mon.0) 319 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-10T07:34:54.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:34:53 smithi029 bash[21408]: audit 2024-02-10T07:34:53.289487+0000 mon.a (mon.0) 320 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:34:54.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:34:53 smithi029 bash[21408]: audit 2024-02-10T07:34:53.293695+0000 mon.a (mon.0) 321 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:34:54.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:34:53 smithi029 bash[21408]: audit 2024-02-10T07:34:53.295833+0000 mon.a (mon.0) 322 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T07:34:54.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:34:53 smithi029 bash[21408]: audit 2024-02-10T07:34:53.306000+0000 mon.a (mon.0) 323 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:34:54.245 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:34:53 smithi047 bash[23769]: cluster 2024-02-10T07:34:52.294723+0000 mgr.a (mgr.14152) 135 : cluster 0 pgmap v91: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-02-10T07:34:54.245 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:34:53 smithi047 bash[23769]: audit 2024-02-10T07:34:53.269940+0000 mon.a (mon.0) 317 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:34:54.245 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:34:53 smithi047 bash[23769]: audit 2024-02-10T07:34:53.279621+0000 mon.a (mon.0) 318 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:34:54.245 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:34:53 smithi047 bash[23769]: audit 2024-02-10T07:34:53.281766+0000 mon.a (mon.0) 319 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-10T07:34:54.245 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:34:53 smithi047 bash[23769]: audit 2024-02-10T07:34:53.289487+0000 mon.a (mon.0) 320 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:34:54.245 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:34:53 smithi047 bash[23769]: audit 2024-02-10T07:34:53.293695+0000 mon.a (mon.0) 321 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:34:54.246 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:34:53 smithi047 bash[23769]: audit 2024-02-10T07:34:53.295833+0000 mon.a (mon.0) 322 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T07:34:54.246 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:34:53 smithi047 bash[23769]: audit 2024-02-10T07:34:53.306000+0000 mon.a (mon.0) 323 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:34:54.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:34:53 smithi046 bash[22900]: cluster 2024-02-10T07:34:52.294723+0000 mgr.a (mgr.14152) 135 : cluster 0 pgmap v91: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-02-10T07:34:54.327 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:34:53 smithi046 bash[22900]: audit 2024-02-10T07:34:53.269940+0000 mon.a (mon.0) 317 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:34:54.327 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:34:53 smithi046 bash[22900]: audit 2024-02-10T07:34:53.279621+0000 mon.a (mon.0) 318 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:34:54.327 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:34:53 smithi046 bash[22900]: audit 2024-02-10T07:34:53.281766+0000 mon.a (mon.0) 319 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-10T07:34:54.327 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:34:53 smithi046 bash[22900]: audit 2024-02-10T07:34:53.289487+0000 mon.a (mon.0) 320 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:34:54.327 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:34:53 smithi046 bash[22900]: audit 2024-02-10T07:34:53.293695+0000 mon.a (mon.0) 321 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:34:54.327 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:34:53 smithi046 bash[22900]: audit 2024-02-10T07:34:53.295833+0000 mon.a (mon.0) 322 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T07:34:54.328 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:34:53 smithi046 bash[22900]: audit 2024-02-10T07:34:53.306000+0000 mon.a (mon.0) 323 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:34:55.245 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:34:54 smithi047 bash[23769]: cephadm 2024-02-10T07:34:53.261218+0000 mgr.a (mgr.14152) 136 : cephadm 1 Detected new or changed devices on smithi029 2024-02-10T07:34:55.246 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:34:54 smithi047 bash[23769]: cephadm 2024-02-10T07:34:53.283308+0000 mgr.a (mgr.14152) 137 : cephadm 1 Adjusting osd_memory_target on smithi029 to 17269M 2024-02-10T07:34:55.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:34:54 smithi046 bash[22900]: cephadm 2024-02-10T07:34:53.261218+0000 mgr.a (mgr.14152) 136 : cephadm 1 Detected new or changed devices on smithi029 2024-02-10T07:34:55.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:34:54 smithi046 bash[22900]: cephadm 2024-02-10T07:34:53.283308+0000 mgr.a (mgr.14152) 137 : cephadm 1 Adjusting osd_memory_target on smithi029 to 17269M 2024-02-10T07:34:55.479 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:34:54 smithi029 bash[21408]: cephadm 2024-02-10T07:34:53.261218+0000 mgr.a (mgr.14152) 136 : cephadm 1 Detected new or changed devices on smithi029 2024-02-10T07:34:55.479 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:34:54 smithi029 bash[21408]: cephadm 2024-02-10T07:34:53.283308+0000 mgr.a (mgr.14152) 137 : cephadm 1 Adjusting osd_memory_target on smithi029 to 17269M 2024-02-10T07:34:56.245 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:34:55 smithi047 bash[23769]: cluster 2024-02-10T07:34:54.295211+0000 mgr.a (mgr.14152) 138 : cluster 0 pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-02-10T07:34:56.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:34:55 smithi046 bash[22900]: cluster 2024-02-10T07:34:54.295211+0000 mgr.a (mgr.14152) 138 : cluster 0 pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-02-10T07:34:56.479 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:34:55 smithi029 bash[21408]: cluster 2024-02-10T07:34:54.295211+0000 mgr.a (mgr.14152) 138 : cluster 0 pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-02-10T07:34:57.245 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:34:56 smithi047 bash[23769]: cluster 2024-02-10T07:34:56.295698+0000 mgr.a (mgr.14152) 139 : cluster 0 pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-02-10T07:34:57.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:34:56 smithi046 bash[22900]: cluster 2024-02-10T07:34:56.295698+0000 mgr.a (mgr.14152) 139 : cluster 0 pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-02-10T07:34:57.479 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:34:56 smithi029 bash[21408]: cluster 2024-02-10T07:34:56.295698+0000 mgr.a (mgr.14152) 139 : cluster 0 pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-02-10T07:34:58.086 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/mon.b/config 2024-02-10T07:34:59.527 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:34:59 smithi046 bash[22900]: cluster 2024-02-10T07:34:58.296242+0000 mgr.a (mgr.14152) 140 : cluster 0 pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-02-10T07:34:59.729 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:34:59 smithi029 bash[21408]: cluster 2024-02-10T07:34:58.296242+0000 mgr.a (mgr.14152) 140 : cluster 0 pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-02-10T07:34:59.745 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:34:59 smithi047 bash[23769]: cluster 2024-02-10T07:34:58.296242+0000 mgr.a (mgr.14152) 140 : cluster 0 pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-02-10T07:35:01.495 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:35:01 smithi047 bash[23769]: cluster 2024-02-10T07:35:00.296712+0000 mgr.a (mgr.14152) 141 : cluster 0 pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-02-10T07:35:01.495 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:35:01 smithi047 bash[23769]: audit 2024-02-10T07:35:00.584220+0000 mgr.a (mgr.14152) 142 : audit 0 from='client.24131 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi046:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:35:01.495 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:35:01 smithi047 bash[23769]: audit 2024-02-10T07:35:00.591807+0000 mon.a (mon.0) 324 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T07:35:01.495 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:35:01 smithi047 bash[23769]: audit 2024-02-10T07:35:00.598202+0000 mon.a (mon.0) 325 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-10T07:35:01.495 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:35:01 smithi047 bash[23769]: audit 2024-02-10T07:35:00.600001+0000 mon.a (mon.0) 326 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:35:01.729 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:35:01 smithi029 bash[21408]: cluster 2024-02-10T07:35:00.296712+0000 mgr.a (mgr.14152) 141 : cluster 0 pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-02-10T07:35:01.729 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:35:01 smithi029 bash[21408]: audit 2024-02-10T07:35:00.584220+0000 mgr.a (mgr.14152) 142 : audit 0 from='client.24131 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi046:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:35:01.730 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:35:01 smithi029 bash[21408]: audit 2024-02-10T07:35:00.591807+0000 mon.a (mon.0) 324 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T07:35:01.730 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:35:01 smithi029 bash[21408]: audit 2024-02-10T07:35:00.598202+0000 mon.a (mon.0) 325 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-10T07:35:01.730 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:35:01 smithi029 bash[21408]: audit 2024-02-10T07:35:00.600001+0000 mon.a (mon.0) 326 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:35:01.826 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:35:01 smithi046 bash[22900]: cluster 2024-02-10T07:35:00.296712+0000 mgr.a (mgr.14152) 141 : cluster 0 pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-02-10T07:35:01.826 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:35:01 smithi046 bash[22900]: audit 2024-02-10T07:35:00.584220+0000 mgr.a (mgr.14152) 142 : audit 0 from='client.24131 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi046:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:35:01.826 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:35:01 smithi046 bash[22900]: audit 2024-02-10T07:35:00.591807+0000 mon.a (mon.0) 324 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T07:35:01.826 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:35:01 smithi046 bash[22900]: audit 2024-02-10T07:35:00.598202+0000 mon.a (mon.0) 325 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-10T07:35:01.827 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:35:01 smithi046 bash[22900]: audit 2024-02-10T07:35:00.600001+0000 mon.a (mon.0) 326 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:35:03.729 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:35:03 smithi029 bash[21408]: cluster 2024-02-10T07:35:02.297177+0000 mgr.a (mgr.14152) 143 : cluster 0 pgmap v96: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-02-10T07:35:03.744 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:35:03 smithi047 bash[23769]: cluster 2024-02-10T07:35:02.297177+0000 mgr.a (mgr.14152) 143 : cluster 0 pgmap v96: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-02-10T07:35:03.826 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:35:03 smithi046 bash[22900]: cluster 2024-02-10T07:35:02.297177+0000 mgr.a (mgr.14152) 143 : cluster 0 pgmap v96: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-02-10T07:35:05.729 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:35:05 smithi029 bash[21408]: cluster 2024-02-10T07:35:04.297625+0000 mgr.a (mgr.14152) 144 : cluster 0 pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-02-10T07:35:05.744 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:35:05 smithi047 bash[23769]: cluster 2024-02-10T07:35:04.297625+0000 mgr.a (mgr.14152) 144 : cluster 0 pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-02-10T07:35:05.826 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:35:05 smithi046 bash[22900]: cluster 2024-02-10T07:35:04.297625+0000 mgr.a (mgr.14152) 144 : cluster 0 pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-02-10T07:35:08.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:35:07 smithi029 bash[21408]: cluster 2024-02-10T07:35:06.298092+0000 mgr.a (mgr.14152) 145 : cluster 0 pgmap v98: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-02-10T07:35:08.244 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:35:07 smithi047 bash[23769]: cluster 2024-02-10T07:35:06.298092+0000 mgr.a (mgr.14152) 145 : cluster 0 pgmap v98: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-02-10T07:35:08.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:35:07 smithi046 bash[22900]: cluster 2024-02-10T07:35:06.298092+0000 mgr.a (mgr.14152) 145 : cluster 0 pgmap v98: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-02-10T07:35:09.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:35:08 smithi029 bash[21408]: audit 2024-02-10T07:35:08.770075+0000 mon.b (mon.2) 7 : audit 1 from='client.? 172.21.15.46:0/879379781' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "667f8723-e684-4a1f-aa96-e2a76fb43325"}]: dispatch 2024-02-10T07:35:09.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:35:08 smithi029 bash[21408]: audit 2024-02-10T07:35:08.771193+0000 mon.a (mon.0) 327 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "667f8723-e684-4a1f-aa96-e2a76fb43325"}]: dispatch 2024-02-10T07:35:09.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:35:08 smithi029 bash[21408]: audit 2024-02-10T07:35:08.774207+0000 mon.a (mon.0) 328 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "667f8723-e684-4a1f-aa96-e2a76fb43325"}]': finished 2024-02-10T07:35:09.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:35:08 smithi029 bash[21408]: cluster 2024-02-10T07:35:08.779341+0000 mon.a (mon.0) 329 : cluster 0 osdmap e10: 2 total, 1 up, 2 in 2024-02-10T07:35:09.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:35:08 smithi029 bash[21408]: audit 2024-02-10T07:35:08.779907+0000 mon.a (mon.0) 330 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T07:35:09.245 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:35:08 smithi047 bash[23769]: audit 2024-02-10T07:35:08.770075+0000 mon.b (mon.2) 7 : audit 1 from='client.? 172.21.15.46:0/879379781' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "667f8723-e684-4a1f-aa96-e2a76fb43325"}]: dispatch 2024-02-10T07:35:09.245 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:35:08 smithi047 bash[23769]: audit 2024-02-10T07:35:08.771193+0000 mon.a (mon.0) 327 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "667f8723-e684-4a1f-aa96-e2a76fb43325"}]: dispatch 2024-02-10T07:35:09.245 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:35:08 smithi047 bash[23769]: audit 2024-02-10T07:35:08.774207+0000 mon.a (mon.0) 328 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "667f8723-e684-4a1f-aa96-e2a76fb43325"}]': finished 2024-02-10T07:35:09.245 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:35:08 smithi047 bash[23769]: cluster 2024-02-10T07:35:08.779341+0000 mon.a (mon.0) 329 : cluster 0 osdmap e10: 2 total, 1 up, 2 in 2024-02-10T07:35:09.245 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:35:08 smithi047 bash[23769]: audit 2024-02-10T07:35:08.779907+0000 mon.a (mon.0) 330 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T07:35:09.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:35:08 smithi046 bash[22900]: audit 2024-02-10T07:35:08.770075+0000 mon.b (mon.2) 7 : audit 1 from='client.? 172.21.15.46:0/879379781' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "667f8723-e684-4a1f-aa96-e2a76fb43325"}]: dispatch 2024-02-10T07:35:09.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:35:08 smithi046 bash[22900]: audit 2024-02-10T07:35:08.771193+0000 mon.a (mon.0) 327 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "667f8723-e684-4a1f-aa96-e2a76fb43325"}]: dispatch 2024-02-10T07:35:09.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:35:08 smithi046 bash[22900]: audit 2024-02-10T07:35:08.774207+0000 mon.a (mon.0) 328 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "667f8723-e684-4a1f-aa96-e2a76fb43325"}]': finished 2024-02-10T07:35:09.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:35:08 smithi046 bash[22900]: cluster 2024-02-10T07:35:08.779341+0000 mon.a (mon.0) 329 : cluster 0 osdmap e10: 2 total, 1 up, 2 in 2024-02-10T07:35:09.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:35:08 smithi046 bash[22900]: audit 2024-02-10T07:35:08.779907+0000 mon.a (mon.0) 330 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T07:35:10.236 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:35:09 smithi029 bash[21408]: cluster 2024-02-10T07:35:08.298547+0000 mgr.a (mgr.14152) 146 : cluster 0 pgmap v99: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-02-10T07:35:10.237 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:35:09 smithi029 bash[21408]: audit 2024-02-10T07:35:09.504188+0000 mon.b (mon.2) 8 : audit 0 from='client.? 172.21.15.46:0/4282051844' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-10T07:35:10.245 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:35:09 smithi047 bash[23769]: cluster 2024-02-10T07:35:08.298547+0000 mgr.a (mgr.14152) 146 : cluster 0 pgmap v99: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-02-10T07:35:10.245 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:35:09 smithi047 bash[23769]: audit 2024-02-10T07:35:09.504188+0000 mon.b (mon.2) 8 : audit 0 from='client.? 172.21.15.46:0/4282051844' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-10T07:35:10.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:35:09 smithi046 bash[22900]: cluster 2024-02-10T07:35:08.298547+0000 mgr.a (mgr.14152) 146 : cluster 0 pgmap v99: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-02-10T07:35:10.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:35:09 smithi046 bash[22900]: audit 2024-02-10T07:35:09.504188+0000 mon.b (mon.2) 8 : audit 0 from='client.? 172.21.15.46:0/4282051844' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-10T07:35:12.204 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:35:11 smithi046 bash[22900]: cluster 2024-02-10T07:35:10.298938+0000 mgr.a (mgr.14152) 147 : cluster 0 pgmap v101: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-02-10T07:35:12.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:35:11 smithi029 bash[21408]: cluster 2024-02-10T07:35:10.298938+0000 mgr.a (mgr.14152) 147 : cluster 0 pgmap v101: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-02-10T07:35:12.244 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:35:11 smithi047 bash[23769]: cluster 2024-02-10T07:35:10.298938+0000 mgr.a (mgr.14152) 147 : cluster 0 pgmap v101: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-02-10T07:35:14.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:35:13 smithi029 bash[21408]: cluster 2024-02-10T07:35:12.299384+0000 mgr.a (mgr.14152) 148 : cluster 0 pgmap v102: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-02-10T07:35:14.244 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:35:13 smithi047 bash[23769]: cluster 2024-02-10T07:35:12.299384+0000 mgr.a (mgr.14152) 148 : cluster 0 pgmap v102: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-02-10T07:35:14.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:35:13 smithi046 bash[22900]: cluster 2024-02-10T07:35:12.299384+0000 mgr.a (mgr.14152) 148 : cluster 0 pgmap v102: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-02-10T07:35:16.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:35:15 smithi029 bash[21408]: cluster 2024-02-10T07:35:14.299838+0000 mgr.a (mgr.14152) 149 : cluster 0 pgmap v103: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-02-10T07:35:16.244 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:35:15 smithi047 bash[23769]: cluster 2024-02-10T07:35:14.299838+0000 mgr.a (mgr.14152) 149 : cluster 0 pgmap v103: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-02-10T07:35:16.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:35:15 smithi046 bash[22900]: cluster 2024-02-10T07:35:14.299838+0000 mgr.a (mgr.14152) 149 : cluster 0 pgmap v103: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-02-10T07:35:18.076 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:35:17 smithi046 bash[22900]: cluster 2024-02-10T07:35:16.300306+0000 mgr.a (mgr.14152) 150 : cluster 0 pgmap v104: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-02-10T07:35:18.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:35:17 smithi029 bash[21408]: cluster 2024-02-10T07:35:16.300306+0000 mgr.a (mgr.14152) 150 : cluster 0 pgmap v104: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-02-10T07:35:18.244 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:35:17 smithi047 bash[23769]: cluster 2024-02-10T07:35:16.300306+0000 mgr.a (mgr.14152) 150 : cluster 0 pgmap v104: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-02-10T07:35:20.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:35:19 smithi029 bash[21408]: cluster 2024-02-10T07:35:18.300744+0000 mgr.a (mgr.14152) 151 : cluster 0 pgmap v105: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-02-10T07:35:20.245 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:35:19 smithi047 bash[23769]: cluster 2024-02-10T07:35:18.300744+0000 mgr.a (mgr.14152) 151 : cluster 0 pgmap v105: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-02-10T07:35:20.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:35:19 smithi046 bash[22900]: cluster 2024-02-10T07:35:18.300744+0000 mgr.a (mgr.14152) 151 : cluster 0 pgmap v105: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-02-10T07:35:22.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:35:21 smithi029 bash[21408]: cluster 2024-02-10T07:35:20.301178+0000 mgr.a (mgr.14152) 152 : cluster 0 pgmap v106: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-02-10T07:35:22.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:35:21 smithi029 bash[21408]: audit 2024-02-10T07:35:20.970796+0000 mon.a (mon.0) 331 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-02-10T07:35:22.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:35:21 smithi029 bash[21408]: audit 2024-02-10T07:35:20.972638+0000 mon.a (mon.0) 332 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:35:22.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:35:21 smithi029 bash[21408]: cephadm 2024-02-10T07:35:20.974169+0000 mgr.a (mgr.14152) 153 : cephadm 1 Deploying daemon osd.1 on smithi046 2024-02-10T07:35:22.239 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:35:21 smithi046 bash[22900]: cluster 2024-02-10T07:35:20.301178+0000 mgr.a (mgr.14152) 152 : cluster 0 pgmap v106: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-02-10T07:35:22.239 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:35:21 smithi046 bash[22900]: audit 2024-02-10T07:35:20.970796+0000 mon.a (mon.0) 331 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-02-10T07:35:22.239 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:35:21 smithi046 bash[22900]: audit 2024-02-10T07:35:20.972638+0000 mon.a (mon.0) 332 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:35:22.239 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:35:21 smithi046 bash[22900]: cephadm 2024-02-10T07:35:20.974169+0000 mgr.a (mgr.14152) 153 : cephadm 1 Deploying daemon osd.1 on smithi046 2024-02-10T07:35:22.244 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:35:21 smithi047 bash[23769]: cluster 2024-02-10T07:35:20.301178+0000 mgr.a (mgr.14152) 152 : cluster 0 pgmap v106: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-02-10T07:35:22.245 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:35:21 smithi047 bash[23769]: audit 2024-02-10T07:35:20.970796+0000 mon.a (mon.0) 331 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-02-10T07:35:22.245 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:35:21 smithi047 bash[23769]: audit 2024-02-10T07:35:20.972638+0000 mon.a (mon.0) 332 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:35:22.245 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:35:21 smithi047 bash[23769]: cephadm 2024-02-10T07:35:20.974169+0000 mgr.a (mgr.14152) 153 : cephadm 1 Deploying daemon osd.1 on smithi046 2024-02-10T07:35:24.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:35:23 smithi029 bash[21408]: cluster 2024-02-10T07:35:22.301638+0000 mgr.a (mgr.14152) 154 : cluster 0 pgmap v107: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-02-10T07:35:24.245 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:35:23 smithi047 bash[23769]: cluster 2024-02-10T07:35:22.301638+0000 mgr.a (mgr.14152) 154 : cluster 0 pgmap v107: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-02-10T07:35:24.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:35:23 smithi046 bash[22900]: cluster 2024-02-10T07:35:22.301638+0000 mgr.a (mgr.14152) 154 : cluster 0 pgmap v107: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-02-10T07:35:24.893 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:35:24 smithi046 systemd[1]: /etc/systemd/system/ceph-039acd78-c7e6-11ee-95b8-87774f69a715@.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-02-10T07:35:24.893 INFO:journalctl@ceph.mgr.b.smithi046.stdout:Feb 10 07:35:24 smithi046 systemd[1]: /etc/systemd/system/ceph-039acd78-c7e6-11ee-95b8-87774f69a715@.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-02-10T07:35:25.182 INFO:journalctl@ceph.mgr.b.smithi046.stdout:Feb 10 07:35:25 smithi046 systemd[1]: /etc/systemd/system/ceph-039acd78-c7e6-11ee-95b8-87774f69a715@.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-02-10T07:35:25.182 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:35:25 smithi046 systemd[1]: /etc/systemd/system/ceph-039acd78-c7e6-11ee-95b8-87774f69a715@.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-02-10T07:35:26.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:35:25 smithi029 bash[21408]: cluster 2024-02-10T07:35:24.302157+0000 mgr.a (mgr.14152) 155 : cluster 0 pgmap v108: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-02-10T07:35:26.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:35:25 smithi029 bash[21408]: audit 2024-02-10T07:35:25.182389+0000 mon.a (mon.0) 333 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:35:26.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:35:25 smithi029 bash[21408]: audit 2024-02-10T07:35:25.190592+0000 mon.a (mon.0) 334 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:35:26.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:35:25 smithi029 bash[21408]: audit 2024-02-10T07:35:25.213101+0000 mon.a (mon.0) 335 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:35:26.244 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:35:25 smithi047 bash[23769]: cluster 2024-02-10T07:35:24.302157+0000 mgr.a (mgr.14152) 155 : cluster 0 pgmap v108: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-02-10T07:35:26.245 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:35:25 smithi047 bash[23769]: audit 2024-02-10T07:35:25.182389+0000 mon.a (mon.0) 333 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:35:26.245 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:35:25 smithi047 bash[23769]: audit 2024-02-10T07:35:25.190592+0000 mon.a (mon.0) 334 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:35:26.245 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:35:25 smithi047 bash[23769]: audit 2024-02-10T07:35:25.213101+0000 mon.a (mon.0) 335 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:35:26.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:35:25 smithi046 bash[22900]: cluster 2024-02-10T07:35:24.302157+0000 mgr.a (mgr.14152) 155 : cluster 0 pgmap v108: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-02-10T07:35:26.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:35:25 smithi046 bash[22900]: audit 2024-02-10T07:35:25.182389+0000 mon.a (mon.0) 333 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:35:26.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:35:25 smithi046 bash[22900]: audit 2024-02-10T07:35:25.190592+0000 mon.a (mon.0) 334 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:35:26.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:35:25 smithi046 bash[22900]: audit 2024-02-10T07:35:25.213101+0000 mon.a (mon.0) 335 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:35:28.076 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:35:27 smithi046 bash[22900]: cluster 2024-02-10T07:35:26.302644+0000 mgr.a (mgr.14152) 156 : cluster 0 pgmap v109: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-02-10T07:35:28.232 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:35:27 smithi029 bash[21408]: cluster 2024-02-10T07:35:26.302644+0000 mgr.a (mgr.14152) 156 : cluster 0 pgmap v109: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-02-10T07:35:28.244 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:35:27 smithi047 bash[23769]: cluster 2024-02-10T07:35:26.302644+0000 mgr.a (mgr.14152) 156 : cluster 0 pgmap v109: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-02-10T07:35:30.244 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:35:29 smithi047 bash[23769]: cluster 2024-02-10T07:35:28.303058+0000 mgr.a (mgr.14152) 157 : cluster 0 pgmap v110: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-02-10T07:35:30.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:35:29 smithi046 bash[22900]: cluster 2024-02-10T07:35:28.303058+0000 mgr.a (mgr.14152) 157 : cluster 0 pgmap v110: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-02-10T07:35:30.479 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:35:29 smithi029 bash[21408]: cluster 2024-02-10T07:35:28.303058+0000 mgr.a (mgr.14152) 157 : cluster 0 pgmap v110: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-02-10T07:35:32.244 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:35:31 smithi047 bash[23769]: cluster 2024-02-10T07:35:30.303492+0000 mgr.a (mgr.14152) 158 : cluster 0 pgmap v111: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-02-10T07:35:32.245 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:35:31 smithi047 bash[23769]: audit 2024-02-10T07:35:31.350065+0000 mon.b (mon.2) 9 : audit 1 from='osd.1 [v2:172.21.15.46:6800/3241193983,v1:172.21.15.46:6801/3241193983]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-02-10T07:35:32.245 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:35:31 smithi047 bash[23769]: audit 2024-02-10T07:35:31.351149+0000 mon.a (mon.0) 336 : audit 1 from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-02-10T07:35:32.327 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:35:31 smithi046 bash[22900]: cluster 2024-02-10T07:35:30.303492+0000 mgr.a (mgr.14152) 158 : cluster 0 pgmap v111: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-02-10T07:35:32.327 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:35:31 smithi046 bash[22900]: audit 2024-02-10T07:35:31.350065+0000 mon.b (mon.2) 9 : audit 1 from='osd.1 [v2:172.21.15.46:6800/3241193983,v1:172.21.15.46:6801/3241193983]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-02-10T07:35:32.328 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:35:31 smithi046 bash[22900]: audit 2024-02-10T07:35:31.351149+0000 mon.a (mon.0) 336 : audit 1 from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-02-10T07:35:32.479 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:35:31 smithi029 bash[21408]: cluster 2024-02-10T07:35:30.303492+0000 mgr.a (mgr.14152) 158 : cluster 0 pgmap v111: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-02-10T07:35:32.479 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:35:31 smithi029 bash[21408]: audit 2024-02-10T07:35:31.350065+0000 mon.b (mon.2) 9 : audit 1 from='osd.1 [v2:172.21.15.46:6800/3241193983,v1:172.21.15.46:6801/3241193983]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-02-10T07:35:32.479 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:35:31 smithi029 bash[21408]: audit 2024-02-10T07:35:31.351149+0000 mon.a (mon.0) 336 : audit 1 from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-02-10T07:35:33.076 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:35:33 smithi046 bash[22900]: audit 2024-02-10T07:35:31.984450+0000 mon.a (mon.0) 337 : audit 1 from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-02-10T07:35:33.077 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:35:33 smithi046 bash[22900]: audit 2024-02-10T07:35:31.986851+0000 mon.b (mon.2) 10 : audit 1 from='osd.1 [v2:172.21.15.46:6800/3241193983,v1:172.21.15.46:6801/3241193983]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]: dispatch 2024-02-10T07:35:33.077 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:35:33 smithi046 bash[22900]: cluster 2024-02-10T07:35:31.989594+0000 mon.a (mon.0) 338 : cluster 0 osdmap e11: 2 total, 1 up, 2 in 2024-02-10T07:35:33.077 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:35:33 smithi046 bash[22900]: audit 2024-02-10T07:35:31.991122+0000 mon.a (mon.0) 339 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T07:35:33.077 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:35:33 smithi046 bash[22900]: audit 2024-02-10T07:35:31.997396+0000 mon.a (mon.0) 340 : audit 1 from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]: dispatch 2024-02-10T07:35:33.077 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:35:33 smithi046 bash[22900]: audit 2024-02-10T07:35:32.016354+0000 mon.a (mon.0) 341 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:35:33.077 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:35:33 smithi046 bash[22900]: audit 2024-02-10T07:35:32.024530+0000 mon.a (mon.0) 342 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:35:33.077 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:35:33 smithi046 bash[22900]: audit 2024-02-10T07:35:32.026459+0000 mon.a (mon.0) 343 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:35:33.077 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:35:33 smithi046 bash[22900]: audit 2024-02-10T07:35:32.028276+0000 mon.a (mon.0) 344 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T07:35:33.077 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:35:33 smithi046 bash[22900]: audit 2024-02-10T07:35:32.038060+0000 mon.a (mon.0) 345 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:35:33.077 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:35:33 smithi046 bash[22900]: cluster 2024-02-10T07:35:32.304042+0000 mgr.a (mgr.14152) 159 : cluster 0 pgmap v113: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-02-10T07:35:33.479 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:35:33 smithi029 bash[21408]: audit 2024-02-10T07:35:31.984450+0000 mon.a (mon.0) 337 : audit 1 from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-02-10T07:35:33.479 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:35:33 smithi029 bash[21408]: audit 2024-02-10T07:35:31.986851+0000 mon.b (mon.2) 10 : audit 1 from='osd.1 [v2:172.21.15.46:6800/3241193983,v1:172.21.15.46:6801/3241193983]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]: dispatch 2024-02-10T07:35:33.479 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:35:33 smithi029 bash[21408]: cluster 2024-02-10T07:35:31.989594+0000 mon.a (mon.0) 338 : cluster 0 osdmap e11: 2 total, 1 up, 2 in 2024-02-10T07:35:33.480 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:35:33 smithi029 bash[21408]: audit 2024-02-10T07:35:31.991122+0000 mon.a (mon.0) 339 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T07:35:33.480 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:35:33 smithi029 bash[21408]: audit 2024-02-10T07:35:31.997396+0000 mon.a (mon.0) 340 : audit 1 from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]: dispatch 2024-02-10T07:35:33.480 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:35:33 smithi029 bash[21408]: audit 2024-02-10T07:35:32.016354+0000 mon.a (mon.0) 341 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:35:33.480 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:35:33 smithi029 bash[21408]: audit 2024-02-10T07:35:32.024530+0000 mon.a (mon.0) 342 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:35:33.480 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:35:33 smithi029 bash[21408]: audit 2024-02-10T07:35:32.026459+0000 mon.a (mon.0) 343 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:35:33.480 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:35:33 smithi029 bash[21408]: audit 2024-02-10T07:35:32.028276+0000 mon.a (mon.0) 344 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T07:35:33.480 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:35:33 smithi029 bash[21408]: audit 2024-02-10T07:35:32.038060+0000 mon.a (mon.0) 345 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:35:33.480 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:35:33 smithi029 bash[21408]: cluster 2024-02-10T07:35:32.304042+0000 mgr.a (mgr.14152) 159 : cluster 0 pgmap v113: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-02-10T07:35:33.495 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:35:33 smithi047 bash[23769]: audit 2024-02-10T07:35:31.984450+0000 mon.a (mon.0) 337 : audit 1 from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-02-10T07:35:33.495 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:35:33 smithi047 bash[23769]: audit 2024-02-10T07:35:31.986851+0000 mon.b (mon.2) 10 : audit 1 from='osd.1 [v2:172.21.15.46:6800/3241193983,v1:172.21.15.46:6801/3241193983]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]: dispatch 2024-02-10T07:35:33.495 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:35:33 smithi047 bash[23769]: cluster 2024-02-10T07:35:31.989594+0000 mon.a (mon.0) 338 : cluster 0 osdmap e11: 2 total, 1 up, 2 in 2024-02-10T07:35:33.495 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:35:33 smithi047 bash[23769]: audit 2024-02-10T07:35:31.991122+0000 mon.a (mon.0) 339 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T07:35:33.495 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:35:33 smithi047 bash[23769]: audit 2024-02-10T07:35:31.997396+0000 mon.a (mon.0) 340 : audit 1 from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]: dispatch 2024-02-10T07:35:33.495 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:35:33 smithi047 bash[23769]: audit 2024-02-10T07:35:32.016354+0000 mon.a (mon.0) 341 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:35:33.495 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:35:33 smithi047 bash[23769]: audit 2024-02-10T07:35:32.024530+0000 mon.a (mon.0) 342 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:35:33.495 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:35:33 smithi047 bash[23769]: audit 2024-02-10T07:35:32.026459+0000 mon.a (mon.0) 343 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:35:33.495 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:35:33 smithi047 bash[23769]: audit 2024-02-10T07:35:32.028276+0000 mon.a (mon.0) 344 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T07:35:33.495 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:35:33 smithi047 bash[23769]: audit 2024-02-10T07:35:32.038060+0000 mon.a (mon.0) 345 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:35:33.495 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:35:33 smithi047 bash[23769]: cluster 2024-02-10T07:35:32.304042+0000 mgr.a (mgr.14152) 159 : cluster 0 pgmap v113: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-02-10T07:35:34.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:35:34 smithi046 bash[22900]: audit 2024-02-10T07:35:32.993757+0000 mon.a (mon.0) 346 : audit 1 from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]': finished 2024-02-10T07:35:34.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:35:34 smithi046 bash[22900]: cluster 2024-02-10T07:35:32.999031+0000 mon.a (mon.0) 347 : cluster 0 osdmap e12: 2 total, 1 up, 2 in 2024-02-10T07:35:34.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:35:34 smithi046 bash[22900]: audit 2024-02-10T07:35:32.999875+0000 mon.a (mon.0) 348 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T07:35:34.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:35:34 smithi046 bash[22900]: audit 2024-02-10T07:35:33.007876+0000 mon.a (mon.0) 349 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T07:35:34.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:35:34 smithi046 bash[22900]: audit 2024-02-10T07:35:33.328888+0000 mon.a (mon.0) 350 : audit 1 from='osd.1 ' entity='osd.1' 2024-02-10T07:35:34.479 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:35:34 smithi029 bash[21408]: audit 2024-02-10T07:35:32.993757+0000 mon.a (mon.0) 346 : audit 1 from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]': finished 2024-02-10T07:35:34.479 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:35:34 smithi029 bash[21408]: cluster 2024-02-10T07:35:32.999031+0000 mon.a (mon.0) 347 : cluster 0 osdmap e12: 2 total, 1 up, 2 in 2024-02-10T07:35:34.479 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:35:34 smithi029 bash[21408]: audit 2024-02-10T07:35:32.999875+0000 mon.a (mon.0) 348 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T07:35:34.479 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:35:34 smithi029 bash[21408]: audit 2024-02-10T07:35:33.007876+0000 mon.a (mon.0) 349 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T07:35:34.479 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:35:34 smithi029 bash[21408]: audit 2024-02-10T07:35:33.328888+0000 mon.a (mon.0) 350 : audit 1 from='osd.1 ' entity='osd.1' 2024-02-10T07:35:34.494 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:35:34 smithi047 bash[23769]: audit 2024-02-10T07:35:32.993757+0000 mon.a (mon.0) 346 : audit 1 from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]': finished 2024-02-10T07:35:34.494 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:35:34 smithi047 bash[23769]: cluster 2024-02-10T07:35:32.999031+0000 mon.a (mon.0) 347 : cluster 0 osdmap e12: 2 total, 1 up, 2 in 2024-02-10T07:35:34.495 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:35:34 smithi047 bash[23769]: audit 2024-02-10T07:35:32.999875+0000 mon.a (mon.0) 348 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T07:35:34.495 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:35:34 smithi047 bash[23769]: audit 2024-02-10T07:35:33.007876+0000 mon.a (mon.0) 349 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T07:35:34.495 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:35:34 smithi047 bash[23769]: audit 2024-02-10T07:35:33.328888+0000 mon.a (mon.0) 350 : audit 1 from='osd.1 ' entity='osd.1' 2024-02-10T07:35:35.267 INFO:teuthology.orchestra.run.smithi046.stdout:Created osd(s) 1 on host 'smithi046' 2024-02-10T07:35:35.288 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:35:35 smithi046 bash[22900]: cluster 2024-02-10T07:35:32.382675+0000 osd.1 (osd.1) 1 : cluster 0 purged_snaps scrub starts 2024-02-10T07:35:35.288 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:35:35 smithi046 bash[22900]: cluster 2024-02-10T07:35:32.382781+0000 osd.1 (osd.1) 2 : cluster 0 purged_snaps scrub ok 2024-02-10T07:35:35.288 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:35:35 smithi046 bash[22900]: audit 2024-02-10T07:35:34.009040+0000 mon.a (mon.0) 351 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T07:35:35.288 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:35:35 smithi046 bash[22900]: cluster 2024-02-10T07:35:34.304519+0000 mgr.a (mgr.14152) 160 : cluster 0 pgmap v115: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-02-10T07:35:35.288 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:35:35 smithi046 bash[22900]: cluster 2024-02-10T07:35:34.333630+0000 mon.a (mon.0) 352 : cluster 1 osd.1 [v2:172.21.15.46:6800/3241193983,v1:172.21.15.46:6801/3241193983] boot 2024-02-10T07:35:35.289 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:35:35 smithi046 bash[22900]: cluster 2024-02-10T07:35:34.333707+0000 mon.a (mon.0) 353 : cluster 0 osdmap e13: 2 total, 2 up, 2 in 2024-02-10T07:35:35.289 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:35:35 smithi046 bash[22900]: audit 2024-02-10T07:35:34.333937+0000 mon.a (mon.0) 354 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T07:35:35.479 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:35:35 smithi029 bash[21408]: cluster 2024-02-10T07:35:32.382675+0000 osd.1 (osd.1) 1 : cluster 0 purged_snaps scrub starts 2024-02-10T07:35:35.479 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:35:35 smithi029 bash[21408]: cluster 2024-02-10T07:35:32.382781+0000 osd.1 (osd.1) 2 : cluster 0 purged_snaps scrub ok 2024-02-10T07:35:35.479 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:35:35 smithi029 bash[21408]: audit 2024-02-10T07:35:34.009040+0000 mon.a (mon.0) 351 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T07:35:35.479 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:35:35 smithi029 bash[21408]: cluster 2024-02-10T07:35:34.304519+0000 mgr.a (mgr.14152) 160 : cluster 0 pgmap v115: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-02-10T07:35:35.479 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:35:35 smithi029 bash[21408]: cluster 2024-02-10T07:35:34.333630+0000 mon.a (mon.0) 352 : cluster 1 osd.1 [v2:172.21.15.46:6800/3241193983,v1:172.21.15.46:6801/3241193983] boot 2024-02-10T07:35:35.480 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:35:35 smithi029 bash[21408]: cluster 2024-02-10T07:35:34.333707+0000 mon.a (mon.0) 353 : cluster 0 osdmap e13: 2 total, 2 up, 2 in 2024-02-10T07:35:35.480 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:35:35 smithi029 bash[21408]: audit 2024-02-10T07:35:34.333937+0000 mon.a (mon.0) 354 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T07:35:35.495 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:35:35 smithi047 bash[23769]: cluster 2024-02-10T07:35:32.382675+0000 osd.1 (osd.1) 1 : cluster 0 purged_snaps scrub starts 2024-02-10T07:35:35.495 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:35:35 smithi047 bash[23769]: cluster 2024-02-10T07:35:32.382781+0000 osd.1 (osd.1) 2 : cluster 0 purged_snaps scrub ok 2024-02-10T07:35:35.495 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:35:35 smithi047 bash[23769]: audit 2024-02-10T07:35:34.009040+0000 mon.a (mon.0) 351 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T07:35:35.495 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:35:35 smithi047 bash[23769]: cluster 2024-02-10T07:35:34.304519+0000 mgr.a (mgr.14152) 160 : cluster 0 pgmap v115: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-02-10T07:35:35.495 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:35:35 smithi047 bash[23769]: cluster 2024-02-10T07:35:34.333630+0000 mon.a (mon.0) 352 : cluster 1 osd.1 [v2:172.21.15.46:6800/3241193983,v1:172.21.15.46:6801/3241193983] boot 2024-02-10T07:35:35.495 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:35:35 smithi047 bash[23769]: cluster 2024-02-10T07:35:34.333707+0000 mon.a (mon.0) 353 : cluster 0 osdmap e13: 2 total, 2 up, 2 in 2024-02-10T07:35:35.495 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:35:35 smithi047 bash[23769]: audit 2024-02-10T07:35:34.333937+0000 mon.a (mon.0) 354 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T07:35:35.900 DEBUG:teuthology.orchestra.run.smithi046:osd.1> sudo journalctl -f -n 0 -u ceph-039acd78-c7e6-11ee-95b8-87774f69a715@osd.1.service 2024-02-10T07:35:35.903 INFO:tasks.cephadm:Deploying osd.2 on smithi047 with /dev/vg_nvme/lv_4... 2024-02-10T07:35:35.903 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 039acd78-c7e6-11ee-95b8-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-02-10T07:35:36.494 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:35:36 smithi047 bash[23769]: audit 2024-02-10T07:35:35.236751+0000 mon.a (mon.0) 355 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:35:36.495 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:35:36 smithi047 bash[23769]: audit 2024-02-10T07:35:35.245084+0000 mon.a (mon.0) 356 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:35:36.495 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:35:36 smithi047 bash[23769]: audit 2024-02-10T07:35:35.264560+0000 mon.a (mon.0) 357 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:35:36.576 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:35:36 smithi046 bash[22900]: audit 2024-02-10T07:35:35.236751+0000 mon.a (mon.0) 355 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:35:36.576 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:35:36 smithi046 bash[22900]: audit 2024-02-10T07:35:35.245084+0000 mon.a (mon.0) 356 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:35:36.577 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:35:36 smithi046 bash[22900]: audit 2024-02-10T07:35:35.264560+0000 mon.a (mon.0) 357 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:35:36.729 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:35:36 smithi029 bash[21408]: audit 2024-02-10T07:35:35.236751+0000 mon.a (mon.0) 355 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:35:36.729 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:35:36 smithi029 bash[21408]: audit 2024-02-10T07:35:35.245084+0000 mon.a (mon.0) 356 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:35:36.729 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:35:36 smithi029 bash[21408]: audit 2024-02-10T07:35:35.264560+0000 mon.a (mon.0) 357 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:35:37.576 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:35:37 smithi046 bash[22900]: cluster 2024-02-10T07:35:36.247729+0000 mon.a (mon.0) 358 : cluster 0 osdmap e14: 2 total, 2 up, 2 in 2024-02-10T07:35:37.576 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:35:37 smithi046 bash[22900]: cluster 2024-02-10T07:35:36.304965+0000 mgr.a (mgr.14152) 161 : cluster 0 pgmap v118: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-10T07:35:37.729 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:35:37 smithi029 bash[21408]: cluster 2024-02-10T07:35:36.247729+0000 mon.a (mon.0) 358 : cluster 0 osdmap e14: 2 total, 2 up, 2 in 2024-02-10T07:35:37.729 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:35:37 smithi029 bash[21408]: cluster 2024-02-10T07:35:36.304965+0000 mgr.a (mgr.14152) 161 : cluster 0 pgmap v118: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-10T07:35:37.744 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:35:37 smithi047 bash[23769]: cluster 2024-02-10T07:35:36.247729+0000 mon.a (mon.0) 358 : cluster 0 osdmap e14: 2 total, 2 up, 2 in 2024-02-10T07:35:37.744 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:35:37 smithi047 bash[23769]: cluster 2024-02-10T07:35:36.304965+0000 mgr.a (mgr.14152) 161 : cluster 0 pgmap v118: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-10T07:35:39.608 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/mon.c/config 2024-02-10T07:35:39.627 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:35:39 smithi047 bash[23769]: cluster 2024-02-10T07:35:38.305417+0000 mgr.a (mgr.14152) 162 : cluster 0 pgmap v119: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-10T07:35:39.729 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:35:39 smithi029 bash[21408]: cluster 2024-02-10T07:35:38.305417+0000 mgr.a (mgr.14152) 162 : cluster 0 pgmap v119: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-10T07:35:39.826 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:35:39 smithi046 bash[22900]: cluster 2024-02-10T07:35:38.305417+0000 mgr.a (mgr.14152) 162 : cluster 0 pgmap v119: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-10T07:35:41.994 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:35:41 smithi047 bash[23769]: cluster 2024-02-10T07:35:40.305864+0000 mgr.a (mgr.14152) 163 : cluster 0 pgmap v120: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-10T07:35:42.076 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:35:41 smithi046 bash[22900]: cluster 2024-02-10T07:35:40.305864+0000 mgr.a (mgr.14152) 163 : cluster 0 pgmap v120: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-10T07:35:42.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:35:41 smithi029 bash[21408]: cluster 2024-02-10T07:35:40.305864+0000 mgr.a (mgr.14152) 163 : cluster 0 pgmap v120: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-10T07:35:42.376 INFO:teuthology.orchestra.run.smithi047.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-02-10T07:35:42.376 INFO:teuthology.orchestra.run.smithi047.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-02-10T07:35:42.376 INFO:teuthology.orchestra.run.smithi047.stderr: stderr: 10+0 records in 2024-02-10T07:35:42.376 INFO:teuthology.orchestra.run.smithi047.stderr:10+0 records out 2024-02-10T07:35:42.376 INFO:teuthology.orchestra.run.smithi047.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0109883 s, 954 MB/s 2024-02-10T07:35:42.376 INFO:teuthology.orchestra.run.smithi047.stderr:--> Zapping successful for: 2024-02-10T07:35:43.005 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 039acd78-c7e6-11ee-95b8-87774f69a715 -- ceph orch daemon add osd smithi047:vg_nvme/lv_4 2024-02-10T07:35:44.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:35:43 smithi029 bash[21408]: cluster 2024-02-10T07:35:42.306321+0000 mgr.a (mgr.14152) 164 : cluster 0 pgmap v121: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-10T07:35:44.244 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:35:43 smithi047 bash[23769]: cluster 2024-02-10T07:35:42.306321+0000 mgr.a (mgr.14152) 164 : cluster 0 pgmap v121: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-10T07:35:44.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:35:43 smithi046 bash[22900]: cluster 2024-02-10T07:35:42.306321+0000 mgr.a (mgr.14152) 164 : cluster 0 pgmap v121: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-10T07:35:45.479 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:35:45 smithi029 bash[21408]: cephadm 2024-02-10T07:35:44.157139+0000 mgr.a (mgr.14152) 165 : cephadm 1 Detected new or changed devices on smithi046 2024-02-10T07:35:45.479 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:35:45 smithi029 bash[21408]: audit 2024-02-10T07:35:44.165114+0000 mon.a (mon.0) 359 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:35:45.479 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:35:45 smithi029 bash[21408]: audit 2024-02-10T07:35:44.173710+0000 mon.a (mon.0) 360 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:35:45.479 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:35:45 smithi029 bash[21408]: audit 2024-02-10T07:35:44.175878+0000 mon.a (mon.0) 361 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-10T07:35:45.480 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:35:45 smithi029 bash[21408]: cephadm 2024-02-10T07:35:44.177444+0000 mgr.a (mgr.14152) 166 : cephadm 1 Adjusting osd_memory_target on smithi046 to 17269M 2024-02-10T07:35:45.480 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:35:45 smithi029 bash[21408]: audit 2024-02-10T07:35:44.183565+0000 mon.a (mon.0) 362 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:35:45.480 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:35:45 smithi029 bash[21408]: audit 2024-02-10T07:35:44.187488+0000 mon.a (mon.0) 363 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:35:45.480 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:35:45 smithi029 bash[21408]: audit 2024-02-10T07:35:44.189335+0000 mon.a (mon.0) 364 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T07:35:45.480 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:35:45 smithi029 bash[21408]: audit 2024-02-10T07:35:44.198773+0000 mon.a (mon.0) 365 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:35:45.480 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:35:45 smithi029 bash[21408]: cluster 2024-02-10T07:35:44.306789+0000 mgr.a (mgr.14152) 167 : cluster 0 pgmap v122: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-10T07:35:45.494 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:35:45 smithi047 bash[23769]: cephadm 2024-02-10T07:35:44.157139+0000 mgr.a (mgr.14152) 165 : cephadm 1 Detected new or changed devices on smithi046 2024-02-10T07:35:45.495 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:35:45 smithi047 bash[23769]: audit 2024-02-10T07:35:44.165114+0000 mon.a (mon.0) 359 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:35:45.495 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:35:45 smithi047 bash[23769]: audit 2024-02-10T07:35:44.173710+0000 mon.a (mon.0) 360 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:35:45.495 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:35:45 smithi047 bash[23769]: audit 2024-02-10T07:35:44.175878+0000 mon.a (mon.0) 361 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-10T07:35:45.495 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:35:45 smithi047 bash[23769]: cephadm 2024-02-10T07:35:44.177444+0000 mgr.a (mgr.14152) 166 : cephadm 1 Adjusting osd_memory_target on smithi046 to 17269M 2024-02-10T07:35:45.495 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:35:45 smithi047 bash[23769]: audit 2024-02-10T07:35:44.183565+0000 mon.a (mon.0) 362 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:35:45.495 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:35:45 smithi047 bash[23769]: audit 2024-02-10T07:35:44.187488+0000 mon.a (mon.0) 363 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:35:45.495 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:35:45 smithi047 bash[23769]: audit 2024-02-10T07:35:44.189335+0000 mon.a (mon.0) 364 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T07:35:45.495 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:35:45 smithi047 bash[23769]: audit 2024-02-10T07:35:44.198773+0000 mon.a (mon.0) 365 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:35:45.495 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:35:45 smithi047 bash[23769]: cluster 2024-02-10T07:35:44.306789+0000 mgr.a (mgr.14152) 167 : cluster 0 pgmap v122: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-10T07:35:45.576 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:35:45 smithi046 bash[22900]: cephadm 2024-02-10T07:35:44.157139+0000 mgr.a (mgr.14152) 165 : cephadm 1 Detected new or changed devices on smithi046 2024-02-10T07:35:45.576 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:35:45 smithi046 bash[22900]: audit 2024-02-10T07:35:44.165114+0000 mon.a (mon.0) 359 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:35:45.576 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:35:45 smithi046 bash[22900]: audit 2024-02-10T07:35:44.173710+0000 mon.a (mon.0) 360 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:35:45.577 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:35:45 smithi046 bash[22900]: audit 2024-02-10T07:35:44.175878+0000 mon.a (mon.0) 361 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-10T07:35:45.577 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:35:45 smithi046 bash[22900]: cephadm 2024-02-10T07:35:44.177444+0000 mgr.a (mgr.14152) 166 : cephadm 1 Adjusting osd_memory_target on smithi046 to 17269M 2024-02-10T07:35:45.577 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:35:45 smithi046 bash[22900]: audit 2024-02-10T07:35:44.183565+0000 mon.a (mon.0) 362 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:35:45.577 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:35:45 smithi046 bash[22900]: audit 2024-02-10T07:35:44.187488+0000 mon.a (mon.0) 363 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:35:45.577 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:35:45 smithi046 bash[22900]: audit 2024-02-10T07:35:44.189335+0000 mon.a (mon.0) 364 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T07:35:45.577 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:35:45 smithi046 bash[22900]: audit 2024-02-10T07:35:44.198773+0000 mon.a (mon.0) 365 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:35:45.577 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:35:45 smithi046 bash[22900]: cluster 2024-02-10T07:35:44.306789+0000 mgr.a (mgr.14152) 167 : cluster 0 pgmap v122: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-10T07:35:46.703 INFO:teuthology.orchestra.run.smithi047.stderr:Inferring config /var/lib/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/mon.c/config 2024-02-10T07:35:48.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:35:47 smithi029 bash[21408]: cluster 2024-02-10T07:35:46.307225+0000 mgr.a (mgr.14152) 168 : cluster 0 pgmap v123: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-10T07:35:48.244 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:35:47 smithi047 bash[23769]: cluster 2024-02-10T07:35:46.307225+0000 mgr.a (mgr.14152) 168 : cluster 0 pgmap v123: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-10T07:35:48.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:35:47 smithi046 bash[22900]: cluster 2024-02-10T07:35:46.307225+0000 mgr.a (mgr.14152) 168 : cluster 0 pgmap v123: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-10T07:35:50.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:35:49 smithi029 bash[21408]: cluster 2024-02-10T07:35:48.307683+0000 mgr.a (mgr.14152) 169 : cluster 0 pgmap v124: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-10T07:35:50.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:35:49 smithi029 bash[21408]: audit 2024-02-10T07:35:49.367223+0000 mon.a (mon.0) 366 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T07:35:50.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:35:49 smithi029 bash[21408]: audit 2024-02-10T07:35:49.373526+0000 mon.a (mon.0) 367 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-10T07:35:50.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:35:49 smithi029 bash[21408]: audit 2024-02-10T07:35:49.375270+0000 mon.a (mon.0) 368 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:35:50.244 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:35:49 smithi047 bash[23769]: cluster 2024-02-10T07:35:48.307683+0000 mgr.a (mgr.14152) 169 : cluster 0 pgmap v124: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-10T07:35:50.244 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:35:49 smithi047 bash[23769]: audit 2024-02-10T07:35:49.367223+0000 mon.a (mon.0) 366 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T07:35:50.244 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:35:49 smithi047 bash[23769]: audit 2024-02-10T07:35:49.373526+0000 mon.a (mon.0) 367 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-10T07:35:50.244 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:35:49 smithi047 bash[23769]: audit 2024-02-10T07:35:49.375270+0000 mon.a (mon.0) 368 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:35:50.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:35:49 smithi046 bash[22900]: cluster 2024-02-10T07:35:48.307683+0000 mgr.a (mgr.14152) 169 : cluster 0 pgmap v124: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-10T07:35:50.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:35:49 smithi046 bash[22900]: audit 2024-02-10T07:35:49.367223+0000 mon.a (mon.0) 366 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T07:35:50.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:35:49 smithi046 bash[22900]: audit 2024-02-10T07:35:49.373526+0000 mon.a (mon.0) 367 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-10T07:35:50.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:35:49 smithi046 bash[22900]: audit 2024-02-10T07:35:49.375270+0000 mon.a (mon.0) 368 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:35:51.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:35:50 smithi029 bash[21408]: audit 2024-02-10T07:35:49.359699+0000 mgr.a (mgr.14152) 170 : audit 0 from='client.24154 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi047:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:35:51.244 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:35:50 smithi047 bash[23769]: audit 2024-02-10T07:35:49.359699+0000 mgr.a (mgr.14152) 170 : audit 0 from='client.24154 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi047:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:35:51.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:35:50 smithi046 bash[22900]: audit 2024-02-10T07:35:49.359699+0000 mgr.a (mgr.14152) 170 : audit 0 from='client.24154 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi047:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:35:52.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:35:51 smithi029 bash[21408]: cluster 2024-02-10T07:35:50.308128+0000 mgr.a (mgr.14152) 171 : cluster 0 pgmap v125: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-10T07:35:52.244 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:35:51 smithi047 bash[23769]: cluster 2024-02-10T07:35:50.308128+0000 mgr.a (mgr.14152) 171 : cluster 0 pgmap v125: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-10T07:35:52.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:35:51 smithi046 bash[22900]: cluster 2024-02-10T07:35:50.308128+0000 mgr.a (mgr.14152) 171 : cluster 0 pgmap v125: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-10T07:35:54.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:35:53 smithi029 bash[21408]: cluster 2024-02-10T07:35:52.308614+0000 mgr.a (mgr.14152) 172 : cluster 0 pgmap v126: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-10T07:35:54.244 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:35:53 smithi047 bash[23769]: cluster 2024-02-10T07:35:52.308614+0000 mgr.a (mgr.14152) 172 : cluster 0 pgmap v126: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-10T07:35:54.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:35:53 smithi046 bash[22900]: cluster 2024-02-10T07:35:52.308614+0000 mgr.a (mgr.14152) 172 : cluster 0 pgmap v126: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-10T07:35:56.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:35:55 smithi029 bash[21408]: cluster 2024-02-10T07:35:54.309089+0000 mgr.a (mgr.14152) 173 : cluster 0 pgmap v127: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-10T07:35:56.244 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:35:55 smithi047 bash[23769]: cluster 2024-02-10T07:35:54.309089+0000 mgr.a (mgr.14152) 173 : cluster 0 pgmap v127: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-10T07:35:56.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:35:55 smithi046 bash[22900]: cluster 2024-02-10T07:35:54.309089+0000 mgr.a (mgr.14152) 173 : cluster 0 pgmap v127: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-10T07:35:58.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:35:57 smithi029 bash[21408]: cluster 2024-02-10T07:35:56.309574+0000 mgr.a (mgr.14152) 174 : cluster 0 pgmap v128: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-10T07:35:58.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:35:57 smithi029 bash[21408]: audit 2024-02-10T07:35:57.488464+0000 mon.a (mon.0) 369 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "877c6c4f-4c08-4038-a306-501be6feb4a0"}]: dispatch 2024-02-10T07:35:58.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:35:57 smithi029 bash[21408]: audit 2024-02-10T07:35:57.489355+0000 mon.c (mon.1) 4 : audit 1 from='client.? 172.21.15.47:0/1859975641' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "877c6c4f-4c08-4038-a306-501be6feb4a0"}]: dispatch 2024-02-10T07:35:58.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:35:57 smithi029 bash[21408]: audit 2024-02-10T07:35:57.491540+0000 mon.a (mon.0) 370 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "877c6c4f-4c08-4038-a306-501be6feb4a0"}]': finished 2024-02-10T07:35:58.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:35:57 smithi029 bash[21408]: cluster 2024-02-10T07:35:57.496578+0000 mon.a (mon.0) 371 : cluster 0 osdmap e15: 3 total, 2 up, 3 in 2024-02-10T07:35:58.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:35:57 smithi029 bash[21408]: audit 2024-02-10T07:35:57.497142+0000 mon.a (mon.0) 372 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T07:35:58.244 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:35:57 smithi047 bash[23769]: cluster 2024-02-10T07:35:56.309574+0000 mgr.a (mgr.14152) 174 : cluster 0 pgmap v128: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-10T07:35:58.244 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:35:57 smithi047 bash[23769]: audit 2024-02-10T07:35:57.488464+0000 mon.a (mon.0) 369 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "877c6c4f-4c08-4038-a306-501be6feb4a0"}]: dispatch 2024-02-10T07:35:58.244 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:35:57 smithi047 bash[23769]: audit 2024-02-10T07:35:57.489355+0000 mon.c (mon.1) 4 : audit 1 from='client.? 172.21.15.47:0/1859975641' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "877c6c4f-4c08-4038-a306-501be6feb4a0"}]: dispatch 2024-02-10T07:35:58.244 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:35:57 smithi047 bash[23769]: audit 2024-02-10T07:35:57.491540+0000 mon.a (mon.0) 370 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "877c6c4f-4c08-4038-a306-501be6feb4a0"}]': finished 2024-02-10T07:35:58.244 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:35:57 smithi047 bash[23769]: cluster 2024-02-10T07:35:57.496578+0000 mon.a (mon.0) 371 : cluster 0 osdmap e15: 3 total, 2 up, 3 in 2024-02-10T07:35:58.244 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:35:57 smithi047 bash[23769]: audit 2024-02-10T07:35:57.497142+0000 mon.a (mon.0) 372 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T07:35:58.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:35:57 smithi046 bash[22900]: cluster 2024-02-10T07:35:56.309574+0000 mgr.a (mgr.14152) 174 : cluster 0 pgmap v128: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-10T07:35:58.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:35:57 smithi046 bash[22900]: audit 2024-02-10T07:35:57.488464+0000 mon.a (mon.0) 369 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "877c6c4f-4c08-4038-a306-501be6feb4a0"}]: dispatch 2024-02-10T07:35:58.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:35:57 smithi046 bash[22900]: audit 2024-02-10T07:35:57.489355+0000 mon.c (mon.1) 4 : audit 1 from='client.? 172.21.15.47:0/1859975641' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "877c6c4f-4c08-4038-a306-501be6feb4a0"}]: dispatch 2024-02-10T07:35:58.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:35:57 smithi046 bash[22900]: audit 2024-02-10T07:35:57.491540+0000 mon.a (mon.0) 370 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "877c6c4f-4c08-4038-a306-501be6feb4a0"}]': finished 2024-02-10T07:35:58.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:35:57 smithi046 bash[22900]: cluster 2024-02-10T07:35:57.496578+0000 mon.a (mon.0) 371 : cluster 0 osdmap e15: 3 total, 2 up, 3 in 2024-02-10T07:35:58.327 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:35:57 smithi046 bash[22900]: audit 2024-02-10T07:35:57.497142+0000 mon.a (mon.0) 372 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T07:35:59.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:35:58 smithi029 bash[21408]: audit 2024-02-10T07:35:58.217617+0000 mon.c (mon.1) 5 : audit 0 from='client.? 172.21.15.47:0/622282386' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-10T07:35:59.244 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:35:58 smithi047 bash[23769]: audit 2024-02-10T07:35:58.217617+0000 mon.c (mon.1) 5 : audit 0 from='client.? 172.21.15.47:0/622282386' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-10T07:35:59.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:35:58 smithi046 bash[22900]: audit 2024-02-10T07:35:58.217617+0000 mon.c (mon.1) 5 : audit 0 from='client.? 172.21.15.47:0/622282386' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-10T07:36:00.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:35:59 smithi029 bash[21408]: cluster 2024-02-10T07:35:58.309979+0000 mgr.a (mgr.14152) 175 : cluster 0 pgmap v130: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-10T07:36:00.244 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:35:59 smithi047 bash[23769]: cluster 2024-02-10T07:35:58.309979+0000 mgr.a (mgr.14152) 175 : cluster 0 pgmap v130: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-10T07:36:00.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:35:59 smithi046 bash[22900]: cluster 2024-02-10T07:35:58.309979+0000 mgr.a (mgr.14152) 175 : cluster 0 pgmap v130: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-10T07:36:02.244 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:36:01 smithi047 bash[23769]: cluster 2024-02-10T07:36:00.310461+0000 mgr.a (mgr.14152) 176 : cluster 0 pgmap v131: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-10T07:36:02.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:36:01 smithi046 bash[22900]: cluster 2024-02-10T07:36:00.310461+0000 mgr.a (mgr.14152) 176 : cluster 0 pgmap v131: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-10T07:36:02.479 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:36:01 smithi029 bash[21408]: cluster 2024-02-10T07:36:00.310461+0000 mgr.a (mgr.14152) 176 : cluster 0 pgmap v131: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-10T07:36:04.245 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:36:03 smithi047 bash[23769]: cluster 2024-02-10T07:36:02.311055+0000 mgr.a (mgr.14152) 177 : cluster 0 pgmap v132: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-10T07:36:04.328 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:36:03 smithi046 bash[22900]: cluster 2024-02-10T07:36:02.311055+0000 mgr.a (mgr.14152) 177 : cluster 0 pgmap v132: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-10T07:36:04.479 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:36:03 smithi029 bash[21408]: cluster 2024-02-10T07:36:02.311055+0000 mgr.a (mgr.14152) 177 : cluster 0 pgmap v132: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-10T07:36:06.244 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:36:05 smithi047 bash[23769]: cluster 2024-02-10T07:36:04.311545+0000 mgr.a (mgr.14152) 178 : cluster 0 pgmap v133: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-10T07:36:06.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:36:05 smithi046 bash[22900]: cluster 2024-02-10T07:36:04.311545+0000 mgr.a (mgr.14152) 178 : cluster 0 pgmap v133: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-10T07:36:06.479 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:36:05 smithi029 bash[21408]: cluster 2024-02-10T07:36:04.311545+0000 mgr.a (mgr.14152) 178 : cluster 0 pgmap v133: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-10T07:36:08.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:36:07 smithi046 bash[22900]: cluster 2024-02-10T07:36:06.312032+0000 mgr.a (mgr.14152) 179 : cluster 0 pgmap v134: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-10T07:36:08.479 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:36:07 smithi029 bash[21408]: cluster 2024-02-10T07:36:06.312032+0000 mgr.a (mgr.14152) 179 : cluster 0 pgmap v134: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-10T07:36:08.494 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:36:07 smithi047 bash[23769]: cluster 2024-02-10T07:36:06.312032+0000 mgr.a (mgr.14152) 179 : cluster 0 pgmap v134: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-10T07:36:09.244 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:36:09 smithi047 bash[23769]: cluster 2024-02-10T07:36:08.312610+0000 mgr.a (mgr.14152) 180 : cluster 0 pgmap v135: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-10T07:36:09.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:36:09 smithi046 bash[22900]: cluster 2024-02-10T07:36:08.312610+0000 mgr.a (mgr.14152) 180 : cluster 0 pgmap v135: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-10T07:36:09.479 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:36:09 smithi029 bash[21408]: cluster 2024-02-10T07:36:08.312610+0000 mgr.a (mgr.14152) 180 : cluster 0 pgmap v135: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-10T07:36:10.479 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:36:10 smithi029 bash[21408]: audit 2024-02-10T07:36:10.053499+0000 mon.a (mon.0) 373 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-02-10T07:36:10.479 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:36:10 smithi029 bash[21408]: audit 2024-02-10T07:36:10.055474+0000 mon.a (mon.0) 374 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:36:10.486 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:36:10 smithi047 bash[23769]: audit 2024-02-10T07:36:10.053499+0000 mon.a (mon.0) 373 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-02-10T07:36:10.486 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:36:10 smithi047 bash[23769]: audit 2024-02-10T07:36:10.055474+0000 mon.a (mon.0) 374 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:36:10.576 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:36:10 smithi046 bash[22900]: audit 2024-02-10T07:36:10.053499+0000 mon.a (mon.0) 373 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-02-10T07:36:10.576 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:36:10 smithi046 bash[22900]: audit 2024-02-10T07:36:10.055474+0000 mon.a (mon.0) 374 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:36:12.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:36:11 smithi029 bash[21408]: cephadm 2024-02-10T07:36:10.057277+0000 mgr.a (mgr.14152) 181 : cephadm 1 Deploying daemon osd.2 on smithi047 2024-02-10T07:36:12.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:36:11 smithi029 bash[21408]: cluster 2024-02-10T07:36:10.313122+0000 mgr.a (mgr.14152) 182 : cluster 0 pgmap v136: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-10T07:36:12.244 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:36:11 smithi047 bash[23769]: cephadm 2024-02-10T07:36:10.057277+0000 mgr.a (mgr.14152) 181 : cephadm 1 Deploying daemon osd.2 on smithi047 2024-02-10T07:36:12.244 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:36:11 smithi047 bash[23769]: cluster 2024-02-10T07:36:10.313122+0000 mgr.a (mgr.14152) 182 : cluster 0 pgmap v136: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-10T07:36:12.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:36:11 smithi046 bash[22900]: cephadm 2024-02-10T07:36:10.057277+0000 mgr.a (mgr.14152) 181 : cephadm 1 Deploying daemon osd.2 on smithi047 2024-02-10T07:36:12.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:36:11 smithi046 bash[22900]: cluster 2024-02-10T07:36:10.313122+0000 mgr.a (mgr.14152) 182 : cluster 0 pgmap v136: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-10T07:36:14.219 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:36:13 smithi047 bash[23769]: cluster 2024-02-10T07:36:12.313598+0000 mgr.a (mgr.14152) 183 : cluster 0 pgmap v137: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-10T07:36:14.219 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:36:14 smithi047 systemd[1]: /etc/systemd/system/ceph-039acd78-c7e6-11ee-95b8-87774f69a715@.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-02-10T07:36:14.228 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:36:13 smithi029 bash[21408]: cluster 2024-02-10T07:36:12.313598+0000 mgr.a (mgr.14152) 183 : cluster 0 pgmap v137: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-10T07:36:14.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:36:13 smithi046 bash[22900]: cluster 2024-02-10T07:36:12.313598+0000 mgr.a (mgr.14152) 183 : cluster 0 pgmap v137: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-10T07:36:14.494 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:36:14 smithi047 systemd[1]: /etc/systemd/system/ceph-039acd78-c7e6-11ee-95b8-87774f69a715@.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-02-10T07:36:15.826 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:36:15 smithi046 bash[22900]: cluster 2024-02-10T07:36:14.314076+0000 mgr.a (mgr.14152) 184 : cluster 0 pgmap v138: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-10T07:36:15.826 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:36:15 smithi046 bash[22900]: audit 2024-02-10T07:36:14.499844+0000 mon.a (mon.0) 375 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:36:15.826 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:36:15 smithi046 bash[22900]: audit 2024-02-10T07:36:14.502736+0000 mon.a (mon.0) 376 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:36:15.826 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:36:15 smithi046 bash[22900]: audit 2024-02-10T07:36:14.508058+0000 mon.a (mon.0) 377 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:36:15.837 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:36:15 smithi047 bash[23769]: cluster 2024-02-10T07:36:14.314076+0000 mgr.a (mgr.14152) 184 : cluster 0 pgmap v138: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-10T07:36:15.837 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:36:15 smithi047 bash[23769]: audit 2024-02-10T07:36:14.499844+0000 mon.a (mon.0) 375 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:36:15.837 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:36:15 smithi047 bash[23769]: audit 2024-02-10T07:36:14.502736+0000 mon.a (mon.0) 376 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:36:15.837 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:36:15 smithi047 bash[23769]: audit 2024-02-10T07:36:14.508058+0000 mon.a (mon.0) 377 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:36:15.979 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:36:15 smithi029 bash[21408]: cluster 2024-02-10T07:36:14.314076+0000 mgr.a (mgr.14152) 184 : cluster 0 pgmap v138: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-10T07:36:15.979 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:36:15 smithi029 bash[21408]: audit 2024-02-10T07:36:14.499844+0000 mon.a (mon.0) 375 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:36:15.979 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:36:15 smithi029 bash[21408]: audit 2024-02-10T07:36:14.502736+0000 mon.a (mon.0) 376 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:36:15.979 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:36:15 smithi029 bash[21408]: audit 2024-02-10T07:36:14.508058+0000 mon.a (mon.0) 377 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:36:17.994 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:36:17 smithi047 bash[23769]: cluster 2024-02-10T07:36:16.314541+0000 mgr.a (mgr.14152) 185 : cluster 0 pgmap v139: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-10T07:36:18.228 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:36:17 smithi029 bash[21408]: cluster 2024-02-10T07:36:16.314541+0000 mgr.a (mgr.14152) 185 : cluster 0 pgmap v139: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-10T07:36:18.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:36:17 smithi046 bash[22900]: cluster 2024-02-10T07:36:16.314541+0000 mgr.a (mgr.14152) 185 : cluster 0 pgmap v139: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-10T07:36:20.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:36:19 smithi029 bash[21408]: cluster 2024-02-10T07:36:18.314977+0000 mgr.a (mgr.14152) 186 : cluster 0 pgmap v140: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-10T07:36:20.244 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:36:19 smithi047 bash[23769]: cluster 2024-02-10T07:36:18.314977+0000 mgr.a (mgr.14152) 186 : cluster 0 pgmap v140: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-10T07:36:20.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:36:19 smithi046 bash[22900]: cluster 2024-02-10T07:36:18.314977+0000 mgr.a (mgr.14152) 186 : cluster 0 pgmap v140: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-10T07:36:21.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:36:20 smithi029 bash[21408]: audit 2024-02-10T07:36:20.684076+0000 mon.a (mon.0) 378 : audit 1 from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-10T07:36:21.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:36:20 smithi029 bash[21408]: audit 2024-02-10T07:36:20.685189+0000 mon.c (mon.1) 6 : audit 1 from='osd.2 [v2:172.21.15.47:6800/415398379,v1:172.21.15.47:6801/415398379]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-10T07:36:21.244 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:36:20 smithi047 bash[23769]: audit 2024-02-10T07:36:20.684076+0000 mon.a (mon.0) 378 : audit 1 from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-10T07:36:21.244 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:36:20 smithi047 bash[23769]: audit 2024-02-10T07:36:20.685189+0000 mon.c (mon.1) 6 : audit 1 from='osd.2 [v2:172.21.15.47:6800/415398379,v1:172.21.15.47:6801/415398379]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-10T07:36:21.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:36:20 smithi046 bash[22900]: audit 2024-02-10T07:36:20.684076+0000 mon.a (mon.0) 378 : audit 1 from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-10T07:36:21.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:36:20 smithi046 bash[22900]: audit 2024-02-10T07:36:20.685189+0000 mon.c (mon.1) 6 : audit 1 from='osd.2 [v2:172.21.15.47:6800/415398379,v1:172.21.15.47:6801/415398379]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-10T07:36:22.150 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:36:21 smithi047 bash[23769]: cluster 2024-02-10T07:36:20.315377+0000 mgr.a (mgr.14152) 187 : cluster 0 pgmap v141: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-10T07:36:22.150 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:36:21 smithi047 bash[23769]: audit 2024-02-10T07:36:20.966111+0000 mon.a (mon.0) 379 : audit 1 from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-02-10T07:36:22.150 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:36:21 smithi047 bash[23769]: cluster 2024-02-10T07:36:20.970970+0000 mon.a (mon.0) 380 : cluster 0 osdmap e16: 3 total, 2 up, 3 in 2024-02-10T07:36:22.150 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:36:21 smithi047 bash[23769]: audit 2024-02-10T07:36:20.971624+0000 mon.a (mon.0) 381 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T07:36:22.150 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:36:21 smithi047 bash[23769]: audit 2024-02-10T07:36:20.972327+0000 mon.a (mon.0) 382 : audit 1 from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi047", "root=default"]}]: dispatch 2024-02-10T07:36:22.150 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:36:21 smithi047 bash[23769]: audit 2024-02-10T07:36:20.972922+0000 mon.c (mon.1) 7 : audit 1 from='osd.2 [v2:172.21.15.47:6800/415398379,v1:172.21.15.47:6801/415398379]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi047", "root=default"]}]: dispatch 2024-02-10T07:36:22.150 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:36:21 smithi047 bash[23769]: audit 2024-02-10T07:36:21.255555+0000 mon.a (mon.0) 383 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:36:22.150 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:36:21 smithi047 bash[23769]: audit 2024-02-10T07:36:21.263666+0000 mon.a (mon.0) 384 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:36:22.150 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:36:21 smithi047 bash[23769]: audit 2024-02-10T07:36:21.265360+0000 mon.a (mon.0) 385 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:36:22.150 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:36:21 smithi047 bash[23769]: audit 2024-02-10T07:36:21.267465+0000 mon.a (mon.0) 386 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T07:36:22.151 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:36:21 smithi047 bash[23769]: audit 2024-02-10T07:36:21.277482+0000 mon.a (mon.0) 387 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:36:22.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:36:21 smithi029 bash[21408]: cluster 2024-02-10T07:36:20.315377+0000 mgr.a (mgr.14152) 187 : cluster 0 pgmap v141: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-10T07:36:22.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:36:21 smithi029 bash[21408]: audit 2024-02-10T07:36:20.966111+0000 mon.a (mon.0) 379 : audit 1 from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-02-10T07:36:22.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:36:21 smithi029 bash[21408]: cluster 2024-02-10T07:36:20.970970+0000 mon.a (mon.0) 380 : cluster 0 osdmap e16: 3 total, 2 up, 3 in 2024-02-10T07:36:22.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:36:21 smithi029 bash[21408]: audit 2024-02-10T07:36:20.971624+0000 mon.a (mon.0) 381 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T07:36:22.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:36:21 smithi029 bash[21408]: audit 2024-02-10T07:36:20.972327+0000 mon.a (mon.0) 382 : audit 1 from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi047", "root=default"]}]: dispatch 2024-02-10T07:36:22.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:36:21 smithi029 bash[21408]: audit 2024-02-10T07:36:20.972922+0000 mon.c (mon.1) 7 : audit 1 from='osd.2 [v2:172.21.15.47:6800/415398379,v1:172.21.15.47:6801/415398379]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi047", "root=default"]}]: dispatch 2024-02-10T07:36:22.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:36:21 smithi029 bash[21408]: audit 2024-02-10T07:36:21.255555+0000 mon.a (mon.0) 383 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:36:22.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:36:21 smithi029 bash[21408]: audit 2024-02-10T07:36:21.263666+0000 mon.a (mon.0) 384 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:36:22.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:36:21 smithi029 bash[21408]: audit 2024-02-10T07:36:21.265360+0000 mon.a (mon.0) 385 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:36:22.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:36:21 smithi029 bash[21408]: audit 2024-02-10T07:36:21.267465+0000 mon.a (mon.0) 386 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T07:36:22.230 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:36:21 smithi029 bash[21408]: audit 2024-02-10T07:36:21.277482+0000 mon.a (mon.0) 387 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:36:22.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:36:21 smithi046 bash[22900]: cluster 2024-02-10T07:36:20.315377+0000 mgr.a (mgr.14152) 187 : cluster 0 pgmap v141: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-10T07:36:22.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:36:21 smithi046 bash[22900]: audit 2024-02-10T07:36:20.966111+0000 mon.a (mon.0) 379 : audit 1 from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-02-10T07:36:22.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:36:21 smithi046 bash[22900]: cluster 2024-02-10T07:36:20.970970+0000 mon.a (mon.0) 380 : cluster 0 osdmap e16: 3 total, 2 up, 3 in 2024-02-10T07:36:22.327 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:36:21 smithi046 bash[22900]: audit 2024-02-10T07:36:20.971624+0000 mon.a (mon.0) 381 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T07:36:22.327 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:36:21 smithi046 bash[22900]: audit 2024-02-10T07:36:20.972327+0000 mon.a (mon.0) 382 : audit 1 from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi047", "root=default"]}]: dispatch 2024-02-10T07:36:22.327 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:36:21 smithi046 bash[22900]: audit 2024-02-10T07:36:20.972922+0000 mon.c (mon.1) 7 : audit 1 from='osd.2 [v2:172.21.15.47:6800/415398379,v1:172.21.15.47:6801/415398379]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi047", "root=default"]}]: dispatch 2024-02-10T07:36:22.327 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:36:21 smithi046 bash[22900]: audit 2024-02-10T07:36:21.255555+0000 mon.a (mon.0) 383 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:36:22.327 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:36:21 smithi046 bash[22900]: audit 2024-02-10T07:36:21.263666+0000 mon.a (mon.0) 384 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:36:22.327 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:36:21 smithi046 bash[22900]: audit 2024-02-10T07:36:21.265360+0000 mon.a (mon.0) 385 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:36:22.327 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:36:21 smithi046 bash[22900]: audit 2024-02-10T07:36:21.267465+0000 mon.a (mon.0) 386 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T07:36:22.327 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:36:21 smithi046 bash[22900]: audit 2024-02-10T07:36:21.277482+0000 mon.a (mon.0) 387 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:36:22.994 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:36:22 smithi047 bash[23769]: audit 2024-02-10T07:36:21.968481+0000 mon.a (mon.0) 388 : audit 1 from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi047", "root=default"]}]': finished 2024-02-10T07:36:22.995 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:36:22 smithi047 bash[23769]: cluster 2024-02-10T07:36:21.973962+0000 mon.a (mon.0) 389 : cluster 0 osdmap e17: 3 total, 2 up, 3 in 2024-02-10T07:36:22.995 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:36:22 smithi047 bash[23769]: audit 2024-02-10T07:36:21.974956+0000 mon.a (mon.0) 390 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T07:36:22.995 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:36:22 smithi047 bash[23769]: audit 2024-02-10T07:36:21.983269+0000 mon.a (mon.0) 391 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T07:36:22.995 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:36:22 smithi047 bash[23769]: audit 2024-02-10T07:36:22.350833+0000 mon.a (mon.0) 392 : audit 1 from='osd.2 ' entity='osd.2' 2024-02-10T07:36:23.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:36:22 smithi029 bash[21408]: audit 2024-02-10T07:36:21.968481+0000 mon.a (mon.0) 388 : audit 1 from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi047", "root=default"]}]': finished 2024-02-10T07:36:23.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:36:22 smithi029 bash[21408]: cluster 2024-02-10T07:36:21.973962+0000 mon.a (mon.0) 389 : cluster 0 osdmap e17: 3 total, 2 up, 3 in 2024-02-10T07:36:23.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:36:22 smithi029 bash[21408]: audit 2024-02-10T07:36:21.974956+0000 mon.a (mon.0) 390 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T07:36:23.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:36:22 smithi029 bash[21408]: audit 2024-02-10T07:36:21.983269+0000 mon.a (mon.0) 391 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T07:36:23.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:36:22 smithi029 bash[21408]: audit 2024-02-10T07:36:22.350833+0000 mon.a (mon.0) 392 : audit 1 from='osd.2 ' entity='osd.2' 2024-02-10T07:36:23.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:36:22 smithi046 bash[22900]: audit 2024-02-10T07:36:21.968481+0000 mon.a (mon.0) 388 : audit 1 from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi047", "root=default"]}]': finished 2024-02-10T07:36:23.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:36:22 smithi046 bash[22900]: cluster 2024-02-10T07:36:21.973962+0000 mon.a (mon.0) 389 : cluster 0 osdmap e17: 3 total, 2 up, 3 in 2024-02-10T07:36:23.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:36:22 smithi046 bash[22900]: audit 2024-02-10T07:36:21.974956+0000 mon.a (mon.0) 390 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T07:36:23.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:36:22 smithi046 bash[22900]: audit 2024-02-10T07:36:21.983269+0000 mon.a (mon.0) 391 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T07:36:23.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:36:22 smithi046 bash[22900]: audit 2024-02-10T07:36:22.350833+0000 mon.a (mon.0) 392 : audit 1 from='osd.2 ' entity='osd.2' 2024-02-10T07:36:24.244 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:36:23 smithi047 bash[23769]: cluster 2024-02-10T07:36:21.684080+0000 osd.2 (osd.2) 1 : cluster 0 purged_snaps scrub starts 2024-02-10T07:36:24.244 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:36:23 smithi047 bash[23769]: cluster 2024-02-10T07:36:21.684210+0000 osd.2 (osd.2) 2 : cluster 0 purged_snaps scrub ok 2024-02-10T07:36:24.244 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:36:23 smithi047 bash[23769]: cluster 2024-02-10T07:36:22.315920+0000 mgr.a (mgr.14152) 188 : cluster 0 pgmap v144: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-10T07:36:24.244 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:36:23 smithi047 bash[23769]: audit 2024-02-10T07:36:22.984019+0000 mon.a (mon.0) 393 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T07:36:24.244 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:36:23 smithi047 bash[23769]: cluster 2024-02-10T07:36:23.354503+0000 mon.a (mon.0) 394 : cluster 1 osd.2 [v2:172.21.15.47:6800/415398379,v1:172.21.15.47:6801/415398379] boot 2024-02-10T07:36:24.244 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:36:23 smithi047 bash[23769]: cluster 2024-02-10T07:36:23.354584+0000 mon.a (mon.0) 395 : cluster 0 osdmap e18: 3 total, 3 up, 3 in 2024-02-10T07:36:24.244 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:36:23 smithi047 bash[23769]: audit 2024-02-10T07:36:23.354826+0000 mon.a (mon.0) 396 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T07:36:24.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:36:23 smithi046 bash[22900]: cluster 2024-02-10T07:36:21.684080+0000 osd.2 (osd.2) 1 : cluster 0 purged_snaps scrub starts 2024-02-10T07:36:24.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:36:23 smithi046 bash[22900]: cluster 2024-02-10T07:36:21.684210+0000 osd.2 (osd.2) 2 : cluster 0 purged_snaps scrub ok 2024-02-10T07:36:24.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:36:23 smithi046 bash[22900]: cluster 2024-02-10T07:36:22.315920+0000 mgr.a (mgr.14152) 188 : cluster 0 pgmap v144: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-10T07:36:24.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:36:23 smithi046 bash[22900]: audit 2024-02-10T07:36:22.984019+0000 mon.a (mon.0) 393 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T07:36:24.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:36:23 smithi046 bash[22900]: cluster 2024-02-10T07:36:23.354503+0000 mon.a (mon.0) 394 : cluster 1 osd.2 [v2:172.21.15.47:6800/415398379,v1:172.21.15.47:6801/415398379] boot 2024-02-10T07:36:24.327 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:36:23 smithi046 bash[22900]: cluster 2024-02-10T07:36:23.354584+0000 mon.a (mon.0) 395 : cluster 0 osdmap e18: 3 total, 3 up, 3 in 2024-02-10T07:36:24.327 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:36:23 smithi046 bash[22900]: audit 2024-02-10T07:36:23.354826+0000 mon.a (mon.0) 396 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T07:36:24.479 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:36:23 smithi029 bash[21408]: cluster 2024-02-10T07:36:21.684080+0000 osd.2 (osd.2) 1 : cluster 0 purged_snaps scrub starts 2024-02-10T07:36:24.479 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:36:23 smithi029 bash[21408]: cluster 2024-02-10T07:36:21.684210+0000 osd.2 (osd.2) 2 : cluster 0 purged_snaps scrub ok 2024-02-10T07:36:24.479 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:36:23 smithi029 bash[21408]: cluster 2024-02-10T07:36:22.315920+0000 mgr.a (mgr.14152) 188 : cluster 0 pgmap v144: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-10T07:36:24.479 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:36:23 smithi029 bash[21408]: audit 2024-02-10T07:36:22.984019+0000 mon.a (mon.0) 393 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T07:36:24.479 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:36:23 smithi029 bash[21408]: cluster 2024-02-10T07:36:23.354503+0000 mon.a (mon.0) 394 : cluster 1 osd.2 [v2:172.21.15.47:6800/415398379,v1:172.21.15.47:6801/415398379] boot 2024-02-10T07:36:24.479 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:36:23 smithi029 bash[21408]: cluster 2024-02-10T07:36:23.354584+0000 mon.a (mon.0) 395 : cluster 0 osdmap e18: 3 total, 3 up, 3 in 2024-02-10T07:36:24.479 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:36:23 smithi029 bash[21408]: audit 2024-02-10T07:36:23.354826+0000 mon.a (mon.0) 396 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T07:36:24.941 INFO:teuthology.orchestra.run.smithi047.stdout:Created osd(s) 2 on host 'smithi047' 2024-02-10T07:36:25.569 DEBUG:teuthology.orchestra.run.smithi047:osd.2> sudo journalctl -f -n 0 -u ceph-039acd78-c7e6-11ee-95b8-87774f69a715@osd.2.service 2024-02-10T07:36:25.571 INFO:tasks.cephadm:Waiting for 3 OSDs to come up... 2024-02-10T07:36:25.571 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 039acd78-c7e6-11ee-95b8-87774f69a715 -- ceph osd stat -f json 2024-02-10T07:36:25.612 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:36:25 smithi029 bash[21408]: cluster 2024-02-10T07:36:24.316399+0000 mgr.a (mgr.14152) 189 : cluster 0 pgmap v146: 0 pgs: ; 0 B data, 92 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:36:25.612 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:36:25 smithi029 bash[21408]: cluster 2024-02-10T07:36:24.356399+0000 mon.a (mon.0) 397 : cluster 0 osdmap e19: 3 total, 3 up, 3 in 2024-02-10T07:36:25.612 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:36:25 smithi029 bash[21408]: audit 2024-02-10T07:36:24.467175+0000 mon.a (mon.0) 398 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' 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-02-10T07:36:25.612 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:36:25 smithi029 bash[21408]: audit 2024-02-10T07:36:24.930082+0000 mon.a (mon.0) 399 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:36:25.612 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:36:25 smithi029 bash[21408]: audit 2024-02-10T07:36:24.938061+0000 mon.a (mon.0) 400 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:36:25.613 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:36:25 smithi029 bash[21408]: audit 2024-02-10T07:36:24.955120+0000 mon.a (mon.0) 401 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:36:25.744 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:36:25 smithi047 bash[23769]: cluster 2024-02-10T07:36:24.316399+0000 mgr.a (mgr.14152) 189 : cluster 0 pgmap v146: 0 pgs: ; 0 B data, 92 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:36:25.744 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:36:25 smithi047 bash[23769]: cluster 2024-02-10T07:36:24.356399+0000 mon.a (mon.0) 397 : cluster 0 osdmap e19: 3 total, 3 up, 3 in 2024-02-10T07:36:25.744 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:36:25 smithi047 bash[23769]: audit 2024-02-10T07:36:24.467175+0000 mon.a (mon.0) 398 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' 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-02-10T07:36:25.744 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:36:25 smithi047 bash[23769]: audit 2024-02-10T07:36:24.930082+0000 mon.a (mon.0) 399 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:36:25.744 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:36:25 smithi047 bash[23769]: audit 2024-02-10T07:36:24.938061+0000 mon.a (mon.0) 400 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:36:25.744 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:36:25 smithi047 bash[23769]: audit 2024-02-10T07:36:24.955120+0000 mon.a (mon.0) 401 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:36:25.826 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:36:25 smithi046 bash[22900]: cluster 2024-02-10T07:36:24.316399+0000 mgr.a (mgr.14152) 189 : cluster 0 pgmap v146: 0 pgs: ; 0 B data, 92 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:36:25.826 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:36:25 smithi046 bash[22900]: cluster 2024-02-10T07:36:24.356399+0000 mon.a (mon.0) 397 : cluster 0 osdmap e19: 3 total, 3 up, 3 in 2024-02-10T07:36:25.826 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:36:25 smithi046 bash[22900]: audit 2024-02-10T07:36:24.467175+0000 mon.a (mon.0) 398 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' 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-02-10T07:36:25.826 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:36:25 smithi046 bash[22900]: audit 2024-02-10T07:36:24.930082+0000 mon.a (mon.0) 399 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:36:25.826 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:36:25 smithi046 bash[22900]: audit 2024-02-10T07:36:24.938061+0000 mon.a (mon.0) 400 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:36:25.826 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:36:25 smithi046 bash[22900]: audit 2024-02-10T07:36:24.955120+0000 mon.a (mon.0) 401 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:36:26.729 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:36:26 smithi029 bash[21408]: audit 2024-02-10T07:36:25.361212+0000 mon.a (mon.0) 402 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' 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-02-10T07:36:26.729 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:36:26 smithi029 bash[21408]: cluster 2024-02-10T07:36:25.366153+0000 mon.a (mon.0) 403 : cluster 0 osdmap e20: 3 total, 3 up, 3 in 2024-02-10T07:36:26.729 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:36:26 smithi029 bash[21408]: audit 2024-02-10T07:36:25.367752+0000 mon.a (mon.0) 404 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-02-10T07:36:26.744 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:36:26 smithi047 bash[23769]: audit 2024-02-10T07:36:25.361212+0000 mon.a (mon.0) 402 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' 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-02-10T07:36:26.744 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:36:26 smithi047 bash[23769]: cluster 2024-02-10T07:36:25.366153+0000 mon.a (mon.0) 403 : cluster 0 osdmap e20: 3 total, 3 up, 3 in 2024-02-10T07:36:26.744 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:36:26 smithi047 bash[23769]: audit 2024-02-10T07:36:25.367752+0000 mon.a (mon.0) 404 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-02-10T07:36:26.826 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:36:26 smithi046 bash[22900]: audit 2024-02-10T07:36:25.361212+0000 mon.a (mon.0) 402 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' 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-02-10T07:36:26.826 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:36:26 smithi046 bash[22900]: cluster 2024-02-10T07:36:25.366153+0000 mon.a (mon.0) 403 : cluster 0 osdmap e20: 3 total, 3 up, 3 in 2024-02-10T07:36:26.826 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:36:26 smithi046 bash[22900]: audit 2024-02-10T07:36:25.367752+0000 mon.a (mon.0) 404 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-02-10T07:36:27.729 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:36:27 smithi029 bash[21408]: cluster 2024-02-10T07:36:26.316993+0000 mgr.a (mgr.14152) 190 : cluster 0 pgmap v149: 1 pgs: 1 unknown; 0 B data, 92 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:36:27.729 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:36:27 smithi029 bash[21408]: audit 2024-02-10T07:36:26.363493+0000 mon.a (mon.0) 405 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-02-10T07:36:27.729 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:36:27 smithi029 bash[21408]: cluster 2024-02-10T07:36:26.369066+0000 mon.a (mon.0) 406 : cluster 0 osdmap e21: 3 total, 3 up, 3 in 2024-02-10T07:36:27.729 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:36:27 smithi029 bash[21408]: cluster 2024-02-10T07:36:26.953150+0000 mon.a (mon.0) 407 : cluster 3 Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-02-10T07:36:27.744 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:36:27 smithi047 bash[23769]: cluster 2024-02-10T07:36:26.316993+0000 mgr.a (mgr.14152) 190 : cluster 0 pgmap v149: 1 pgs: 1 unknown; 0 B data, 92 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:36:27.744 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:36:27 smithi047 bash[23769]: audit 2024-02-10T07:36:26.363493+0000 mon.a (mon.0) 405 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-02-10T07:36:27.744 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:36:27 smithi047 bash[23769]: cluster 2024-02-10T07:36:26.369066+0000 mon.a (mon.0) 406 : cluster 0 osdmap e21: 3 total, 3 up, 3 in 2024-02-10T07:36:27.744 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:36:27 smithi047 bash[23769]: cluster 2024-02-10T07:36:26.953150+0000 mon.a (mon.0) 407 : cluster 3 Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-02-10T07:36:27.826 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:36:27 smithi046 bash[22900]: cluster 2024-02-10T07:36:26.316993+0000 mgr.a (mgr.14152) 190 : cluster 0 pgmap v149: 1 pgs: 1 unknown; 0 B data, 92 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:36:27.826 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:36:27 smithi046 bash[22900]: audit 2024-02-10T07:36:26.363493+0000 mon.a (mon.0) 405 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-02-10T07:36:27.827 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:36:27 smithi046 bash[22900]: cluster 2024-02-10T07:36:26.369066+0000 mon.a (mon.0) 406 : cluster 0 osdmap e21: 3 total, 3 up, 3 in 2024-02-10T07:36:27.827 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:36:27 smithi046 bash[22900]: cluster 2024-02-10T07:36:26.953150+0000 mon.a (mon.0) 407 : cluster 3 Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-02-10T07:36:28.729 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:36:28 smithi029 bash[21408]: cluster 2024-02-10T07:36:27.393888+0000 mon.a (mon.0) 408 : cluster 0 osdmap e22: 3 total, 3 up, 3 in 2024-02-10T07:36:28.729 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:36:28 smithi029 bash[21408]: cluster 2024-02-10T07:36:27.394595+0000 mon.a (mon.0) 409 : cluster 0 mgrmap e15: a(active, since 4m), standbys: b 2024-02-10T07:36:28.729 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:36:28 smithi029 bash[21408]: audit 2024-02-10T07:36:27.578666+0000 mon.a (mon.0) 410 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:36:28.744 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:36:28 smithi047 bash[23769]: cluster 2024-02-10T07:36:27.393888+0000 mon.a (mon.0) 408 : cluster 0 osdmap e22: 3 total, 3 up, 3 in 2024-02-10T07:36:28.744 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:36:28 smithi047 bash[23769]: cluster 2024-02-10T07:36:27.394595+0000 mon.a (mon.0) 409 : cluster 0 mgrmap e15: a(active, since 4m), standbys: b 2024-02-10T07:36:28.744 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:36:28 smithi047 bash[23769]: audit 2024-02-10T07:36:27.578666+0000 mon.a (mon.0) 410 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:36:28.826 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:36:28 smithi046 bash[22900]: cluster 2024-02-10T07:36:27.393888+0000 mon.a (mon.0) 408 : cluster 0 osdmap e22: 3 total, 3 up, 3 in 2024-02-10T07:36:28.826 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:36:28 smithi046 bash[22900]: cluster 2024-02-10T07:36:27.394595+0000 mon.a (mon.0) 409 : cluster 0 mgrmap e15: a(active, since 4m), standbys: b 2024-02-10T07:36:28.826 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:36:28 smithi046 bash[22900]: audit 2024-02-10T07:36:27.578666+0000 mon.a (mon.0) 410 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:36:29.826 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:36:29 smithi046 bash[22900]: cluster 2024-02-10T07:36:28.317444+0000 mgr.a (mgr.14152) 191 : cluster 0 pgmap v152: 1 pgs: 1 unknown; 0 B data, 92 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:36:29.826 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:36:29 smithi046 bash[22900]: audit 2024-02-10T07:36:28.574929+0000 mon.a (mon.0) 411 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:36:29.826 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:36:29 smithi046 bash[22900]: cluster 2024-02-10T07:36:28.575514+0000 mon.a (mon.0) 412 : cluster 1 Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-02-10T07:36:29.826 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:36:29 smithi046 bash[22900]: cluster 2024-02-10T07:36:28.575572+0000 mon.a (mon.0) 413 : cluster 1 Cluster is now healthy 2024-02-10T07:36:29.931 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:36:29 smithi047 bash[23769]: cluster 2024-02-10T07:36:28.317444+0000 mgr.a (mgr.14152) 191 : cluster 0 pgmap v152: 1 pgs: 1 unknown; 0 B data, 92 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:36:29.931 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:36:29 smithi047 bash[23769]: audit 2024-02-10T07:36:28.574929+0000 mon.a (mon.0) 411 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:36:29.931 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:36:29 smithi047 bash[23769]: cluster 2024-02-10T07:36:28.575514+0000 mon.a (mon.0) 412 : cluster 1 Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-02-10T07:36:29.931 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:36:29 smithi047 bash[23769]: cluster 2024-02-10T07:36:28.575572+0000 mon.a (mon.0) 413 : cluster 1 Cluster is now healthy 2024-02-10T07:36:29.979 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:36:29 smithi029 bash[21408]: cluster 2024-02-10T07:36:28.317444+0000 mgr.a (mgr.14152) 191 : cluster 0 pgmap v152: 1 pgs: 1 unknown; 0 B data, 92 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:36:29.979 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:36:29 smithi029 bash[21408]: audit 2024-02-10T07:36:28.574929+0000 mon.a (mon.0) 411 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:36:29.979 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:36:29 smithi029 bash[21408]: cluster 2024-02-10T07:36:28.575514+0000 mon.a (mon.0) 412 : cluster 1 Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-02-10T07:36:29.979 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:36:29 smithi029 bash[21408]: cluster 2024-02-10T07:36:28.575572+0000 mon.a (mon.0) 413 : cluster 1 Cluster is now healthy 2024-02-10T07:36:30.293 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/mon.a/config 2024-02-10T07:36:32.683 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:36:32 smithi029 bash[21408]: audit 2024-02-10T07:36:29.584445+0000 mon.a (mon.0) 414 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:36:32.683 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:36:32 smithi029 bash[21408]: audit 2024-02-10T07:36:29.587173+0000 mon.a (mon.0) 415 : audit 1 from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-02-10T07:36:32.683 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:36:32 smithi029 bash[21408]: audit 2024-02-10T07:36:30.537138+0000 mon.a (mon.0) 416 : audit 1 from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-02-10T07:36:32.683 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:36:32 smithi029 bash[21408]: audit 2024-02-10T07:36:30.538042+0000 mon.a (mon.0) 417 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-10T07:36:32.683 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:36:32 smithi029 bash[21408]: audit 2024-02-10T07:36:30.538637+0000 mon.a (mon.0) 418 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-10T07:36:32.683 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:36:32 smithi029 bash[21408]: audit 2024-02-10T07:36:30.539114+0000 mon.a (mon.0) 419 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-10T07:36:32.683 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:36:32 smithi029 bash[21408]: audit 2024-02-10T07:36:30.543059+0000 mon.a (mon.0) 420 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-10T07:36:32.683 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:36:32 smithi029 bash[21408]: audit 2024-02-10T07:36:30.543559+0000 mon.a (mon.0) 421 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-10T07:36:32.683 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:36:32 smithi029 bash[21408]: audit 2024-02-10T07:36:30.543995+0000 mon.a (mon.0) 422 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-10T07:36:32.744 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:36:32 smithi047 bash[23769]: audit 2024-02-10T07:36:29.584445+0000 mon.a (mon.0) 414 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:36:32.744 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:36:32 smithi047 bash[23769]: audit 2024-02-10T07:36:29.587173+0000 mon.a (mon.0) 415 : audit 1 from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-02-10T07:36:32.744 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:36:32 smithi047 bash[23769]: audit 2024-02-10T07:36:30.537138+0000 mon.a (mon.0) 416 : audit 1 from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-02-10T07:36:32.744 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:36:32 smithi047 bash[23769]: audit 2024-02-10T07:36:30.538042+0000 mon.a (mon.0) 417 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-10T07:36:32.744 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:36:32 smithi047 bash[23769]: audit 2024-02-10T07:36:30.538637+0000 mon.a (mon.0) 418 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-10T07:36:32.744 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:36:32 smithi047 bash[23769]: audit 2024-02-10T07:36:30.539114+0000 mon.a (mon.0) 419 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-10T07:36:32.744 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:36:32 smithi047 bash[23769]: audit 2024-02-10T07:36:30.543059+0000 mon.a (mon.0) 420 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-10T07:36:32.745 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:36:32 smithi047 bash[23769]: audit 2024-02-10T07:36:30.543559+0000 mon.a (mon.0) 421 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-10T07:36:32.745 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:36:32 smithi047 bash[23769]: audit 2024-02-10T07:36:30.543995+0000 mon.a (mon.0) 422 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-10T07:36:32.826 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:36:32 smithi046 bash[22900]: audit 2024-02-10T07:36:29.584445+0000 mon.a (mon.0) 414 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:36:32.826 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:36:32 smithi046 bash[22900]: audit 2024-02-10T07:36:29.587173+0000 mon.a (mon.0) 415 : audit 1 from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-02-10T07:36:32.826 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:36:32 smithi046 bash[22900]: audit 2024-02-10T07:36:30.537138+0000 mon.a (mon.0) 416 : audit 1 from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-02-10T07:36:32.827 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:36:32 smithi046 bash[22900]: audit 2024-02-10T07:36:30.538042+0000 mon.a (mon.0) 417 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-10T07:36:32.827 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:36:32 smithi046 bash[22900]: audit 2024-02-10T07:36:30.538637+0000 mon.a (mon.0) 418 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-10T07:36:32.827 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:36:32 smithi046 bash[22900]: audit 2024-02-10T07:36:30.539114+0000 mon.a (mon.0) 419 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-10T07:36:32.827 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:36:32 smithi046 bash[22900]: audit 2024-02-10T07:36:30.543059+0000 mon.a (mon.0) 420 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-10T07:36:32.827 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:36:32 smithi046 bash[22900]: audit 2024-02-10T07:36:30.543559+0000 mon.a (mon.0) 421 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-10T07:36:32.827 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:36:32 smithi046 bash[22900]: audit 2024-02-10T07:36:30.543995+0000 mon.a (mon.0) 422 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-10T07:36:33.032 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-10T07:36:33.673 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:36:33 smithi029 bash[21408]: cluster 2024-02-10T07:36:30.317785+0000 mgr.a (mgr.14152) 192 : cluster 0 pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:36:33.673 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:36:33 smithi029 bash[21408]: audit 2024-02-10T07:36:30.544659+0000 mon.c (mon.1) 8 : audit 1 from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-02-10T07:36:33.674 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:36:33 smithi029 bash[21408]: audit 2024-02-10T07:36:31.462545+0000 mon.c (mon.1) 9 : audit 1 from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-02-10T07:36:33.674 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:36:33 smithi029 bash[21408]: audit 2024-02-10T07:36:31.466394+0000 mon.b (mon.2) 11 : audit 1 from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-02-10T07:36:33.674 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:36:33 smithi029 bash[21408]: audit 2024-02-10T07:36:31.468820+0000 mon.a (mon.0) 423 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-10T07:36:33.674 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:36:33 smithi029 bash[21408]: audit 2024-02-10T07:36:31.469489+0000 mon.a (mon.0) 424 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-10T07:36:33.674 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:36:33 smithi029 bash[21408]: audit 2024-02-10T07:36:31.469919+0000 mon.a (mon.0) 425 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-10T07:36:33.674 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:36:33 smithi029 bash[21408]: cluster 2024-02-10T07:36:32.318282+0000 mgr.a (mgr.14152) 193 : cluster 0 pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:36:33.674 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:36:33 smithi029 bash[21408]: audit 2024-02-10T07:36:32.409871+0000 mon.b (mon.2) 12 : audit 1 from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-02-10T07:36:33.674 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:36:33 smithi029 bash[21408]: audit 2024-02-10T07:36:33.028753+0000 mon.a (mon.0) 426 : audit 0 from='client.? 172.21.15.29:0/4217595469' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-10T07:36:33.675 INFO:teuthology.orchestra.run.smithi029.stdout:{"epoch":22,"num_osds":3,"num_up_osds":3,"osd_up_since":1707550583,"num_in_osds":3,"osd_in_since":1707550557,"num_remapped_pgs":0} 2024-02-10T07:36:33.676 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell --fsid 039acd78-c7e6-11ee-95b8-87774f69a715 -- ceph osd dump --format=json 2024-02-10T07:36:33.744 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:36:33 smithi047 bash[23769]: cluster 2024-02-10T07:36:30.317785+0000 mgr.a (mgr.14152) 192 : cluster 0 pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:36:33.744 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:36:33 smithi047 bash[23769]: audit 2024-02-10T07:36:30.544659+0000 mon.c (mon.1) 8 : audit 1 from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-02-10T07:36:33.744 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:36:33 smithi047 bash[23769]: audit 2024-02-10T07:36:31.462545+0000 mon.c (mon.1) 9 : audit 1 from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-02-10T07:36:33.744 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:36:33 smithi047 bash[23769]: audit 2024-02-10T07:36:31.466394+0000 mon.b (mon.2) 11 : audit 1 from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-02-10T07:36:33.744 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:36:33 smithi047 bash[23769]: audit 2024-02-10T07:36:31.468820+0000 mon.a (mon.0) 423 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-10T07:36:33.745 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:36:33 smithi047 bash[23769]: audit 2024-02-10T07:36:31.469489+0000 mon.a (mon.0) 424 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-10T07:36:33.745 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:36:33 smithi047 bash[23769]: audit 2024-02-10T07:36:31.469919+0000 mon.a (mon.0) 425 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-10T07:36:33.745 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:36:33 smithi047 bash[23769]: cluster 2024-02-10T07:36:32.318282+0000 mgr.a (mgr.14152) 193 : cluster 0 pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:36:33.745 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:36:33 smithi047 bash[23769]: audit 2024-02-10T07:36:32.409871+0000 mon.b (mon.2) 12 : audit 1 from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-02-10T07:36:33.745 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:36:33 smithi047 bash[23769]: audit 2024-02-10T07:36:33.028753+0000 mon.a (mon.0) 426 : audit 0 from='client.? 172.21.15.29:0/4217595469' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-10T07:36:33.826 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:36:33 smithi046 bash[22900]: cluster 2024-02-10T07:36:30.317785+0000 mgr.a (mgr.14152) 192 : cluster 0 pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 94 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:36:33.826 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:36:33 smithi046 bash[22900]: audit 2024-02-10T07:36:30.544659+0000 mon.c (mon.1) 8 : audit 1 from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-02-10T07:36:33.826 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:36:33 smithi046 bash[22900]: audit 2024-02-10T07:36:31.462545+0000 mon.c (mon.1) 9 : audit 1 from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-02-10T07:36:33.826 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:36:33 smithi046 bash[22900]: audit 2024-02-10T07:36:31.466394+0000 mon.b (mon.2) 11 : audit 1 from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-02-10T07:36:33.826 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:36:33 smithi046 bash[22900]: audit 2024-02-10T07:36:31.468820+0000 mon.a (mon.0) 423 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-10T07:36:33.827 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:36:33 smithi046 bash[22900]: audit 2024-02-10T07:36:31.469489+0000 mon.a (mon.0) 424 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-10T07:36:33.827 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:36:33 smithi046 bash[22900]: audit 2024-02-10T07:36:31.469919+0000 mon.a (mon.0) 425 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-10T07:36:33.827 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:36:33 smithi046 bash[22900]: cluster 2024-02-10T07:36:32.318282+0000 mgr.a (mgr.14152) 193 : cluster 0 pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:36:33.827 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:36:33 smithi046 bash[22900]: audit 2024-02-10T07:36:32.409871+0000 mon.b (mon.2) 12 : audit 1 from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-02-10T07:36:33.827 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:36:33 smithi046 bash[22900]: audit 2024-02-10T07:36:33.028753+0000 mon.a (mon.0) 426 : audit 0 from='client.? 172.21.15.29:0/4217595469' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-10T07:36:35.576 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:36:35 smithi046 bash[22900]: cephadm 2024-02-10T07:36:34.247780+0000 mgr.a (mgr.14152) 194 : cephadm 1 Detected new or changed devices on smithi047 2024-02-10T07:36:35.577 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:36:35 smithi046 bash[22900]: audit 2024-02-10T07:36:34.256512+0000 mon.a (mon.0) 427 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:36:35.577 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:36:35 smithi046 bash[22900]: audit 2024-02-10T07:36:34.264506+0000 mon.a (mon.0) 428 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:36:35.577 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:36:35 smithi046 bash[22900]: audit 2024-02-10T07:36:34.266570+0000 mon.a (mon.0) 429 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-10T07:36:35.577 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:36:35 smithi046 bash[22900]: cephadm 2024-02-10T07:36:34.268001+0000 mgr.a (mgr.14152) 195 : cephadm 1 Adjusting osd_memory_target on smithi047 to 21365M 2024-02-10T07:36:35.577 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:36:35 smithi046 bash[22900]: audit 2024-02-10T07:36:34.273892+0000 mon.a (mon.0) 430 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:36:35.577 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:36:35 smithi046 bash[22900]: audit 2024-02-10T07:36:34.277850+0000 mon.a (mon.0) 431 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:36:35.577 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:36:35 smithi046 bash[22900]: audit 2024-02-10T07:36:34.279560+0000 mon.a (mon.0) 432 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T07:36:35.577 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:36:35 smithi046 bash[22900]: audit 2024-02-10T07:36:34.289116+0000 mon.a (mon.0) 433 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:36:35.577 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:36:35 smithi046 bash[22900]: cluster 2024-02-10T07:36:34.318905+0000 mgr.a (mgr.14152) 196 : cluster 0 pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:36:35.729 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:36:35 smithi029 bash[21408]: cephadm 2024-02-10T07:36:34.247780+0000 mgr.a (mgr.14152) 194 : cephadm 1 Detected new or changed devices on smithi047 2024-02-10T07:36:35.729 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:36:35 smithi029 bash[21408]: audit 2024-02-10T07:36:34.256512+0000 mon.a (mon.0) 427 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:36:35.729 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:36:35 smithi029 bash[21408]: audit 2024-02-10T07:36:34.264506+0000 mon.a (mon.0) 428 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:36:35.729 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:36:35 smithi029 bash[21408]: audit 2024-02-10T07:36:34.266570+0000 mon.a (mon.0) 429 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-10T07:36:35.729 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:36:35 smithi029 bash[21408]: cephadm 2024-02-10T07:36:34.268001+0000 mgr.a (mgr.14152) 195 : cephadm 1 Adjusting osd_memory_target on smithi047 to 21365M 2024-02-10T07:36:35.729 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:36:35 smithi029 bash[21408]: audit 2024-02-10T07:36:34.273892+0000 mon.a (mon.0) 430 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:36:35.729 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:36:35 smithi029 bash[21408]: audit 2024-02-10T07:36:34.277850+0000 mon.a (mon.0) 431 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:36:35.730 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:36:35 smithi029 bash[21408]: audit 2024-02-10T07:36:34.279560+0000 mon.a (mon.0) 432 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T07:36:35.730 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:36:35 smithi029 bash[21408]: audit 2024-02-10T07:36:34.289116+0000 mon.a (mon.0) 433 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:36:35.730 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:36:35 smithi029 bash[21408]: cluster 2024-02-10T07:36:34.318905+0000 mgr.a (mgr.14152) 196 : cluster 0 pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:36:35.744 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:36:35 smithi047 bash[23769]: cephadm 2024-02-10T07:36:34.247780+0000 mgr.a (mgr.14152) 194 : cephadm 1 Detected new or changed devices on smithi047 2024-02-10T07:36:35.744 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:36:35 smithi047 bash[23769]: audit 2024-02-10T07:36:34.256512+0000 mon.a (mon.0) 427 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:36:35.744 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:36:35 smithi047 bash[23769]: audit 2024-02-10T07:36:34.264506+0000 mon.a (mon.0) 428 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:36:35.744 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:36:35 smithi047 bash[23769]: audit 2024-02-10T07:36:34.266570+0000 mon.a (mon.0) 429 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-10T07:36:35.744 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:36:35 smithi047 bash[23769]: cephadm 2024-02-10T07:36:34.268001+0000 mgr.a (mgr.14152) 195 : cephadm 1 Adjusting osd_memory_target on smithi047 to 21365M 2024-02-10T07:36:35.744 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:36:35 smithi047 bash[23769]: audit 2024-02-10T07:36:34.273892+0000 mon.a (mon.0) 430 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:36:35.745 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:36:35 smithi047 bash[23769]: audit 2024-02-10T07:36:34.277850+0000 mon.a (mon.0) 431 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:36:35.745 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:36:35 smithi047 bash[23769]: audit 2024-02-10T07:36:34.279560+0000 mon.a (mon.0) 432 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T07:36:35.745 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:36:35 smithi047 bash[23769]: audit 2024-02-10T07:36:34.289116+0000 mon.a (mon.0) 433 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:36:35.745 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:36:35 smithi047 bash[23769]: cluster 2024-02-10T07:36:34.318905+0000 mgr.a (mgr.14152) 196 : cluster 0 pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:36:38.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:36:37 smithi029 bash[21408]: cluster 2024-02-10T07:36:36.319652+0000 mgr.a (mgr.14152) 197 : cluster 0 pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 44 KiB/s wr, 3 op/s 2024-02-10T07:36:38.243 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:36:37 smithi047 bash[23769]: cluster 2024-02-10T07:36:36.319652+0000 mgr.a (mgr.14152) 197 : cluster 0 pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 44 KiB/s wr, 3 op/s 2024-02-10T07:36:38.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:36:37 smithi046 bash[22900]: cluster 2024-02-10T07:36:36.319652+0000 mgr.a (mgr.14152) 197 : cluster 0 pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 44 KiB/s wr, 3 op/s 2024-02-10T07:36:38.441 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/mon.a/config 2024-02-10T07:36:40.228 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:36:39 smithi029 bash[21408]: cluster 2024-02-10T07:36:38.320218+0000 mgr.a (mgr.14152) 198 : cluster 0 pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 33 KiB/s wr, 2 op/s 2024-02-10T07:36:40.243 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:36:39 smithi047 bash[23769]: cluster 2024-02-10T07:36:38.320218+0000 mgr.a (mgr.14152) 198 : cluster 0 pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 33 KiB/s wr, 2 op/s 2024-02-10T07:36:40.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:36:39 smithi046 bash[22900]: cluster 2024-02-10T07:36:38.320218+0000 mgr.a (mgr.14152) 198 : cluster 0 pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 33 KiB/s wr, 2 op/s 2024-02-10T07:36:41.282 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-10T07:36:41.283 INFO:teuthology.orchestra.run.smithi029.stdout:{"epoch":22,"fsid":"039acd78-c7e6-11ee-95b8-87774f69a715","created":"2024-02-10T07:30:39.943730+0000","modified":"2024-02-10T07:36:27.371628+0000","last_up_change":"2024-02-10T07:36:23.346968+0000","last_in_change":"2024-02-10T07:35:57.489361+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-02-10T07:36:24.918173+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"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":"f1373ff8-5884-4899-a85b-ea70e18f7171","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.29:6802","nonce":2950626295},{"type":"v1","addr":"172.21.15.29:6803","nonce":2950626295}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6804","nonce":2950626295},{"type":"v1","addr":"172.21.15.29:6805","nonce":2950626295}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6808","nonce":2950626295},{"type":"v1","addr":"172.21.15.29:6809","nonce":2950626295}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6806","nonce":2950626295},{"type":"v1","addr":"172.21.15.29:6807","nonce":2950626295}]},"public_addr":"172.21.15.29:6803/2950626295","cluster_addr":"172.21.15.29:6805/2950626295","heartbeat_back_addr":"172.21.15.29:6809/2950626295","heartbeat_front_addr":"172.21.15.29:6807/2950626295","state":["exists","up"]},{"osd":1,"uuid":"667f8723-e684-4a1f-aa96-e2a76fb43325","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":20,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6800","nonce":3241193983},{"type":"v1","addr":"172.21.15.46:6801","nonce":3241193983}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6802","nonce":3241193983},{"type":"v1","addr":"172.21.15.46:6803","nonce":3241193983}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6806","nonce":3241193983},{"type":"v1","addr":"172.21.15.46:6807","nonce":3241193983}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6804","nonce":3241193983},{"type":"v1","addr":"172.21.15.46:6805","nonce":3241193983}]},"public_addr":"172.21.15.46:6801/3241193983","cluster_addr":"172.21.15.46:6803/3241193983","heartbeat_back_addr":"172.21.15.46:6807/3241193983","heartbeat_front_addr":"172.21.15.46:6805/3241193983","state":["exists","up"]},{"osd":2,"uuid":"877c6c4f-4c08-4038-a306-501be6feb4a0","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.47:6800","nonce":415398379},{"type":"v1","addr":"172.21.15.47:6801","nonce":415398379}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6802","nonce":415398379},{"type":"v1","addr":"172.21.15.47:6803","nonce":415398379}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6806","nonce":415398379},{"type":"v1","addr":"172.21.15.47:6807","nonce":415398379}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6804","nonce":415398379},{"type":"v1","addr":"172.21.15.47:6805","nonce":415398379}]},"public_addr":"172.21.15.47:6801/415398379","cluster_addr":"172.21.15.47:6803/415398379","heartbeat_back_addr":"172.21.15.47:6807/415398379","heartbeat_front_addr":"172.21.15.47:6805/415398379","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-02-10T07:34:43.070158+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-02-10T07:35:32.382787+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-02-10T07:36:21.684221+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.29:0/4237050054":"2024-02-11T07:31:48.248637+0000","172.21.15.29:6801/1429493910":"2024-02-11T07:31:48.248637+0000","172.21.15.29:6800/1429493910":"2024-02-11T07:31:48.248637+0000","172.21.15.29:0/427578224":"2024-02-11T07:31:48.248637+0000","172.21.15.29:6801/793632838":"2024-02-11T07:31:12.136808+0000","172.21.15.29:6800/793632838":"2024-02-11T07:31:12.136808+0000","172.21.15.29:0/2977066319":"2024-02-11T07:31:12.136808+0000","172.21.15.29:0/1555496423":"2024-02-11T07:31:12.136808+0000","172.21.15.29:0/421176308":"2024-02-11T07:31:12.136808+0000","172.21.15.29:0/1780388695":"2024-02-11T07:31:48.248637+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-02-10T07:36:41.893 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-02-10T07:36:24.918173+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '22', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr': {}}, '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-02-10T07:36:41.894 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell --fsid 039acd78-c7e6-11ee-95b8-87774f69a715 -- ceph osd pool get .mgr pg_num 2024-02-10T07:36:42.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:36:41 smithi029 bash[21408]: cluster 2024-02-10T07:36:40.320904+0000 mgr.a (mgr.14152) 199 : cluster 0 pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail; 921 B/s rd, 26 KiB/s wr, 2 op/s 2024-02-10T07:36:42.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:36:41 smithi029 bash[21408]: audit 2024-02-10T07:36:41.283484+0000 mon.a (mon.0) 434 : audit 0 from='client.? 172.21.15.29:0/1729626158' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-10T07:36:42.243 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:36:41 smithi047 bash[23769]: cluster 2024-02-10T07:36:40.320904+0000 mgr.a (mgr.14152) 199 : cluster 0 pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail; 921 B/s rd, 26 KiB/s wr, 2 op/s 2024-02-10T07:36:42.244 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:36:41 smithi047 bash[23769]: audit 2024-02-10T07:36:41.283484+0000 mon.a (mon.0) 434 : audit 0 from='client.? 172.21.15.29:0/1729626158' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-10T07:36:42.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:36:41 smithi046 bash[22900]: cluster 2024-02-10T07:36:40.320904+0000 mgr.a (mgr.14152) 199 : cluster 0 pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail; 921 B/s rd, 26 KiB/s wr, 2 op/s 2024-02-10T07:36:42.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:36:41 smithi046 bash[22900]: audit 2024-02-10T07:36:41.283484+0000 mon.a (mon.0) 434 : audit 0 from='client.? 172.21.15.29:0/1729626158' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-10T07:36:44.228 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:36:43 smithi029 bash[21408]: cluster 2024-02-10T07:36:42.321626+0000 mgr.a (mgr.14152) 200 : cluster 0 pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2024-02-10T07:36:44.243 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:36:43 smithi047 bash[23769]: cluster 2024-02-10T07:36:42.321626+0000 mgr.a (mgr.14152) 200 : cluster 0 pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2024-02-10T07:36:44.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:36:43 smithi046 bash[22900]: cluster 2024-02-10T07:36:42.321626+0000 mgr.a (mgr.14152) 200 : cluster 0 pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2024-02-10T07:36:46.228 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:36:45 smithi029 bash[21408]: cluster 2024-02-10T07:36:44.322305+0000 mgr.a (mgr.14152) 201 : cluster 0 pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2024-02-10T07:36:46.243 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:36:45 smithi047 bash[23769]: cluster 2024-02-10T07:36:44.322305+0000 mgr.a (mgr.14152) 201 : cluster 0 pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2024-02-10T07:36:46.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:36:45 smithi046 bash[22900]: cluster 2024-02-10T07:36:44.322305+0000 mgr.a (mgr.14152) 201 : cluster 0 pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2024-02-10T07:36:46.620 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/mon.a/config 2024-02-10T07:36:48.228 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:36:47 smithi029 bash[21408]: cluster 2024-02-10T07:36:46.323033+0000 mgr.a (mgr.14152) 202 : cluster 0 pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2024-02-10T07:36:48.243 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:36:47 smithi047 bash[23769]: cluster 2024-02-10T07:36:46.323033+0000 mgr.a (mgr.14152) 202 : cluster 0 pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2024-02-10T07:36:48.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:36:47 smithi046 bash[22900]: cluster 2024-02-10T07:36:46.323033+0000 mgr.a (mgr.14152) 202 : cluster 0 pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2024-02-10T07:36:49.286 INFO:teuthology.orchestra.run.smithi029.stdout:pg_num: 1 2024-02-10T07:36:49.947 INFO:tasks.cephadm:Setting up client nodes... 2024-02-10T07:36:49.947 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-02-10T07:36:49.947 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-02-10T07:36:49.948 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell --fsid 039acd78-c7e6-11ee-95b8-87774f69a715 -- ceph mgr dump --format=json 2024-02-10T07:36:50.228 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:36:49 smithi029 bash[21408]: cluster 2024-02-10T07:36:48.323608+0000 mgr.a (mgr.14152) 203 : cluster 0 pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:36:50.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:36:49 smithi029 bash[21408]: audit 2024-02-10T07:36:49.287573+0000 mon.a (mon.0) 435 : audit 0 from='client.? 172.21.15.29:0/2374485640' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-02-10T07:36:50.243 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:36:49 smithi047 bash[23769]: cluster 2024-02-10T07:36:48.323608+0000 mgr.a (mgr.14152) 203 : cluster 0 pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:36:50.244 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:36:49 smithi047 bash[23769]: audit 2024-02-10T07:36:49.287573+0000 mon.a (mon.0) 435 : audit 0 from='client.? 172.21.15.29:0/2374485640' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-02-10T07:36:50.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:36:49 smithi046 bash[22900]: cluster 2024-02-10T07:36:48.323608+0000 mgr.a (mgr.14152) 203 : cluster 0 pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:36:50.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:36:49 smithi046 bash[22900]: audit 2024-02-10T07:36:49.287573+0000 mon.a (mon.0) 435 : audit 0 from='client.? 172.21.15.29:0/2374485640' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-02-10T07:36:52.243 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:36:51 smithi047 bash[23769]: cluster 2024-02-10T07:36:50.324175+0000 mgr.a (mgr.14152) 204 : cluster 0 pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:36:52.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:36:51 smithi046 bash[22900]: cluster 2024-02-10T07:36:50.324175+0000 mgr.a (mgr.14152) 204 : cluster 0 pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:36:52.478 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:36:51 smithi029 bash[21408]: cluster 2024-02-10T07:36:50.324175+0000 mgr.a (mgr.14152) 204 : cluster 0 pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:36:54.244 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:36:53 smithi047 bash[23769]: cluster 2024-02-10T07:36:52.324844+0000 mgr.a (mgr.14152) 205 : cluster 0 pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:36:54.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:36:53 smithi046 bash[22900]: cluster 2024-02-10T07:36:52.324844+0000 mgr.a (mgr.14152) 205 : cluster 0 pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:36:54.478 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:36:53 smithi029 bash[21408]: cluster 2024-02-10T07:36:52.324844+0000 mgr.a (mgr.14152) 205 : cluster 0 pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:36:54.672 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/mon.a/config 2024-02-10T07:36:56.228 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:36:55 smithi029 bash[21408]: cluster 2024-02-10T07:36:54.325423+0000 mgr.a (mgr.14152) 206 : cluster 0 pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:36:56.243 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:36:55 smithi047 bash[23769]: cluster 2024-02-10T07:36:54.325423+0000 mgr.a (mgr.14152) 206 : cluster 0 pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:36:56.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:36:55 smithi046 bash[22900]: cluster 2024-02-10T07:36:54.325423+0000 mgr.a (mgr.14152) 206 : cluster 0 pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:36:57.351 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-10T07:36:58.011 INFO:teuthology.orchestra.run.smithi029.stdout:{"epoch":15,"flags":0,"active_gid":14152,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6800","nonce":1846257599},{"type":"v1","addr":"172.21.15.29:6801","nonce":1846257599}]},"active_addr":"172.21.15.29:6801/1846257599","active_change":"2024-02-10T07:31:48.248998+0000","active_mgr_features":4540701547738038271,"available":true,"standbys":[{"gid":24104,"name":"b","mgr_features":4540701547738038271,"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/ceph-grafana:9.4.12","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:latest","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.43.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"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":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"drive_group_interval":{"name":"drive_group_interval","type":"float","level":"advanced","flags":0,"default_value":"300.0","min":"","max":"","enum_allowed":[],"desc":"interval in seconds between re-application of applied drive_groups","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"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":[]}}},{"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/ceph-grafana:9.4.12","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:latest","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.43.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"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":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"drive_group_interval":{"name":"drive_group_interval","type":"float","level":"advanced","flags":0,"default_value":"300.0","min":"","max":"","enum_allowed":[],"desc":"interval in seconds between re-application of applied drive_groups","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"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":[]}}},{"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.29: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.29:0","nonce":764517835}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.29:0","nonce":2824668126}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.29:0","nonce":1848491126}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.29:0","nonce":753640552}]}]} 2024-02-10T07:36:58.021 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-02-10T07:36:58.021 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-02-10T07:36:58.021 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell --fsid 039acd78-c7e6-11ee-95b8-87774f69a715 -- ceph osd dump --format=json 2024-02-10T07:36:58.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:36:57 smithi046 bash[22900]: cluster 2024-02-10T07:36:56.326103+0000 mgr.a (mgr.14152) 207 : cluster 0 pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:36:58.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:36:57 smithi046 bash[22900]: audit 2024-02-10T07:36:57.346198+0000 mon.a (mon.0) 436 : audit 0 from='client.? 172.21.15.29:0/4001976780' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-02-10T07:36:58.479 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:36:57 smithi029 bash[21408]: cluster 2024-02-10T07:36:56.326103+0000 mgr.a (mgr.14152) 207 : cluster 0 pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:36:58.479 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:36:57 smithi029 bash[21408]: audit 2024-02-10T07:36:57.346198+0000 mon.a (mon.0) 436 : audit 0 from='client.? 172.21.15.29:0/4001976780' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-02-10T07:36:58.493 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:36:58 smithi047 bash[23769]: cluster 2024-02-10T07:36:56.326103+0000 mgr.a (mgr.14152) 207 : cluster 0 pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:36:58.493 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:36:58 smithi047 bash[23769]: audit 2024-02-10T07:36:57.346198+0000 mon.a (mon.0) 436 : audit 0 from='client.? 172.21.15.29:0/4001976780' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-02-10T07:37:00.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:37:00 smithi046 bash[22900]: cluster 2024-02-10T07:36:58.326709+0000 mgr.a (mgr.14152) 208 : cluster 0 pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:37:00.478 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:37:00 smithi029 bash[21408]: cluster 2024-02-10T07:36:58.326709+0000 mgr.a (mgr.14152) 208 : cluster 0 pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:37:00.493 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:37:00 smithi047 bash[23769]: cluster 2024-02-10T07:36:58.326709+0000 mgr.a (mgr.14152) 208 : cluster 0 pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:37:02.328 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:37:02 smithi046 bash[22900]: cluster 2024-02-10T07:37:00.327244+0000 mgr.a (mgr.14152) 209 : cluster 0 pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:37:02.478 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:37:02 smithi029 bash[21408]: cluster 2024-02-10T07:37:00.327244+0000 mgr.a (mgr.14152) 209 : cluster 0 pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:37:02.493 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:37:02 smithi047 bash[23769]: cluster 2024-02-10T07:37:00.327244+0000 mgr.a (mgr.14152) 209 : cluster 0 pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:37:02.749 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/mon.a/config 2024-02-10T07:37:03.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:37:03 smithi046 bash[22900]: cluster 2024-02-10T07:37:02.327766+0000 mgr.a (mgr.14152) 210 : cluster 0 pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:37:03.478 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:37:03 smithi029 bash[21408]: cluster 2024-02-10T07:37:02.327766+0000 mgr.a (mgr.14152) 210 : cluster 0 pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:37:03.493 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:37:03 smithi047 bash[23769]: cluster 2024-02-10T07:37:02.327766+0000 mgr.a (mgr.14152) 210 : cluster 0 pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:37:05.453 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-10T07:37:05.454 INFO:teuthology.orchestra.run.smithi029.stdout:{"epoch":22,"fsid":"039acd78-c7e6-11ee-95b8-87774f69a715","created":"2024-02-10T07:30:39.943730+0000","modified":"2024-02-10T07:36:27.371628+0000","last_up_change":"2024-02-10T07:36:23.346968+0000","last_in_change":"2024-02-10T07:35:57.489361+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-02-10T07:36:24.918173+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"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":"f1373ff8-5884-4899-a85b-ea70e18f7171","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.29:6802","nonce":2950626295},{"type":"v1","addr":"172.21.15.29:6803","nonce":2950626295}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6804","nonce":2950626295},{"type":"v1","addr":"172.21.15.29:6805","nonce":2950626295}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6808","nonce":2950626295},{"type":"v1","addr":"172.21.15.29:6809","nonce":2950626295}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6806","nonce":2950626295},{"type":"v1","addr":"172.21.15.29:6807","nonce":2950626295}]},"public_addr":"172.21.15.29:6803/2950626295","cluster_addr":"172.21.15.29:6805/2950626295","heartbeat_back_addr":"172.21.15.29:6809/2950626295","heartbeat_front_addr":"172.21.15.29:6807/2950626295","state":["exists","up"]},{"osd":1,"uuid":"667f8723-e684-4a1f-aa96-e2a76fb43325","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":20,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6800","nonce":3241193983},{"type":"v1","addr":"172.21.15.46:6801","nonce":3241193983}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6802","nonce":3241193983},{"type":"v1","addr":"172.21.15.46:6803","nonce":3241193983}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6806","nonce":3241193983},{"type":"v1","addr":"172.21.15.46:6807","nonce":3241193983}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6804","nonce":3241193983},{"type":"v1","addr":"172.21.15.46:6805","nonce":3241193983}]},"public_addr":"172.21.15.46:6801/3241193983","cluster_addr":"172.21.15.46:6803/3241193983","heartbeat_back_addr":"172.21.15.46:6807/3241193983","heartbeat_front_addr":"172.21.15.46:6805/3241193983","state":["exists","up"]},{"osd":2,"uuid":"877c6c4f-4c08-4038-a306-501be6feb4a0","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.47:6800","nonce":415398379},{"type":"v1","addr":"172.21.15.47:6801","nonce":415398379}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6802","nonce":415398379},{"type":"v1","addr":"172.21.15.47:6803","nonce":415398379}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6806","nonce":415398379},{"type":"v1","addr":"172.21.15.47:6807","nonce":415398379}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6804","nonce":415398379},{"type":"v1","addr":"172.21.15.47:6805","nonce":415398379}]},"public_addr":"172.21.15.47:6801/415398379","cluster_addr":"172.21.15.47:6803/415398379","heartbeat_back_addr":"172.21.15.47:6807/415398379","heartbeat_front_addr":"172.21.15.47:6805/415398379","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-02-10T07:34:43.070158+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-02-10T07:35:32.382787+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-02-10T07:36:21.684221+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.29:0/4237050054":"2024-02-11T07:31:48.248637+0000","172.21.15.29:6801/1429493910":"2024-02-11T07:31:48.248637+0000","172.21.15.29:6800/1429493910":"2024-02-11T07:31:48.248637+0000","172.21.15.29:0/427578224":"2024-02-11T07:31:48.248637+0000","172.21.15.29:6801/793632838":"2024-02-11T07:31:12.136808+0000","172.21.15.29:6800/793632838":"2024-02-11T07:31:12.136808+0000","172.21.15.29:0/2977066319":"2024-02-11T07:31:12.136808+0000","172.21.15.29:0/1555496423":"2024-02-11T07:31:12.136808+0000","172.21.15.29:0/421176308":"2024-02-11T07:31:12.136808+0000","172.21.15.29:0/1780388695":"2024-02-11T07:31:48.248637+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-02-10T07:37:05.661 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:37:05 smithi029 bash[21408]: cluster 2024-02-10T07:37:04.328273+0000 mgr.a (mgr.14152) 211 : cluster 0 pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:37:05.743 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:37:05 smithi047 bash[23769]: cluster 2024-02-10T07:37:04.328273+0000 mgr.a (mgr.14152) 211 : cluster 0 pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:37:05.826 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:37:05 smithi046 bash[22900]: cluster 2024-02-10T07:37:04.328273+0000 mgr.a (mgr.14152) 211 : cluster 0 pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:37:06.102 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-02-10T07:37:06.103 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell --fsid 039acd78-c7e6-11ee-95b8-87774f69a715 -- ceph osd dump --format=json 2024-02-10T07:37:06.728 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:37:06 smithi029 bash[21408]: audit 2024-02-10T07:37:05.454411+0000 mon.a (mon.0) 437 : audit 0 from='client.? 172.21.15.29:0/653456633' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-10T07:37:06.743 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:37:06 smithi047 bash[23769]: audit 2024-02-10T07:37:05.454411+0000 mon.a (mon.0) 437 : audit 0 from='client.? 172.21.15.29:0/653456633' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-10T07:37:06.826 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:37:06 smithi046 bash[22900]: audit 2024-02-10T07:37:05.454411+0000 mon.a (mon.0) 437 : audit 0 from='client.? 172.21.15.29:0/653456633' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-10T07:37:08.228 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:37:07 smithi029 bash[21408]: cluster 2024-02-10T07:37:06.328618+0000 mgr.a (mgr.14152) 212 : cluster 0 pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:37:08.243 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:37:07 smithi047 bash[23769]: cluster 2024-02-10T07:37:06.328618+0000 mgr.a (mgr.14152) 212 : cluster 0 pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:37:08.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:37:07 smithi046 bash[22900]: cluster 2024-02-10T07:37:06.328618+0000 mgr.a (mgr.14152) 212 : cluster 0 pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:37:10.228 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:37:09 smithi029 bash[21408]: cluster 2024-02-10T07:37:08.329086+0000 mgr.a (mgr.14152) 213 : cluster 0 pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:37:10.243 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:37:09 smithi047 bash[23769]: cluster 2024-02-10T07:37:08.329086+0000 mgr.a (mgr.14152) 213 : cluster 0 pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:37:10.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:37:09 smithi046 bash[22900]: cluster 2024-02-10T07:37:08.329086+0000 mgr.a (mgr.14152) 213 : cluster 0 pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:37:10.823 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/mon.a/config 2024-02-10T07:37:12.228 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:37:11 smithi029 bash[21408]: cluster 2024-02-10T07:37:10.329624+0000 mgr.a (mgr.14152) 214 : cluster 0 pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:37:12.243 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:37:11 smithi047 bash[23769]: cluster 2024-02-10T07:37:10.329624+0000 mgr.a (mgr.14152) 214 : cluster 0 pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:37:12.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:37:11 smithi046 bash[22900]: cluster 2024-02-10T07:37:10.329624+0000 mgr.a (mgr.14152) 214 : cluster 0 pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:37:13.574 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-10T07:37:13.574 INFO:teuthology.orchestra.run.smithi029.stdout:{"epoch":22,"fsid":"039acd78-c7e6-11ee-95b8-87774f69a715","created":"2024-02-10T07:30:39.943730+0000","modified":"2024-02-10T07:36:27.371628+0000","last_up_change":"2024-02-10T07:36:23.346968+0000","last_in_change":"2024-02-10T07:35:57.489361+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-02-10T07:36:24.918173+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"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":"f1373ff8-5884-4899-a85b-ea70e18f7171","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.29:6802","nonce":2950626295},{"type":"v1","addr":"172.21.15.29:6803","nonce":2950626295}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6804","nonce":2950626295},{"type":"v1","addr":"172.21.15.29:6805","nonce":2950626295}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6808","nonce":2950626295},{"type":"v1","addr":"172.21.15.29:6809","nonce":2950626295}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6806","nonce":2950626295},{"type":"v1","addr":"172.21.15.29:6807","nonce":2950626295}]},"public_addr":"172.21.15.29:6803/2950626295","cluster_addr":"172.21.15.29:6805/2950626295","heartbeat_back_addr":"172.21.15.29:6809/2950626295","heartbeat_front_addr":"172.21.15.29:6807/2950626295","state":["exists","up"]},{"osd":1,"uuid":"667f8723-e684-4a1f-aa96-e2a76fb43325","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":20,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6800","nonce":3241193983},{"type":"v1","addr":"172.21.15.46:6801","nonce":3241193983}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6802","nonce":3241193983},{"type":"v1","addr":"172.21.15.46:6803","nonce":3241193983}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6806","nonce":3241193983},{"type":"v1","addr":"172.21.15.46:6807","nonce":3241193983}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6804","nonce":3241193983},{"type":"v1","addr":"172.21.15.46:6805","nonce":3241193983}]},"public_addr":"172.21.15.46:6801/3241193983","cluster_addr":"172.21.15.46:6803/3241193983","heartbeat_back_addr":"172.21.15.46:6807/3241193983","heartbeat_front_addr":"172.21.15.46:6805/3241193983","state":["exists","up"]},{"osd":2,"uuid":"877c6c4f-4c08-4038-a306-501be6feb4a0","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.47:6800","nonce":415398379},{"type":"v1","addr":"172.21.15.47:6801","nonce":415398379}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6802","nonce":415398379},{"type":"v1","addr":"172.21.15.47:6803","nonce":415398379}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6806","nonce":415398379},{"type":"v1","addr":"172.21.15.47:6807","nonce":415398379}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:6804","nonce":415398379},{"type":"v1","addr":"172.21.15.47:6805","nonce":415398379}]},"public_addr":"172.21.15.47:6801/415398379","cluster_addr":"172.21.15.47:6803/415398379","heartbeat_back_addr":"172.21.15.47:6807/415398379","heartbeat_front_addr":"172.21.15.47:6805/415398379","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-02-10T07:34:43.070158+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-02-10T07:35:32.382787+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-02-10T07:36:21.684221+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.29:0/4237050054":"2024-02-11T07:31:48.248637+0000","172.21.15.29:6801/1429493910":"2024-02-11T07:31:48.248637+0000","172.21.15.29:6800/1429493910":"2024-02-11T07:31:48.248637+0000","172.21.15.29:0/427578224":"2024-02-11T07:31:48.248637+0000","172.21.15.29:6801/793632838":"2024-02-11T07:31:12.136808+0000","172.21.15.29:6800/793632838":"2024-02-11T07:31:12.136808+0000","172.21.15.29:0/2977066319":"2024-02-11T07:31:12.136808+0000","172.21.15.29:0/1555496423":"2024-02-11T07:31:12.136808+0000","172.21.15.29:0/421176308":"2024-02-11T07:31:12.136808+0000","172.21.15.29:0/1780388695":"2024-02-11T07:31:48.248637+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-02-10T07:37:14.243 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:37:13 smithi047 bash[23769]: cluster 2024-02-10T07:37:12.330172+0000 mgr.a (mgr.14152) 215 : cluster 0 pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:37:14.243 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:37:13 smithi047 bash[23769]: audit 2024-02-10T07:37:13.574416+0000 mon.a (mon.0) 438 : audit 0 from='client.? 172.21.15.29:0/379961089' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-10T07:37:14.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:37:13 smithi029 bash[21408]: cluster 2024-02-10T07:37:12.330172+0000 mgr.a (mgr.14152) 215 : cluster 0 pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:37:14.251 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:37:13 smithi029 bash[21408]: audit 2024-02-10T07:37:13.574416+0000 mon.a (mon.0) 438 : audit 0 from='client.? 172.21.15.29:0/379961089' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-10T07:37:14.252 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell --fsid 039acd78-c7e6-11ee-95b8-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2024-02-10T07:37:14.253 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell --fsid 039acd78-c7e6-11ee-95b8-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2024-02-10T07:37:14.253 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell --fsid 039acd78-c7e6-11ee-95b8-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2024-02-10T07:37:14.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:37:13 smithi046 bash[22900]: cluster 2024-02-10T07:37:12.330172+0000 mgr.a (mgr.14152) 215 : cluster 0 pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:37:14.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:37:13 smithi046 bash[22900]: audit 2024-02-10T07:37:13.574416+0000 mon.a (mon.0) 438 : audit 0 from='client.? 172.21.15.29:0/379961089' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-10T07:37:16.243 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:37:15 smithi047 bash[23769]: cluster 2024-02-10T07:37:14.330580+0000 mgr.a (mgr.14152) 216 : cluster 0 pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:37:16.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:37:15 smithi046 bash[22900]: cluster 2024-02-10T07:37:14.330580+0000 mgr.a (mgr.14152) 216 : cluster 0 pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:37:16.478 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:37:15 smithi029 bash[21408]: cluster 2024-02-10T07:37:14.330580+0000 mgr.a (mgr.14152) 216 : cluster 0 pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:37:18.243 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:37:17 smithi047 bash[23769]: cluster 2024-02-10T07:37:16.331033+0000 mgr.a (mgr.14152) 217 : cluster 0 pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:37:18.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:37:17 smithi046 bash[22900]: cluster 2024-02-10T07:37:16.331033+0000 mgr.a (mgr.14152) 217 : cluster 0 pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:37:18.478 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:37:17 smithi029 bash[21408]: cluster 2024-02-10T07:37:16.331033+0000 mgr.a (mgr.14152) 217 : cluster 0 pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:37:18.982 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/mon.a/config 2024-02-10T07:37:18.982 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/mon.a/config 2024-02-10T07:37:18.982 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/mon.a/config 2024-02-10T07:37:20.243 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:37:19 smithi047 bash[23769]: cluster 2024-02-10T07:37:18.331505+0000 mgr.a (mgr.14152) 218 : cluster 0 pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:37:20.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:37:19 smithi046 bash[22900]: cluster 2024-02-10T07:37:18.331505+0000 mgr.a (mgr.14152) 218 : cluster 0 pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:37:20.397 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:37:19 smithi029 bash[21408]: cluster 2024-02-10T07:37:18.331505+0000 mgr.a (mgr.14152) 218 : cluster 0 pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:37:22.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:37:21 smithi046 bash[22900]: cluster 2024-02-10T07:37:20.332031+0000 mgr.a (mgr.14152) 219 : cluster 0 pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:37:22.478 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:37:21 smithi029 bash[21408]: cluster 2024-02-10T07:37:20.332031+0000 mgr.a (mgr.14152) 219 : cluster 0 pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:37:22.493 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:37:21 smithi047 bash[23769]: cluster 2024-02-10T07:37:20.332031+0000 mgr.a (mgr.14152) 219 : cluster 0 pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:37:24.228 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:37:23 smithi029 bash[21408]: cluster 2024-02-10T07:37:22.332588+0000 mgr.a (mgr.14152) 220 : cluster 0 pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:37:24.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:37:23 smithi046 bash[22900]: cluster 2024-02-10T07:37:22.332588+0000 mgr.a (mgr.14152) 220 : cluster 0 pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:37:24.493 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:37:24 smithi047 bash[23769]: cluster 2024-02-10T07:37:22.332588+0000 mgr.a (mgr.14152) 220 : cluster 0 pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:37:25.153 INFO:teuthology.orchestra.run.smithi029.stdout:55834574873 2024-02-10T07:37:25.153 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell --fsid 039acd78-c7e6-11ee-95b8-87774f69a715 -- ceph osd last-stat-seq osd.1 2024-02-10T07:37:25.217 INFO:teuthology.orchestra.run.smithi029.stdout:34359738403 2024-02-10T07:37:25.218 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell --fsid 039acd78-c7e6-11ee-95b8-87774f69a715 -- ceph osd last-stat-seq osd.0 2024-02-10T07:37:25.308 INFO:teuthology.orchestra.run.smithi029.stdout:77309411343 2024-02-10T07:37:25.308 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell --fsid 039acd78-c7e6-11ee-95b8-87774f69a715 -- ceph osd last-stat-seq osd.2 2024-02-10T07:37:26.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:37:26 smithi046 bash[22900]: cluster 2024-02-10T07:37:24.333003+0000 mgr.a (mgr.14152) 221 : cluster 0 pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:37:26.478 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:37:26 smithi029 bash[21408]: cluster 2024-02-10T07:37:24.333003+0000 mgr.a (mgr.14152) 221 : cluster 0 pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:37:26.493 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:37:26 smithi047 bash[23769]: cluster 2024-02-10T07:37:24.333003+0000 mgr.a (mgr.14152) 221 : cluster 0 pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:37:28.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:37:28 smithi046 bash[22900]: cluster 2024-02-10T07:37:26.333519+0000 mgr.a (mgr.14152) 222 : cluster 0 pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:37:28.478 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:37:28 smithi029 bash[21408]: cluster 2024-02-10T07:37:26.333519+0000 mgr.a (mgr.14152) 222 : cluster 0 pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:37:28.493 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:37:28 smithi047 bash[23769]: cluster 2024-02-10T07:37:26.333519+0000 mgr.a (mgr.14152) 222 : cluster 0 pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:37:29.885 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/mon.a/config 2024-02-10T07:37:29.886 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/mon.a/config 2024-02-10T07:37:29.886 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/mon.a/config 2024-02-10T07:37:30.228 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:37:30 smithi029 bash[21408]: cluster 2024-02-10T07:37:28.334051+0000 mgr.a (mgr.14152) 223 : cluster 0 pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:37:30.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:37:30 smithi046 bash[22900]: cluster 2024-02-10T07:37:28.334051+0000 mgr.a (mgr.14152) 223 : cluster 0 pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:37:30.493 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:37:30 smithi047 bash[23769]: cluster 2024-02-10T07:37:28.334051+0000 mgr.a (mgr.14152) 223 : cluster 0 pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:37:32.228 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:37:31 smithi029 bash[21408]: cluster 2024-02-10T07:37:30.334592+0000 mgr.a (mgr.14152) 224 : cluster 0 pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:37:32.243 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:37:31 smithi047 bash[23769]: cluster 2024-02-10T07:37:30.334592+0000 mgr.a (mgr.14152) 224 : cluster 0 pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:37:32.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:37:31 smithi046 bash[22900]: cluster 2024-02-10T07:37:30.334592+0000 mgr.a (mgr.14152) 224 : cluster 0 pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:37:34.228 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:37:33 smithi029 bash[21408]: cluster 2024-02-10T07:37:32.335137+0000 mgr.a (mgr.14152) 225 : cluster 0 pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:37:34.243 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:37:33 smithi047 bash[23769]: cluster 2024-02-10T07:37:32.335137+0000 mgr.a (mgr.14152) 225 : cluster 0 pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:37:34.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:37:33 smithi046 bash[22900]: cluster 2024-02-10T07:37:32.335137+0000 mgr.a (mgr.14152) 225 : cluster 0 pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:37:34.702 INFO:teuthology.orchestra.run.smithi029.stdout:55834574875 2024-02-10T07:37:35.177 INFO:teuthology.orchestra.run.smithi029.stdout:77309411346 2024-02-10T07:37:35.211 INFO:teuthology.orchestra.run.smithi029.stdout:34359738405 2024-02-10T07:37:35.243 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:37:34 smithi047 bash[23769]: audit 2024-02-10T07:37:34.395942+0000 mon.a (mon.0) 439 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:37:35.243 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:37:34 smithi047 bash[23769]: audit 2024-02-10T07:37:34.703974+0000 mon.a (mon.0) 440 : audit 0 from='client.? 172.21.15.29:0/918685307' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-02-10T07:37:35.260 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:37:34 smithi029 bash[21408]: audit 2024-02-10T07:37:34.395942+0000 mon.a (mon.0) 439 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:37:35.261 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:37:34 smithi029 bash[21408]: audit 2024-02-10T07:37:34.703974+0000 mon.a (mon.0) 440 : audit 0 from='client.? 172.21.15.29:0/918685307' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-02-10T07:37:35.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:37:34 smithi046 bash[22900]: audit 2024-02-10T07:37:34.395942+0000 mon.a (mon.0) 439 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:37:35.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:37:34 smithi046 bash[22900]: audit 2024-02-10T07:37:34.703974+0000 mon.a (mon.0) 440 : audit 0 from='client.? 172.21.15.29:0/918685307' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-02-10T07:37:35.743 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574873 got 55834574875 for osd.1 2024-02-10T07:37:35.744 DEBUG:teuthology.parallel:result is None 2024-02-10T07:37:36.038 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:37:35 smithi029 bash[21408]: cluster 2024-02-10T07:37:34.335531+0000 mgr.a (mgr.14152) 226 : cluster 0 pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:37:36.038 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:37:35 smithi029 bash[21408]: audit 2024-02-10T07:37:35.123219+0000 mon.a (mon.0) 441 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:37:36.038 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:37:35 smithi029 bash[21408]: audit 2024-02-10T07:37:35.124172+0000 mon.a (mon.0) 442 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T07:37:36.038 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:37:35 smithi029 bash[21408]: audit 2024-02-10T07:37:35.130038+0000 mon.a (mon.0) 443 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:37:36.038 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:37:35 smithi029 bash[21408]: audit 2024-02-10T07:37:35.179614+0000 mon.a (mon.0) 444 : audit 0 from='client.? 172.21.15.29:0/3948385840' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-02-10T07:37:36.038 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:37:35 smithi029 bash[21408]: audit 2024-02-10T07:37:35.213441+0000 mon.a (mon.0) 445 : audit 0 from='client.? 172.21.15.29:0/2233912316' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-02-10T07:37:36.243 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:37:35 smithi047 bash[23769]: cluster 2024-02-10T07:37:34.335531+0000 mgr.a (mgr.14152) 226 : cluster 0 pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:37:36.243 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:37:35 smithi047 bash[23769]: audit 2024-02-10T07:37:35.123219+0000 mon.a (mon.0) 441 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:37:36.243 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:37:35 smithi047 bash[23769]: audit 2024-02-10T07:37:35.124172+0000 mon.a (mon.0) 442 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T07:37:36.243 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:37:35 smithi047 bash[23769]: audit 2024-02-10T07:37:35.130038+0000 mon.a (mon.0) 443 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:37:36.243 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:37:35 smithi047 bash[23769]: audit 2024-02-10T07:37:35.179614+0000 mon.a (mon.0) 444 : audit 0 from='client.? 172.21.15.29:0/3948385840' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-02-10T07:37:36.244 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:37:35 smithi047 bash[23769]: audit 2024-02-10T07:37:35.213441+0000 mon.a (mon.0) 445 : audit 0 from='client.? 172.21.15.29:0/2233912316' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-02-10T07:37:36.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:37:35 smithi046 bash[22900]: cluster 2024-02-10T07:37:34.335531+0000 mgr.a (mgr.14152) 226 : cluster 0 pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:37:36.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:37:35 smithi046 bash[22900]: audit 2024-02-10T07:37:35.123219+0000 mon.a (mon.0) 441 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:37:36.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:37:35 smithi046 bash[22900]: audit 2024-02-10T07:37:35.124172+0000 mon.a (mon.0) 442 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T07:37:36.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:37:35 smithi046 bash[22900]: audit 2024-02-10T07:37:35.130038+0000 mon.a (mon.0) 443 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:37:36.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:37:35 smithi046 bash[22900]: audit 2024-02-10T07:37:35.179614+0000 mon.a (mon.0) 444 : audit 0 from='client.? 172.21.15.29:0/3948385840' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-02-10T07:37:36.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:37:35 smithi046 bash[22900]: audit 2024-02-10T07:37:35.213441+0000 mon.a (mon.0) 445 : audit 0 from='client.? 172.21.15.29:0/2233912316' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-02-10T07:37:36.622 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738403 got 34359738405 for osd.0 2024-02-10T07:37:36.622 DEBUG:teuthology.parallel:result is None 2024-02-10T07:37:36.646 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411343 got 77309411346 for osd.2 2024-02-10T07:37:36.646 DEBUG:teuthology.parallel:result is None 2024-02-10T07:37:36.647 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-02-10T07:37:36.647 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell --fsid 039acd78-c7e6-11ee-95b8-87774f69a715 -- ceph pg dump --format=json 2024-02-10T07:37:38.243 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:37:37 smithi047 bash[23769]: cluster 2024-02-10T07:37:36.336057+0000 mgr.a (mgr.14152) 227 : cluster 0 pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:37:38.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:37:37 smithi046 bash[22900]: cluster 2024-02-10T07:37:36.336057+0000 mgr.a (mgr.14152) 227 : cluster 0 pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:37:38.478 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:37:37 smithi029 bash[21408]: cluster 2024-02-10T07:37:36.336057+0000 mgr.a (mgr.14152) 227 : cluster 0 pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:37:40.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:37:39 smithi046 bash[22900]: cluster 2024-02-10T07:37:38.336589+0000 mgr.a (mgr.14152) 228 : cluster 0 pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:37:40.478 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:37:39 smithi029 bash[21408]: cluster 2024-02-10T07:37:38.336589+0000 mgr.a (mgr.14152) 228 : cluster 0 pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:37:40.493 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:37:39 smithi047 bash[23769]: cluster 2024-02-10T07:37:38.336589+0000 mgr.a (mgr.14152) 228 : cluster 0 pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:37:41.411 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/mon.a/config 2024-02-10T07:37:42.281 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:37:42 smithi029 bash[21408]: cluster 2024-02-10T07:37:40.337126+0000 mgr.a (mgr.14152) 229 : cluster 0 pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:37:42.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:37:41 smithi046 bash[22900]: cluster 2024-02-10T07:37:40.337126+0000 mgr.a (mgr.14152) 229 : cluster 0 pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:37:42.493 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:37:42 smithi047 bash[23769]: cluster 2024-02-10T07:37:40.337126+0000 mgr.a (mgr.14152) 229 : cluster 0 pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:37:44.093 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-10T07:37:44.095 INFO:teuthology.orchestra.run.smithi029.stderr:dumped all 2024-02-10T07:37:44.274 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:37:44 smithi029 bash[21408]: cluster 2024-02-10T07:37:42.337624+0000 mgr.a (mgr.14152) 230 : cluster 0 pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:37:44.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:37:44 smithi046 bash[22900]: cluster 2024-02-10T07:37:42.337624+0000 mgr.a (mgr.14152) 230 : cluster 0 pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:37:44.493 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:37:44 smithi047 bash[23769]: cluster 2024-02-10T07:37:42.337624+0000 mgr.a (mgr.14152) 230 : cluster 0 pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:37:44.734 INFO:teuthology.orchestra.run.smithi029.stdout:{"pg_ready":true,"pg_map":{"version":189,"stamp":"2024-02-10T07:37:42.337420+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":97068,"kb_used_data":2292,"kb_used_omap":4,"kb_used_meta":93499,"kb_avail":281138388,"statfs":{"total":287985106944,"available":287885709312,"internally_reserved":0,"allocated":2347008,"data_stored":1944759,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4785,"internal_metadata":95743311},"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.003100"},"pg_stats":[{"pgid":"1.0","version":"22'137","reported_seq":186,"reported_epoch":22,"state":"active+clean","last_fresh":"2024-02-10T07:36:32.430668+0000","last_change":"2024-02-10T07:36:26.369836+0000","last_active":"2024-02-10T07:36:32.430668+0000","last_peered":"2024-02-10T07:36:32.430668+0000","last_clean":"2024-02-10T07:36:32.430668+0000","last_became_active":"2024-02-10T07:36:26.369087+0000","last_became_peered":"2024-02-10T07:36:26.369087+0000","last_unstale":"2024-02-10T07:36:32.430668+0000","last_undegraded":"2024-02-10T07:36:32.430668+0000","last_fullsized":"2024-02-10T07:36:32.430668+0000","mapping_epoch":20,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":21,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-02-10T07:36:25.351961+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-02-10T07:36:25.351961+0000","last_clean_scrub_stamp":"2024-02-10T07:36:25.351961+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-02-11T13:20:17.053200+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":77309411347,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":36724,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":35326,"kb_avail":93708428,"statfs":{"total":95995035648,"available":95957430272,"internally_reserved":0,"allocated":782336,"data_stored":648253,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":36174277},"hb_peers":[0,1],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Feb 10 07:37:24 2024","interfaces":[{"interface":"back","average":{"1min":0.72299999999999998,"5min":0.72299999999999998,"15min":0.72299999999999998},"min":{"1min":0.54000000000000004,"5min":0.54000000000000004,"15min":0.54000000000000004},"max":{"1min":1.3120000000000001,"5min":1.3120000000000001,"15min":1.3120000000000001},"last":0.80000000000000004},{"interface":"front","average":{"1min":0.72499999999999998,"5min":0.72499999999999998,"15min":0.72499999999999998},"min":{"1min":0.51000000000000001,"5min":0.51000000000000001,"15min":0.51000000000000001},"max":{"1min":1.0669999999999999,"5min":1.0669999999999999,"15min":1.0669999999999999},"last":0.93799999999999994}]},{"osd":1,"last update":"Sat Feb 10 07:37:24 2024","interfaces":[{"interface":"back","average":{"1min":0.73999999999999999,"5min":0.73999999999999999,"15min":0.73999999999999999},"min":{"1min":0.55600000000000005,"5min":0.55600000000000005,"15min":0.55600000000000005},"max":{"1min":0.86899999999999999,"5min":0.86899999999999999,"15min":0.86899999999999999},"last":0.89300000000000002},{"interface":"front","average":{"1min":0.73999999999999999,"5min":0.73999999999999999,"15min":0.73999999999999999},"min":{"1min":0.60299999999999998,"5min":0.60299999999999998,"15min":0.60299999999999998},"max":{"1min":0.84699999999999998,"5min":0.84699999999999998,"15min":0.84699999999999998},"last":0.85199999999999998}]}]},{"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":27780,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717372,"statfs":{"total":95995035648,"available":95966588928,"internally_reserved":0,"allocated":782336,"data_stored":648253,"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":[],"network_ping_times":[{"osd":1,"last update":"Sat Feb 10 07:37:39 2024","interfaces":[{"interface":"back","average":{"1min":0.63400000000000001,"5min":0.71399999999999997,"15min":0.72799999999999998},"min":{"1min":0.501,"5min":0.501,"15min":0.501},"max":{"1min":0.81000000000000005,"5min":0.83999999999999997,"15min":0.83999999999999997},"last":0.70899999999999996},{"interface":"front","average":{"1min":0.72299999999999998,"5min":0.74299999999999999,"15min":0.747},"min":{"1min":0.61499999999999999,"5min":0.61499999999999999,"15min":0.61499999999999999},"max":{"1min":0.86699999999999999,"5min":0.86699999999999999,"15min":0.86699999999999999},"last":0.65000000000000002}]},{"osd":2,"last update":"Sat Feb 10 07:37:25 2024","interfaces":[{"interface":"back","average":{"1min":0.74299999999999999,"5min":0.74299999999999999,"15min":0.74299999999999999},"min":{"1min":0.502,"5min":0.502,"15min":0.502},"max":{"1min":0.94799999999999995,"5min":0.94799999999999995,"15min":0.94799999999999995},"last":0.82599999999999996},{"interface":"front","average":{"1min":0.73499999999999999,"5min":0.73499999999999999,"15min":0.73499999999999999},"min":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"max":{"1min":0.83499999999999996,"5min":0.83499999999999996,"15min":0.83499999999999996},"last":0.76900000000000002}]}]},{"osd":1,"up_from":13,"seq":55834574877,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32564,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93712588,"statfs":{"total":95995035648,"available":95961690112,"internally_reserved":0,"allocated":782336,"data_stored":648253,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[0,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Feb 10 07:37:38 2024","interfaces":[{"interface":"back","average":{"1min":0.69599999999999995,"5min":0.70499999999999996,"15min":0.70699999999999996},"min":{"1min":0.495,"5min":0.495,"15min":0.495},"max":{"1min":0.83799999999999997,"5min":0.83799999999999997,"15min":0.83799999999999997},"last":0.83799999999999997},{"interface":"front","average":{"1min":0.72799999999999998,"5min":0.71099999999999997,"15min":0.70799999999999996},"min":{"1min":0.5,"5min":0.5,"15min":0.5},"max":{"1min":0.875,"5min":0.875,"15min":0.875},"last":0.77100000000000002}]},{"osd":2,"last update":"Sat Feb 10 07:37:26 2024","interfaces":[{"interface":"back","average":{"1min":0.79000000000000004,"5min":0.79000000000000004,"15min":0.79000000000000004},"min":{"1min":0.64200000000000002,"5min":0.64200000000000002,"15min":0.64200000000000002},"max":{"1min":0.89800000000000002,"5min":0.89800000000000002,"15min":0.89800000000000002},"last":0.72199999999999998},{"interface":"front","average":{"1min":0.76400000000000001,"5min":0.76400000000000001,"15min":0.76400000000000001},"min":{"1min":0.63400000000000001,"5min":0.63400000000000001,"15min":0.63400000000000001},"max":{"1min":0.93700000000000006,"5min":0.93700000000000006,"15min":0.93700000000000006},"last":0.67100000000000004}]}]}],"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-02-10T07:37:44.735 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell --fsid 039acd78-c7e6-11ee-95b8-87774f69a715 -- ceph pg dump --format=json 2024-02-10T07:37:46.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:37:46 smithi046 bash[22900]: audit 2024-02-10T07:37:44.093388+0000 mgr.a (mgr.14152) 231 : audit 0 from='client.14343 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T07:37:46.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:37:46 smithi046 bash[22900]: cluster 2024-02-10T07:37:44.338068+0000 mgr.a (mgr.14152) 232 : cluster 0 pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:37:46.478 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:37:46 smithi029 bash[21408]: audit 2024-02-10T07:37:44.093388+0000 mgr.a (mgr.14152) 231 : audit 0 from='client.14343 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T07:37:46.479 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:37:46 smithi029 bash[21408]: cluster 2024-02-10T07:37:44.338068+0000 mgr.a (mgr.14152) 232 : cluster 0 pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:37:46.493 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:37:46 smithi047 bash[23769]: audit 2024-02-10T07:37:44.093388+0000 mgr.a (mgr.14152) 231 : audit 0 from='client.14343 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T07:37:46.493 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:37:46 smithi047 bash[23769]: cluster 2024-02-10T07:37:44.338068+0000 mgr.a (mgr.14152) 232 : cluster 0 pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:37:48.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:37:48 smithi046 bash[22900]: cluster 2024-02-10T07:37:46.338600+0000 mgr.a (mgr.14152) 233 : cluster 0 pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:37:48.478 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:37:48 smithi029 bash[21408]: cluster 2024-02-10T07:37:46.338600+0000 mgr.a (mgr.14152) 233 : cluster 0 pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:37:48.493 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:37:48 smithi047 bash[23769]: cluster 2024-02-10T07:37:46.338600+0000 mgr.a (mgr.14152) 233 : cluster 0 pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:37:49.459 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/mon.a/config 2024-02-10T07:37:50.269 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:37:50 smithi029 bash[21408]: cluster 2024-02-10T07:37:48.339069+0000 mgr.a (mgr.14152) 234 : cluster 0 pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:37:50.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:37:50 smithi046 bash[22900]: cluster 2024-02-10T07:37:48.339069+0000 mgr.a (mgr.14152) 234 : cluster 0 pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:37:50.493 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:37:50 smithi047 bash[23769]: cluster 2024-02-10T07:37:48.339069+0000 mgr.a (mgr.14152) 234 : cluster 0 pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:37:52.118 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-10T07:37:52.120 INFO:teuthology.orchestra.run.smithi029.stderr:dumped all 2024-02-10T07:37:52.130 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:37:51 smithi029 bash[21408]: cluster 2024-02-10T07:37:50.339497+0000 mgr.a (mgr.14152) 235 : cluster 0 pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:37:52.243 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:37:51 smithi047 bash[23769]: cluster 2024-02-10T07:37:50.339497+0000 mgr.a (mgr.14152) 235 : cluster 0 pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:37:52.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:37:51 smithi046 bash[22900]: cluster 2024-02-10T07:37:50.339497+0000 mgr.a (mgr.14152) 235 : cluster 0 pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:37:52.777 INFO:teuthology.orchestra.run.smithi029.stdout:{"pg_ready":true,"pg_map":{"version":193,"stamp":"2024-02-10T07:37:50.339343+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":97068,"kb_used_data":2292,"kb_used_omap":4,"kb_used_meta":93499,"kb_avail":281138388,"statfs":{"total":287985106944,"available":287885709312,"internally_reserved":0,"allocated":2347008,"data_stored":1944759,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4785,"internal_metadata":95743311},"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.002989"},"pg_stats":[{"pgid":"1.0","version":"22'137","reported_seq":186,"reported_epoch":22,"state":"active+clean","last_fresh":"2024-02-10T07:36:32.430668+0000","last_change":"2024-02-10T07:36:26.369836+0000","last_active":"2024-02-10T07:36:32.430668+0000","last_peered":"2024-02-10T07:36:32.430668+0000","last_clean":"2024-02-10T07:36:32.430668+0000","last_became_active":"2024-02-10T07:36:26.369087+0000","last_became_peered":"2024-02-10T07:36:26.369087+0000","last_unstale":"2024-02-10T07:36:32.430668+0000","last_undegraded":"2024-02-10T07:36:32.430668+0000","last_fullsized":"2024-02-10T07:36:32.430668+0000","mapping_epoch":20,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":21,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-02-10T07:36:25.351961+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-02-10T07:36:25.351961+0000","last_clean_scrub_stamp":"2024-02-10T07:36:25.351961+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-02-11T13:20:17.053200+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":77309411349,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":36724,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":35326,"kb_avail":93708428,"statfs":{"total":95995035648,"available":95957430272,"internally_reserved":0,"allocated":782336,"data_stored":648253,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":36174277},"hb_peers":[0,1],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Feb 10 07:37:24 2024","interfaces":[{"interface":"back","average":{"1min":0.72299999999999998,"5min":0.72299999999999998,"15min":0.72299999999999998},"min":{"1min":0.54000000000000004,"5min":0.54000000000000004,"15min":0.54000000000000004},"max":{"1min":1.3120000000000001,"5min":1.3120000000000001,"15min":1.3120000000000001},"last":0.65200000000000002},{"interface":"front","average":{"1min":0.72499999999999998,"5min":0.72499999999999998,"15min":0.72499999999999998},"min":{"1min":0.51000000000000001,"5min":0.51000000000000001,"15min":0.51000000000000001},"max":{"1min":1.0669999999999999,"5min":1.0669999999999999,"15min":1.0669999999999999},"last":0.57299999999999995}]},{"osd":1,"last update":"Sat Feb 10 07:37:24 2024","interfaces":[{"interface":"back","average":{"1min":0.73999999999999999,"5min":0.73999999999999999,"15min":0.73999999999999999},"min":{"1min":0.55600000000000005,"5min":0.55600000000000005,"15min":0.55600000000000005},"max":{"1min":0.86899999999999999,"5min":0.86899999999999999,"15min":0.86899999999999999},"last":0.61699999999999999},{"interface":"front","average":{"1min":0.73999999999999999,"5min":0.73999999999999999,"15min":0.73999999999999999},"min":{"1min":0.60299999999999998,"5min":0.60299999999999998,"15min":0.60299999999999998},"max":{"1min":0.84699999999999998,"5min":0.84699999999999998,"15min":0.84699999999999998},"last":0.72099999999999997}]}]},{"osd":0,"up_from":8,"seq":34359738408,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27780,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717372,"statfs":{"total":95995035648,"available":95966588928,"internally_reserved":0,"allocated":782336,"data_stored":648253,"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":[],"network_ping_times":[{"osd":1,"last update":"Sat Feb 10 07:37:39 2024","interfaces":[{"interface":"back","average":{"1min":0.63400000000000001,"5min":0.71399999999999997,"15min":0.72799999999999998},"min":{"1min":0.501,"5min":0.501,"15min":0.501},"max":{"1min":0.81000000000000005,"5min":0.83999999999999997,"15min":0.83999999999999997},"last":0.66400000000000003},{"interface":"front","average":{"1min":0.72299999999999998,"5min":0.74299999999999999,"15min":0.747},"min":{"1min":0.61499999999999999,"5min":0.61499999999999999,"15min":0.61499999999999999},"max":{"1min":0.86699999999999999,"5min":0.86699999999999999,"15min":0.86699999999999999},"last":0.58499999999999996}]},{"osd":2,"last update":"Sat Feb 10 07:37:25 2024","interfaces":[{"interface":"back","average":{"1min":0.74299999999999999,"5min":0.74299999999999999,"15min":0.74299999999999999},"min":{"1min":0.502,"5min":0.502,"15min":0.502},"max":{"1min":0.94799999999999995,"5min":0.94799999999999995,"15min":0.94799999999999995},"last":0.755},{"interface":"front","average":{"1min":0.73499999999999999,"5min":0.73499999999999999,"15min":0.73499999999999999},"min":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"max":{"1min":0.83499999999999996,"5min":0.83499999999999996,"15min":0.83499999999999996},"last":0.72499999999999998}]}]},{"osd":1,"up_from":13,"seq":55834574879,"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":764,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93712588,"statfs":{"total":95995035648,"available":95961690112,"internally_reserved":0,"allocated":782336,"data_stored":648253,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[0,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Feb 10 07:37:38 2024","interfaces":[{"interface":"back","average":{"1min":0.69599999999999995,"5min":0.70499999999999996,"15min":0.70699999999999996},"min":{"1min":0.495,"5min":0.495,"15min":0.495},"max":{"1min":0.83799999999999997,"5min":0.83799999999999997,"15min":0.83799999999999997},"last":0.621},{"interface":"front","average":{"1min":0.72799999999999998,"5min":0.71099999999999997,"15min":0.70799999999999996},"min":{"1min":0.5,"5min":0.5,"15min":0.5},"max":{"1min":0.875,"5min":0.875,"15min":0.875},"last":0.67100000000000004}]},{"osd":2,"last update":"Sat Feb 10 07:37:26 2024","interfaces":[{"interface":"back","average":{"1min":0.79000000000000004,"5min":0.79000000000000004,"15min":0.79000000000000004},"min":{"1min":0.64200000000000002,"5min":0.64200000000000002,"15min":0.64200000000000002},"max":{"1min":0.89800000000000002,"5min":0.89800000000000002,"15min":0.89800000000000002},"last":0.746},{"interface":"front","average":{"1min":0.76400000000000001,"5min":0.76400000000000001,"15min":0.76400000000000001},"min":{"1min":0.63400000000000001,"5min":0.63400000000000001,"15min":0.63400000000000001},"max":{"1min":0.93700000000000006,"5min":0.93700000000000006,"15min":0.93700000000000006},"last":0.70899999999999996}]}]}],"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-02-10T07:37:52.777 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-02-10T07:37:52.778 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-02-10T07:37:52.778 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-02-10T07:37:52.778 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell --fsid 039acd78-c7e6-11ee-95b8-87774f69a715 -- ceph health --format=json 2024-02-10T07:37:54.243 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:37:53 smithi047 bash[23769]: audit 2024-02-10T07:37:52.118328+0000 mgr.a (mgr.14152) 236 : audit 0 from='client.14349 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T07:37:54.243 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:37:53 smithi047 bash[23769]: cluster 2024-02-10T07:37:52.339988+0000 mgr.a (mgr.14152) 237 : cluster 0 pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:37:54.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:37:53 smithi046 bash[22900]: audit 2024-02-10T07:37:52.118328+0000 mgr.a (mgr.14152) 236 : audit 0 from='client.14349 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T07:37:54.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:37:53 smithi046 bash[22900]: cluster 2024-02-10T07:37:52.339988+0000 mgr.a (mgr.14152) 237 : cluster 0 pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:37:54.478 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:37:53 smithi029 bash[21408]: audit 2024-02-10T07:37:52.118328+0000 mgr.a (mgr.14152) 236 : audit 0 from='client.14349 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T07:37:54.478 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:37:53 smithi029 bash[21408]: cluster 2024-02-10T07:37:52.339988+0000 mgr.a (mgr.14152) 237 : cluster 0 pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:37:56.243 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:37:55 smithi047 bash[23769]: cluster 2024-02-10T07:37:54.340517+0000 mgr.a (mgr.14152) 238 : cluster 0 pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:37:56.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:37:55 smithi046 bash[22900]: cluster 2024-02-10T07:37:54.340517+0000 mgr.a (mgr.14152) 238 : cluster 0 pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:37:56.478 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:37:55 smithi029 bash[21408]: cluster 2024-02-10T07:37:54.340517+0000 mgr.a (mgr.14152) 238 : cluster 0 pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:37:57.505 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/mon.a/config 2024-02-10T07:37:58.243 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:37:57 smithi047 bash[23769]: cluster 2024-02-10T07:37:56.341079+0000 mgr.a (mgr.14152) 239 : cluster 0 pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:37:58.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:37:57 smithi046 bash[22900]: cluster 2024-02-10T07:37:56.341079+0000 mgr.a (mgr.14152) 239 : cluster 0 pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:37:58.360 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:37:57 smithi029 bash[21408]: cluster 2024-02-10T07:37:56.341079+0000 mgr.a (mgr.14152) 239 : cluster 0 pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:38:00.228 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:37:59 smithi029 bash[21408]: cluster 2024-02-10T07:37:58.341623+0000 mgr.a (mgr.14152) 240 : cluster 0 pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:38:00.286 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-10T07:38:00.287 INFO:teuthology.orchestra.run.smithi029.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-02-10T07:38:00.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:37:59 smithi046 bash[22900]: cluster 2024-02-10T07:37:58.341623+0000 mgr.a (mgr.14152) 240 : cluster 0 pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:38:00.492 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:37:59 smithi047 bash[23769]: cluster 2024-02-10T07:37:58.341623+0000 mgr.a (mgr.14152) 240 : cluster 0 pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:38:00.944 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-02-10T07:38:00.944 INFO:tasks.cephadm:Setup complete, yielding 2024-02-10T07:38:00.945 INFO:teuthology.run_tasks:Running task cephadm.apply... 2024-02-10T07:38:00.957 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-02-10T07:38:00.957 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 039acd78-c7e6-11ee-95b8-87774f69a715 -- ceph orch apply -i - 2024-02-10T07:38:01.228 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:38:01 smithi029 bash[21408]: audit 2024-02-10T07:38:00.288571+0000 mon.a (mon.0) 446 : audit 0 from='client.? 172.21.15.29:0/1031181404' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-02-10T07:38:01.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:38:01 smithi046 bash[22900]: audit 2024-02-10T07:38:00.288571+0000 mon.a (mon.0) 446 : audit 0 from='client.? 172.21.15.29:0/1031181404' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-02-10T07:38:01.492 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:38:01 smithi047 bash[23769]: audit 2024-02-10T07:38:00.288571+0000 mon.a (mon.0) 446 : audit 0 from='client.? 172.21.15.29:0/1031181404' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-02-10T07:38:02.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:38:02 smithi046 bash[22900]: cluster 2024-02-10T07:38:00.342118+0000 mgr.a (mgr.14152) 241 : cluster 0 pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:38:02.478 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:38:02 smithi029 bash[21408]: cluster 2024-02-10T07:38:00.342118+0000 mgr.a (mgr.14152) 241 : cluster 0 pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:38:02.492 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:38:02 smithi047 bash[23769]: cluster 2024-02-10T07:38:00.342118+0000 mgr.a (mgr.14152) 241 : cluster 0 pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:38:04.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:38:04 smithi046 bash[22900]: cluster 2024-02-10T07:38:02.342582+0000 mgr.a (mgr.14152) 242 : cluster 0 pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:38:04.478 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:38:04 smithi029 bash[21408]: cluster 2024-02-10T07:38:02.342582+0000 mgr.a (mgr.14152) 242 : cluster 0 pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:38:04.492 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:38:04 smithi047 bash[23769]: cluster 2024-02-10T07:38:02.342582+0000 mgr.a (mgr.14152) 242 : cluster 0 pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:38:05.687 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/mon.a/config 2024-02-10T07:38:06.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:38:06 smithi046 bash[22900]: cluster 2024-02-10T07:38:04.343135+0000 mgr.a (mgr.14152) 243 : cluster 0 pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:38:06.475 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:38:06 smithi029 bash[21408]: cluster 2024-02-10T07:38:04.343135+0000 mgr.a (mgr.14152) 243 : cluster 0 pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:38:06.492 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:38:06 smithi047 bash[23769]: cluster 2024-02-10T07:38:04.343135+0000 mgr.a (mgr.14152) 243 : cluster 0 pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:38:08.228 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:38:08 smithi029 bash[21408]: cluster 2024-02-10T07:38:06.343748+0000 mgr.a (mgr.14152) 244 : cluster 0 pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:38:08.325 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:38:08 smithi046 bash[22900]: cluster 2024-02-10T07:38:06.343748+0000 mgr.a (mgr.14152) 244 : cluster 0 pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:38:08.335 INFO:teuthology.orchestra.run.smithi029.stdout:Scheduled mon update... 2024-02-10T07:38:08.492 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:38:08 smithi047 bash[23769]: cluster 2024-02-10T07:38:06.343748+0000 mgr.a (mgr.14152) 244 : cluster 0 pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:38:09.019 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-10T07:38:09.029 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi029.front.sepia.ceph.com 2024-02-10T07:38:09.030 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 039acd78-c7e6-11ee-95b8-87774f69a715 -- bash -c 'set -ex 2024-02-10T07:38:09.030 DEBUG:teuthology.orchestra.run.smithi029:> # since we don'"'"'t know the real hostnames before the test, the next 2024-02-10T07:38:09.030 DEBUG:teuthology.orchestra.run.smithi029:> # bit is in order to replace the fake hostnames "host.a/b/c" with 2024-02-10T07:38:09.030 DEBUG:teuthology.orchestra.run.smithi029:> # the actual names cephadm knows the host by within the mon spec 2024-02-10T07:38:09.030 DEBUG:teuthology.orchestra.run.smithi029:> ceph orch host ls --format json | jq -r '"'"'.[] | .hostname'"'"' > realnames 2024-02-10T07:38:09.030 DEBUG:teuthology.orchestra.run.smithi029:> echo $'"'"'host.a\nhost.b\nhost.c'"'"' > fakenames 2024-02-10T07:38:09.030 DEBUG:teuthology.orchestra.run.smithi029:> echo $'"'"'a\nb\nc'"'"' > mon_ids 2024-02-10T07:38:09.030 DEBUG:teuthology.orchestra.run.smithi029:> echo $'"'"'{datacenter=a}\n{datacenter=b,rack=2}\n{datacenter=a,rack=3}'"'"' > crush_locs 2024-02-10T07:38:09.030 DEBUG:teuthology.orchestra.run.smithi029:> ceph orch ls --service-name mon --export > mon.yaml 2024-02-10T07:38:09.030 DEBUG:teuthology.orchestra.run.smithi029:> MONSPEC=`cat mon.yaml` 2024-02-10T07:38:09.030 DEBUG:teuthology.orchestra.run.smithi029:> echo "$MONSPEC" 2024-02-10T07:38:09.030 DEBUG:teuthology.orchestra.run.smithi029:> while read realname <&3 && read fakename <&4; do 2024-02-10T07:38:09.031 DEBUG:teuthology.orchestra.run.smithi029:> MONSPEC="${MONSPEC//$fakename/$realname}" 2024-02-10T07:38:09.031 DEBUG:teuthology.orchestra.run.smithi029:> done 3 echo "$MONSPEC" > mon.yaml 2024-02-10T07:38:09.031 DEBUG:teuthology.orchestra.run.smithi029:> cat mon.yaml 2024-02-10T07:38:09.031 DEBUG:teuthology.orchestra.run.smithi029:> # now the spec should have the real hostnames, so let'"'"'s re-apply 2024-02-10T07:38:09.031 DEBUG:teuthology.orchestra.run.smithi029:> ceph orch apply -i mon.yaml 2024-02-10T07:38:09.031 DEBUG:teuthology.orchestra.run.smithi029:> sleep 90 2024-02-10T07:38:09.031 DEBUG:teuthology.orchestra.run.smithi029:> ceph orch ps --refresh 2024-02-10T07:38:09.031 DEBUG:teuthology.orchestra.run.smithi029:> ceph orch ls --service-name mon --export > mon.yaml; ceph orch apply -i mon.yaml 2024-02-10T07:38:09.031 DEBUG:teuthology.orchestra.run.smithi029:> sleep 90 2024-02-10T07:38:09.031 DEBUG:teuthology.orchestra.run.smithi029:> ceph mon dump 2024-02-10T07:38:09.031 DEBUG:teuthology.orchestra.run.smithi029:> ceph mon dump --format json 2024-02-10T07:38:09.031 DEBUG:teuthology.orchestra.run.smithi029:> # verify all the crush locations got set from "ceph mon dump" output 2024-02-10T07:38:09.031 DEBUG:teuthology.orchestra.run.smithi029:> while read monid <&3 && read crushloc <&4; do 2024-02-10T07:38:09.031 DEBUG:teuthology.orchestra.run.smithi029:> ceph mon dump --format json | jq --arg monid "$monid" --arg crushloc "$crushloc" -e '"'"'.mons | .[] | select(.name == $monid) | .crush_location == $crushloc'"'"' 2024-02-10T07:38:09.031 DEBUG:teuthology.orchestra.run.smithi029:> done 3 ' 2024-02-10T07:38:09.728 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:38:09 smithi029 bash[21408]: audit 2024-02-10T07:38:08.320423+0000 mgr.a (mgr.14152) 245 : audit 0 from='client.14361 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:38:09.728 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:38:09 smithi029 bash[21408]: cephadm 2024-02-10T07:38:08.330073+0000 mgr.a (mgr.14152) 246 : cephadm 1 Saving service mon spec with placement count:3 2024-02-10T07:38:09.728 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:38:09 smithi029 bash[21408]: audit 2024-02-10T07:38:08.336562+0000 mon.a (mon.0) 447 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:38:09.729 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:38:09 smithi029 bash[21408]: cluster 2024-02-10T07:38:08.344085+0000 mgr.a (mgr.14152) 247 : cluster 0 pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:38:09.729 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:38:09 smithi029 bash[21408]: audit 2024-02-10T07:38:08.364598+0000 mon.a (mon.0) 448 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:38:09.729 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:38:09 smithi029 bash[21408]: audit 2024-02-10T07:38:08.366551+0000 mon.a (mon.0) 449 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:38:09.729 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:38:09 smithi029 bash[21408]: audit 2024-02-10T07:38:08.367318+0000 mon.a (mon.0) 450 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T07:38:09.729 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:38:09 smithi029 bash[21408]: audit 2024-02-10T07:38:08.372445+0000 mon.a (mon.0) 451 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:38:09.729 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:38:09 smithi029 bash[21408]: audit 2024-02-10T07:38:08.374835+0000 mon.a (mon.0) 452 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-02-10T07:38:09.729 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:38:09 smithi029 bash[21408]: audit 2024-02-10T07:38:08.378577+0000 mon.a (mon.0) 453 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:38:09.743 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:38:09 smithi047 bash[23769]: audit 2024-02-10T07:38:08.320423+0000 mgr.a (mgr.14152) 245 : audit 0 from='client.14361 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:38:09.743 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:38:09 smithi047 bash[23769]: cephadm 2024-02-10T07:38:08.330073+0000 mgr.a (mgr.14152) 246 : cephadm 1 Saving service mon spec with placement count:3 2024-02-10T07:38:09.743 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:38:09 smithi047 bash[23769]: audit 2024-02-10T07:38:08.336562+0000 mon.a (mon.0) 447 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:38:09.743 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:38:09 smithi047 bash[23769]: cluster 2024-02-10T07:38:08.344085+0000 mgr.a (mgr.14152) 247 : cluster 0 pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:38:09.743 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:38:09 smithi047 bash[23769]: audit 2024-02-10T07:38:08.364598+0000 mon.a (mon.0) 448 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:38:09.743 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:38:09 smithi047 bash[23769]: audit 2024-02-10T07:38:08.366551+0000 mon.a (mon.0) 449 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:38:09.743 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:38:09 smithi047 bash[23769]: audit 2024-02-10T07:38:08.367318+0000 mon.a (mon.0) 450 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T07:38:09.743 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:38:09 smithi047 bash[23769]: audit 2024-02-10T07:38:08.372445+0000 mon.a (mon.0) 451 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:38:09.743 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:38:09 smithi047 bash[23769]: audit 2024-02-10T07:38:08.374835+0000 mon.a (mon.0) 452 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-02-10T07:38:09.743 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:38:09 smithi047 bash[23769]: audit 2024-02-10T07:38:08.378577+0000 mon.a (mon.0) 453 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:38:09.826 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:38:09 smithi046 bash[22900]: audit 2024-02-10T07:38:08.320423+0000 mgr.a (mgr.14152) 245 : audit 0 from='client.14361 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:38:09.826 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:38:09 smithi046 bash[22900]: cephadm 2024-02-10T07:38:08.330073+0000 mgr.a (mgr.14152) 246 : cephadm 1 Saving service mon spec with placement count:3 2024-02-10T07:38:09.826 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:38:09 smithi046 bash[22900]: audit 2024-02-10T07:38:08.336562+0000 mon.a (mon.0) 447 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:38:09.826 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:38:09 smithi046 bash[22900]: cluster 2024-02-10T07:38:08.344085+0000 mgr.a (mgr.14152) 247 : cluster 0 pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:38:09.826 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:38:09 smithi046 bash[22900]: audit 2024-02-10T07:38:08.364598+0000 mon.a (mon.0) 448 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:38:09.826 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:38:09 smithi046 bash[22900]: audit 2024-02-10T07:38:08.366551+0000 mon.a (mon.0) 449 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:38:09.826 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:38:09 smithi046 bash[22900]: audit 2024-02-10T07:38:08.367318+0000 mon.a (mon.0) 450 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T07:38:09.827 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:38:09 smithi046 bash[22900]: audit 2024-02-10T07:38:08.372445+0000 mon.a (mon.0) 451 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:38:09.827 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:38:09 smithi046 bash[22900]: audit 2024-02-10T07:38:08.374835+0000 mon.a (mon.0) 452 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-02-10T07:38:09.827 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:38:09 smithi046 bash[22900]: audit 2024-02-10T07:38:08.378577+0000 mon.a (mon.0) 453 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:38:12.243 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:38:11 smithi047 bash[23769]: cluster 2024-02-10T07:38:10.344608+0000 mgr.a (mgr.14152) 248 : cluster 0 pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:38:12.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:38:11 smithi046 bash[22900]: cluster 2024-02-10T07:38:10.344608+0000 mgr.a (mgr.14152) 248 : cluster 0 pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:38:12.478 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:38:11 smithi029 bash[21408]: cluster 2024-02-10T07:38:10.344608+0000 mgr.a (mgr.14152) 248 : cluster 0 pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:38:13.761 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/mon.a/config 2024-02-10T07:38:14.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:38:13 smithi029 bash[21408]: cluster 2024-02-10T07:38:12.345150+0000 mgr.a (mgr.14152) 249 : cluster 0 pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:38:14.242 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:38:13 smithi047 bash[23769]: cluster 2024-02-10T07:38:12.345150+0000 mgr.a (mgr.14152) 249 : cluster 0 pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:38:14.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:38:13 smithi046 bash[22900]: cluster 2024-02-10T07:38:12.345150+0000 mgr.a (mgr.14152) 249 : cluster 0 pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:38:16.205 INFO:teuthology.orchestra.run.smithi029.stderr:+ ceph orch host ls --format json 2024-02-10T07:38:16.205 INFO:teuthology.orchestra.run.smithi029.stderr:+ jq -r '.[] | .hostname' 2024-02-10T07:38:16.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:38:15 smithi046 bash[22900]: cluster 2024-02-10T07:38:14.345681+0000 mgr.a (mgr.14152) 250 : cluster 0 pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:38:16.479 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:38:15 smithi029 bash[21408]: cluster 2024-02-10T07:38:14.345681+0000 mgr.a (mgr.14152) 250 : cluster 0 pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:38:16.492 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:38:15 smithi047 bash[23769]: cluster 2024-02-10T07:38:14.345681+0000 mgr.a (mgr.14152) 250 : cluster 0 pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:38:16.554 INFO:teuthology.orchestra.run.smithi029.stderr:+ echo 'host.a 2024-02-10T07:38:16.554 INFO:teuthology.orchestra.run.smithi029.stderr:host.b 2024-02-10T07:38:16.555 INFO:teuthology.orchestra.run.smithi029.stderr:host.c' 2024-02-10T07:38:16.555 INFO:teuthology.orchestra.run.smithi029.stderr:+ echo 'a 2024-02-10T07:38:16.555 INFO:teuthology.orchestra.run.smithi029.stderr:b 2024-02-10T07:38:16.555 INFO:teuthology.orchestra.run.smithi029.stderr:c' 2024-02-10T07:38:16.555 INFO:teuthology.orchestra.run.smithi029.stderr:+ echo '{datacenter=a} 2024-02-10T07:38:16.555 INFO:teuthology.orchestra.run.smithi029.stderr:{datacenter=b,rack=2} 2024-02-10T07:38:16.555 INFO:teuthology.orchestra.run.smithi029.stderr:{datacenter=a,rack=3}' 2024-02-10T07:38:16.555 INFO:teuthology.orchestra.run.smithi029.stderr:+ ceph orch ls --service-name mon --export 2024-02-10T07:38:16.922 INFO:teuthology.orchestra.run.smithi029.stderr:++ cat mon.yaml 2024-02-10T07:38:16.924 INFO:teuthology.orchestra.run.smithi029.stderr:+ MONSPEC='service_type: mon 2024-02-10T07:38:16.924 INFO:teuthology.orchestra.run.smithi029.stderr:service_name: mon 2024-02-10T07:38:16.924 INFO:teuthology.orchestra.run.smithi029.stderr:placement: 2024-02-10T07:38:16.924 INFO:teuthology.orchestra.run.smithi029.stderr: count: 3 2024-02-10T07:38:16.924 INFO:teuthology.orchestra.run.smithi029.stderr:spec: 2024-02-10T07:38:16.924 INFO:teuthology.orchestra.run.smithi029.stderr: crush_locations: 2024-02-10T07:38:16.924 INFO:teuthology.orchestra.run.smithi029.stderr: host.a: 2024-02-10T07:38:16.924 INFO:teuthology.orchestra.run.smithi029.stderr: - datacenter=a 2024-02-10T07:38:16.925 INFO:teuthology.orchestra.run.smithi029.stderr: host.b: 2024-02-10T07:38:16.925 INFO:teuthology.orchestra.run.smithi029.stderr: - datacenter=b 2024-02-10T07:38:16.925 INFO:teuthology.orchestra.run.smithi029.stderr: - rack=2 2024-02-10T07:38:16.925 INFO:teuthology.orchestra.run.smithi029.stderr: host.c: 2024-02-10T07:38:16.925 INFO:teuthology.orchestra.run.smithi029.stderr: - datacenter=a 2024-02-10T07:38:16.925 INFO:teuthology.orchestra.run.smithi029.stderr: - rack=3' 2024-02-10T07:38:16.925 INFO:teuthology.orchestra.run.smithi029.stderr:+ echo 'service_type: mon 2024-02-10T07:38:16.925 INFO:teuthology.orchestra.run.smithi029.stderr:service_name: mon 2024-02-10T07:38:16.925 INFO:teuthology.orchestra.run.smithi029.stderr:placement: 2024-02-10T07:38:16.925 INFO:teuthology.orchestra.run.smithi029.stderr: count: 3 2024-02-10T07:38:16.925 INFO:teuthology.orchestra.run.smithi029.stderr:spec: 2024-02-10T07:38:16.925 INFO:teuthology.orchestra.run.smithi029.stderr: crush_locations: 2024-02-10T07:38:16.925 INFO:teuthology.orchestra.run.smithi029.stderr: host.a: 2024-02-10T07:38:16.925 INFO:teuthology.orchestra.run.smithi029.stderr: - datacenter=a 2024-02-10T07:38:16.926 INFO:teuthology.orchestra.run.smithi029.stderr: host.b: 2024-02-10T07:38:16.926 INFO:teuthology.orchestra.run.smithi029.stderr: - datacenter=b 2024-02-10T07:38:16.926 INFO:teuthology.orchestra.run.smithi029.stderr: - rack=2 2024-02-10T07:38:16.926 INFO:teuthology.orchestra.run.smithi029.stderr: host.c: 2024-02-10T07:38:16.926 INFO:teuthology.orchestra.run.smithi029.stderr: - datacenter=a 2024-02-10T07:38:16.926 INFO:teuthology.orchestra.run.smithi029.stderr: - rack=3' 2024-02-10T07:38:16.926 INFO:teuthology.orchestra.run.smithi029.stderr:+ read realname 2024-02-10T07:38:16.926 INFO:teuthology.orchestra.run.smithi029.stderr:+ read fakename 2024-02-10T07:38:16.926 INFO:teuthology.orchestra.run.smithi029.stdout:service_type: mon 2024-02-10T07:38:16.926 INFO:teuthology.orchestra.run.smithi029.stdout:service_name: mon 2024-02-10T07:38:16.927 INFO:teuthology.orchestra.run.smithi029.stdout:placement: 2024-02-10T07:38:16.927 INFO:teuthology.orchestra.run.smithi029.stdout: count: 3 2024-02-10T07:38:16.927 INFO:teuthology.orchestra.run.smithi029.stdout:spec: 2024-02-10T07:38:16.927 INFO:teuthology.orchestra.run.smithi029.stdout: crush_locations: 2024-02-10T07:38:16.927 INFO:teuthology.orchestra.run.smithi029.stdout: host.a: 2024-02-10T07:38:16.927 INFO:teuthology.orchestra.run.smithi029.stdout: - datacenter=a 2024-02-10T07:38:16.927 INFO:teuthology.orchestra.run.smithi029.stdout: host.b: 2024-02-10T07:38:16.927 INFO:teuthology.orchestra.run.smithi029.stdout: - datacenter=b 2024-02-10T07:38:16.927 INFO:teuthology.orchestra.run.smithi029.stdout: - rack=2 2024-02-10T07:38:16.927 INFO:teuthology.orchestra.run.smithi029.stdout: host.c: 2024-02-10T07:38:16.927 INFO:teuthology.orchestra.run.smithi029.stdout: - datacenter=a 2024-02-10T07:38:16.927 INFO:teuthology.orchestra.run.smithi029.stdout: - rack=3 2024-02-10T07:38:16.928 INFO:teuthology.orchestra.run.smithi029.stderr:+ MONSPEC='service_type: mon 2024-02-10T07:38:16.928 INFO:teuthology.orchestra.run.smithi029.stderr:service_name: mon 2024-02-10T07:38:16.928 INFO:teuthology.orchestra.run.smithi029.stderr:placement: 2024-02-10T07:38:16.928 INFO:teuthology.orchestra.run.smithi029.stderr: count: 3 2024-02-10T07:38:16.928 INFO:teuthology.orchestra.run.smithi029.stderr:spec: 2024-02-10T07:38:16.928 INFO:teuthology.orchestra.run.smithi029.stderr: crush_locations: 2024-02-10T07:38:16.928 INFO:teuthology.orchestra.run.smithi029.stderr: smithi029: 2024-02-10T07:38:16.929 INFO:teuthology.orchestra.run.smithi029.stderr: - datacenter=a 2024-02-10T07:38:16.929 INFO:teuthology.orchestra.run.smithi029.stderr: host.b: 2024-02-10T07:38:16.929 INFO:teuthology.orchestra.run.smithi029.stderr: - datacenter=b 2024-02-10T07:38:16.929 INFO:teuthology.orchestra.run.smithi029.stderr: - rack=2 2024-02-10T07:38:16.929 INFO:teuthology.orchestra.run.smithi029.stderr: host.c: 2024-02-10T07:38:16.929 INFO:teuthology.orchestra.run.smithi029.stderr: - datacenter=a 2024-02-10T07:38:16.929 INFO:teuthology.orchestra.run.smithi029.stderr: - rack=3' 2024-02-10T07:38:16.929 INFO:teuthology.orchestra.run.smithi029.stderr:+ read realname 2024-02-10T07:38:16.929 INFO:teuthology.orchestra.run.smithi029.stderr:+ read fakename 2024-02-10T07:38:16.929 INFO:teuthology.orchestra.run.smithi029.stderr:+ MONSPEC='service_type: mon 2024-02-10T07:38:16.929 INFO:teuthology.orchestra.run.smithi029.stderr:service_name: mon 2024-02-10T07:38:16.929 INFO:teuthology.orchestra.run.smithi029.stderr:placement: 2024-02-10T07:38:16.929 INFO:teuthology.orchestra.run.smithi029.stderr: count: 3 2024-02-10T07:38:16.929 INFO:teuthology.orchestra.run.smithi029.stderr:spec: 2024-02-10T07:38:16.930 INFO:teuthology.orchestra.run.smithi029.stderr: crush_locations: 2024-02-10T07:38:16.930 INFO:teuthology.orchestra.run.smithi029.stderr: smithi029: 2024-02-10T07:38:16.930 INFO:teuthology.orchestra.run.smithi029.stderr: - datacenter=a 2024-02-10T07:38:16.930 INFO:teuthology.orchestra.run.smithi029.stderr: smithi046: 2024-02-10T07:38:16.930 INFO:teuthology.orchestra.run.smithi029.stderr: - datacenter=b 2024-02-10T07:38:16.930 INFO:teuthology.orchestra.run.smithi029.stderr: - rack=2 2024-02-10T07:38:16.930 INFO:teuthology.orchestra.run.smithi029.stderr: host.c: 2024-02-10T07:38:16.930 INFO:teuthology.orchestra.run.smithi029.stderr: - datacenter=a 2024-02-10T07:38:16.930 INFO:teuthology.orchestra.run.smithi029.stderr: - rack=3' 2024-02-10T07:38:16.930 INFO:teuthology.orchestra.run.smithi029.stderr:+ read realname 2024-02-10T07:38:16.930 INFO:teuthology.orchestra.run.smithi029.stderr:+ read fakename 2024-02-10T07:38:16.930 INFO:teuthology.orchestra.run.smithi029.stderr:+ MONSPEC='service_type: mon 2024-02-10T07:38:16.930 INFO:teuthology.orchestra.run.smithi029.stderr:service_name: mon 2024-02-10T07:38:16.930 INFO:teuthology.orchestra.run.smithi029.stderr:placement: 2024-02-10T07:38:16.930 INFO:teuthology.orchestra.run.smithi029.stderr: count: 3 2024-02-10T07:38:16.931 INFO:teuthology.orchestra.run.smithi029.stderr:spec: 2024-02-10T07:38:16.931 INFO:teuthology.orchestra.run.smithi029.stderr: crush_locations: 2024-02-10T07:38:16.931 INFO:teuthology.orchestra.run.smithi029.stderr: smithi029: 2024-02-10T07:38:16.931 INFO:teuthology.orchestra.run.smithi029.stderr: - datacenter=a 2024-02-10T07:38:16.931 INFO:teuthology.orchestra.run.smithi029.stderr: smithi046: 2024-02-10T07:38:16.931 INFO:teuthology.orchestra.run.smithi029.stderr: - datacenter=b 2024-02-10T07:38:16.931 INFO:teuthology.orchestra.run.smithi029.stderr: - rack=2 2024-02-10T07:38:16.931 INFO:teuthology.orchestra.run.smithi029.stderr: smithi047: 2024-02-10T07:38:16.931 INFO:teuthology.orchestra.run.smithi029.stderr: - datacenter=a 2024-02-10T07:38:16.931 INFO:teuthology.orchestra.run.smithi029.stderr: - rack=3' 2024-02-10T07:38:16.931 INFO:teuthology.orchestra.run.smithi029.stderr:+ read realname 2024-02-10T07:38:16.931 INFO:teuthology.orchestra.run.smithi029.stderr:+ echo 'service_type: mon 2024-02-10T07:38:16.931 INFO:teuthology.orchestra.run.smithi029.stderr:service_name: mon 2024-02-10T07:38:16.931 INFO:teuthology.orchestra.run.smithi029.stderr:placement: 2024-02-10T07:38:16.931 INFO:teuthology.orchestra.run.smithi029.stderr: count: 3 2024-02-10T07:38:16.931 INFO:teuthology.orchestra.run.smithi029.stderr:spec: 2024-02-10T07:38:16.932 INFO:teuthology.orchestra.run.smithi029.stderr: crush_locations: 2024-02-10T07:38:16.932 INFO:teuthology.orchestra.run.smithi029.stderr: smithi029: 2024-02-10T07:38:16.932 INFO:teuthology.orchestra.run.smithi029.stderr: - datacenter=a 2024-02-10T07:38:16.932 INFO:teuthology.orchestra.run.smithi029.stderr: smithi046: 2024-02-10T07:38:16.932 INFO:teuthology.orchestra.run.smithi029.stderr: - datacenter=b 2024-02-10T07:38:16.932 INFO:teuthology.orchestra.run.smithi029.stderr: - rack=2 2024-02-10T07:38:16.932 INFO:teuthology.orchestra.run.smithi029.stderr: smithi047: 2024-02-10T07:38:16.932 INFO:teuthology.orchestra.run.smithi029.stderr: - datacenter=a 2024-02-10T07:38:16.932 INFO:teuthology.orchestra.run.smithi029.stderr: - rack=3' 2024-02-10T07:38:16.932 INFO:teuthology.orchestra.run.smithi029.stderr:+ cat mon.yaml 2024-02-10T07:38:16.933 INFO:teuthology.orchestra.run.smithi029.stdout:service_type: mon 2024-02-10T07:38:16.933 INFO:teuthology.orchestra.run.smithi029.stdout:service_name: mon 2024-02-10T07:38:16.933 INFO:teuthology.orchestra.run.smithi029.stdout:placement: 2024-02-10T07:38:16.933 INFO:teuthology.orchestra.run.smithi029.stdout: count: 3 2024-02-10T07:38:16.933 INFO:teuthology.orchestra.run.smithi029.stdout:spec: 2024-02-10T07:38:16.933 INFO:teuthology.orchestra.run.smithi029.stdout: crush_locations: 2024-02-10T07:38:16.933 INFO:teuthology.orchestra.run.smithi029.stdout: smithi029: 2024-02-10T07:38:16.933 INFO:teuthology.orchestra.run.smithi029.stdout: - datacenter=a 2024-02-10T07:38:16.933 INFO:teuthology.orchestra.run.smithi029.stdout: smithi046: 2024-02-10T07:38:16.933 INFO:teuthology.orchestra.run.smithi029.stdout: - datacenter=b 2024-02-10T07:38:16.933 INFO:teuthology.orchestra.run.smithi029.stdout: - rack=2 2024-02-10T07:38:16.934 INFO:teuthology.orchestra.run.smithi029.stdout: smithi047: 2024-02-10T07:38:16.934 INFO:teuthology.orchestra.run.smithi029.stdout: - datacenter=a 2024-02-10T07:38:16.934 INFO:teuthology.orchestra.run.smithi029.stdout: - rack=3 2024-02-10T07:38:16.934 INFO:teuthology.orchestra.run.smithi029.stderr:+ ceph orch apply -i mon.yaml 2024-02-10T07:38:17.260 INFO:teuthology.orchestra.run.smithi029.stdout:Scheduled mon update... 2024-02-10T07:38:17.273 INFO:teuthology.orchestra.run.smithi029.stderr:+ sleep 90 2024-02-10T07:38:23.824 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:38:23 smithi029 bash[21408]: cluster 2024-02-10T07:38:22.347469+0000 mgr.a (mgr.14152) 259 : cluster 0 pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:38:23.824 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:38:23 smithi029 bash[21408]: cephadm 2024-02-10T07:38:22.369143+0000 mgr.a (mgr.14152) 260 : cephadm 1 Setting crush location for mon b to {datacenter=b,rack=2} 2024-02-10T07:38:23.824 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:38:23 smithi029 bash[21408]: cephadm 2024-02-10T07:38:22.514385+0000 mgr.a (mgr.14152) 261 : cephadm 1 Setting crush location for mon c to {datacenter=a,rack=3} 2024-02-10T07:38:23.824 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:38:23 smithi029 bash[21408]: audit 2024-02-10T07:38:22.520630+0000 mon.a (mon.0) 495 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd='[{"prefix": "mon set_location", "name": "c", "args": ["datacenter=a", "rack=3"]}]': finished 2024-02-10T07:38:23.824 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:38:23 smithi029 bash[21408]: cluster 2024-02-10T07:38:22.524095+0000 mon.b (mon.2) 15 : cluster 1 mon.b calling monitor election 2024-02-10T07:38:23.825 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:38:23 smithi029 bash[21408]: audit 2024-02-10T07:38:22.525880+0000 mon.a (mon.0) 496 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-10T07:38:23.825 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:38:23 smithi029 bash[21408]: audit 2024-02-10T07:38:22.526203+0000 mon.a (mon.0) 497 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-10T07:38:23.825 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:38:23 smithi029 bash[21408]: audit 2024-02-10T07:38:22.526468+0000 mon.a (mon.0) 498 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-10T07:38:23.825 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:38:23 smithi029 bash[21408]: cluster 2024-02-10T07:38:22.527836+0000 mon.c (mon.1) 13 : cluster 1 mon.c calling monitor election 2024-02-10T07:38:23.825 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:38:23 smithi029 bash[21408]: cluster 2024-02-10T07:38:22.528175+0000 mon.a (mon.0) 499 : cluster 1 mon.a calling monitor election 2024-02-10T07:38:23.825 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:38:23 smithi029 bash[21408]: cluster 2024-02-10T07:38:22.548273+0000 mon.a (mon.0) 500 : cluster 1 mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-02-10T07:38:23.825 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:38:23 smithi029 bash[21408]: cluster 2024-02-10T07:38:22.554028+0000 mon.a (mon.0) 501 : cluster 0 monmap e6: 3 mons at {a=[v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0],b=[v2:172.21.15.46:3300/0,v1:172.21.15.46:6789/0],c=[v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-02-10T07:38:23.825 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:38:23 smithi029 bash[21408]: cluster 2024-02-10T07:38:22.555069+0000 mon.a (mon.0) 502 : cluster 0 fsmap 2024-02-10T07:38:23.825 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:38:23 smithi029 bash[21408]: cluster 2024-02-10T07:38:22.555127+0000 mon.a (mon.0) 503 : cluster 0 osdmap e22: 3 total, 3 up, 3 in 2024-02-10T07:38:23.825 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:38:23 smithi029 bash[21408]: cluster 2024-02-10T07:38:22.555686+0000 mon.a (mon.0) 504 : cluster 0 mgrmap e15: a(active, since 6m), standbys: b 2024-02-10T07:38:23.825 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:38:23 smithi029 bash[21408]: cluster 2024-02-10T07:38:22.562285+0000 mon.a (mon.0) 505 : cluster 1 overall HEALTH_OK 2024-02-10T07:38:23.825 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:38:23 smithi029 bash[21408]: audit 2024-02-10T07:38:22.567092+0000 mon.a (mon.0) 506 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:38:23.826 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:38:23 smithi029 bash[21408]: cephadm 2024-02-10T07:38:22.667235+0000 mgr.a (mgr.14152) 262 : cephadm 1 Reconfiguring mon.a (monmap changed)... 2024-02-10T07:38:23.826 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:38:23 smithi029 bash[21408]: audit 2024-02-10T07:38:22.668040+0000 mon.a (mon.0) 507 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-10T07:38:23.826 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:38:23 smithi029 bash[21408]: audit 2024-02-10T07:38:22.669948+0000 mon.a (mon.0) 508 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-10T07:38:23.826 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:38:23 smithi029 bash[21408]: audit 2024-02-10T07:38:22.671781+0000 mon.a (mon.0) 509 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:38:23.826 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:38:23 smithi029 bash[21408]: cephadm 2024-02-10T07:38:22.673955+0000 mgr.a (mgr.14152) 263 : cephadm 1 Reconfiguring daemon mon.a on smithi029 2024-02-10T07:38:23.826 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:38:23 smithi046 bash[22900]: cluster 2024-02-10T07:38:22.347469+0000 mgr.a (mgr.14152) 259 : cluster 0 pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:38:23.826 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:38:23 smithi046 bash[22900]: cephadm 2024-02-10T07:38:22.369143+0000 mgr.a (mgr.14152) 260 : cephadm 1 Setting crush location for mon b to {datacenter=b,rack=2} 2024-02-10T07:38:23.826 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:38:23 smithi046 bash[22900]: cephadm 2024-02-10T07:38:22.514385+0000 mgr.a (mgr.14152) 261 : cephadm 1 Setting crush location for mon c to {datacenter=a,rack=3} 2024-02-10T07:38:23.826 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:38:23 smithi046 bash[22900]: audit 2024-02-10T07:38:22.520630+0000 mon.a (mon.0) 495 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd='[{"prefix": "mon set_location", "name": "c", "args": ["datacenter=a", "rack=3"]}]': finished 2024-02-10T07:38:23.827 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:38:23 smithi046 bash[22900]: cluster 2024-02-10T07:38:22.524095+0000 mon.b (mon.2) 15 : cluster 1 mon.b calling monitor election 2024-02-10T07:38:23.827 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:38:23 smithi046 bash[22900]: audit 2024-02-10T07:38:22.525880+0000 mon.a (mon.0) 496 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-10T07:38:23.827 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:38:23 smithi046 bash[22900]: audit 2024-02-10T07:38:22.526203+0000 mon.a (mon.0) 497 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-10T07:38:23.827 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:38:23 smithi046 bash[22900]: audit 2024-02-10T07:38:22.526468+0000 mon.a (mon.0) 498 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-10T07:38:23.827 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:38:23 smithi046 bash[22900]: cluster 2024-02-10T07:38:22.527836+0000 mon.c (mon.1) 13 : cluster 1 mon.c calling monitor election 2024-02-10T07:38:23.827 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:38:23 smithi046 bash[22900]: cluster 2024-02-10T07:38:22.528175+0000 mon.a (mon.0) 499 : cluster 1 mon.a calling monitor election 2024-02-10T07:38:23.827 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:38:23 smithi046 bash[22900]: cluster 2024-02-10T07:38:22.548273+0000 mon.a (mon.0) 500 : cluster 1 mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-02-10T07:38:23.827 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:38:23 smithi046 bash[22900]: cluster 2024-02-10T07:38:22.554028+0000 mon.a (mon.0) 501 : cluster 0 monmap e6: 3 mons at {a=[v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0],b=[v2:172.21.15.46:3300/0,v1:172.21.15.46:6789/0],c=[v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-02-10T07:38:23.827 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:38:23 smithi046 bash[22900]: cluster 2024-02-10T07:38:22.555069+0000 mon.a (mon.0) 502 : cluster 0 fsmap 2024-02-10T07:38:23.827 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:38:23 smithi046 bash[22900]: cluster 2024-02-10T07:38:22.555127+0000 mon.a (mon.0) 503 : cluster 0 osdmap e22: 3 total, 3 up, 3 in 2024-02-10T07:38:23.827 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:38:23 smithi046 bash[22900]: cluster 2024-02-10T07:38:22.555686+0000 mon.a (mon.0) 504 : cluster 0 mgrmap e15: a(active, since 6m), standbys: b 2024-02-10T07:38:23.827 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:38:23 smithi046 bash[22900]: cluster 2024-02-10T07:38:22.562285+0000 mon.a (mon.0) 505 : cluster 1 overall HEALTH_OK 2024-02-10T07:38:23.827 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:38:23 smithi046 bash[22900]: audit 2024-02-10T07:38:22.567092+0000 mon.a (mon.0) 506 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:38:23.827 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:38:23 smithi046 bash[22900]: cephadm 2024-02-10T07:38:22.667235+0000 mgr.a (mgr.14152) 262 : cephadm 1 Reconfiguring mon.a (monmap changed)... 2024-02-10T07:38:23.827 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:38:23 smithi046 bash[22900]: audit 2024-02-10T07:38:22.668040+0000 mon.a (mon.0) 507 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-10T07:38:23.828 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:38:23 smithi046 bash[22900]: audit 2024-02-10T07:38:22.669948+0000 mon.a (mon.0) 508 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-10T07:38:23.828 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:38:23 smithi046 bash[22900]: audit 2024-02-10T07:38:22.671781+0000 mon.a (mon.0) 509 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:38:23.828 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:38:23 smithi046 bash[22900]: cephadm 2024-02-10T07:38:22.673955+0000 mgr.a (mgr.14152) 263 : cephadm 1 Reconfiguring daemon mon.a on smithi029 2024-02-10T07:38:23.993 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:38:23 smithi047 bash[23769]: cluster 2024-02-10T07:38:22.347469+0000 mgr.a (mgr.14152) 259 : cluster 0 pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:38:23.993 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:38:23 smithi047 bash[23769]: cephadm 2024-02-10T07:38:22.369143+0000 mgr.a (mgr.14152) 260 : cephadm 1 Setting crush location for mon b to {datacenter=b,rack=2} 2024-02-10T07:38:23.993 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:38:23 smithi047 bash[23769]: cephadm 2024-02-10T07:38:22.514385+0000 mgr.a (mgr.14152) 261 : cephadm 1 Setting crush location for mon c to {datacenter=a,rack=3} 2024-02-10T07:38:23.993 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:38:23 smithi047 bash[23769]: audit 2024-02-10T07:38:22.520630+0000 mon.a (mon.0) 495 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd='[{"prefix": "mon set_location", "name": "c", "args": ["datacenter=a", "rack=3"]}]': finished 2024-02-10T07:38:23.993 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:38:23 smithi047 bash[23769]: cluster 2024-02-10T07:38:22.524095+0000 mon.b (mon.2) 15 : cluster 1 mon.b calling monitor election 2024-02-10T07:38:23.993 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:38:23 smithi047 bash[23769]: audit 2024-02-10T07:38:22.525880+0000 mon.a (mon.0) 496 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-10T07:38:23.994 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:38:23 smithi047 bash[23769]: audit 2024-02-10T07:38:22.526203+0000 mon.a (mon.0) 497 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-10T07:38:23.994 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:38:23 smithi047 bash[23769]: audit 2024-02-10T07:38:22.526468+0000 mon.a (mon.0) 498 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-10T07:38:23.994 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:38:23 smithi047 bash[23769]: cluster 2024-02-10T07:38:22.527836+0000 mon.c (mon.1) 13 : cluster 1 mon.c calling monitor election 2024-02-10T07:38:23.994 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:38:23 smithi047 bash[23769]: cluster 2024-02-10T07:38:22.528175+0000 mon.a (mon.0) 499 : cluster 1 mon.a calling monitor election 2024-02-10T07:38:23.994 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:38:23 smithi047 bash[23769]: cluster 2024-02-10T07:38:22.548273+0000 mon.a (mon.0) 500 : cluster 1 mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-02-10T07:38:23.994 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:38:23 smithi047 bash[23769]: cluster 2024-02-10T07:38:22.554028+0000 mon.a (mon.0) 501 : cluster 0 monmap e6: 3 mons at {a=[v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0],b=[v2:172.21.15.46:3300/0,v1:172.21.15.46:6789/0],c=[v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-02-10T07:38:23.994 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:38:23 smithi047 bash[23769]: cluster 2024-02-10T07:38:22.555069+0000 mon.a (mon.0) 502 : cluster 0 fsmap 2024-02-10T07:38:23.994 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:38:23 smithi047 bash[23769]: cluster 2024-02-10T07:38:22.555127+0000 mon.a (mon.0) 503 : cluster 0 osdmap e22: 3 total, 3 up, 3 in 2024-02-10T07:38:23.994 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:38:23 smithi047 bash[23769]: cluster 2024-02-10T07:38:22.555686+0000 mon.a (mon.0) 504 : cluster 0 mgrmap e15: a(active, since 6m), standbys: b 2024-02-10T07:38:23.994 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:38:23 smithi047 bash[23769]: cluster 2024-02-10T07:38:22.562285+0000 mon.a (mon.0) 505 : cluster 1 overall HEALTH_OK 2024-02-10T07:38:23.994 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:38:23 smithi047 bash[23769]: audit 2024-02-10T07:38:22.567092+0000 mon.a (mon.0) 506 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:38:23.994 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:38:23 smithi047 bash[23769]: cephadm 2024-02-10T07:38:22.667235+0000 mgr.a (mgr.14152) 262 : cephadm 1 Reconfiguring mon.a (monmap changed)... 2024-02-10T07:38:23.994 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:38:23 smithi047 bash[23769]: audit 2024-02-10T07:38:22.668040+0000 mon.a (mon.0) 507 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-10T07:38:23.994 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:38:23 smithi047 bash[23769]: audit 2024-02-10T07:38:22.669948+0000 mon.a (mon.0) 508 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-10T07:38:23.995 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:38:23 smithi047 bash[23769]: audit 2024-02-10T07:38:22.671781+0000 mon.a (mon.0) 509 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:38:23.995 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:38:23 smithi047 bash[23769]: cephadm 2024-02-10T07:38:22.673955+0000 mgr.a (mgr.14152) 263 : cephadm 1 Reconfiguring daemon mon.a on smithi029 2024-02-10T07:38:25.914 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:38:25 smithi029 bash[21408]: cluster 2024-02-10T07:38:24.348009+0000 mgr.a (mgr.14152) 264 : cluster 0 pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:38:25.914 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:38:25 smithi029 bash[21408]: audit 2024-02-10T07:38:24.649047+0000 mon.a (mon.0) 510 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:38:25.914 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:38:25 smithi029 bash[21408]: audit 2024-02-10T07:38:24.655417+0000 mon.a (mon.0) 511 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:38:25.914 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:38:25 smithi029 bash[21408]: cephadm 2024-02-10T07:38:24.694267+0000 mgr.a (mgr.14152) 265 : cephadm 1 Reconfiguring mgr.a (monmap changed)... 2024-02-10T07:38:25.914 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:38:25 smithi029 bash[21408]: audit 2024-02-10T07:38:24.694976+0000 mon.a (mon.0) 512 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-10T07:38:25.914 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:38:25 smithi029 bash[21408]: audit 2024-02-10T07:38:24.696979+0000 mon.a (mon.0) 513 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-10T07:38:25.914 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:38:25 smithi029 bash[21408]: audit 2024-02-10T07:38:24.698673+0000 mon.a (mon.0) 514 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:38:25.914 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:38:25 smithi029 bash[21408]: cephadm 2024-02-10T07:38:24.700602+0000 mgr.a (mgr.14152) 266 : cephadm 1 Reconfiguring daemon mgr.a on smithi029 2024-02-10T07:38:25.993 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:38:25 smithi047 bash[23769]: cluster 2024-02-10T07:38:24.348009+0000 mgr.a (mgr.14152) 264 : cluster 0 pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:38:25.993 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:38:25 smithi047 bash[23769]: audit 2024-02-10T07:38:24.649047+0000 mon.a (mon.0) 510 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:38:25.993 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:38:25 smithi047 bash[23769]: audit 2024-02-10T07:38:24.655417+0000 mon.a (mon.0) 511 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:38:25.993 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:38:25 smithi047 bash[23769]: cephadm 2024-02-10T07:38:24.694267+0000 mgr.a (mgr.14152) 265 : cephadm 1 Reconfiguring mgr.a (monmap changed)... 2024-02-10T07:38:25.993 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:38:25 smithi047 bash[23769]: audit 2024-02-10T07:38:24.694976+0000 mon.a (mon.0) 512 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-10T07:38:25.993 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:38:25 smithi047 bash[23769]: audit 2024-02-10T07:38:24.696979+0000 mon.a (mon.0) 513 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-10T07:38:25.993 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:38:25 smithi047 bash[23769]: audit 2024-02-10T07:38:24.698673+0000 mon.a (mon.0) 514 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:38:25.993 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:38:25 smithi047 bash[23769]: cephadm 2024-02-10T07:38:24.700602+0000 mgr.a (mgr.14152) 266 : cephadm 1 Reconfiguring daemon mgr.a on smithi029 2024-02-10T07:38:26.076 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:38:25 smithi046 bash[22900]: cluster 2024-02-10T07:38:24.348009+0000 mgr.a (mgr.14152) 264 : cluster 0 pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:38:26.076 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:38:25 smithi046 bash[22900]: audit 2024-02-10T07:38:24.649047+0000 mon.a (mon.0) 510 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:38:26.076 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:38:25 smithi046 bash[22900]: audit 2024-02-10T07:38:24.655417+0000 mon.a (mon.0) 511 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:38:26.076 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:38:25 smithi046 bash[22900]: cephadm 2024-02-10T07:38:24.694267+0000 mgr.a (mgr.14152) 265 : cephadm 1 Reconfiguring mgr.a (monmap changed)... 2024-02-10T07:38:26.076 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:38:25 smithi046 bash[22900]: audit 2024-02-10T07:38:24.694976+0000 mon.a (mon.0) 512 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-10T07:38:26.076 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:38:25 smithi046 bash[22900]: audit 2024-02-10T07:38:24.696979+0000 mon.a (mon.0) 513 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-10T07:38:26.076 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:38:25 smithi046 bash[22900]: audit 2024-02-10T07:38:24.698673+0000 mon.a (mon.0) 514 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:38:26.076 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:38:25 smithi046 bash[22900]: cephadm 2024-02-10T07:38:24.700602+0000 mgr.a (mgr.14152) 266 : cephadm 1 Reconfiguring daemon mgr.a on smithi029 2024-02-10T07:38:27.742 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:38:27 smithi047 bash[23769]: cluster 2024-02-10T07:38:26.348563+0000 mgr.a (mgr.14152) 267 : cluster 0 pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:38:27.743 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:38:27 smithi047 bash[23769]: audit 2024-02-10T07:38:26.493080+0000 mon.a (mon.0) 515 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:38:27.743 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:38:27 smithi047 bash[23769]: audit 2024-02-10T07:38:26.501288+0000 mon.a (mon.0) 516 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:38:27.743 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:38:27 smithi047 bash[23769]: cephadm 2024-02-10T07:38:26.519633+0000 mgr.a (mgr.14152) 268 : cephadm 1 Reconfiguring osd.0 (monmap changed)... 2024-02-10T07:38:27.743 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:38:27 smithi047 bash[23769]: audit 2024-02-10T07:38:26.520288+0000 mon.a (mon.0) 517 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-02-10T07:38:27.743 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:38:27 smithi047 bash[23769]: audit 2024-02-10T07:38:26.521849+0000 mon.a (mon.0) 518 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:38:27.743 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:38:27 smithi047 bash[23769]: cephadm 2024-02-10T07:38:26.524860+0000 mgr.a (mgr.14152) 269 : cephadm 1 Reconfiguring daemon osd.0 on smithi029 2024-02-10T07:38:27.793 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:38:27 smithi029 bash[21408]: cluster 2024-02-10T07:38:26.348563+0000 mgr.a (mgr.14152) 267 : cluster 0 pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:38:27.793 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:38:27 smithi029 bash[21408]: audit 2024-02-10T07:38:26.493080+0000 mon.a (mon.0) 515 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:38:27.793 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:38:27 smithi029 bash[21408]: audit 2024-02-10T07:38:26.501288+0000 mon.a (mon.0) 516 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:38:27.793 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:38:27 smithi029 bash[21408]: cephadm 2024-02-10T07:38:26.519633+0000 mgr.a (mgr.14152) 268 : cephadm 1 Reconfiguring osd.0 (monmap changed)... 2024-02-10T07:38:27.793 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:38:27 smithi029 bash[21408]: audit 2024-02-10T07:38:26.520288+0000 mon.a (mon.0) 517 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-02-10T07:38:27.793 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:38:27 smithi029 bash[21408]: audit 2024-02-10T07:38:26.521849+0000 mon.a (mon.0) 518 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:38:27.793 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:38:27 smithi029 bash[21408]: cephadm 2024-02-10T07:38:26.524860+0000 mgr.a (mgr.14152) 269 : cephadm 1 Reconfiguring daemon osd.0 on smithi029 2024-02-10T07:38:27.826 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:38:27 smithi046 bash[22900]: cluster 2024-02-10T07:38:26.348563+0000 mgr.a (mgr.14152) 267 : cluster 0 pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:38:27.826 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:38:27 smithi046 bash[22900]: audit 2024-02-10T07:38:26.493080+0000 mon.a (mon.0) 515 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:38:27.826 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:38:27 smithi046 bash[22900]: audit 2024-02-10T07:38:26.501288+0000 mon.a (mon.0) 516 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:38:27.826 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:38:27 smithi046 bash[22900]: cephadm 2024-02-10T07:38:26.519633+0000 mgr.a (mgr.14152) 268 : cephadm 1 Reconfiguring osd.0 (monmap changed)... 2024-02-10T07:38:27.826 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:38:27 smithi046 bash[22900]: audit 2024-02-10T07:38:26.520288+0000 mon.a (mon.0) 517 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-02-10T07:38:27.826 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:38:27 smithi046 bash[22900]: audit 2024-02-10T07:38:26.521849+0000 mon.a (mon.0) 518 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:38:27.826 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:38:27 smithi046 bash[22900]: cephadm 2024-02-10T07:38:26.524860+0000 mgr.a (mgr.14152) 269 : cephadm 1 Reconfiguring daemon osd.0 on smithi029 2024-02-10T07:38:29.728 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:38:29 smithi029 bash[21408]: cluster 2024-02-10T07:38:28.349083+0000 mgr.a (mgr.14152) 270 : cluster 0 pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:38:29.728 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:38:29 smithi029 bash[21408]: audit 2024-02-10T07:38:28.467422+0000 mon.a (mon.0) 519 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:38:29.728 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:38:29 smithi029 bash[21408]: audit 2024-02-10T07:38:28.474677+0000 mon.a (mon.0) 520 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:38:29.728 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:38:29 smithi029 bash[21408]: cephadm 2024-02-10T07:38:28.493349+0000 mgr.a (mgr.14152) 271 : cephadm 1 Reconfiguring mon.b (monmap changed)... 2024-02-10T07:38:29.729 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:38:29 smithi029 bash[21408]: audit 2024-02-10T07:38:28.496584+0000 mon.a (mon.0) 521 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-10T07:38:29.729 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:38:29 smithi029 bash[21408]: audit 2024-02-10T07:38:28.498290+0000 mon.a (mon.0) 522 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-10T07:38:29.729 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:38:29 smithi029 bash[21408]: audit 2024-02-10T07:38:28.499673+0000 mon.a (mon.0) 523 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:38:29.729 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:38:29 smithi029 bash[21408]: cephadm 2024-02-10T07:38:28.501030+0000 mgr.a (mgr.14152) 272 : cephadm 1 Reconfiguring daemon mon.b on smithi046 2024-02-10T07:38:29.742 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:38:29 smithi047 bash[23769]: cluster 2024-02-10T07:38:28.349083+0000 mgr.a (mgr.14152) 270 : cluster 0 pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:38:29.742 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:38:29 smithi047 bash[23769]: audit 2024-02-10T07:38:28.467422+0000 mon.a (mon.0) 519 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:38:29.742 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:38:29 smithi047 bash[23769]: audit 2024-02-10T07:38:28.474677+0000 mon.a (mon.0) 520 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:38:29.743 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:38:29 smithi047 bash[23769]: cephadm 2024-02-10T07:38:28.493349+0000 mgr.a (mgr.14152) 271 : cephadm 1 Reconfiguring mon.b (monmap changed)... 2024-02-10T07:38:29.743 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:38:29 smithi047 bash[23769]: audit 2024-02-10T07:38:28.496584+0000 mon.a (mon.0) 521 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-10T07:38:29.743 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:38:29 smithi047 bash[23769]: audit 2024-02-10T07:38:28.498290+0000 mon.a (mon.0) 522 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-10T07:38:29.743 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:38:29 smithi047 bash[23769]: audit 2024-02-10T07:38:28.499673+0000 mon.a (mon.0) 523 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:38:29.743 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:38:29 smithi047 bash[23769]: cephadm 2024-02-10T07:38:28.501030+0000 mgr.a (mgr.14152) 272 : cephadm 1 Reconfiguring daemon mon.b on smithi046 2024-02-10T07:38:29.775 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:38:29 smithi046 bash[22900]: cluster 2024-02-10T07:38:28.349083+0000 mgr.a (mgr.14152) 270 : cluster 0 pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:38:29.775 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:38:29 smithi046 bash[22900]: audit 2024-02-10T07:38:28.467422+0000 mon.a (mon.0) 519 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:38:29.775 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:38:29 smithi046 bash[22900]: audit 2024-02-10T07:38:28.474677+0000 mon.a (mon.0) 520 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:38:29.776 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:38:29 smithi046 bash[22900]: cephadm 2024-02-10T07:38:28.493349+0000 mgr.a (mgr.14152) 271 : cephadm 1 Reconfiguring mon.b (monmap changed)... 2024-02-10T07:38:29.776 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:38:29 smithi046 bash[22900]: audit 2024-02-10T07:38:28.496584+0000 mon.a (mon.0) 521 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-10T07:38:29.776 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:38:29 smithi046 bash[22900]: audit 2024-02-10T07:38:28.498290+0000 mon.a (mon.0) 522 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-10T07:38:29.776 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:38:29 smithi046 bash[22900]: audit 2024-02-10T07:38:28.499673+0000 mon.a (mon.0) 523 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:38:29.776 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:38:29 smithi046 bash[22900]: cephadm 2024-02-10T07:38:28.501030+0000 mgr.a (mgr.14152) 272 : cephadm 1 Reconfiguring daemon mon.b on smithi046 2024-02-10T07:38:31.823 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:38:31 smithi046 bash[22900]: cluster 2024-02-10T07:38:30.349561+0000 mgr.a (mgr.14152) 273 : cluster 0 pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:38:31.823 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:38:31 smithi046 bash[22900]: audit 2024-02-10T07:38:30.515571+0000 mon.a (mon.0) 524 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:38:31.823 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:38:31 smithi046 bash[22900]: audit 2024-02-10T07:38:30.524160+0000 mon.a (mon.0) 525 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:38:31.823 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:38:31 smithi046 bash[22900]: cephadm 2024-02-10T07:38:30.570372+0000 mgr.a (mgr.14152) 274 : cephadm 1 Reconfiguring mgr.b (monmap changed)... 2024-02-10T07:38:31.823 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:38:31 smithi046 bash[22900]: audit 2024-02-10T07:38:30.571048+0000 mon.a (mon.0) 526 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-10T07:38:31.823 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:38:31 smithi046 bash[22900]: audit 2024-02-10T07:38:30.572948+0000 mon.a (mon.0) 527 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-10T07:38:31.823 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:38:31 smithi046 bash[22900]: audit 2024-02-10T07:38:30.574584+0000 mon.a (mon.0) 528 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:38:31.824 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:38:31 smithi046 bash[22900]: cephadm 2024-02-10T07:38:30.579152+0000 mgr.a (mgr.14152) 275 : cephadm 1 Reconfiguring daemon mgr.b on smithi046 2024-02-10T07:38:31.978 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:38:31 smithi029 bash[21408]: cluster 2024-02-10T07:38:30.349561+0000 mgr.a (mgr.14152) 273 : cluster 0 pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:38:31.978 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:38:31 smithi029 bash[21408]: audit 2024-02-10T07:38:30.515571+0000 mon.a (mon.0) 524 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:38:31.978 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:38:31 smithi029 bash[21408]: audit 2024-02-10T07:38:30.524160+0000 mon.a (mon.0) 525 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:38:31.978 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:38:31 smithi029 bash[21408]: cephadm 2024-02-10T07:38:30.570372+0000 mgr.a (mgr.14152) 274 : cephadm 1 Reconfiguring mgr.b (monmap changed)... 2024-02-10T07:38:31.978 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:38:31 smithi029 bash[21408]: audit 2024-02-10T07:38:30.571048+0000 mon.a (mon.0) 526 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-10T07:38:31.979 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:38:31 smithi029 bash[21408]: audit 2024-02-10T07:38:30.572948+0000 mon.a (mon.0) 527 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-10T07:38:31.979 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:38:31 smithi029 bash[21408]: audit 2024-02-10T07:38:30.574584+0000 mon.a (mon.0) 528 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:38:31.979 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:38:31 smithi029 bash[21408]: cephadm 2024-02-10T07:38:30.579152+0000 mgr.a (mgr.14152) 275 : cephadm 1 Reconfiguring daemon mgr.b on smithi046 2024-02-10T07:38:31.992 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:38:31 smithi047 bash[23769]: cluster 2024-02-10T07:38:30.349561+0000 mgr.a (mgr.14152) 273 : cluster 0 pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:38:31.993 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:38:31 smithi047 bash[23769]: audit 2024-02-10T07:38:30.515571+0000 mon.a (mon.0) 524 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:38:31.993 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:38:31 smithi047 bash[23769]: audit 2024-02-10T07:38:30.524160+0000 mon.a (mon.0) 525 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:38:31.993 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:38:31 smithi047 bash[23769]: cephadm 2024-02-10T07:38:30.570372+0000 mgr.a (mgr.14152) 274 : cephadm 1 Reconfiguring mgr.b (monmap changed)... 2024-02-10T07:38:31.993 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:38:31 smithi047 bash[23769]: audit 2024-02-10T07:38:30.571048+0000 mon.a (mon.0) 526 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-10T07:38:31.993 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:38:31 smithi047 bash[23769]: audit 2024-02-10T07:38:30.572948+0000 mon.a (mon.0) 527 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-10T07:38:31.993 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:38:31 smithi047 bash[23769]: audit 2024-02-10T07:38:30.574584+0000 mon.a (mon.0) 528 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:38:31.993 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:38:31 smithi047 bash[23769]: cephadm 2024-02-10T07:38:30.579152+0000 mgr.a (mgr.14152) 275 : cephadm 1 Reconfiguring daemon mgr.b on smithi046 2024-02-10T07:38:33.728 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:38:33 smithi029 bash[21408]: cluster 2024-02-10T07:38:32.350095+0000 mgr.a (mgr.14152) 276 : cluster 0 pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:38:33.728 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:38:33 smithi029 bash[21408]: audit 2024-02-10T07:38:32.377512+0000 mon.a (mon.0) 529 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:38:33.728 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:38:33 smithi029 bash[21408]: audit 2024-02-10T07:38:32.385944+0000 mon.a (mon.0) 530 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:38:33.728 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:38:33 smithi029 bash[21408]: cephadm 2024-02-10T07:38:32.397394+0000 mgr.a (mgr.14152) 277 : cephadm 1 Reconfiguring osd.1 (monmap changed)... 2024-02-10T07:38:33.728 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:38:33 smithi029 bash[21408]: audit 2024-02-10T07:38:32.398075+0000 mon.a (mon.0) 531 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-02-10T07:38:33.729 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:38:33 smithi029 bash[21408]: audit 2024-02-10T07:38:32.399793+0000 mon.a (mon.0) 532 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:38:33.729 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:38:33 smithi029 bash[21408]: cephadm 2024-02-10T07:38:32.402575+0000 mgr.a (mgr.14152) 278 : cephadm 1 Reconfiguring daemon osd.1 on smithi046 2024-02-10T07:38:33.742 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:38:33 smithi047 bash[23769]: cluster 2024-02-10T07:38:32.350095+0000 mgr.a (mgr.14152) 276 : cluster 0 pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:38:33.742 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:38:33 smithi047 bash[23769]: audit 2024-02-10T07:38:32.377512+0000 mon.a (mon.0) 529 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:38:33.743 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:38:33 smithi047 bash[23769]: audit 2024-02-10T07:38:32.385944+0000 mon.a (mon.0) 530 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:38:33.743 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:38:33 smithi047 bash[23769]: cephadm 2024-02-10T07:38:32.397394+0000 mgr.a (mgr.14152) 277 : cephadm 1 Reconfiguring osd.1 (monmap changed)... 2024-02-10T07:38:33.743 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:38:33 smithi047 bash[23769]: audit 2024-02-10T07:38:32.398075+0000 mon.a (mon.0) 531 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-02-10T07:38:33.743 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:38:33 smithi047 bash[23769]: audit 2024-02-10T07:38:32.399793+0000 mon.a (mon.0) 532 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:38:33.743 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:38:33 smithi047 bash[23769]: cephadm 2024-02-10T07:38:32.402575+0000 mgr.a (mgr.14152) 278 : cephadm 1 Reconfiguring daemon osd.1 on smithi046 2024-02-10T07:38:33.763 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:38:33 smithi046 bash[22900]: cluster 2024-02-10T07:38:32.350095+0000 mgr.a (mgr.14152) 276 : cluster 0 pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:38:33.763 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:38:33 smithi046 bash[22900]: audit 2024-02-10T07:38:32.377512+0000 mon.a (mon.0) 529 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:38:33.763 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:38:33 smithi046 bash[22900]: audit 2024-02-10T07:38:32.385944+0000 mon.a (mon.0) 530 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:38:33.763 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:38:33 smithi046 bash[22900]: cephadm 2024-02-10T07:38:32.397394+0000 mgr.a (mgr.14152) 277 : cephadm 1 Reconfiguring osd.1 (monmap changed)... 2024-02-10T07:38:33.763 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:38:33 smithi046 bash[22900]: audit 2024-02-10T07:38:32.398075+0000 mon.a (mon.0) 531 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-02-10T07:38:33.763 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:38:33 smithi046 bash[22900]: audit 2024-02-10T07:38:32.399793+0000 mon.a (mon.0) 532 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:38:33.763 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:38:33 smithi046 bash[22900]: cephadm 2024-02-10T07:38:32.402575+0000 mgr.a (mgr.14152) 278 : cephadm 1 Reconfiguring daemon osd.1 on smithi046 2024-02-10T07:38:35.492 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:38:35 smithi047 bash[23769]: audit 2024-02-10T07:38:34.242912+0000 mon.a (mon.0) 533 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:38:35.493 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:38:35 smithi047 bash[23769]: audit 2024-02-10T07:38:34.251529+0000 mon.a (mon.0) 534 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:38:35.493 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:38:35 smithi047 bash[23769]: cephadm 2024-02-10T07:38:34.271840+0000 mgr.a (mgr.14152) 279 : cephadm 1 Reconfiguring mon.c (monmap changed)... 2024-02-10T07:38:35.493 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:38:35 smithi047 bash[23769]: audit 2024-02-10T07:38:34.272495+0000 mon.a (mon.0) 535 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-10T07:38:35.493 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:38:35 smithi047 bash[23769]: audit 2024-02-10T07:38:34.274250+0000 mon.a (mon.0) 536 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-10T07:38:35.493 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:38:35 smithi047 bash[23769]: audit 2024-02-10T07:38:34.276036+0000 mon.a (mon.0) 537 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:38:35.493 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:38:35 smithi047 bash[23769]: cephadm 2024-02-10T07:38:34.278151+0000 mgr.a (mgr.14152) 280 : cephadm 1 Reconfiguring daemon mon.c on smithi047 2024-02-10T07:38:35.493 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:38:35 smithi047 bash[23769]: cluster 2024-02-10T07:38:34.350727+0000 mgr.a (mgr.14152) 281 : cluster 0 pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:38:35.576 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:38:35 smithi046 bash[22900]: audit 2024-02-10T07:38:34.242912+0000 mon.a (mon.0) 533 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:38:35.576 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:38:35 smithi046 bash[22900]: audit 2024-02-10T07:38:34.251529+0000 mon.a (mon.0) 534 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:38:35.576 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:38:35 smithi046 bash[22900]: cephadm 2024-02-10T07:38:34.271840+0000 mgr.a (mgr.14152) 279 : cephadm 1 Reconfiguring mon.c (monmap changed)... 2024-02-10T07:38:35.576 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:38:35 smithi046 bash[22900]: audit 2024-02-10T07:38:34.272495+0000 mon.a (mon.0) 535 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-10T07:38:35.576 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:38:35 smithi046 bash[22900]: audit 2024-02-10T07:38:34.274250+0000 mon.a (mon.0) 536 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-10T07:38:35.576 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:38:35 smithi046 bash[22900]: audit 2024-02-10T07:38:34.276036+0000 mon.a (mon.0) 537 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:38:35.576 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:38:35 smithi046 bash[22900]: cephadm 2024-02-10T07:38:34.278151+0000 mgr.a (mgr.14152) 280 : cephadm 1 Reconfiguring daemon mon.c on smithi047 2024-02-10T07:38:35.576 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:38:35 smithi046 bash[22900]: cluster 2024-02-10T07:38:34.350727+0000 mgr.a (mgr.14152) 281 : cluster 0 pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:38:35.728 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:38:35 smithi029 bash[21408]: audit 2024-02-10T07:38:34.242912+0000 mon.a (mon.0) 533 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:38:35.731 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:38:35 smithi029 bash[21408]: audit 2024-02-10T07:38:34.251529+0000 mon.a (mon.0) 534 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:38:35.731 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:38:35 smithi029 bash[21408]: cephadm 2024-02-10T07:38:34.271840+0000 mgr.a (mgr.14152) 279 : cephadm 1 Reconfiguring mon.c (monmap changed)... 2024-02-10T07:38:35.731 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:38:35 smithi029 bash[21408]: audit 2024-02-10T07:38:34.272495+0000 mon.a (mon.0) 535 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-10T07:38:35.731 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:38:35 smithi029 bash[21408]: audit 2024-02-10T07:38:34.274250+0000 mon.a (mon.0) 536 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-10T07:38:35.731 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:38:35 smithi029 bash[21408]: audit 2024-02-10T07:38:34.276036+0000 mon.a (mon.0) 537 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:38:35.731 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:38:35 smithi029 bash[21408]: cephadm 2024-02-10T07:38:34.278151+0000 mgr.a (mgr.14152) 280 : cephadm 1 Reconfiguring daemon mon.c on smithi047 2024-02-10T07:38:35.731 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:38:35 smithi029 bash[21408]: cluster 2024-02-10T07:38:34.350727+0000 mgr.a (mgr.14152) 281 : cluster 0 pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:38:37.694 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:38:37 smithi047 bash[23769]: cluster 2024-02-10T07:38:36.351289+0000 mgr.a (mgr.14152) 282 : cluster 0 pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:38:37.694 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:38:37 smithi047 bash[23769]: audit 2024-02-10T07:38:36.431375+0000 mon.a (mon.0) 538 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:38:37.694 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:38:37 smithi047 bash[23769]: audit 2024-02-10T07:38:36.439556+0000 mon.a (mon.0) 539 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:38:37.694 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:38:37 smithi047 bash[23769]: cephadm 2024-02-10T07:38:36.449260+0000 mgr.a (mgr.14152) 283 : cephadm 1 Reconfiguring osd.2 (monmap changed)... 2024-02-10T07:38:37.694 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:38:37 smithi047 bash[23769]: audit 2024-02-10T07:38:36.449959+0000 mon.a (mon.0) 540 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-02-10T07:38:37.694 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:38:37 smithi047 bash[23769]: audit 2024-02-10T07:38:36.451703+0000 mon.a (mon.0) 541 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:38:37.694 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:38:37 smithi047 bash[23769]: cephadm 2024-02-10T07:38:36.457479+0000 mgr.a (mgr.14152) 284 : cephadm 1 Reconfiguring daemon osd.2 on smithi047 2024-02-10T07:38:37.728 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:38:37 smithi029 bash[21408]: cluster 2024-02-10T07:38:36.351289+0000 mgr.a (mgr.14152) 282 : cluster 0 pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:38:37.728 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:38:37 smithi029 bash[21408]: audit 2024-02-10T07:38:36.431375+0000 mon.a (mon.0) 538 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:38:37.728 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:38:37 smithi029 bash[21408]: audit 2024-02-10T07:38:36.439556+0000 mon.a (mon.0) 539 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:38:37.728 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:38:37 smithi029 bash[21408]: cephadm 2024-02-10T07:38:36.449260+0000 mgr.a (mgr.14152) 283 : cephadm 1 Reconfiguring osd.2 (monmap changed)... 2024-02-10T07:38:37.728 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:38:37 smithi029 bash[21408]: audit 2024-02-10T07:38:36.449959+0000 mon.a (mon.0) 540 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-02-10T07:38:37.728 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:38:37 smithi029 bash[21408]: audit 2024-02-10T07:38:36.451703+0000 mon.a (mon.0) 541 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:38:37.728 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:38:37 smithi029 bash[21408]: cephadm 2024-02-10T07:38:36.457479+0000 mgr.a (mgr.14152) 284 : cephadm 1 Reconfiguring daemon osd.2 on smithi047 2024-02-10T07:38:37.826 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:38:37 smithi046 bash[22900]: cluster 2024-02-10T07:38:36.351289+0000 mgr.a (mgr.14152) 282 : cluster 0 pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:38:37.826 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:38:37 smithi046 bash[22900]: audit 2024-02-10T07:38:36.431375+0000 mon.a (mon.0) 538 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:38:37.826 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:38:37 smithi046 bash[22900]: audit 2024-02-10T07:38:36.439556+0000 mon.a (mon.0) 539 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:38:37.826 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:38:37 smithi046 bash[22900]: cephadm 2024-02-10T07:38:36.449260+0000 mgr.a (mgr.14152) 283 : cephadm 1 Reconfiguring osd.2 (monmap changed)... 2024-02-10T07:38:37.826 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:38:37 smithi046 bash[22900]: audit 2024-02-10T07:38:36.449959+0000 mon.a (mon.0) 540 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-02-10T07:38:37.826 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:38:37 smithi046 bash[22900]: audit 2024-02-10T07:38:36.451703+0000 mon.a (mon.0) 541 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:38:37.826 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:38:37 smithi046 bash[22900]: cephadm 2024-02-10T07:38:36.457479+0000 mgr.a (mgr.14152) 284 : cephadm 1 Reconfiguring daemon osd.2 on smithi047 2024-02-10T07:38:39.826 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:38:39 smithi046 bash[22900]: cluster 2024-02-10T07:38:38.351810+0000 mgr.a (mgr.14152) 285 : cluster 0 pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:38:39.826 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:38:39 smithi046 bash[22900]: audit 2024-02-10T07:38:38.562042+0000 mon.a (mon.0) 542 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:38:39.826 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:38:39 smithi046 bash[22900]: audit 2024-02-10T07:38:38.569969+0000 mon.a (mon.0) 543 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:38:39.978 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:38:39 smithi029 bash[21408]: cluster 2024-02-10T07:38:38.351810+0000 mgr.a (mgr.14152) 285 : cluster 0 pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:38:39.978 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:38:39 smithi029 bash[21408]: audit 2024-02-10T07:38:38.562042+0000 mon.a (mon.0) 542 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:38:39.978 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:38:39 smithi029 bash[21408]: audit 2024-02-10T07:38:38.569969+0000 mon.a (mon.0) 543 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:38:39.992 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:38:39 smithi047 bash[23769]: cluster 2024-02-10T07:38:38.351810+0000 mgr.a (mgr.14152) 285 : cluster 0 pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:38:39.992 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:38:39 smithi047 bash[23769]: audit 2024-02-10T07:38:38.562042+0000 mon.a (mon.0) 542 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:38:39.992 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:38:39 smithi047 bash[23769]: audit 2024-02-10T07:38:38.569969+0000 mon.a (mon.0) 543 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:38:42.325 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:38:42 smithi046 bash[22900]: cluster 2024-02-10T07:38:40.352318+0000 mgr.a (mgr.14152) 286 : cluster 0 pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:38:42.478 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:38:42 smithi029 bash[21408]: cluster 2024-02-10T07:38:40.352318+0000 mgr.a (mgr.14152) 286 : cluster 0 pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:38:42.492 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:38:42 smithi047 bash[23769]: cluster 2024-02-10T07:38:40.352318+0000 mgr.a (mgr.14152) 286 : cluster 0 pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:38:44.325 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:38:44 smithi046 bash[22900]: cluster 2024-02-10T07:38:42.352822+0000 mgr.a (mgr.14152) 287 : cluster 0 pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:38:44.478 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:38:44 smithi029 bash[21408]: cluster 2024-02-10T07:38:42.352822+0000 mgr.a (mgr.14152) 287 : cluster 0 pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:38:44.492 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:38:44 smithi047 bash[23769]: cluster 2024-02-10T07:38:42.352822+0000 mgr.a (mgr.14152) 287 : cluster 0 pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:38:46.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:38:46 smithi046 bash[22900]: cluster 2024-02-10T07:38:44.353329+0000 mgr.a (mgr.14152) 288 : cluster 0 pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:38:46.478 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:38:46 smithi029 bash[21408]: cluster 2024-02-10T07:38:44.353329+0000 mgr.a (mgr.14152) 288 : cluster 0 pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:38:46.492 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:38:46 smithi047 bash[23769]: cluster 2024-02-10T07:38:44.353329+0000 mgr.a (mgr.14152) 288 : cluster 0 pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:38:48.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:38:48 smithi046 bash[22900]: cluster 2024-02-10T07:38:46.353845+0000 mgr.a (mgr.14152) 289 : cluster 0 pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:38:48.478 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:38:48 smithi029 bash[21408]: cluster 2024-02-10T07:38:46.353845+0000 mgr.a (mgr.14152) 289 : cluster 0 pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:38:48.492 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:38:48 smithi047 bash[23769]: cluster 2024-02-10T07:38:46.353845+0000 mgr.a (mgr.14152) 289 : cluster 0 pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:38:50.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:38:50 smithi046 bash[22900]: cluster 2024-02-10T07:38:48.354353+0000 mgr.a (mgr.14152) 290 : cluster 0 pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:38:50.478 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:38:50 smithi029 bash[21408]: cluster 2024-02-10T07:38:48.354353+0000 mgr.a (mgr.14152) 290 : cluster 0 pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:38:50.492 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:38:50 smithi047 bash[23769]: cluster 2024-02-10T07:38:48.354353+0000 mgr.a (mgr.14152) 290 : cluster 0 pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:38:52.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:38:52 smithi046 bash[22900]: cluster 2024-02-10T07:38:50.354908+0000 mgr.a (mgr.14152) 291 : cluster 0 pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:38:52.478 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:38:52 smithi029 bash[21408]: cluster 2024-02-10T07:38:50.354908+0000 mgr.a (mgr.14152) 291 : cluster 0 pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:38:52.492 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:38:52 smithi047 bash[23769]: cluster 2024-02-10T07:38:50.354908+0000 mgr.a (mgr.14152) 291 : cluster 0 pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:38:54.325 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:38:54 smithi046 bash[22900]: cluster 2024-02-10T07:38:52.355403+0000 mgr.a (mgr.14152) 292 : cluster 0 pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:38:54.478 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:38:54 smithi029 bash[21408]: cluster 2024-02-10T07:38:52.355403+0000 mgr.a (mgr.14152) 292 : cluster 0 pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:38:54.492 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:38:54 smithi047 bash[23769]: cluster 2024-02-10T07:38:52.355403+0000 mgr.a (mgr.14152) 292 : cluster 0 pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:38:56.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:38:56 smithi046 bash[22900]: cluster 2024-02-10T07:38:54.355923+0000 mgr.a (mgr.14152) 293 : cluster 0 pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:38:56.478 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:38:56 smithi029 bash[21408]: cluster 2024-02-10T07:38:54.355923+0000 mgr.a (mgr.14152) 293 : cluster 0 pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:38:56.492 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:38:56 smithi047 bash[23769]: cluster 2024-02-10T07:38:54.355923+0000 mgr.a (mgr.14152) 293 : cluster 0 pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:38:57.478 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:38:57 smithi029 bash[21408]: cluster 2024-02-10T07:38:56.356451+0000 mgr.a (mgr.14152) 294 : cluster 0 pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:38:57.492 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:38:57 smithi047 bash[23769]: cluster 2024-02-10T07:38:56.356451+0000 mgr.a (mgr.14152) 294 : cluster 0 pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:38:57.575 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:38:57 smithi046 bash[22900]: cluster 2024-02-10T07:38:56.356451+0000 mgr.a (mgr.14152) 294 : cluster 0 pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:38:59.728 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:38:59 smithi029 bash[21408]: cluster 2024-02-10T07:38:58.356946+0000 mgr.a (mgr.14152) 295 : cluster 0 pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:38:59.742 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:38:59 smithi047 bash[23769]: cluster 2024-02-10T07:38:58.356946+0000 mgr.a (mgr.14152) 295 : cluster 0 pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:38:59.825 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:38:59 smithi046 bash[22900]: cluster 2024-02-10T07:38:58.356946+0000 mgr.a (mgr.14152) 295 : cluster 0 pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:39:02.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:39:02 smithi046 bash[22900]: cluster 2024-02-10T07:39:00.357435+0000 mgr.a (mgr.14152) 296 : cluster 0 pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:39:02.478 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:39:02 smithi029 bash[21408]: cluster 2024-02-10T07:39:00.357435+0000 mgr.a (mgr.14152) 296 : cluster 0 pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:39:02.492 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:39:02 smithi047 bash[23769]: cluster 2024-02-10T07:39:00.357435+0000 mgr.a (mgr.14152) 296 : cluster 0 pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:39:04.325 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:39:04 smithi046 bash[22900]: cluster 2024-02-10T07:39:02.357946+0000 mgr.a (mgr.14152) 297 : cluster 0 pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:39:04.478 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:39:04 smithi029 bash[21408]: cluster 2024-02-10T07:39:02.357946+0000 mgr.a (mgr.14152) 297 : cluster 0 pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:39:04.492 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:39:04 smithi047 bash[23769]: cluster 2024-02-10T07:39:02.357946+0000 mgr.a (mgr.14152) 297 : cluster 0 pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:39:06.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:39:06 smithi046 bash[22900]: cluster 2024-02-10T07:39:04.358467+0000 mgr.a (mgr.14152) 298 : cluster 0 pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:39:06.478 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:39:06 smithi029 bash[21408]: cluster 2024-02-10T07:39:04.358467+0000 mgr.a (mgr.14152) 298 : cluster 0 pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:39:06.492 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:39:06 smithi047 bash[23769]: cluster 2024-02-10T07:39:04.358467+0000 mgr.a (mgr.14152) 298 : cluster 0 pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:39:08.325 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:39:08 smithi046 bash[22900]: cluster 2024-02-10T07:39:06.358980+0000 mgr.a (mgr.14152) 299 : cluster 0 pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:39:08.478 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:39:08 smithi029 bash[21408]: cluster 2024-02-10T07:39:06.358980+0000 mgr.a (mgr.14152) 299 : cluster 0 pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:39:08.492 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:39:08 smithi047 bash[23769]: cluster 2024-02-10T07:39:06.358980+0000 mgr.a (mgr.14152) 299 : cluster 0 pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:39:10.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:39:10 smithi046 bash[22900]: cluster 2024-02-10T07:39:08.359487+0000 mgr.a (mgr.14152) 300 : cluster 0 pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:39:10.478 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:39:10 smithi029 bash[21408]: cluster 2024-02-10T07:39:08.359487+0000 mgr.a (mgr.14152) 300 : cluster 0 pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:39:10.491 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:39:10 smithi047 bash[23769]: cluster 2024-02-10T07:39:08.359487+0000 mgr.a (mgr.14152) 300 : cluster 0 pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:39:12.325 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:39:12 smithi046 bash[22900]: cluster 2024-02-10T07:39:10.360030+0000 mgr.a (mgr.14152) 301 : cluster 0 pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:39:12.478 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:39:12 smithi029 bash[21408]: cluster 2024-02-10T07:39:10.360030+0000 mgr.a (mgr.14152) 301 : cluster 0 pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:39:12.491 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:39:12 smithi047 bash[23769]: cluster 2024-02-10T07:39:10.360030+0000 mgr.a (mgr.14152) 301 : cluster 0 pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:39:14.325 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:39:14 smithi046 bash[22900]: cluster 2024-02-10T07:39:12.360529+0000 mgr.a (mgr.14152) 302 : cluster 0 pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:39:14.478 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:39:14 smithi029 bash[21408]: cluster 2024-02-10T07:39:12.360529+0000 mgr.a (mgr.14152) 302 : cluster 0 pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:39:14.491 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:39:14 smithi047 bash[23769]: cluster 2024-02-10T07:39:12.360529+0000 mgr.a (mgr.14152) 302 : cluster 0 pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:39:16.325 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:39:16 smithi046 bash[22900]: cluster 2024-02-10T07:39:14.361035+0000 mgr.a (mgr.14152) 303 : cluster 0 pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:39:16.478 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:39:16 smithi029 bash[21408]: cluster 2024-02-10T07:39:14.361035+0000 mgr.a (mgr.14152) 303 : cluster 0 pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:39:16.491 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:39:16 smithi047 bash[23769]: cluster 2024-02-10T07:39:14.361035+0000 mgr.a (mgr.14152) 303 : cluster 0 pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:39:18.327 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:39:18 smithi046 bash[22900]: cluster 2024-02-10T07:39:16.361570+0000 mgr.a (mgr.14152) 304 : cluster 0 pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:39:18.477 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:39:18 smithi029 bash[21408]: cluster 2024-02-10T07:39:16.361570+0000 mgr.a (mgr.14152) 304 : cluster 0 pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:39:18.491 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:39:18 smithi047 bash[23769]: cluster 2024-02-10T07:39:16.361570+0000 mgr.a (mgr.14152) 304 : cluster 0 pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:39:19.478 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:39:19 smithi029 bash[21408]: cluster 2024-02-10T07:39:18.362087+0000 mgr.a (mgr.14152) 305 : cluster 0 pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:39:19.491 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:39:19 smithi047 bash[23769]: cluster 2024-02-10T07:39:18.362087+0000 mgr.a (mgr.14152) 305 : cluster 0 pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:39:19.575 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:39:19 smithi046 bash[22900]: cluster 2024-02-10T07:39:18.362087+0000 mgr.a (mgr.14152) 305 : cluster 0 pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:39:22.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:39:22 smithi046 bash[22900]: cluster 2024-02-10T07:39:20.362613+0000 mgr.a (mgr.14152) 306 : cluster 0 pgmap v238: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:39:22.477 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:39:22 smithi029 bash[21408]: cluster 2024-02-10T07:39:20.362613+0000 mgr.a (mgr.14152) 306 : cluster 0 pgmap v238: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:39:22.491 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:39:22 smithi047 bash[23769]: cluster 2024-02-10T07:39:20.362613+0000 mgr.a (mgr.14152) 306 : cluster 0 pgmap v238: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:39:24.325 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:39:24 smithi046 bash[22900]: cluster 2024-02-10T07:39:22.363102+0000 mgr.a (mgr.14152) 307 : cluster 0 pgmap v239: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:39:24.477 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:39:24 smithi029 bash[21408]: cluster 2024-02-10T07:39:22.363102+0000 mgr.a (mgr.14152) 307 : cluster 0 pgmap v239: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:39:24.491 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:39:24 smithi047 bash[23769]: cluster 2024-02-10T07:39:22.363102+0000 mgr.a (mgr.14152) 307 : cluster 0 pgmap v239: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:39:26.325 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:39:26 smithi046 bash[22900]: cluster 2024-02-10T07:39:24.363629+0000 mgr.a (mgr.14152) 308 : cluster 0 pgmap v240: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:39:26.477 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:39:26 smithi029 bash[21408]: cluster 2024-02-10T07:39:24.363629+0000 mgr.a (mgr.14152) 308 : cluster 0 pgmap v240: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:39:26.491 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:39:26 smithi047 bash[23769]: cluster 2024-02-10T07:39:24.363629+0000 mgr.a (mgr.14152) 308 : cluster 0 pgmap v240: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:39:28.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:39:28 smithi046 bash[22900]: cluster 2024-02-10T07:39:26.364156+0000 mgr.a (mgr.14152) 309 : cluster 0 pgmap v241: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:39:28.478 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:39:28 smithi029 bash[21408]: cluster 2024-02-10T07:39:26.364156+0000 mgr.a (mgr.14152) 309 : cluster 0 pgmap v241: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:39:28.491 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:39:28 smithi047 bash[23769]: cluster 2024-02-10T07:39:26.364156+0000 mgr.a (mgr.14152) 309 : cluster 0 pgmap v241: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:39:30.325 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:39:30 smithi046 bash[22900]: cluster 2024-02-10T07:39:28.364690+0000 mgr.a (mgr.14152) 310 : cluster 0 pgmap v242: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:39:30.477 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:39:30 smithi029 bash[21408]: cluster 2024-02-10T07:39:28.364690+0000 mgr.a (mgr.14152) 310 : cluster 0 pgmap v242: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:39:30.491 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:39:30 smithi047 bash[23769]: cluster 2024-02-10T07:39:28.364690+0000 mgr.a (mgr.14152) 310 : cluster 0 pgmap v242: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:39:32.325 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:39:32 smithi046 bash[22900]: cluster 2024-02-10T07:39:30.365213+0000 mgr.a (mgr.14152) 311 : cluster 0 pgmap v243: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:39:32.478 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:39:32 smithi029 bash[21408]: cluster 2024-02-10T07:39:30.365213+0000 mgr.a (mgr.14152) 311 : cluster 0 pgmap v243: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:39:32.491 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:39:32 smithi047 bash[23769]: cluster 2024-02-10T07:39:30.365213+0000 mgr.a (mgr.14152) 311 : cluster 0 pgmap v243: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:39:34.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:39:34 smithi046 bash[22900]: cluster 2024-02-10T07:39:32.365832+0000 mgr.a (mgr.14152) 312 : cluster 0 pgmap v244: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:39:34.477 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:39:34 smithi029 bash[21408]: cluster 2024-02-10T07:39:32.365832+0000 mgr.a (mgr.14152) 312 : cluster 0 pgmap v244: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:39:34.491 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:39:34 smithi047 bash[23769]: cluster 2024-02-10T07:39:32.365832+0000 mgr.a (mgr.14152) 312 : cluster 0 pgmap v244: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:39:36.325 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:39:36 smithi046 bash[22900]: cluster 2024-02-10T07:39:34.366390+0000 mgr.a (mgr.14152) 313 : cluster 0 pgmap v245: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:39:36.477 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:39:36 smithi029 bash[21408]: cluster 2024-02-10T07:39:34.366390+0000 mgr.a (mgr.14152) 313 : cluster 0 pgmap v245: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:39:36.491 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:39:36 smithi047 bash[23769]: cluster 2024-02-10T07:39:34.366390+0000 mgr.a (mgr.14152) 313 : cluster 0 pgmap v245: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:39:37.477 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:39:37 smithi029 bash[21408]: cluster 2024-02-10T07:39:36.367039+0000 mgr.a (mgr.14152) 314 : cluster 0 pgmap v246: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:39:37.491 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:39:37 smithi047 bash[23769]: cluster 2024-02-10T07:39:36.367039+0000 mgr.a (mgr.14152) 314 : cluster 0 pgmap v246: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:39:37.575 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:39:37 smithi046 bash[22900]: cluster 2024-02-10T07:39:36.367039+0000 mgr.a (mgr.14152) 314 : cluster 0 pgmap v246: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:39:39.727 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:39:39 smithi029 bash[21408]: cluster 2024-02-10T07:39:38.367550+0000 mgr.a (mgr.14152) 315 : cluster 0 pgmap v247: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:39:39.728 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:39:39 smithi029 bash[21408]: audit 2024-02-10T07:39:38.576892+0000 mon.a (mon.0) 544 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:39:39.728 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:39:39 smithi029 bash[21408]: audit 2024-02-10T07:39:39.418764+0000 mon.a (mon.0) 545 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:39:39.741 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:39:39 smithi047 bash[23769]: cluster 2024-02-10T07:39:38.367550+0000 mgr.a (mgr.14152) 315 : cluster 0 pgmap v247: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:39:39.741 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:39:39 smithi047 bash[23769]: audit 2024-02-10T07:39:38.576892+0000 mon.a (mon.0) 544 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:39:39.741 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:39:39 smithi047 bash[23769]: audit 2024-02-10T07:39:39.418764+0000 mon.a (mon.0) 545 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:39:39.825 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:39:39 smithi046 bash[22900]: cluster 2024-02-10T07:39:38.367550+0000 mgr.a (mgr.14152) 315 : cluster 0 pgmap v247: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:39:39.825 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:39:39 smithi046 bash[22900]: audit 2024-02-10T07:39:38.576892+0000 mon.a (mon.0) 544 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:39:39.826 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:39:39 smithi046 bash[22900]: audit 2024-02-10T07:39:39.418764+0000 mon.a (mon.0) 545 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:39:40.727 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:39:40 smithi029 bash[21408]: audit 2024-02-10T07:39:39.420443+0000 mon.a (mon.0) 546 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T07:39:40.728 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:39:40 smithi029 bash[21408]: audit 2024-02-10T07:39:39.433306+0000 mon.a (mon.0) 547 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:39:40.741 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:39:40 smithi047 bash[23769]: audit 2024-02-10T07:39:39.420443+0000 mon.a (mon.0) 546 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T07:39:40.741 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:39:40 smithi047 bash[23769]: audit 2024-02-10T07:39:39.433306+0000 mon.a (mon.0) 547 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:39:40.825 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:39:40 smithi046 bash[22900]: audit 2024-02-10T07:39:39.420443+0000 mon.a (mon.0) 546 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T07:39:40.825 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:39:40 smithi046 bash[22900]: audit 2024-02-10T07:39:39.433306+0000 mon.a (mon.0) 547 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:39:42.325 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:39:42 smithi046 bash[22900]: cluster 2024-02-10T07:39:40.368073+0000 mgr.a (mgr.14152) 316 : cluster 0 pgmap v248: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:39:42.477 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:39:42 smithi029 bash[21408]: cluster 2024-02-10T07:39:40.368073+0000 mgr.a (mgr.14152) 316 : cluster 0 pgmap v248: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:39:42.493 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:39:42 smithi047 bash[23769]: cluster 2024-02-10T07:39:40.368073+0000 mgr.a (mgr.14152) 316 : cluster 0 pgmap v248: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:39:44.325 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:39:44 smithi046 bash[22900]: cluster 2024-02-10T07:39:42.368599+0000 mgr.a (mgr.14152) 317 : cluster 0 pgmap v249: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:39:44.477 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:39:44 smithi029 bash[21408]: cluster 2024-02-10T07:39:42.368599+0000 mgr.a (mgr.14152) 317 : cluster 0 pgmap v249: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:39:44.491 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:39:44 smithi047 bash[23769]: cluster 2024-02-10T07:39:42.368599+0000 mgr.a (mgr.14152) 317 : cluster 0 pgmap v249: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:39:46.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:39:46 smithi046 bash[22900]: cluster 2024-02-10T07:39:44.369119+0000 mgr.a (mgr.14152) 318 : cluster 0 pgmap v250: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:39:46.477 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:39:46 smithi029 bash[21408]: cluster 2024-02-10T07:39:44.369119+0000 mgr.a (mgr.14152) 318 : cluster 0 pgmap v250: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:39:46.491 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:39:46 smithi047 bash[23769]: cluster 2024-02-10T07:39:44.369119+0000 mgr.a (mgr.14152) 318 : cluster 0 pgmap v250: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:39:47.276 INFO:teuthology.orchestra.run.smithi029.stderr:+ ceph orch ps --refresh 2024-02-10T07:39:47.652 INFO:teuthology.orchestra.run.smithi029.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-10T07:39:47.652 INFO:teuthology.orchestra.run.smithi029.stdout:mgr.a smithi029 *:9283,8765 running (9m) 5m ago 9m 479M - 19.0.0-1361-g290212a1 c328ab9dcfc7 5342d737f1bd 2024-02-10T07:39:47.653 INFO:teuthology.orchestra.run.smithi029.stdout:mgr.b smithi046 *:8443,8765 running (5m) 4m ago 5m 433M - 19.0.0-1361-g290212a1 c328ab9dcfc7 bce71e37a9ce 2024-02-10T07:39:47.653 INFO:teuthology.orchestra.run.smithi029.stdout:mon.a smithi029 running (9m) 5m ago 9m 37.5M 2048M 19.0.0-1361-g290212a1 c328ab9dcfc7 c82cdb12748d 2024-02-10T07:39:47.653 INFO:teuthology.orchestra.run.smithi029.stdout:mon.b smithi046 running (6m) 4m ago 6m 34.4M 2048M 19.0.0-1361-g290212a1 c328ab9dcfc7 37a379411dbd 2024-02-10T07:39:47.653 INFO:teuthology.orchestra.run.smithi029.stdout:mon.c smithi047 running (6m) 3m ago 6m 34.8M 2048M 19.0.0-1361-g290212a1 c328ab9dcfc7 c3df3bc44d2e 2024-02-10T07:39:47.653 INFO:teuthology.orchestra.run.smithi029.stdout:osd.0 smithi029 running (5m) 5m ago 5m - 16.8G 19.0.0-1361-g290212a1 c328ab9dcfc7 53842d7addb8 2024-02-10T07:39:47.653 INFO:teuthology.orchestra.run.smithi029.stdout:osd.1 smithi046 running (4m) 4m ago 4m 11.7M 16.8G 19.0.0-1361-g290212a1 c328ab9dcfc7 049cd4540dfc 2024-02-10T07:39:47.653 INFO:teuthology.orchestra.run.smithi029.stdout:osd.2 smithi047 running (3m) 3m ago 3m 11.8M 20.8G 19.0.0-1361-g290212a1 c328ab9dcfc7 fb4fb4495e4f 2024-02-10T07:39:47.667 INFO:teuthology.orchestra.run.smithi029.stderr:+ ceph orch ls --service-name mon --export 2024-02-10T07:39:48.039 INFO:teuthology.orchestra.run.smithi029.stderr:+ ceph orch apply -i mon.yaml 2024-02-10T07:39:48.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:39:48 smithi046 bash[22900]: cluster 2024-02-10T07:39:46.369676+0000 mgr.a (mgr.14152) 319 : cluster 0 pgmap v251: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:39:48.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:39:48 smithi046 bash[22900]: audit 2024-02-10T07:39:47.670189+0000 mon.a (mon.0) 548 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:39:48.381 INFO:teuthology.orchestra.run.smithi029.stdout:Scheduled mon update... 2024-02-10T07:39:48.394 INFO:teuthology.orchestra.run.smithi029.stderr:+ sleep 90 2024-02-10T07:39:48.477 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:39:48 smithi029 bash[21408]: cluster 2024-02-10T07:39:46.369676+0000 mgr.a (mgr.14152) 319 : cluster 0 pgmap v251: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:39:48.478 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:39:48 smithi029 bash[21408]: audit 2024-02-10T07:39:47.670189+0000 mon.a (mon.0) 548 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:39:48.491 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:39:48 smithi047 bash[23769]: cluster 2024-02-10T07:39:46.369676+0000 mgr.a (mgr.14152) 319 : cluster 0 pgmap v251: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:39:48.491 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:39:48 smithi047 bash[23769]: audit 2024-02-10T07:39:47.670189+0000 mon.a (mon.0) 548 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:39:49.325 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:39:49 smithi046 bash[22900]: audit 2024-02-10T07:39:47.636557+0000 mgr.a (mgr.14152) 320 : audit 0 from='client.14385 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:39:49.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:39:49 smithi046 bash[22900]: audit 2024-02-10T07:39:48.023374+0000 mgr.a (mgr.14152) 321 : audit 0 from='client.14391 -' entity='client.admin' cmd=[{"prefix": "orch ls", "service_name": "mon", "export": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:39:49.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:39:49 smithi046 bash[22900]: audit 2024-02-10T07:39:48.382963+0000 mon.a (mon.0) 549 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:39:49.478 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:39:49 smithi029 bash[21408]: audit 2024-02-10T07:39:47.636557+0000 mgr.a (mgr.14152) 320 : audit 0 from='client.14385 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:39:49.478 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:39:49 smithi029 bash[21408]: audit 2024-02-10T07:39:48.023374+0000 mgr.a (mgr.14152) 321 : audit 0 from='client.14391 -' entity='client.admin' cmd=[{"prefix": "orch ls", "service_name": "mon", "export": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:39:49.478 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:39:49 smithi029 bash[21408]: audit 2024-02-10T07:39:48.382963+0000 mon.a (mon.0) 549 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:39:49.491 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:39:49 smithi047 bash[23769]: audit 2024-02-10T07:39:47.636557+0000 mgr.a (mgr.14152) 320 : audit 0 from='client.14385 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:39:49.491 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:39:49 smithi047 bash[23769]: audit 2024-02-10T07:39:48.023374+0000 mgr.a (mgr.14152) 321 : audit 0 from='client.14391 -' entity='client.admin' cmd=[{"prefix": "orch ls", "service_name": "mon", "export": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:39:49.492 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:39:49 smithi047 bash[23769]: audit 2024-02-10T07:39:48.382963+0000 mon.a (mon.0) 549 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:39:50.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:39:50 smithi046 bash[22900]: audit 2024-02-10T07:39:48.367983+0000 mgr.a (mgr.14152) 322 : audit 0 from='client.14397 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:39:50.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:39:50 smithi046 bash[22900]: cluster 2024-02-10T07:39:48.369953+0000 mgr.a (mgr.14152) 323 : cluster 0 pgmap v252: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:39:50.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:39:50 smithi046 bash[22900]: cephadm 2024-02-10T07:39:48.377253+0000 mgr.a (mgr.14152) 324 : cephadm 1 Saving service mon spec with placement count:3 2024-02-10T07:39:50.478 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:39:50 smithi029 bash[21408]: audit 2024-02-10T07:39:48.367983+0000 mgr.a (mgr.14152) 322 : audit 0 from='client.14397 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:39:50.478 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:39:50 smithi029 bash[21408]: cluster 2024-02-10T07:39:48.369953+0000 mgr.a (mgr.14152) 323 : cluster 0 pgmap v252: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:39:50.478 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:39:50 smithi029 bash[21408]: cephadm 2024-02-10T07:39:48.377253+0000 mgr.a (mgr.14152) 324 : cephadm 1 Saving service mon spec with placement count:3 2024-02-10T07:39:50.491 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:39:50 smithi047 bash[23769]: audit 2024-02-10T07:39:48.367983+0000 mgr.a (mgr.14152) 322 : audit 0 from='client.14397 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T07:39:50.492 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:39:50 smithi047 bash[23769]: cluster 2024-02-10T07:39:48.369953+0000 mgr.a (mgr.14152) 323 : cluster 0 pgmap v252: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:39:50.492 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:39:50 smithi047 bash[23769]: cephadm 2024-02-10T07:39:48.377253+0000 mgr.a (mgr.14152) 324 : cephadm 1 Saving service mon spec with placement count:3 2024-02-10T07:39:52.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:39:52 smithi046 bash[22900]: cluster 2024-02-10T07:39:50.370435+0000 mgr.a (mgr.14152) 325 : cluster 0 pgmap v253: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:39:52.477 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:39:52 smithi029 bash[21408]: cluster 2024-02-10T07:39:50.370435+0000 mgr.a (mgr.14152) 325 : cluster 0 pgmap v253: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:39:52.491 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:39:52 smithi047 bash[23769]: cluster 2024-02-10T07:39:50.370435+0000 mgr.a (mgr.14152) 325 : cluster 0 pgmap v253: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:39:54.228 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:39:53 smithi029 bash[21408]: cluster 2024-02-10T07:39:52.370995+0000 mgr.a (mgr.14152) 326 : cluster 0 pgmap v254: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:39:54.228 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:39:53 smithi029 bash[21408]: audit 2024-02-10T07:39:52.906790+0000 mon.a (mon.0) 550 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:39:54.228 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:39:53 smithi029 bash[21408]: audit 2024-02-10T07:39:52.912934+0000 mon.a (mon.0) 551 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:39:54.228 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:39:53 smithi029 bash[21408]: audit 2024-02-10T07:39:52.955470+0000 mon.a (mon.0) 552 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:39:54.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:39:53 smithi029 bash[21408]: audit 2024-02-10T07:39:52.959507+0000 mon.a (mon.0) 553 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:39:54.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:39:53 smithi029 bash[21408]: audit 2024-02-10T07:39:52.962100+0000 mon.a (mon.0) 554 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:39:54.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:39:53 smithi029 bash[21408]: audit 2024-02-10T07:39:52.966278+0000 mon.a (mon.0) 555 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:39:54.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:39:53 smithi029 bash[21408]: audit 2024-02-10T07:39:52.967185+0000 mon.a (mon.0) 556 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:39:54.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:39:53 smithi029 bash[21408]: audit 2024-02-10T07:39:52.967884+0000 mon.a (mon.0) 557 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T07:39:54.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:39:53 smithi029 bash[21408]: audit 2024-02-10T07:39:52.972196+0000 mon.a (mon.0) 558 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:39:54.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:39:53 smithi029 bash[21408]: audit 2024-02-10T07:39:52.974052+0000 mon.a (mon.0) 559 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-02-10T07:39:54.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:39:53 smithi029 bash[21408]: audit 2024-02-10T07:39:52.979552+0000 mon.a (mon.0) 560 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:39:54.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:39:53 smithi029 bash[21408]: audit 2024-02-10T07:39:53.078853+0000 mon.a (mon.0) 561 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:39:54.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:39:53 smithi029 bash[21408]: audit 2024-02-10T07:39:53.081226+0000 mon.a (mon.0) 562 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:39:54.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:39:53 smithi029 bash[21408]: audit 2024-02-10T07:39:53.082352+0000 mon.a (mon.0) 563 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T07:39:54.229 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:39:53 smithi029 bash[21408]: audit 2024-02-10T07:39:53.090155+0000 mon.a (mon.0) 564 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:39:54.242 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:39:53 smithi047 bash[23769]: cluster 2024-02-10T07:39:52.370995+0000 mgr.a (mgr.14152) 326 : cluster 0 pgmap v254: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:39:54.242 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:39:53 smithi047 bash[23769]: audit 2024-02-10T07:39:52.906790+0000 mon.a (mon.0) 550 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:39:54.242 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:39:53 smithi047 bash[23769]: audit 2024-02-10T07:39:52.912934+0000 mon.a (mon.0) 551 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:39:54.242 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:39:53 smithi047 bash[23769]: audit 2024-02-10T07:39:52.955470+0000 mon.a (mon.0) 552 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:39:54.242 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:39:53 smithi047 bash[23769]: audit 2024-02-10T07:39:52.959507+0000 mon.a (mon.0) 553 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:39:54.243 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:39:53 smithi047 bash[23769]: audit 2024-02-10T07:39:52.962100+0000 mon.a (mon.0) 554 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:39:54.243 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:39:53 smithi047 bash[23769]: audit 2024-02-10T07:39:52.966278+0000 mon.a (mon.0) 555 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:39:54.243 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:39:53 smithi047 bash[23769]: audit 2024-02-10T07:39:52.967185+0000 mon.a (mon.0) 556 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:39:54.243 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:39:53 smithi047 bash[23769]: audit 2024-02-10T07:39:52.967884+0000 mon.a (mon.0) 557 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T07:39:54.243 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:39:53 smithi047 bash[23769]: audit 2024-02-10T07:39:52.972196+0000 mon.a (mon.0) 558 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:39:54.243 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:39:53 smithi047 bash[23769]: audit 2024-02-10T07:39:52.974052+0000 mon.a (mon.0) 559 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-02-10T07:39:54.243 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:39:53 smithi047 bash[23769]: audit 2024-02-10T07:39:52.979552+0000 mon.a (mon.0) 560 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:39:54.243 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:39:53 smithi047 bash[23769]: audit 2024-02-10T07:39:53.078853+0000 mon.a (mon.0) 561 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:39:54.243 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:39:53 smithi047 bash[23769]: audit 2024-02-10T07:39:53.081226+0000 mon.a (mon.0) 562 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:39:54.243 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:39:53 smithi047 bash[23769]: audit 2024-02-10T07:39:53.082352+0000 mon.a (mon.0) 563 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T07:39:54.243 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:39:53 smithi047 bash[23769]: audit 2024-02-10T07:39:53.090155+0000 mon.a (mon.0) 564 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:39:54.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:39:53 smithi046 bash[22900]: cluster 2024-02-10T07:39:52.370995+0000 mgr.a (mgr.14152) 326 : cluster 0 pgmap v254: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:39:54.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:39:53 smithi046 bash[22900]: audit 2024-02-10T07:39:52.906790+0000 mon.a (mon.0) 550 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:39:54.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:39:53 smithi046 bash[22900]: audit 2024-02-10T07:39:52.912934+0000 mon.a (mon.0) 551 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:39:54.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:39:53 smithi046 bash[22900]: audit 2024-02-10T07:39:52.955470+0000 mon.a (mon.0) 552 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:39:54.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:39:53 smithi046 bash[22900]: audit 2024-02-10T07:39:52.959507+0000 mon.a (mon.0) 553 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:39:54.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:39:53 smithi046 bash[22900]: audit 2024-02-10T07:39:52.962100+0000 mon.a (mon.0) 554 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:39:54.327 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:39:53 smithi046 bash[22900]: audit 2024-02-10T07:39:52.966278+0000 mon.a (mon.0) 555 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:39:54.327 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:39:53 smithi046 bash[22900]: audit 2024-02-10T07:39:52.967185+0000 mon.a (mon.0) 556 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:39:54.327 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:39:53 smithi046 bash[22900]: audit 2024-02-10T07:39:52.967884+0000 mon.a (mon.0) 557 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T07:39:54.327 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:39:53 smithi046 bash[22900]: audit 2024-02-10T07:39:52.972196+0000 mon.a (mon.0) 558 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:39:54.327 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:39:53 smithi046 bash[22900]: audit 2024-02-10T07:39:52.974052+0000 mon.a (mon.0) 559 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-02-10T07:39:54.327 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:39:53 smithi046 bash[22900]: audit 2024-02-10T07:39:52.979552+0000 mon.a (mon.0) 560 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:39:54.327 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:39:53 smithi046 bash[22900]: audit 2024-02-10T07:39:53.078853+0000 mon.a (mon.0) 561 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:39:54.327 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:39:53 smithi046 bash[22900]: audit 2024-02-10T07:39:53.081226+0000 mon.a (mon.0) 562 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:39:54.327 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:39:53 smithi046 bash[22900]: audit 2024-02-10T07:39:53.082352+0000 mon.a (mon.0) 563 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T07:39:54.327 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:39:53 smithi046 bash[22900]: audit 2024-02-10T07:39:53.090155+0000 mon.a (mon.0) 564 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:39:56.227 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:39:55 smithi029 bash[21408]: cluster 2024-02-10T07:39:54.371519+0000 mgr.a (mgr.14152) 327 : cluster 0 pgmap v255: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:39:56.241 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:39:55 smithi047 bash[23769]: cluster 2024-02-10T07:39:54.371519+0000 mgr.a (mgr.14152) 327 : cluster 0 pgmap v255: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:39:56.325 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:39:55 smithi046 bash[22900]: cluster 2024-02-10T07:39:54.371519+0000 mgr.a (mgr.14152) 327 : cluster 0 pgmap v255: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:39:58.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:39:58 smithi046 bash[22900]: cluster 2024-02-10T07:39:56.372102+0000 mgr.a (mgr.14152) 328 : cluster 0 pgmap v256: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:39:58.477 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:39:58 smithi029 bash[21408]: cluster 2024-02-10T07:39:56.372102+0000 mgr.a (mgr.14152) 328 : cluster 0 pgmap v256: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:39:58.491 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:39:58 smithi047 bash[23769]: cluster 2024-02-10T07:39:56.372102+0000 mgr.a (mgr.14152) 328 : cluster 0 pgmap v256: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:40:00.325 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:40:00 smithi046 bash[22900]: cluster 2024-02-10T07:39:58.372644+0000 mgr.a (mgr.14152) 329 : cluster 0 pgmap v257: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:40:00.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:40:00 smithi046 bash[22900]: cluster 2024-02-10T07:40:00.000137+0000 mon.a (mon.0) 565 : cluster 1 overall HEALTH_OK 2024-02-10T07:40:00.477 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:40:00 smithi029 bash[21408]: cluster 2024-02-10T07:39:58.372644+0000 mgr.a (mgr.14152) 329 : cluster 0 pgmap v257: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:40:00.478 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:40:00 smithi029 bash[21408]: cluster 2024-02-10T07:40:00.000137+0000 mon.a (mon.0) 565 : cluster 1 overall HEALTH_OK 2024-02-10T07:40:00.491 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:40:00 smithi047 bash[23769]: cluster 2024-02-10T07:39:58.372644+0000 mgr.a (mgr.14152) 329 : cluster 0 pgmap v257: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:40:00.491 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:40:00 smithi047 bash[23769]: cluster 2024-02-10T07:40:00.000137+0000 mon.a (mon.0) 565 : cluster 1 overall HEALTH_OK 2024-02-10T07:40:02.325 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:40:02 smithi046 bash[22900]: cluster 2024-02-10T07:40:00.373206+0000 mgr.a (mgr.14152) 330 : cluster 0 pgmap v258: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:40:02.477 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:40:02 smithi029 bash[21408]: cluster 2024-02-10T07:40:00.373206+0000 mgr.a (mgr.14152) 330 : cluster 0 pgmap v258: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:40:02.491 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:40:02 smithi047 bash[23769]: cluster 2024-02-10T07:40:00.373206+0000 mgr.a (mgr.14152) 330 : cluster 0 pgmap v258: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:40:04.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:40:04 smithi046 bash[22900]: cluster 2024-02-10T07:40:02.373754+0000 mgr.a (mgr.14152) 331 : cluster 0 pgmap v259: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:40:04.478 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:40:04 smithi029 bash[21408]: cluster 2024-02-10T07:40:02.373754+0000 mgr.a (mgr.14152) 331 : cluster 0 pgmap v259: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:40:04.492 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:40:04 smithi047 bash[23769]: cluster 2024-02-10T07:40:02.373754+0000 mgr.a (mgr.14152) 331 : cluster 0 pgmap v259: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:40:06.325 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:40:06 smithi046 bash[22900]: cluster 2024-02-10T07:40:04.374280+0000 mgr.a (mgr.14152) 332 : cluster 0 pgmap v260: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:40:06.477 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:40:06 smithi029 bash[21408]: cluster 2024-02-10T07:40:04.374280+0000 mgr.a (mgr.14152) 332 : cluster 0 pgmap v260: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:40:06.491 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:40:06 smithi047 bash[23769]: cluster 2024-02-10T07:40:04.374280+0000 mgr.a (mgr.14152) 332 : cluster 0 pgmap v260: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:40:08.325 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:40:08 smithi046 bash[22900]: cluster 2024-02-10T07:40:06.374843+0000 mgr.a (mgr.14152) 333 : cluster 0 pgmap v261: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:40:08.477 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:40:08 smithi029 bash[21408]: cluster 2024-02-10T07:40:06.374843+0000 mgr.a (mgr.14152) 333 : cluster 0 pgmap v261: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:40:08.491 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:40:08 smithi047 bash[23769]: cluster 2024-02-10T07:40:06.374843+0000 mgr.a (mgr.14152) 333 : cluster 0 pgmap v261: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:40:10.325 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:40:10 smithi046 bash[22900]: cluster 2024-02-10T07:40:08.375480+0000 mgr.a (mgr.14152) 334 : cluster 0 pgmap v262: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:40:10.477 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:40:10 smithi029 bash[21408]: cluster 2024-02-10T07:40:08.375480+0000 mgr.a (mgr.14152) 334 : cluster 0 pgmap v262: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:40:10.491 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:40:10 smithi047 bash[23769]: cluster 2024-02-10T07:40:08.375480+0000 mgr.a (mgr.14152) 334 : cluster 0 pgmap v262: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:40:12.325 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:40:12 smithi046 bash[22900]: cluster 2024-02-10T07:40:10.376152+0000 mgr.a (mgr.14152) 335 : cluster 0 pgmap v263: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:40:12.477 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:40:12 smithi029 bash[21408]: cluster 2024-02-10T07:40:10.376152+0000 mgr.a (mgr.14152) 335 : cluster 0 pgmap v263: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:40:12.491 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:40:12 smithi047 bash[23769]: cluster 2024-02-10T07:40:10.376152+0000 mgr.a (mgr.14152) 335 : cluster 0 pgmap v263: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:40:14.325 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:40:14 smithi046 bash[22900]: cluster 2024-02-10T07:40:12.376715+0000 mgr.a (mgr.14152) 336 : cluster 0 pgmap v264: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:40:14.477 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:40:14 smithi029 bash[21408]: cluster 2024-02-10T07:40:12.376715+0000 mgr.a (mgr.14152) 336 : cluster 0 pgmap v264: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:40:14.491 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:40:14 smithi047 bash[23769]: cluster 2024-02-10T07:40:12.376715+0000 mgr.a (mgr.14152) 336 : cluster 0 pgmap v264: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:40:16.325 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:40:16 smithi046 bash[22900]: cluster 2024-02-10T07:40:14.377233+0000 mgr.a (mgr.14152) 337 : cluster 0 pgmap v265: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:40:16.477 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:40:16 smithi029 bash[21408]: cluster 2024-02-10T07:40:14.377233+0000 mgr.a (mgr.14152) 337 : cluster 0 pgmap v265: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:40:16.491 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:40:16 smithi047 bash[23769]: cluster 2024-02-10T07:40:14.377233+0000 mgr.a (mgr.14152) 337 : cluster 0 pgmap v265: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:40:18.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:40:18 smithi046 bash[22900]: cluster 2024-02-10T07:40:16.377770+0000 mgr.a (mgr.14152) 338 : cluster 0 pgmap v266: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:40:18.477 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:40:18 smithi029 bash[21408]: cluster 2024-02-10T07:40:16.377770+0000 mgr.a (mgr.14152) 338 : cluster 0 pgmap v266: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:40:18.491 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:40:18 smithi047 bash[23769]: cluster 2024-02-10T07:40:16.377770+0000 mgr.a (mgr.14152) 338 : cluster 0 pgmap v266: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:40:20.325 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:40:20 smithi046 bash[22900]: cluster 2024-02-10T07:40:18.378335+0000 mgr.a (mgr.14152) 339 : cluster 0 pgmap v267: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:40:20.477 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:40:20 smithi029 bash[21408]: cluster 2024-02-10T07:40:18.378335+0000 mgr.a (mgr.14152) 339 : cluster 0 pgmap v267: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:40:20.491 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:40:20 smithi047 bash[23769]: cluster 2024-02-10T07:40:18.378335+0000 mgr.a (mgr.14152) 339 : cluster 0 pgmap v267: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:40:22.325 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:40:22 smithi046 bash[22900]: cluster 2024-02-10T07:40:20.378936+0000 mgr.a (mgr.14152) 340 : cluster 0 pgmap v268: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:40:22.477 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:40:22 smithi029 bash[21408]: cluster 2024-02-10T07:40:20.378936+0000 mgr.a (mgr.14152) 340 : cluster 0 pgmap v268: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:40:22.491 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:40:22 smithi047 bash[23769]: cluster 2024-02-10T07:40:20.378936+0000 mgr.a (mgr.14152) 340 : cluster 0 pgmap v268: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:40:24.325 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:40:24 smithi046 bash[22900]: cluster 2024-02-10T07:40:22.379441+0000 mgr.a (mgr.14152) 341 : cluster 0 pgmap v269: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:40:24.477 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:40:24 smithi029 bash[21408]: cluster 2024-02-10T07:40:22.379441+0000 mgr.a (mgr.14152) 341 : cluster 0 pgmap v269: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:40:24.491 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:40:24 smithi047 bash[23769]: cluster 2024-02-10T07:40:22.379441+0000 mgr.a (mgr.14152) 341 : cluster 0 pgmap v269: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:40:25.477 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:40:25 smithi029 bash[21408]: cluster 2024-02-10T07:40:24.379911+0000 mgr.a (mgr.14152) 342 : cluster 0 pgmap v270: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:40:25.491 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:40:25 smithi047 bash[23769]: cluster 2024-02-10T07:40:24.379911+0000 mgr.a (mgr.14152) 342 : cluster 0 pgmap v270: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:40:25.575 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:40:25 smithi046 bash[22900]: cluster 2024-02-10T07:40:24.379911+0000 mgr.a (mgr.14152) 342 : cluster 0 pgmap v270: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:40:28.328 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:40:28 smithi046 bash[22900]: cluster 2024-02-10T07:40:26.380452+0000 mgr.a (mgr.14152) 343 : cluster 0 pgmap v271: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:40:28.477 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:40:28 smithi029 bash[21408]: cluster 2024-02-10T07:40:26.380452+0000 mgr.a (mgr.14152) 343 : cluster 0 pgmap v271: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:40:28.491 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:40:28 smithi047 bash[23769]: cluster 2024-02-10T07:40:26.380452+0000 mgr.a (mgr.14152) 343 : cluster 0 pgmap v271: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:40:30.325 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:40:30 smithi046 bash[22900]: cluster 2024-02-10T07:40:28.380972+0000 mgr.a (mgr.14152) 344 : cluster 0 pgmap v272: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:40:30.477 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:40:30 smithi029 bash[21408]: cluster 2024-02-10T07:40:28.380972+0000 mgr.a (mgr.14152) 344 : cluster 0 pgmap v272: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:40:30.491 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:40:30 smithi047 bash[23769]: cluster 2024-02-10T07:40:28.380972+0000 mgr.a (mgr.14152) 344 : cluster 0 pgmap v272: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:40:32.325 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:40:32 smithi046 bash[22900]: cluster 2024-02-10T07:40:30.381493+0000 mgr.a (mgr.14152) 345 : cluster 0 pgmap v273: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:40:32.477 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:40:32 smithi029 bash[21408]: cluster 2024-02-10T07:40:30.381493+0000 mgr.a (mgr.14152) 345 : cluster 0 pgmap v273: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:40:32.491 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:40:32 smithi047 bash[23769]: cluster 2024-02-10T07:40:30.381493+0000 mgr.a (mgr.14152) 345 : cluster 0 pgmap v273: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:40:34.325 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:40:34 smithi046 bash[22900]: cluster 2024-02-10T07:40:32.381993+0000 mgr.a (mgr.14152) 346 : cluster 0 pgmap v274: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:40:34.477 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:40:34 smithi029 bash[21408]: cluster 2024-02-10T07:40:32.381993+0000 mgr.a (mgr.14152) 346 : cluster 0 pgmap v274: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:40:34.492 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:40:34 smithi047 bash[23769]: cluster 2024-02-10T07:40:32.381993+0000 mgr.a (mgr.14152) 346 : cluster 0 pgmap v274: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:40:36.325 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:40:36 smithi046 bash[22900]: cluster 2024-02-10T07:40:34.382517+0000 mgr.a (mgr.14152) 347 : cluster 0 pgmap v275: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:40:36.477 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:40:36 smithi029 bash[21408]: cluster 2024-02-10T07:40:34.382517+0000 mgr.a (mgr.14152) 347 : cluster 0 pgmap v275: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:40:36.492 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:40:36 smithi047 bash[23769]: cluster 2024-02-10T07:40:34.382517+0000 mgr.a (mgr.14152) 347 : cluster 0 pgmap v275: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:40:38.325 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:40:38 smithi046 bash[22900]: cluster 2024-02-10T07:40:36.383172+0000 mgr.a (mgr.14152) 348 : cluster 0 pgmap v276: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:40:38.477 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:40:38 smithi029 bash[21408]: cluster 2024-02-10T07:40:36.383172+0000 mgr.a (mgr.14152) 348 : cluster 0 pgmap v276: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:40:38.491 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:40:38 smithi047 bash[23769]: cluster 2024-02-10T07:40:36.383172+0000 mgr.a (mgr.14152) 348 : cluster 0 pgmap v276: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:40:39.325 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:40:39 smithi046 bash[22900]: cluster 2024-02-10T07:40:38.383698+0000 mgr.a (mgr.14152) 349 : cluster 0 pgmap v277: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:40:39.477 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:40:39 smithi029 bash[21408]: cluster 2024-02-10T07:40:38.383698+0000 mgr.a (mgr.14152) 349 : cluster 0 pgmap v277: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:40:39.491 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:40:39 smithi047 bash[23769]: cluster 2024-02-10T07:40:38.383698+0000 mgr.a (mgr.14152) 349 : cluster 0 pgmap v277: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:40:42.325 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:40:42 smithi046 bash[22900]: cluster 2024-02-10T07:40:40.384231+0000 mgr.a (mgr.14152) 350 : cluster 0 pgmap v278: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:40:42.477 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:40:42 smithi029 bash[21408]: cluster 2024-02-10T07:40:40.384231+0000 mgr.a (mgr.14152) 350 : cluster 0 pgmap v278: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:40:42.491 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:40:42 smithi047 bash[23769]: cluster 2024-02-10T07:40:40.384231+0000 mgr.a (mgr.14152) 350 : cluster 0 pgmap v278: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:40:44.325 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:40:44 smithi046 bash[22900]: cluster 2024-02-10T07:40:42.384751+0000 mgr.a (mgr.14152) 351 : cluster 0 pgmap v279: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:40:44.477 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:40:44 smithi029 bash[21408]: cluster 2024-02-10T07:40:42.384751+0000 mgr.a (mgr.14152) 351 : cluster 0 pgmap v279: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:40:44.491 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:40:44 smithi047 bash[23769]: cluster 2024-02-10T07:40:42.384751+0000 mgr.a (mgr.14152) 351 : cluster 0 pgmap v279: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:40:46.329 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:40:46 smithi046 bash[22900]: cluster 2024-02-10T07:40:44.385317+0000 mgr.a (mgr.14152) 352 : cluster 0 pgmap v280: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:40:46.477 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:40:46 smithi029 bash[21408]: cluster 2024-02-10T07:40:44.385317+0000 mgr.a (mgr.14152) 352 : cluster 0 pgmap v280: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:40:46.491 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:40:46 smithi047 bash[23769]: cluster 2024-02-10T07:40:44.385317+0000 mgr.a (mgr.14152) 352 : cluster 0 pgmap v280: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:40:47.325 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:40:47 smithi046 bash[22900]: cluster 2024-02-10T07:40:46.385868+0000 mgr.a (mgr.14152) 353 : cluster 0 pgmap v281: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:40:47.477 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:40:47 smithi029 bash[21408]: cluster 2024-02-10T07:40:46.385868+0000 mgr.a (mgr.14152) 353 : cluster 0 pgmap v281: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:40:47.491 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:40:47 smithi047 bash[23769]: cluster 2024-02-10T07:40:46.385868+0000 mgr.a (mgr.14152) 353 : cluster 0 pgmap v281: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:40:49.727 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:40:49 smithi029 bash[21408]: cluster 2024-02-10T07:40:48.386329+0000 mgr.a (mgr.14152) 354 : cluster 0 pgmap v282: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:40:49.741 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:40:49 smithi047 bash[23769]: cluster 2024-02-10T07:40:48.386329+0000 mgr.a (mgr.14152) 354 : cluster 0 pgmap v282: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:40:49.825 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:40:49 smithi046 bash[22900]: cluster 2024-02-10T07:40:48.386329+0000 mgr.a (mgr.14152) 354 : cluster 0 pgmap v282: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:40:52.325 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:40:52 smithi046 bash[22900]: cluster 2024-02-10T07:40:50.386900+0000 mgr.a (mgr.14152) 355 : cluster 0 pgmap v283: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:40:52.477 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:40:52 smithi029 bash[21408]: cluster 2024-02-10T07:40:50.386900+0000 mgr.a (mgr.14152) 355 : cluster 0 pgmap v283: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:40:52.491 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:40:52 smithi047 bash[23769]: cluster 2024-02-10T07:40:50.386900+0000 mgr.a (mgr.14152) 355 : cluster 0 pgmap v283: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:40:54.325 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:40:54 smithi046 bash[22900]: cluster 2024-02-10T07:40:52.387365+0000 mgr.a (mgr.14152) 356 : cluster 0 pgmap v284: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:40:54.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:40:54 smithi046 bash[22900]: audit 2024-02-10T07:40:53.197001+0000 mon.a (mon.0) 566 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:40:54.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:40:54 smithi046 bash[22900]: audit 2024-02-10T07:40:53.989314+0000 mon.a (mon.0) 567 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:40:54.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:40:54 smithi046 bash[22900]: audit 2024-02-10T07:40:53.990995+0000 mon.a (mon.0) 568 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T07:40:54.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:40:54 smithi046 bash[22900]: audit 2024-02-10T07:40:54.000564+0000 mon.a (mon.0) 569 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:40:54.477 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:40:54 smithi029 bash[21408]: cluster 2024-02-10T07:40:52.387365+0000 mgr.a (mgr.14152) 356 : cluster 0 pgmap v284: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:40:54.477 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:40:54 smithi029 bash[21408]: audit 2024-02-10T07:40:53.197001+0000 mon.a (mon.0) 566 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:40:54.477 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:40:54 smithi029 bash[21408]: audit 2024-02-10T07:40:53.989314+0000 mon.a (mon.0) 567 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:40:54.477 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:40:54 smithi029 bash[21408]: audit 2024-02-10T07:40:53.990995+0000 mon.a (mon.0) 568 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T07:40:54.478 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:40:54 smithi029 bash[21408]: audit 2024-02-10T07:40:54.000564+0000 mon.a (mon.0) 569 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:40:54.492 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:40:54 smithi047 bash[23769]: cluster 2024-02-10T07:40:52.387365+0000 mgr.a (mgr.14152) 356 : cluster 0 pgmap v284: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:40:54.492 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:40:54 smithi047 bash[23769]: audit 2024-02-10T07:40:53.197001+0000 mon.a (mon.0) 566 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T07:40:54.492 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:40:54 smithi047 bash[23769]: audit 2024-02-10T07:40:53.989314+0000 mon.a (mon.0) 567 : audit 0 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T07:40:54.492 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:40:54 smithi047 bash[23769]: audit 2024-02-10T07:40:53.990995+0000 mon.a (mon.0) 568 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T07:40:54.492 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:40:54 smithi047 bash[23769]: audit 2024-02-10T07:40:54.000564+0000 mon.a (mon.0) 569 : audit 1 from='mgr.14152 172.21.15.29:0/1421433272' entity='mgr.a' 2024-02-10T07:40:56.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:40:56 smithi046 bash[22900]: cluster 2024-02-10T07:40:54.387986+0000 mgr.a (mgr.14152) 357 : cluster 0 pgmap v285: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:40:56.477 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:40:56 smithi029 bash[21408]: cluster 2024-02-10T07:40:54.387986+0000 mgr.a (mgr.14152) 357 : cluster 0 pgmap v285: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:40:56.491 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:40:56 smithi047 bash[23769]: cluster 2024-02-10T07:40:54.387986+0000 mgr.a (mgr.14152) 357 : cluster 0 pgmap v285: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:40:58.325 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:40:58 smithi046 bash[22900]: cluster 2024-02-10T07:40:56.388564+0000 mgr.a (mgr.14152) 358 : cluster 0 pgmap v286: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:40:58.477 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:40:58 smithi029 bash[21408]: cluster 2024-02-10T07:40:56.388564+0000 mgr.a (mgr.14152) 358 : cluster 0 pgmap v286: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:40:58.491 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:40:58 smithi047 bash[23769]: cluster 2024-02-10T07:40:56.388564+0000 mgr.a (mgr.14152) 358 : cluster 0 pgmap v286: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:40:59.477 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:40:59 smithi029 bash[21408]: cluster 2024-02-10T07:40:58.389052+0000 mgr.a (mgr.14152) 359 : cluster 0 pgmap v287: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:40:59.491 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:40:59 smithi047 bash[23769]: cluster 2024-02-10T07:40:58.389052+0000 mgr.a (mgr.14152) 359 : cluster 0 pgmap v287: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:40:59.575 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:40:59 smithi046 bash[22900]: cluster 2024-02-10T07:40:58.389052+0000 mgr.a (mgr.14152) 359 : cluster 0 pgmap v287: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:41:02.325 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:41:02 smithi046 bash[22900]: cluster 2024-02-10T07:41:00.389599+0000 mgr.a (mgr.14152) 360 : cluster 0 pgmap v288: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:41:02.477 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:41:02 smithi029 bash[21408]: cluster 2024-02-10T07:41:00.389599+0000 mgr.a (mgr.14152) 360 : cluster 0 pgmap v288: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:41:02.491 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:41:02 smithi047 bash[23769]: cluster 2024-02-10T07:41:00.389599+0000 mgr.a (mgr.14152) 360 : cluster 0 pgmap v288: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:41:04.325 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:41:04 smithi046 bash[22900]: cluster 2024-02-10T07:41:02.390127+0000 mgr.a (mgr.14152) 361 : cluster 0 pgmap v289: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:41:04.477 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:41:04 smithi029 bash[21408]: cluster 2024-02-10T07:41:02.390127+0000 mgr.a (mgr.14152) 361 : cluster 0 pgmap v289: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:41:04.491 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:41:04 smithi047 bash[23769]: cluster 2024-02-10T07:41:02.390127+0000 mgr.a (mgr.14152) 361 : cluster 0 pgmap v289: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:41:06.325 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:41:06 smithi046 bash[22900]: cluster 2024-02-10T07:41:04.390580+0000 mgr.a (mgr.14152) 362 : cluster 0 pgmap v290: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:41:06.478 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:41:06 smithi029 bash[21408]: cluster 2024-02-10T07:41:04.390580+0000 mgr.a (mgr.14152) 362 : cluster 0 pgmap v290: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:41:06.492 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:41:06 smithi047 bash[23769]: cluster 2024-02-10T07:41:04.390580+0000 mgr.a (mgr.14152) 362 : cluster 0 pgmap v290: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:41:08.326 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:41:08 smithi046 bash[22900]: cluster 2024-02-10T07:41:06.391155+0000 mgr.a (mgr.14152) 363 : cluster 0 pgmap v291: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:41:08.477 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:41:08 smithi029 bash[21408]: cluster 2024-02-10T07:41:06.391155+0000 mgr.a (mgr.14152) 363 : cluster 0 pgmap v291: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:41:08.491 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:41:08 smithi047 bash[23769]: cluster 2024-02-10T07:41:06.391155+0000 mgr.a (mgr.14152) 363 : cluster 0 pgmap v291: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:41:09.477 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:41:09 smithi029 bash[21408]: cluster 2024-02-10T07:41:08.391661+0000 mgr.a (mgr.14152) 364 : cluster 0 pgmap v292: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:41:09.491 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:41:09 smithi047 bash[23769]: cluster 2024-02-10T07:41:08.391661+0000 mgr.a (mgr.14152) 364 : cluster 0 pgmap v292: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:41:09.575 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:41:09 smithi046 bash[22900]: cluster 2024-02-10T07:41:08.391661+0000 mgr.a (mgr.14152) 364 : cluster 0 pgmap v292: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:41:12.325 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:41:12 smithi046 bash[22900]: cluster 2024-02-10T07:41:10.392176+0000 mgr.a (mgr.14152) 365 : cluster 0 pgmap v293: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:41:12.477 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:41:12 smithi029 bash[21408]: cluster 2024-02-10T07:41:10.392176+0000 mgr.a (mgr.14152) 365 : cluster 0 pgmap v293: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:41:12.491 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:41:12 smithi047 bash[23769]: cluster 2024-02-10T07:41:10.392176+0000 mgr.a (mgr.14152) 365 : cluster 0 pgmap v293: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:41:14.325 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:41:14 smithi046 bash[22900]: cluster 2024-02-10T07:41:12.392702+0000 mgr.a (mgr.14152) 366 : cluster 0 pgmap v294: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:41:14.477 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:41:14 smithi029 bash[21408]: cluster 2024-02-10T07:41:12.392702+0000 mgr.a (mgr.14152) 366 : cluster 0 pgmap v294: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:41:14.491 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:41:14 smithi047 bash[23769]: cluster 2024-02-10T07:41:12.392702+0000 mgr.a (mgr.14152) 366 : cluster 0 pgmap v294: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:41:16.325 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:41:16 smithi046 bash[22900]: cluster 2024-02-10T07:41:14.393214+0000 mgr.a (mgr.14152) 367 : cluster 0 pgmap v295: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:41:16.477 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:41:16 smithi029 bash[21408]: cluster 2024-02-10T07:41:14.393214+0000 mgr.a (mgr.14152) 367 : cluster 0 pgmap v295: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:41:16.491 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:41:16 smithi047 bash[23769]: cluster 2024-02-10T07:41:14.393214+0000 mgr.a (mgr.14152) 367 : cluster 0 pgmap v295: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:41:18.325 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:41:18 smithi046 bash[22900]: cluster 2024-02-10T07:41:16.393767+0000 mgr.a (mgr.14152) 368 : cluster 0 pgmap v296: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:41:18.396 INFO:teuthology.orchestra.run.smithi029.stderr:+ ceph mon dump 2024-02-10T07:41:18.477 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:41:18 smithi029 bash[21408]: cluster 2024-02-10T07:41:16.393767+0000 mgr.a (mgr.14152) 368 : cluster 0 pgmap v296: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:41:18.491 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:41:18 smithi047 bash[23769]: cluster 2024-02-10T07:41:16.393767+0000 mgr.a (mgr.14152) 368 : cluster 0 pgmap v296: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:41:18.824 INFO:teuthology.orchestra.run.smithi029.stdout:epoch 6 2024-02-10T07:41:18.824 INFO:teuthology.orchestra.run.smithi029.stdout:fsid 039acd78-c7e6-11ee-95b8-87774f69a715 2024-02-10T07:41:18.824 INFO:teuthology.orchestra.run.smithi029.stdout:last_changed 2024-02-10T07:38:22.518821+0000 2024-02-10T07:41:18.824 INFO:teuthology.orchestra.run.smithi029.stdout:created 2024-02-10T07:30:35.565028+0000 2024-02-10T07:41:18.824 INFO:teuthology.orchestra.run.smithi029.stdout:min_mon_release 19 (squid) 2024-02-10T07:41:18.824 INFO:teuthology.orchestra.run.smithi029.stdout:election_strategy: 1 2024-02-10T07:41:18.824 INFO:teuthology.orchestra.run.smithi029.stdout:0: [v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0] mon.a; crush_location {datacenter=a} 2024-02-10T07:41:18.824 INFO:teuthology.orchestra.run.smithi029.stdout:1: [v2:172.21.15.47:3300/0,v1:172.21.15.47:6789/0] mon.c; crush_location {datacenter=a,rack=3} 2024-02-10T07:41:18.824 INFO:teuthology.orchestra.run.smithi029.stdout:2: [v2:172.21.15.46:3300/0,v1:172.21.15.46:6789/0] mon.b; crush_location {datacenter=b,rack=2} 2024-02-10T07:41:18.827 INFO:teuthology.orchestra.run.smithi029.stderr:dumped monmap epoch 6 2024-02-10T07:41:18.837 INFO:teuthology.orchestra.run.smithi029.stderr:+ ceph mon dump --format json 2024-02-10T07:41:19.250 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-10T07:41:19.251 INFO:teuthology.orchestra.run.smithi029.stdout:{"epoch":6,"fsid":"039acd78-c7e6-11ee-95b8-87774f69a715","modified":"2024-02-10T07:38:22.518821Z","created":"2024-02-10T07:30:35.565028Z","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.29:3300","nonce":0},{"type":"v1","addr":"172.21.15.29:6789","nonce":0}]},"addr":"172.21.15.29:6789/0","public_addr":"172.21.15.29:6789/0","priority":0,"weight":0,"crush_location":"{datacenter=a}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.47:3300","nonce":0},{"type":"v1","addr":"172.21.15.47:6789","nonce":0}]},"addr":"172.21.15.47:6789/0","public_addr":"172.21.15.47: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.46:3300","nonce":0},{"type":"v1","addr":"172.21.15.46:6789","nonce":0}]},"addr":"172.21.15.46:6789/0","public_addr":"172.21.15.46:6789/0","priority":0,"weight":0,"crush_location":"{datacenter=b,rack=2}"}],"quorum":[0,1,2]} 2024-02-10T07:41:19.253 INFO:teuthology.orchestra.run.smithi029.stderr:dumped monmap epoch 6 2024-02-10T07:41:19.264 INFO:teuthology.orchestra.run.smithi029.stderr:+ read monid 2024-02-10T07:41:19.264 INFO:teuthology.orchestra.run.smithi029.stderr:+ read crushloc 2024-02-10T07:41:19.264 INFO:teuthology.orchestra.run.smithi029.stderr:+ ceph mon dump --format json 2024-02-10T07:41:19.264 INFO:teuthology.orchestra.run.smithi029.stderr:+ jq --arg monid a --arg crushloc '{datacenter=a}' -e '.mons | .[] | select(.name == $monid) | .crush_location == $crushloc' 2024-02-10T07:41:19.325 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:41:19 smithi046 bash[22900]: cluster 2024-02-10T07:41:18.394270+0000 mgr.a (mgr.14152) 369 : cluster 0 pgmap v297: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:41:19.325 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:41:19 smithi046 bash[22900]: audit 2024-02-10T07:41:18.827007+0000 mon.a (mon.0) 570 : audit 0 from='client.? 172.21.15.29:0/1706175134' entity='client.admin' cmd=[{"prefix": "mon dump"}]: dispatch 2024-02-10T07:41:19.477 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:41:19 smithi029 bash[21408]: cluster 2024-02-10T07:41:18.394270+0000 mgr.a (mgr.14152) 369 : cluster 0 pgmap v297: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:41:19.477 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:41:19 smithi029 bash[21408]: audit 2024-02-10T07:41:18.827007+0000 mon.a (mon.0) 570 : audit 0 from='client.? 172.21.15.29:0/1706175134' entity='client.admin' cmd=[{"prefix": "mon dump"}]: dispatch 2024-02-10T07:41:19.492 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:41:19 smithi047 bash[23769]: cluster 2024-02-10T07:41:18.394270+0000 mgr.a (mgr.14152) 369 : cluster 0 pgmap v297: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:41:19.492 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:41:19 smithi047 bash[23769]: audit 2024-02-10T07:41:18.827007+0000 mon.a (mon.0) 570 : audit 0 from='client.? 172.21.15.29:0/1706175134' entity='client.admin' cmd=[{"prefix": "mon dump"}]: dispatch 2024-02-10T07:41:19.688 INFO:teuthology.orchestra.run.smithi029.stderr:dumped monmap epoch 6 2024-02-10T07:41:19.697 INFO:teuthology.orchestra.run.smithi029.stdout:true 2024-02-10T07:41:19.697 INFO:teuthology.orchestra.run.smithi029.stderr:+ read monid 2024-02-10T07:41:19.697 INFO:teuthology.orchestra.run.smithi029.stderr:+ read crushloc 2024-02-10T07:41:19.698 INFO:teuthology.orchestra.run.smithi029.stderr:+ ceph mon dump --format json 2024-02-10T07:41:19.698 INFO:teuthology.orchestra.run.smithi029.stderr:+ jq --arg monid b --arg crushloc '{datacenter=b,rack=2}' -e '.mons | .[] | select(.name == $monid) | .crush_location == $crushloc' 2024-02-10T07:41:20.119 INFO:teuthology.orchestra.run.smithi029.stderr:dumped monmap epoch 6 2024-02-10T07:41:20.130 INFO:teuthology.orchestra.run.smithi029.stdout:true 2024-02-10T07:41:20.130 INFO:teuthology.orchestra.run.smithi029.stderr:+ read monid 2024-02-10T07:41:20.131 INFO:teuthology.orchestra.run.smithi029.stderr:+ read crushloc 2024-02-10T07:41:20.131 INFO:teuthology.orchestra.run.smithi029.stderr:+ ceph mon dump --format json 2024-02-10T07:41:20.131 INFO:teuthology.orchestra.run.smithi029.stderr:+ jq --arg monid c --arg crushloc '{datacenter=a,rack=3}' -e '.mons | .[] | select(.name == $monid) | .crush_location == $crushloc' 2024-02-10T07:41:20.325 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:41:20 smithi046 bash[22900]: audit 2024-02-10T07:41:19.253602+0000 mon.a (mon.0) 571 : audit 0 from='client.? 172.21.15.29:0/3115359936' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T07:41:20.325 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:41:20 smithi046 bash[22900]: audit 2024-02-10T07:41:19.685740+0000 mon.a (mon.0) 572 : audit 0 from='client.? 172.21.15.29:0/1688801203' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T07:41:20.477 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:41:20 smithi029 bash[21408]: audit 2024-02-10T07:41:19.253602+0000 mon.a (mon.0) 571 : audit 0 from='client.? 172.21.15.29:0/3115359936' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T07:41:20.477 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:41:20 smithi029 bash[21408]: audit 2024-02-10T07:41:19.685740+0000 mon.a (mon.0) 572 : audit 0 from='client.? 172.21.15.29:0/1688801203' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T07:41:20.491 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:41:20 smithi047 bash[23769]: audit 2024-02-10T07:41:19.253602+0000 mon.a (mon.0) 571 : audit 0 from='client.? 172.21.15.29:0/3115359936' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T07:41:20.491 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:41:20 smithi047 bash[23769]: audit 2024-02-10T07:41:19.685740+0000 mon.a (mon.0) 572 : audit 0 from='client.? 172.21.15.29:0/1688801203' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T07:41:20.547 INFO:teuthology.orchestra.run.smithi029.stderr:dumped monmap epoch 6 2024-02-10T07:41:20.557 INFO:teuthology.orchestra.run.smithi029.stdout:true 2024-02-10T07:41:20.557 INFO:teuthology.orchestra.run.smithi029.stderr:+ read monid 2024-02-10T07:41:21.206 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-02-10T07:41:21.215 INFO:tasks.cephadm:Teardown begin 2024-02-10T07:41:21.216 DEBUG:teuthology.orchestra.run.smithi029:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-10T07:41:21.231 DEBUG:teuthology.orchestra.run.smithi046:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-10T07:41:21.246 DEBUG:teuthology.orchestra.run.smithi047:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-10T07:41:21.261 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-02-10T07:41:21.261 DEBUG:teuthology.orchestra.run.smithi029:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-02-10T07:41:21.279 DEBUG:teuthology.orchestra.run.smithi046:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-02-10T07:41:21.294 DEBUG:teuthology.orchestra.run.smithi047:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-02-10T07:41:21.308 INFO:tasks.cephadm:Stopping all daemons... 2024-02-10T07:41:21.309 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-02-10T07:41:21.309 DEBUG:teuthology.orchestra.run.smithi029:> sudo systemctl stop ceph-039acd78-c7e6-11ee-95b8-87774f69a715@mon.a 2024-02-10T07:41:21.325 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:41:21 smithi046 bash[22900]: audit 2024-02-10T07:41:20.119345+0000 mon.a (mon.0) 573 : audit 0 from='client.? 172.21.15.29:0/1254221293' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T07:41:21.325 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:41:21 smithi046 bash[22900]: cluster 2024-02-10T07:41:20.394793+0000 mgr.a (mgr.14152) 370 : cluster 0 pgmap v298: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:41:21.325 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:41:21 smithi046 bash[22900]: audit 2024-02-10T07:41:20.547477+0000 mon.a (mon.0) 574 : audit 0 from='client.? 172.21.15.29:0/216092323' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T07:41:21.332 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:41:21 smithi029 bash[21408]: audit 2024-02-10T07:41:20.119345+0000 mon.a (mon.0) 573 : audit 0 from='client.? 172.21.15.29:0/1254221293' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T07:41:21.332 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:41:21 smithi029 bash[21408]: cluster 2024-02-10T07:41:20.394793+0000 mgr.a (mgr.14152) 370 : cluster 0 pgmap v298: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:41:21.332 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:41:21 smithi029 bash[21408]: audit 2024-02-10T07:41:20.547477+0000 mon.a (mon.0) 574 : audit 0 from='client.? 172.21.15.29:0/216092323' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T07:41:21.477 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:41:21 smithi029 systemd[1]: Stopping Ceph mon.a for 039acd78-c7e6-11ee-95b8-87774f69a715... 2024-02-10T07:41:21.491 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:41:21 smithi047 bash[23769]: audit 2024-02-10T07:41:20.119345+0000 mon.a (mon.0) 573 : audit 0 from='client.? 172.21.15.29:0/1254221293' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T07:41:21.492 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:41:21 smithi047 bash[23769]: cluster 2024-02-10T07:41:20.394793+0000 mgr.a (mgr.14152) 370 : cluster 0 pgmap v298: 1 pgs: 1 active+clean; 577 KiB data, 95 MiB used, 268 GiB / 268 GiB avail 2024-02-10T07:41:21.492 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:41:21 smithi047 bash[23769]: audit 2024-02-10T07:41:20.547477+0000 mon.a (mon.0) 574 : audit 0 from='client.? 172.21.15.29:0/216092323' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T07:41:21.604 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:41:21 smithi029 bash[21408]: debug 2024-02-10T07:41:21.476+0000 7f0c9ef07700 -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-02-10T07:41:21.604 INFO:journalctl@ceph.mon.a.smithi029.stdout:Feb 10 07:41:21 smithi029 bash[21408]: debug 2024-02-10T07:41:21.476+0000 7f0c9ef07700 -1 mon.a@0(leader) e6 *** Got Signal Terminated *** 2024-02-10T07:41:22.339 DEBUG:teuthology.orchestra.run.smithi029:> sudo pkill -f 'journalctl -f -n 0 -u ceph-039acd78-c7e6-11ee-95b8-87774f69a715@mon.a.service' 2024-02-10T07:41:22.414 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-10T07:41:22.414 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-02-10T07:41:22.414 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2024-02-10T07:41:22.414 DEBUG:teuthology.orchestra.run.smithi046:> sudo systemctl stop ceph-039acd78-c7e6-11ee-95b8-87774f69a715@mon.b 2024-02-10T07:41:22.696 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:41:22 smithi046 systemd[1]: Stopping Ceph mon.b for 039acd78-c7e6-11ee-95b8-87774f69a715... 2024-02-10T07:41:22.696 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:41:22 smithi046 bash[22900]: debug 2024-02-10T07:41:22.556+0000 7f9c43399700 -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-02-10T07:41:22.696 INFO:journalctl@ceph.mon.b.smithi046.stdout:Feb 10 07:41:22 smithi046 bash[22900]: debug 2024-02-10T07:41:22.556+0000 7f9c43399700 -1 mon.b@2(peon) e6 *** Got Signal Terminated *** 2024-02-10T07:41:23.495 DEBUG:teuthology.orchestra.run.smithi046:> sudo pkill -f 'journalctl -f -n 0 -u ceph-039acd78-c7e6-11ee-95b8-87774f69a715@mon.b.service' 2024-02-10T07:41:23.527 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-10T07:41:23.527 INFO:tasks.cephadm.mon.c:Stopped mon.b 2024-02-10T07:41:23.527 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2024-02-10T07:41:23.527 DEBUG:teuthology.orchestra.run.smithi047:> sudo systemctl stop ceph-039acd78-c7e6-11ee-95b8-87774f69a715@mon.c 2024-02-10T07:41:23.803 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:41:23 smithi047 systemd[1]: Stopping Ceph mon.c for 039acd78-c7e6-11ee-95b8-87774f69a715... 2024-02-10T07:41:23.803 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:41:23 smithi047 bash[23769]: debug 2024-02-10T07:41:23.685+0000 7f72fc771700 -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-02-10T07:41:23.803 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:41:23 smithi047 bash[23769]: debug 2024-02-10T07:41:23.685+0000 7f72fc771700 -1 mon.c@1(peon) e6 *** Got Signal Terminated *** 2024-02-10T07:41:24.470 INFO:journalctl@ceph.mon.c.smithi047.stdout:Feb 10 07:41:24 smithi047 bash[30108]: ceph-039acd78-c7e6-11ee-95b8-87774f69a715-mon-c 2024-02-10T07:41:24.488 DEBUG:teuthology.orchestra.run.smithi047:> sudo pkill -f 'journalctl -f -n 0 -u ceph-039acd78-c7e6-11ee-95b8-87774f69a715@mon.c.service' 2024-02-10T07:41:24.520 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-10T07:41:24.520 INFO:tasks.cephadm.mon.c:Stopped mon.c 2024-02-10T07:41:24.521 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2024-02-10T07:41:24.521 DEBUG:teuthology.orchestra.run.smithi029:> sudo systemctl stop ceph-039acd78-c7e6-11ee-95b8-87774f69a715@mgr.a 2024-02-10T07:41:24.889 INFO:journalctl@ceph.mgr.a.smithi029.stdout:Feb 10 07:41:24 smithi029 systemd[1]: Stopping Ceph mgr.a for 039acd78-c7e6-11ee-95b8-87774f69a715... 2024-02-10T07:41:25.380 DEBUG:teuthology.orchestra.run.smithi029:> sudo pkill -f 'journalctl -f -n 0 -u ceph-039acd78-c7e6-11ee-95b8-87774f69a715@mgr.a.service' 2024-02-10T07:41:25.403 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-10T07:41:25.403 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2024-02-10T07:41:25.403 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2024-02-10T07:41:25.403 DEBUG:teuthology.orchestra.run.smithi046:> sudo systemctl stop ceph-039acd78-c7e6-11ee-95b8-87774f69a715@mgr.b 2024-02-10T07:41:25.750 INFO:journalctl@ceph.mgr.b.smithi046.stdout:Feb 10 07:41:25 smithi046 systemd[1]: Stopping Ceph mgr.b for 039acd78-c7e6-11ee-95b8-87774f69a715... 2024-02-10T07:41:26.355 DEBUG:teuthology.orchestra.run.smithi046:> sudo pkill -f 'journalctl -f -n 0 -u ceph-039acd78-c7e6-11ee-95b8-87774f69a715@mgr.b.service' 2024-02-10T07:41:26.376 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-10T07:41:26.376 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2024-02-10T07:41:26.376 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-02-10T07:41:26.376 DEBUG:teuthology.orchestra.run.smithi029:> sudo systemctl stop ceph-039acd78-c7e6-11ee-95b8-87774f69a715@osd.0 2024-02-10T07:41:26.727 INFO:journalctl@ceph.osd.0.smithi029.stdout:Feb 10 07:41:26 smithi029 systemd[1]: Stopping Ceph osd.0 for 039acd78-c7e6-11ee-95b8-87774f69a715... 2024-02-10T07:41:26.727 INFO:journalctl@ceph.osd.0.smithi029.stdout:Feb 10 07:41:26 smithi029 bash[34435]: debug 2024-02-10T07:41:26.532+0000 7fc0dc939700 -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-02-10T07:41:26.727 INFO:journalctl@ceph.osd.0.smithi029.stdout:Feb 10 07:41:26 smithi029 bash[34435]: debug 2024-02-10T07:41:26.532+0000 7fc0dc939700 -1 osd.0 22 *** Got signal Terminated *** 2024-02-10T07:41:26.728 INFO:journalctl@ceph.osd.0.smithi029.stdout:Feb 10 07:41:26 smithi029 bash[34435]: debug 2024-02-10T07:41:26.532+0000 7fc0dc939700 -1 osd.0 22 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-10T07:41:32.977 INFO:journalctl@ceph.osd.0.smithi029.stdout:Feb 10 07:41:32 smithi029 bash[41918]: ceph-039acd78-c7e6-11ee-95b8-87774f69a715-osd-0 2024-02-10T07:41:32.977 INFO:journalctl@ceph.osd.0.smithi029.stdout:Feb 10 07:41:32 smithi029 bash[41981]: ceph-039acd78-c7e6-11ee-95b8-87774f69a715-osd-0 2024-02-10T07:41:34.402 DEBUG:teuthology.orchestra.run.smithi029:> sudo pkill -f 'journalctl -f -n 0 -u ceph-039acd78-c7e6-11ee-95b8-87774f69a715@osd.0.service' 2024-02-10T07:41:34.436 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-10T07:41:34.436 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-02-10T07:41:34.436 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-02-10T07:41:34.437 DEBUG:teuthology.orchestra.run.smithi046:> sudo systemctl stop ceph-039acd78-c7e6-11ee-95b8-87774f69a715@osd.1 2024-02-10T07:41:34.826 INFO:journalctl@ceph.osd.1.smithi046.stdout:Feb 10 07:41:34 smithi046 systemd[1]: Stopping Ceph osd.1 for 039acd78-c7e6-11ee-95b8-87774f69a715... 2024-02-10T07:41:34.826 INFO:journalctl@ceph.osd.1.smithi046.stdout:Feb 10 07:41:34 smithi046 bash[25987]: debug 2024-02-10T07:41:34.580+0000 7fbd43f0f700 -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-02-10T07:41:34.826 INFO:journalctl@ceph.osd.1.smithi046.stdout:Feb 10 07:41:34 smithi046 bash[25987]: debug 2024-02-10T07:41:34.580+0000 7fbd43f0f700 -1 osd.1 22 *** Got signal Terminated *** 2024-02-10T07:41:34.826 INFO:journalctl@ceph.osd.1.smithi046.stdout:Feb 10 07:41:34 smithi046 bash[25987]: debug 2024-02-10T07:41:34.580+0000 7fbd43f0f700 -1 osd.1 22 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-10T07:41:40.881 INFO:journalctl@ceph.osd.1.smithi046.stdout:Feb 10 07:41:40 smithi046 bash[30021]: ceph-039acd78-c7e6-11ee-95b8-87774f69a715-osd-1 2024-02-10T07:41:40.882 INFO:journalctl@ceph.osd.1.smithi046.stdout:Feb 10 07:41:40 smithi046 bash[30088]: Error response from daemon: No such container: ceph-039acd78-c7e6-11ee-95b8-87774f69a715-osd-1 2024-02-10T07:41:42.577 DEBUG:teuthology.orchestra.run.smithi046:> sudo pkill -f 'journalctl -f -n 0 -u ceph-039acd78-c7e6-11ee-95b8-87774f69a715@osd.1.service' 2024-02-10T07:41:42.619 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-10T07:41:42.619 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-02-10T07:41:42.619 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-02-10T07:41:42.619 DEBUG:teuthology.orchestra.run.smithi047:> sudo systemctl stop ceph-039acd78-c7e6-11ee-95b8-87774f69a715@osd.2 2024-02-10T07:41:42.992 INFO:journalctl@ceph.osd.2.smithi047.stdout:Feb 10 07:41:42 smithi047 systemd[1]: Stopping Ceph osd.2 for 039acd78-c7e6-11ee-95b8-87774f69a715... 2024-02-10T07:41:42.992 INFO:journalctl@ceph.osd.2.smithi047.stdout:Feb 10 07:41:42 smithi047 bash[26814]: debug 2024-02-10T07:41:42.765+0000 7ff9e388e700 -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-02-10T07:41:42.992 INFO:journalctl@ceph.osd.2.smithi047.stdout:Feb 10 07:41:42 smithi047 bash[26814]: debug 2024-02-10T07:41:42.765+0000 7ff9e388e700 -1 osd.2 22 *** Got signal Terminated *** 2024-02-10T07:41:42.992 INFO:journalctl@ceph.osd.2.smithi047.stdout:Feb 10 07:41:42 smithi047 bash[26814]: debug 2024-02-10T07:41:42.765+0000 7ff9e388e700 -1 osd.2 22 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-10T07:41:49.243 INFO:journalctl@ceph.osd.2.smithi047.stdout:Feb 10 07:41:48 smithi047 bash[30208]: ceph-039acd78-c7e6-11ee-95b8-87774f69a715-osd-2 2024-02-10T07:41:49.243 INFO:journalctl@ceph.osd.2.smithi047.stdout:Feb 10 07:41:48 smithi047 bash[30274]: Error response from daemon: No such container: ceph-039acd78-c7e6-11ee-95b8-87774f69a715-osd-2 2024-02-10T07:41:50.832 DEBUG:teuthology.orchestra.run.smithi047:> sudo pkill -f 'journalctl -f -n 0 -u ceph-039acd78-c7e6-11ee-95b8-87774f69a715@osd.2.service' 2024-02-10T07:41:50.881 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-10T07:41:50.881 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-02-10T07:41:50.881 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 039acd78-c7e6-11ee-95b8-87774f69a715 --force --keep-logs 2024-02-10T07:41:51.051 INFO:teuthology.orchestra.run.smithi029.stdout:Deleting cluster with fsid: 039acd78-c7e6-11ee-95b8-87774f69a715 2024-02-10T07:41:53.231 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 039acd78-c7e6-11ee-95b8-87774f69a715 --force --keep-logs 2024-02-10T07:41:53.402 INFO:teuthology.orchestra.run.smithi046.stdout:Deleting cluster with fsid: 039acd78-c7e6-11ee-95b8-87774f69a715 2024-02-10T07:41:55.692 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 039acd78-c7e6-11ee-95b8-87774f69a715 --force --keep-logs 2024-02-10T07:41:55.860 INFO:teuthology.orchestra.run.smithi047.stdout:Deleting cluster with fsid: 039acd78-c7e6-11ee-95b8-87774f69a715 2024-02-10T07:41:57.891 DEBUG:teuthology.orchestra.run.smithi029:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-10T07:41:57.906 DEBUG:teuthology.orchestra.run.smithi046:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-10T07:41:57.920 DEBUG:teuthology.orchestra.run.smithi047:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-10T07:41:57.933 INFO:tasks.cephadm:Archiving crash dumps... 2024-02-10T07:41:57.935 DEBUG:teuthology.misc:Transferring archived files from smithi029:/var/lib/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-02-09_19:44:16-orch-main-distro-default-smithi/7555213/remote/smithi029/crash 2024-02-10T07:41:57.936 DEBUG:teuthology.orchestra.run.smithi029:> sudo tar c -f - -C /var/lib/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/crash -- . 2024-02-10T07:41:57.961 INFO:teuthology.orchestra.run.smithi029.stderr:tar: /var/lib/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/crash: Cannot open: No such file or directory 2024-02-10T07:41:57.961 INFO:teuthology.orchestra.run.smithi029.stderr:tar: Error is not recoverable: exiting now 2024-02-10T07:41:57.964 DEBUG:teuthology.misc:Transferring archived files from smithi046:/var/lib/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-02-09_19:44:16-orch-main-distro-default-smithi/7555213/remote/smithi046/crash 2024-02-10T07:41:57.964 DEBUG:teuthology.orchestra.run.smithi046:> sudo tar c -f - -C /var/lib/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/crash -- . 2024-02-10T07:41:57.977 INFO:teuthology.orchestra.run.smithi046.stderr:tar: /var/lib/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/crash: Cannot open: No such file or directory 2024-02-10T07:41:57.978 INFO:teuthology.orchestra.run.smithi046.stderr:tar: Error is not recoverable: exiting now 2024-02-10T07:41:57.980 DEBUG:teuthology.misc:Transferring archived files from smithi047:/var/lib/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-02-09_19:44:16-orch-main-distro-default-smithi/7555213/remote/smithi047/crash 2024-02-10T07:41:57.980 DEBUG:teuthology.orchestra.run.smithi047:> sudo tar c -f - -C /var/lib/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/crash -- . 2024-02-10T07:41:57.992 INFO:teuthology.orchestra.run.smithi047.stderr:tar: /var/lib/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/crash: Cannot open: No such file or directory 2024-02-10T07:41:57.992 INFO:teuthology.orchestra.run.smithi047.stderr:tar: Error is not recoverable: exiting now 2024-02-10T07:41:57.993 INFO:tasks.cephadm:Checking cluster log for badness... 2024-02-10T07:41:57.994 DEBUG:teuthology.orchestra.run.smithi029:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-02-10T07:41:58.020 INFO:teuthology.orchestra.run.smithi029.stdout:2024-02-10T07:33:34.146923+0000 mon.a (mon.0) 199 : cluster 3 [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-02-10T07:41:58.021 WARNING:tasks.cephadm:Found errors (ERR|WRN|SEC) in cluster log 2024-02-10T07:41:58.021 DEBUG:teuthology.orchestra.run.smithi029:> sudo egrep '\[SEC\]' /var/log/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-02-10T07:41:58.080 DEBUG:teuthology.orchestra.run.smithi029:> sudo egrep '\[ERR\]' /var/log/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-02-10T07:41:58.136 DEBUG:teuthology.orchestra.run.smithi029:> sudo egrep '\[WRN\]' /var/log/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-02-10T07:41:58.191 INFO:teuthology.orchestra.run.smithi029.stdout:2024-02-10T07:33:34.146923+0000 mon.a (mon.0) 199 : cluster 3 [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-02-10T07:41:58.191 INFO:tasks.cephadm:Compressing logs... 2024-02-10T07:41:58.192 DEBUG:teuthology.orchestra.run.smithi029:> 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-02-10T07:41:58.236 DEBUG:teuthology.orchestra.run.smithi046:> 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-02-10T07:41:58.239 DEBUG:teuthology.orchestra.run.smithi047:> 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-02-10T07:41:58.245 INFO:teuthology.orchestra.run.smithi029.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-02-10T07:41:58.249 INFO:teuthology.orchestra.run.smithi046.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-02-10T07:41:58.252 INFO:teuthology.orchestra.run.smithi047.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-02-10T07:41:58.258 INFO:teuthology.orchestra.run.smithi029.stderr:gzip -5 --verbose -- /var/log/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/ceph-osd.0.log 2024-02-10T07:41:58.259 INFO:teuthology.orchestra.run.smithi029.stderr:gzip -5 --verbose -- /var/log/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/ceph-mon.a.log 2024-02-10T07:41:58.260 INFO:teuthology.orchestra.run.smithi029.stderr:/var/log/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/ceph.cephadm.log 2024-02-10T07:41:58.260 INFO:teuthology.orchestra.run.smithi029.stderr:/var/log/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/ceph.log 2024-02-10T07:41:58.261 INFO:teuthology.orchestra.run.smithi029.stderr:gzip -5 --verbose -- /var/log/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/ceph-volume.log 2024-02-10T07:41:58.261 INFO:teuthology.orchestra.run.smithi029.stderr:/var/log/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/ceph.cephadm.log: /var/log/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/ceph.log: 81.9% -- replaced with /var/log/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/ceph.cephadm.log.gz 2024-02-10T07:41:58.261 INFO:teuthology.orchestra.run.smithi029.stderr:gzip -5 --verbose -- /var/log/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/ceph.audit.log 2024-02-10T07:41:58.261 INFO:teuthology.orchestra.run.smithi029.stderr:gzip -5 --verbose -- /var/log/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/ceph-mgr.a.log 2024-02-10T07:41:58.263 INFO:teuthology.orchestra.run.smithi029.stderr:/var/log/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/ceph-volume.log: 87.5% -- replaced with /var/log/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/ceph.log.gz 2024-02-10T07:41:58.263 INFO:teuthology.orchestra.run.smithi029.stderr:/var/log/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-02-10T07:41:58.263 INFO:teuthology.orchestra.run.smithi029.stderr:/var/log/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/ceph-mgr.a.log: /var/log/ceph/cephadm.log: 89.4% -- replaced with /var/log/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/ceph.audit.log.gz 2024-02-10T07:41:58.264 INFO:teuthology.orchestra.run.smithi046.stderr:gzip -5 --verbose -- /var/log/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/ceph.cephadm.log 2024-02-10T07:41:58.264 INFO:teuthology.orchestra.run.smithi046.stderr:gzip -5 --verbose -- /var/log/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/ceph-osd.1.log 2024-02-10T07:41:58.264 INFO:teuthology.orchestra.run.smithi046.stderr:/var/log/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/ceph.log 2024-02-10T07:41:58.264 INFO:teuthology.orchestra.run.smithi046.stderr: 80.8% -- replaced with /var/log/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/ceph.cephadm.log.gz 2024-02-10T07:41:58.265 INFO:teuthology.orchestra.run.smithi046.stderr:/var/log/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/ceph-volume.log 2024-02-10T07:41:58.265 INFO:teuthology.orchestra.run.smithi046.stderr:/var/log/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/ceph.log: gzip -5 --verbose -- /var/log/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/ceph-mgr.b.log 2024-02-10T07:41:58.265 INFO:teuthology.orchestra.run.smithi046.stderr:gzip -5 --verbose -- /var/log/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/ceph.audit.log 2024-02-10T07:41:58.265 INFO:teuthology.orchestra.run.smithi046.stderr:/var/log/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/ceph-volume.log: 87.6% -- replaced with /var/log/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/ceph.log.gz 2024-02-10T07:41:58.266 INFO:teuthology.orchestra.run.smithi029.stderr: 89.3% -- replaced with /var/log/ceph/cephadm.log.gz 2024-02-10T07:41:58.267 INFO:teuthology.orchestra.run.smithi046.stderr:/var/log/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/ceph-mgr.b.log: gzip -5 --verbose -- /var/log/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/ceph-mon.b.log 2024-02-10T07:41:58.267 INFO:teuthology.orchestra.run.smithi046.stderr:/var/log/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-02-10T07:41:58.267 INFO:teuthology.orchestra.run.smithi046.stderr: 89.8% -- replaced with /var/log/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/ceph.audit.log.gz 2024-02-10T07:41:58.268 INFO:teuthology.orchestra.run.smithi047.stderr:gzip -5 --verbose -- /var/log/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/ceph-osd.2.log 2024-02-10T07:41:58.268 INFO:teuthology.orchestra.run.smithi047.stderr:gzip -5 --verbose -- /var/log/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/ceph.cephadm.log 2024-02-10T07:41:58.269 INFO:teuthology.orchestra.run.smithi047.stderr:/var/log/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/ceph.log 2024-02-10T07:41:58.269 INFO:teuthology.orchestra.run.smithi047.stderr:/var/log/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/ceph-volume.log 2024-02-10T07:41:58.269 INFO:teuthology.orchestra.run.smithi047.stderr: 80.8% -- replaced with /var/log/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/ceph.cephadm.log.gz 2024-02-10T07:41:58.269 INFO:teuthology.orchestra.run.smithi047.stderr:gzip -5 --verbose -- /var/log/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/ceph-mon.c.log 2024-02-10T07:41:58.269 INFO:teuthology.orchestra.run.smithi047.stderr:/var/log/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/ceph.log: /var/log/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/ceph.audit.log 2024-02-10T07:41:58.269 INFO:teuthology.orchestra.run.smithi047.stderr:/var/log/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/ceph-mon.c.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-02-10T07:41:58.269 INFO:teuthology.orchestra.run.smithi047.stderr:/var/log/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/ceph.audit.log: /var/log/ceph/cephadm.log: 87.6% -- replaced with /var/log/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/ceph.log.gz 2024-02-10T07:41:58.269 INFO:teuthology.orchestra.run.smithi047.stderr: 89.8% -- replaced with /var/log/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/ceph.audit.log.gz 2024-02-10T07:41:58.270 INFO:teuthology.orchestra.run.smithi029.stderr: 91.3% -- replaced with /var/log/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/ceph-volume.log.gz 2024-02-10T07:41:58.270 INFO:teuthology.orchestra.run.smithi046.stderr:/var/log/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/ceph-mon.b.log: /var/log/ceph/cephadm.log: 88.6% -- replaced with /var/log/ceph/cephadm.log.gz 2024-02-10T07:41:58.270 INFO:teuthology.orchestra.run.smithi046.stderr: 91.6% -- replaced with /var/log/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/ceph-mgr.b.log.gz 2024-02-10T07:41:58.270 INFO:teuthology.orchestra.run.smithi046.stderr: 91.0% -- replaced with /var/log/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/ceph-volume.log.gz 2024-02-10T07:41:58.271 INFO:teuthology.orchestra.run.smithi047.stderr: 90.9% -- replaced with /var/log/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/ceph-volume.log.gz 2024-02-10T07:41:58.271 INFO:teuthology.orchestra.run.smithi047.stderr: 88.3% -- replaced with /var/log/ceph/cephadm.log.gz 2024-02-10T07:41:58.303 INFO:teuthology.orchestra.run.smithi047.stderr: 93.9% -- replaced with /var/log/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/ceph-osd.2.log.gz 2024-02-10T07:41:58.314 INFO:teuthology.orchestra.run.smithi029.stderr: 93.8% -- replaced with /var/log/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/ceph-osd.0.log.gz 2024-02-10T07:41:58.335 INFO:teuthology.orchestra.run.smithi046.stderr: 94.0% -- replaced with /var/log/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/ceph-osd.1.log.gz 2024-02-10T07:41:58.344 INFO:teuthology.orchestra.run.smithi029.stderr: 90.4% -- replaced with /var/log/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/ceph-mgr.a.log.gz 2024-02-10T07:41:58.358 INFO:teuthology.orchestra.run.smithi047.stderr: 93.2% -- replaced with /var/log/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/ceph-mon.c.log.gz 2024-02-10T07:41:58.359 INFO:teuthology.orchestra.run.smithi047.stderr: 2024-02-10T07:41:58.359 INFO:teuthology.orchestra.run.smithi047.stderr:real 0m0.116s 2024-02-10T07:41:58.359 INFO:teuthology.orchestra.run.smithi047.stderr:user 0m0.138s 2024-02-10T07:41:58.359 INFO:teuthology.orchestra.run.smithi047.stderr:sys 0m0.027s 2024-02-10T07:41:58.368 INFO:teuthology.orchestra.run.smithi046.stderr: 92.8% -- replaced with /var/log/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/ceph-mon.b.log.gz 2024-02-10T07:41:58.369 INFO:teuthology.orchestra.run.smithi046.stderr: 2024-02-10T07:41:58.369 INFO:teuthology.orchestra.run.smithi046.stderr:real 0m0.128s 2024-02-10T07:41:58.370 INFO:teuthology.orchestra.run.smithi046.stderr:user 0m0.190s 2024-02-10T07:41:58.370 INFO:teuthology.orchestra.run.smithi046.stderr:sys 0m0.027s 2024-02-10T07:41:58.543 INFO:teuthology.orchestra.run.smithi029.stderr: 91.2% -- replaced with /var/log/ceph/039acd78-c7e6-11ee-95b8-87774f69a715/ceph-mon.a.log.gz 2024-02-10T07:41:58.545 INFO:teuthology.orchestra.run.smithi029.stderr: 2024-02-10T07:41:58.545 INFO:teuthology.orchestra.run.smithi029.stderr:real 0m0.306s 2024-02-10T07:41:58.545 INFO:teuthology.orchestra.run.smithi029.stderr:user 0m0.427s 2024-02-10T07:41:58.545 INFO:teuthology.orchestra.run.smithi029.stderr:sys 0m0.031s 2024-02-10T07:41:58.546 INFO:tasks.cephadm:Archiving logs... 2024-02-10T07:41:58.546 DEBUG:teuthology.misc:Transferring archived files from smithi029:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-02-09_19:44:16-orch-main-distro-default-smithi/7555213/remote/smithi029/log 2024-02-10T07:41:58.560 DEBUG:teuthology.orchestra.run.smithi029:> sudo tar c -f - -C /var/log/ceph -- . 2024-02-10T07:41:58.723 DEBUG:teuthology.misc:Transferring archived files from smithi046:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-02-09_19:44:16-orch-main-distro-default-smithi/7555213/remote/smithi046/log 2024-02-10T07:41:58.723 DEBUG:teuthology.orchestra.run.smithi046:> sudo tar c -f - -C /var/log/ceph -- . 2024-02-10T07:41:58.773 DEBUG:teuthology.misc:Transferring archived files from smithi047:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-02-09_19:44:16-orch-main-distro-default-smithi/7555213/remote/smithi047/log 2024-02-10T07:41:58.774 DEBUG:teuthology.orchestra.run.smithi047:> sudo tar c -f - -C /var/log/ceph -- . 2024-02-10T07:41:58.890 INFO:tasks.cephadm:Removing cluster... 2024-02-10T07:41:58.890 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 039acd78-c7e6-11ee-95b8-87774f69a715 --force 2024-02-10T07:41:59.064 INFO:teuthology.orchestra.run.smithi029.stdout:Deleting cluster with fsid: 039acd78-c7e6-11ee-95b8-87774f69a715 2024-02-10T07:42:00.402 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 039acd78-c7e6-11ee-95b8-87774f69a715 --force 2024-02-10T07:42:00.575 INFO:teuthology.orchestra.run.smithi046.stdout:Deleting cluster with fsid: 039acd78-c7e6-11ee-95b8-87774f69a715 2024-02-10T07:42:01.929 DEBUG:teuthology.orchestra.run.smithi047:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 039acd78-c7e6-11ee-95b8-87774f69a715 --force 2024-02-10T07:42:02.103 INFO:teuthology.orchestra.run.smithi047.stdout:Deleting cluster with fsid: 039acd78-c7e6-11ee-95b8-87774f69a715 2024-02-10T07:42:03.428 INFO:tasks.cephadm:Removing cephadm ... 2024-02-10T07:42:03.428 DEBUG:teuthology.orchestra.run.smithi029:> rm -rf /home/ubuntu/cephtest/cephadm 2024-02-10T07:42:03.435 DEBUG:teuthology.orchestra.run.smithi046:> rm -rf /home/ubuntu/cephtest/cephadm 2024-02-10T07:42:03.441 DEBUG:teuthology.orchestra.run.smithi047:> rm -rf /home/ubuntu/cephtest/cephadm 2024-02-10T07:42:03.445 INFO:tasks.cephadm:Teardown complete 2024-02-10T07:42:03.446 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-02-10T07:42:03.455 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-02-10T07:42:03.455 DEBUG:teuthology.orchestra.run.smithi029:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-02-10T07:42:03.480 DEBUG:teuthology.orchestra.run.smithi046:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-02-10T07:42:03.487 DEBUG:teuthology.orchestra.run.smithi047:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-02-10T07:42:03.574 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-02-10T07:42:03.582 INFO:teuthology.task.clock:Checking final clock skew... 2024-02-10T07:42:03.583 DEBUG:teuthology.orchestra.run.smithi029:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-10T07:42:03.585 DEBUG:teuthology.orchestra.run.smithi046:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-10T07:42:03.587 DEBUG:teuthology.orchestra.run.smithi047:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-10T07:42:03.598 INFO:teuthology.orchestra.run.smithi029.stdout: remote refid st t when poll reach delay offset jitter 2024-02-10T07:42:03.598 INFO:teuthology.orchestra.run.smithi029.stdout:============================================================================== 2024-02-10T07:42:03.598 INFO:teuthology.orchestra.run.smithi029.stdout:*hv01.front.sepi 44.4.53.2 2 u 10 64 377 0.074 -1.772 1.092 2024-02-10T07:42:03.598 INFO:teuthology.orchestra.run.smithi029.stdout:+hv02.front.sepi 96.245.170.99 3 u 14 64 377 0.094 -1.363 0.949 2024-02-10T07:42:03.598 INFO:teuthology.orchestra.run.smithi029.stdout:+hv03.front.sepi 74.6.168.72 3 u 9 64 377 0.096 -2.989 1.606 2024-02-10T07:42:03.598 INFO:teuthology.orchestra.run.smithi029.stdout: hv04.front.sepi .INIT. 16 u - 256 0 0.000 +0.000 0.000 2024-02-10T07:42:03.600 INFO:teuthology.orchestra.run.smithi046.stdout: remote refid st t when poll reach delay offset jitter 2024-02-10T07:42:03.600 INFO:teuthology.orchestra.run.smithi046.stdout:============================================================================== 2024-02-10T07:42:03.600 INFO:teuthology.orchestra.run.smithi046.stdout:*hv01.front.sepi 44.4.53.2 2 u 14 64 377 0.095 -0.747 0.646 2024-02-10T07:42:03.600 INFO:teuthology.orchestra.run.smithi046.stdout:+hv02.front.sepi 96.245.170.99 3 u 9 64 377 0.096 +0.178 0.565 2024-02-10T07:42:03.600 INFO:teuthology.orchestra.run.smithi046.stdout:+hv03.front.sepi 74.6.168.72 3 u 4 64 377 0.108 -0.377 0.421 2024-02-10T07:42:03.600 INFO:teuthology.orchestra.run.smithi046.stdout: hv04.front.sepi .INIT. 16 u - 256 0 0.000 +0.000 0.000 2024-02-10T07:42:03.601 INFO:teuthology.orchestra.run.smithi047.stdout: remote refid st t when poll reach delay offset jitter 2024-02-10T07:42:03.601 INFO:teuthology.orchestra.run.smithi047.stdout:============================================================================== 2024-02-10T07:42:03.601 INFO:teuthology.orchestra.run.smithi047.stdout:*hv01.front.sepi 44.4.53.2 2 u 15 64 377 0.104 -5.255 1.705 2024-02-10T07:42:03.601 INFO:teuthology.orchestra.run.smithi047.stdout:+hv02.front.sepi 96.245.170.99 3 u 2 64 377 0.087 -2.718 1.763 2024-02-10T07:42:03.601 INFO:teuthology.orchestra.run.smithi047.stdout:+hv03.front.sepi 74.6.168.72 3 u 11 64 377 0.089 -3.102 1.712 2024-02-10T07:42:03.601 INFO:teuthology.orchestra.run.smithi047.stdout: hv04.front.sepi .INIT. 16 u - 256 0 0.000 +0.000 0.000 2024-02-10T07:42:03.602 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-02-10T07:42:03.611 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-02-10T07:42:03.611 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-02-10T07:42:03.619 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-02-10T07:42:03.674 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-02-10T07:42:03.684 INFO:teuthology.task.internal:Duration was 1372.407950 seconds 2024-02-10T07:42:03.684 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-02-10T07:42:03.695 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-02-10T07:42:03.695 DEBUG:teuthology.orchestra.run.smithi029:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-02-10T07:42:03.697 DEBUG:teuthology.orchestra.run.smithi046:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-02-10T07:42:03.700 DEBUG:teuthology.orchestra.run.smithi047:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-02-10T07:42:03.737 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-02-10T07:42:03.737 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi029.front.sepia.ceph.com 2024-02-10T07:42:03.737 DEBUG:teuthology.orchestra.run.smithi029:> 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-02-10T07:42:03.783 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi046.front.sepia.ceph.com 2024-02-10T07:42:03.783 DEBUG:teuthology.orchestra.run.smithi046:> 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-02-10T07:42:03.794 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi047.front.sepia.ceph.com 2024-02-10T07:42:03.795 DEBUG:teuthology.orchestra.run.smithi047:> 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-02-10T07:42:03.805 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-02-10T07:42:03.805 DEBUG:teuthology.orchestra.run.smithi029:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-02-10T07:42:03.828 DEBUG:teuthology.orchestra.run.smithi046:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-02-10T07:42:03.839 DEBUG:teuthology.orchestra.run.smithi047:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-02-10T07:42:03.877 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-02-10T07:42:03.877 DEBUG:teuthology.orchestra.run.smithi029:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-02-10T07:42:03.904 DEBUG:teuthology.orchestra.run.smithi046:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-02-10T07:42:03.911 DEBUG:teuthology.orchestra.run.smithi047:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-02-10T07:42:03.994 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-02-10T07:42:04.003 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-02-10T07:42:04.004 DEBUG:teuthology.orchestra.run.smithi029:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-02-10T07:42:04.016 DEBUG:teuthology.orchestra.run.smithi046:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-02-10T07:42:04.028 DEBUG:teuthology.orchestra.run.smithi047:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-02-10T07:42:04.039 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-02-10T07:42:04.049 DEBUG:teuthology.orchestra.run.smithi029:> 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-02-10T07:42:04.060 DEBUG:teuthology.orchestra.run.smithi046:> 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-02-10T07:42:04.068 INFO:teuthology.orchestra.run.smithi029.stdout:kernel.core_pattern = core 2024-02-10T07:42:04.071 DEBUG:teuthology.orchestra.run.smithi047:> 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-02-10T07:42:04.080 INFO:teuthology.orchestra.run.smithi046.stdout:kernel.core_pattern = core 2024-02-10T07:42:04.094 INFO:teuthology.orchestra.run.smithi047.stdout:kernel.core_pattern = core 2024-02-10T07:42:04.117 DEBUG:teuthology.orchestra.run.smithi029:> test -e /home/ubuntu/cephtest/archive/coredump 2024-02-10T07:42:04.138 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-10T07:42:04.139 DEBUG:teuthology.orchestra.run.smithi046:> test -e /home/ubuntu/cephtest/archive/coredump 2024-02-10T07:42:04.153 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-10T07:42:04.153 DEBUG:teuthology.orchestra.run.smithi047:> test -e /home/ubuntu/cephtest/archive/coredump 2024-02-10T07:42:04.163 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-10T07:42:04.163 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-02-10T07:42:04.173 INFO:teuthology.task.internal:Transferring archived files... 2024-02-10T07:42:04.174 DEBUG:teuthology.misc:Transferring archived files from smithi029:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-02-09_19:44:16-orch-main-distro-default-smithi/7555213/remote/smithi029 2024-02-10T07:42:04.174 DEBUG:teuthology.orchestra.run.smithi029:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-02-10T07:42:04.205 DEBUG:teuthology.misc:Transferring archived files from smithi046:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-02-09_19:44:16-orch-main-distro-default-smithi/7555213/remote/smithi046 2024-02-10T07:42:04.205 DEBUG:teuthology.orchestra.run.smithi046:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-02-10T07:42:04.227 DEBUG:teuthology.misc:Transferring archived files from smithi047:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-02-09_19:44:16-orch-main-distro-default-smithi/7555213/remote/smithi047 2024-02-10T07:42:04.227 DEBUG:teuthology.orchestra.run.smithi047:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-02-10T07:42:04.249 INFO:teuthology.task.internal:Removing archive directory... 2024-02-10T07:42:04.249 DEBUG:teuthology.orchestra.run.smithi029:> rm -rf -- /home/ubuntu/cephtest/archive 2024-02-10T07:42:04.251 DEBUG:teuthology.orchestra.run.smithi046:> rm -rf -- /home/ubuntu/cephtest/archive 2024-02-10T07:42:04.267 DEBUG:teuthology.orchestra.run.smithi047:> rm -rf -- /home/ubuntu/cephtest/archive 2024-02-10T07:42:04.292 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-02-10T07:42:04.304 INFO:teuthology.task.internal:Not uploading archives. 2024-02-10T07:42:04.304 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-02-10T07:42:04.313 INFO:teuthology.task.internal:Tidying up after the test... 2024-02-10T07:42:04.313 DEBUG:teuthology.orchestra.run.smithi029:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-02-10T07:42:04.316 DEBUG:teuthology.orchestra.run.smithi046:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-02-10T07:42:04.318 DEBUG:teuthology.orchestra.run.smithi047:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-02-10T07:42:04.319 INFO:teuthology.orchestra.run.smithi029.stdout: 658465 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 10 07:42 /home/ubuntu/cephtest 2024-02-10T07:42:04.322 INFO:teuthology.orchestra.run.smithi046.stdout: 658469 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 10 07:42 /home/ubuntu/cephtest 2024-02-10T07:42:04.340 INFO:teuthology.orchestra.run.smithi047.stdout: 658642 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 10 07:42 /home/ubuntu/cephtest 2024-02-10T07:42:04.342 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-02-10T07:42:04.352 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-02-10T07:42:04.373 INFO:teuthology.nuke:Checking targets against current locks 2024-02-10T07:42:04.399 DEBUG:teuthology.nuke:shortname: smithi029 2024-02-10T07:42:04.399 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-10T07:42:04.425 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi029.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-02-09_19:44:16-orch-main-distro-default-smithi/7555213', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-10 07:08:43.917937', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKva2usLu7xGnHrlShlIFN/UFgu8E4RWcV8f1ZquOW77cUM7moIweaWaRfahwHKvV3NZpeNoVZ2PgGjugGJHzfw='} 2024-02-10T07:42:04.425 DEBUG:teuthology.nuke:shortname: smithi046 2024-02-10T07:42:04.426 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-10T07:42:04.453 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi046.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-02-09_19:44:16-orch-main-distro-default-smithi/7555213', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-10 07:08:43.921753', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBG4ovnu52egQqnYpXCzo1pROKEDCYchCuCodAWSsv9dNq6ZvgGt5PtPZcgBEFmiC2OObqor83CFvy/Z0rVGkbTU='} 2024-02-10T07:42:04.456 DEBUG:teuthology.nuke:shortname: smithi047 2024-02-10T07:42:04.457 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-10T07:42:04.479 INFO:teuthology.orchestra.console.smithi029:Power off 2024-02-10T07:42:04.479 DEBUG:teuthology.orchestra.console.smithi029:pexpect command: ipmitool -H smithi029.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-02-10T07:42:04.490 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi047.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-02-09_19:44:16-orch-main-distro-default-smithi/7555213', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-10 07:08:43.919888', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMM8QmNARyNcJ9Hl3FBvDoAHZVzLCH8mxzfTXAlxrT4C/0iy0GsYPAkcARQ8a9g7jUzsQcraiHKfG0DFXGIjbQc='} 2024-02-10T07:42:04.503 DEBUG:teuthology.orchestra.console.smithi029:power off output: Chassis Power Control: Down/Off 2024-02-10T07:42:04.503 DEBUG:teuthology.orchestra.console.smithi029:pexpect command: ipmitool -H smithi029.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-10T07:42:04.522 INFO:teuthology.orchestra.console.smithi046:Power off 2024-02-10T07:42:04.523 DEBUG:teuthology.orchestra.console.smithi046:pexpect command: ipmitool -H smithi046.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-02-10T07:42:04.535 DEBUG:teuthology.orchestra.console.smithi029:check power output: Chassis Power is on 2024-02-10T07:42:04.546 DEBUG:teuthology.orchestra.console.smithi046:power off output: Chassis Power Control: Down/Off 2024-02-10T07:42:04.546 DEBUG:teuthology.orchestra.console.smithi046:pexpect command: ipmitool -H smithi046.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-10T07:42:04.562 INFO:teuthology.orchestra.console.smithi047:Power off 2024-02-10T07:42:04.562 DEBUG:teuthology.orchestra.console.smithi047:pexpect command: ipmitool -H smithi047.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-02-10T07:42:04.569 DEBUG:teuthology.orchestra.console.smithi046:check power output: Chassis Power is on 2024-02-10T07:42:04.585 DEBUG:teuthology.orchestra.console.smithi047:power off output: Chassis Power Control: Down/Off 2024-02-10T07:42:04.585 DEBUG:teuthology.orchestra.console.smithi047:pexpect command: ipmitool -H smithi047.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-10T07:42:04.605 DEBUG:teuthology.orchestra.console.smithi047:check power output: Chassis Power is on 2024-02-10T07:42:08.537 DEBUG:teuthology.orchestra.console.smithi029:pexpect command: ipmitool -H smithi029.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-10T07:42:08.570 DEBUG:teuthology.orchestra.console.smithi046:pexpect command: ipmitool -H smithi046.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-10T07:42:08.606 DEBUG:teuthology.orchestra.console.smithi047:pexpect command: ipmitool -H smithi047.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-10T07:42:08.647 DEBUG:teuthology.orchestra.console.smithi029:check power output: Chassis Power is on 2024-02-10T07:42:08.680 DEBUG:teuthology.orchestra.console.smithi046:check power output: Chassis Power is on 2024-02-10T07:42:08.716 DEBUG:teuthology.orchestra.console.smithi047:check power output: Chassis Power is on 2024-02-10T07:42:12.652 DEBUG:teuthology.orchestra.console.smithi029:pexpect command: ipmitool -H smithi029.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-10T07:42:12.681 DEBUG:teuthology.orchestra.console.smithi046:pexpect command: ipmitool -H smithi046.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-10T07:42:12.717 DEBUG:teuthology.orchestra.console.smithi047:pexpect command: ipmitool -H smithi047.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-10T07:42:12.762 DEBUG:teuthology.orchestra.console.smithi029:check power output: Chassis Power is off 2024-02-10T07:42:12.788 DEBUG:teuthology.orchestra.console.smithi046:check power output: Chassis Power is on 2024-02-10T07:42:12.826 DEBUG:teuthology.orchestra.console.smithi047:check power output: Chassis Power is on 2024-02-10T07:42:12.863 INFO:teuthology.orchestra.console.smithi029:Power off completed 2024-02-10T07:42:16.793 DEBUG:teuthology.orchestra.console.smithi046:pexpect command: ipmitool -H smithi046.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-10T07:42:16.827 DEBUG:teuthology.orchestra.console.smithi047:pexpect command: ipmitool -H smithi047.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-10T07:42:16.903 DEBUG:teuthology.orchestra.console.smithi046:check power output: Chassis Power is off 2024-02-10T07:42:16.937 DEBUG:teuthology.orchestra.console.smithi047:check power output: Chassis Power is off 2024-02-10T07:42:17.004 INFO:teuthology.orchestra.console.smithi046:Power off completed 2024-02-10T07:42:17.037 INFO:teuthology.orchestra.console.smithi047:Power off completed 2024-02-10T07:42:17.141 INFO:teuthology.run:Summary data: description: orch/cephadm/workunits/{0-distro/ubuntu_22.04 agent/off mon_election/classic task/test_set_mon_crush_locations} duration: 1372.4079504013062 failure_reason: '"2024-02-10T07:33:34.146923+0000 mon.a (mon.0) 199 : cluster 3 [WRN] MON_DOWN: 1/3 mons down, quorum a,c" in cluster log' flavor: default owner: scheduled_yuriw@teuthology success: false 2024-02-10T07:42:17.141 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-02-10T07:42:17.223 INFO:teuthology.run:FAIL