2023-10-09T11:41:33.062 INFO:root:teuthology version: 0.0.1.dev194+g54e62bc 2023-10-09T11:41:33.062 DEBUG:teuthology.run:Teuthology command: teuthology --owner scheduled_bdavidov@teuthology --verbose --description rbd:nvmeof/{0-single-container-host base/install cluster/{fixed-3 openstack} workloads/cephadm_nvmeof} --name bdavidov-2023-10-09_11:36:10-rbd:nvmeof-wip-barakda-cephadm-nvmeof-distro-default-smithi --archive /home/teuthworker/archive/bdavidov-2023-10-09_11:36:10-rbd:nvmeof-wip-barakda-cephadm-nvmeof-distro-default-smithi/7418433 -- /home/teuthworker/archive/bdavidov-2023-10-09_11:36:10-rbd:nvmeof-wip-barakda-cephadm-nvmeof-distro-default-smithi/7418433/orig.config.yaml 2023-10-09T11:41:33.094 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-10-09T11:41:33.171 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/bdavidov-2023-10-09_11:36:10-rbd:nvmeof-wip-barakda-cephadm-nvmeof-distro-default-smithi/7418433 branch: wip-barakda-cephadm-nvmeof description: rbd:nvmeof/{0-single-container-host base/install cluster/{fixed-3 openstack} workloads/cephadm_nvmeof} email: null first_in_suite: false job_id: '7418433' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: bdavidov-2023-10-09_11:36:10-rbd:nvmeof-wip-barakda-cephadm-nvmeof-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - machine: cpus: 1 disk: 40 ram: 8000 volumes: count: 4 size: 30 os_type: centos os_version: 8.stream overrides: admin_socket: branch: wip-barakda-cephadm-nvmeof ceph: conf: mgr: debug mgr: 20 debug ms: 1 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: bcea8c48517ff154f392584022efa0718f51c9f2 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: bcea8c48517ff154f392584022efa0718f51c9f2 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-nvmetest-teuthology sha1: ce70123a9b56e9dc4521ffbd49df90bf8dd4131b owner: scheduled_bdavidov@teuthology priority: 80 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - mon.a - mgr.x - osd.0 - osd.1 - client.0 seed: 484 sha1: bcea8c48517ff154f392584022efa0718f51c9f2 sleep_before_teardown: 0 suite: rbd:nvmeof suite_branch: wip-nvmetest-teuthology suite_path: /home/teuthworker/src/github.com_barakda_ceph_ce70123a9b56e9dc4521ffbd49df90bf8dd4131b/qa suite_relpath: qa suite_repo: https://github.com/barakda/ceph suite_sha1: ce70123a9b56e9dc4521ffbd49df90bf8dd4131b targets: smithi031.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHyJbD6gO69r0nl041TK9ffFIktWAhpcgpdEzOqWFn594Oh0AlLQA68BDtK33tfa5528MHMDOWQ2hXkB9QShLu8= tasks: - pexec: all: - sudo cp /etc/containers/registries.conf /etc/containers/registries.conf.backup - sudo dnf -y module reset container-tools - sudo dnf -y module install container-tools --allowerasing --nobest - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf - sudo sed -i 's/runtime = "runc"/#runtime = "runc"/g' /usr/share/containers/containers.conf - sudo sed -i 's/#runtime = "crun"/runtime = "crun"/g' /usr/share/containers/containers.conf - cephadm: null - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - ceph osd lspools - ceph osd pool create mypool - ceph osd pool application enable mypool rbd - ceph osd lspools - ceph osd pool ls detail - ceph config set mgr mgr/cephadm/container_image_nvmeof quay.io/barakda1/nvmeof:0.0.3 - ceph config get mgr mgr/cephadm/container_image_nvmeof - ceph orch apply nvmeof mypool --placement="1 $(hostname)" - ceph orch ps --refresh - ceph versions - ceph -s - ceph orch ls - rbd create mypool/myimage --size 8Gi - rbd ls mypool - cephadm.wait_for_service: service: nvmeof.mypool - exec: host.a: - modprobe nvme-fabrics - modprobe nvme-tcp - 'set -ex # # print nvmeof start up logs s=$(systemctl list-units | grep nvmeof.mypool | awk ''{print $1}'') echo "<---- s variable is [ $s ]---->" PAGER=cat journalctl -u $s GATEWAY=$(echo $s | cut -d "@" -f2- | sed ''s/.\{8\}$//'') echo "<---- GATEWAY is [ $GATEWAY ]---->" IP=$(echo $(hostname -I) | cut -d '' '' -f1) HOSTNAME=$(hostname) IMAGE="quay.io/ceph/nvmeof-cli:0.0.3" POOL="mypool" MIMAGE="myimage" BDEV="mybdev" SERIAL="SPDK00000000000001" NQN="nqn.2016-06.io.spdk:cnode1" PORT="4420" SRPORT="5500" podman run -it $IMAGE --server-address $IP --server-port $SRPORT create_bdev --pool $POOL --image $MIMAGE --bdev $BDEV podman images podman ps podman run -it $IMAGE --server-address $IP --server-port $SRPORT create_subsystem --subnqn $NQN --serial $SERIAL podman run -it $IMAGE --server-address $IP --server-port $SRPORT add_namespace --subnqn $NQN --bdev $BDEV podman run -it $IMAGE --server-address $IP --server-port $SRPORT create_listener -n $NQN -g client.$GATEWAY -a $IP -s $PORT podman run -it $IMAGE --server-address $IP --server-port $SRPORT add_host --subnqn $NQN --host "*" podman run -it $IMAGE --server-address $IP --server-port $SRPORT get_subsystems modprobe nvme-fabrics modprobe nvme-tcp lsmod | grep nvme nvme list dmesg -T nvme discover -t tcp -a $IP -s $PORT nvme connect -t tcp --traddr $IP -s $PORT -n $NQN nvme list ' - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - ceph osd lspools - 'set -ex s=$(ceph orch ps | grep nvmeof.mypool | awk ''{print $4}'') echo $s [ $s = running ] ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 54e62bcbac4e53d9685e08328b790d3b20d71cae timestamp: 2023-10-09_11:36:10 tube: smithi use_shaman: true user: bdavidov verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2830 2023-10-09T11:41:33.171 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_barakda_ceph_ce70123a9b56e9dc4521ffbd49df90bf8dd4131b/qa; will attempt to use it 2023-10-09T11:41:33.172 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_barakda_ceph_ce70123a9b56e9dc4521ffbd49df90bf8dd4131b/qa/tasks 2023-10-09T11:41:33.172 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-10-09T11:41:33.174 INFO:teuthology.task.internal:Checking packages... 2023-10-09T11:41:33.194 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'bcea8c48517ff154f392584022efa0718f51c9f2' 2023-10-09T11:41:33.194 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-10-09T11:41:33.194 INFO:teuthology.packaging:ref: None 2023-10-09T11:41:33.194 INFO:teuthology.packaging:tag: None 2023-10-09T11:41:33.194 INFO:teuthology.packaging:branch: wip-barakda-cephadm-nvmeof 2023-10-09T11:41:33.194 INFO:teuthology.packaging:sha1: bcea8c48517ff154f392584022efa0718f51c9f2 2023-10-09T11:41:33.197 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-barakda-cephadm-nvmeof 2023-10-09T11:41:33.417 INFO:teuthology.task.internal:Found packages for ceph version 18.0.0-5817.gbcea8c48 2023-10-09T11:41:33.417 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-10-09T11:41:33.425 INFO:teuthology.task.internal:no buildpackages task found 2023-10-09T11:41:33.425 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-10-09T11:41:33.445 INFO:teuthology.task.internal:Saving configuration 2023-10-09T11:41:33.457 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-10-09T11:41:33.463 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-10-09T11:41:33.487 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi031.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/bdavidov-2023-10-09_11:36:10-rbd:nvmeof-wip-barakda-cephadm-nvmeof-distro-default-smithi/7418433', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-10-09 11:37:05.505171', 'locked_by': 'scheduled_bdavidov@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHyJbD6gO69r0nl041TK9ffFIktWAhpcgpdEzOqWFn594Oh0AlLQA68BDtK33tfa5528MHMDOWQ2hXkB9QShLu8='} 2023-10-09T11:41:33.488 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-10-09T11:41:33.493 INFO:teuthology.task.internal:roles: ubuntu@smithi031.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.x', 'osd.0', 'osd.1', 'client.0'] 2023-10-09T11:41:33.493 INFO:teuthology.run_tasks:Running task console_log... 2023-10-09T11:41:33.534 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fb024d0fb80>, signals=[15]) 2023-10-09T11:41:33.535 INFO:teuthology.run_tasks:Running task internal.connect... 2023-10-09T11:41:33.541 INFO:teuthology.task.internal:Opening connections... 2023-10-09T11:41:33.541 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi031.front.sepia.ceph.com 2023-10-09T11:41:33.542 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi031.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-09T11:41:33.609 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-10-09T11:41:33.615 DEBUG:teuthology.orchestra.run.smithi031:> uname -m 2023-10-09T11:41:33.685 INFO:teuthology.orchestra.run.smithi031.stdout:x86_64 2023-10-09T11:41:33.685 DEBUG:teuthology.orchestra.run.smithi031:> cat /etc/os-release 2023-10-09T11:41:33.747 INFO:teuthology.orchestra.run.smithi031.stdout:NAME="CentOS Stream" 2023-10-09T11:41:33.748 INFO:teuthology.orchestra.run.smithi031.stdout:VERSION="8" 2023-10-09T11:41:33.748 INFO:teuthology.orchestra.run.smithi031.stdout:ID="centos" 2023-10-09T11:41:33.748 INFO:teuthology.orchestra.run.smithi031.stdout:ID_LIKE="rhel fedora" 2023-10-09T11:41:33.748 INFO:teuthology.orchestra.run.smithi031.stdout:VERSION_ID="8" 2023-10-09T11:41:33.748 INFO:teuthology.orchestra.run.smithi031.stdout:PLATFORM_ID="platform:el8" 2023-10-09T11:41:33.748 INFO:teuthology.orchestra.run.smithi031.stdout:PRETTY_NAME="CentOS Stream 8" 2023-10-09T11:41:33.748 INFO:teuthology.orchestra.run.smithi031.stdout:ANSI_COLOR="0;31" 2023-10-09T11:41:33.748 INFO:teuthology.orchestra.run.smithi031.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-10-09T11:41:33.748 INFO:teuthology.orchestra.run.smithi031.stdout:HOME_URL="https://centos.org/" 2023-10-09T11:41:33.748 INFO:teuthology.orchestra.run.smithi031.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-10-09T11:41:33.749 INFO:teuthology.orchestra.run.smithi031.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-10-09T11:41:33.749 INFO:teuthology.orchestra.run.smithi031.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-10-09T11:41:33.749 INFO:teuthology.lock.ops:Updating smithi031.front.sepia.ceph.com on lock server 2023-10-09T11:41:33.784 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-10-09T11:41:33.791 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-10-09T11:41:33.796 INFO:teuthology.task.internal:Checking for old test directory... 2023-10-09T11:41:33.796 DEBUG:teuthology.orchestra.run.smithi031:> test '!' -e /home/ubuntu/cephtest 2023-10-09T11:41:33.817 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-10-09T11:41:33.822 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-10-09T11:41:33.823 DEBUG:teuthology.orchestra.run.smithi031:> test -z $(ls -A /var/lib/ceph) 2023-10-09T11:41:33.889 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-10-09T11:41:33.920 INFO:teuthology.run_tasks:Running task kernel... 2023-10-09T11:41:33.934 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-10-09T11:41:33.934 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-10-09T11:41:33.935 DEBUG:teuthology.orchestra.run.smithi031:> test -f /run/.containerenv -o -f /.dockerenv 2023-10-09T11:41:33.955 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-09T11:41:33.956 DEBUG:teuthology.orchestra.run.smithi031:> uname -r 2023-10-09T11:41:34.017 INFO:teuthology.orchestra.run.smithi031.stdout:4.18.0-489.el8.x86_64 2023-10-09T11:41:34.017 INFO:teuthology.task.kernel:Running kernel on smithi031: 4.18.0-489.el8.x86_64 2023-10-09T11:41:34.017 DEBUG:teuthology.orchestra.run.smithi031:> sudo yum install -y kernel 2023-10-09T11:41:38.673 INFO:teuthology.orchestra.run.smithi031.stdout:CentOS Stream 8 - AppStream 15 MB/s | 33 MB 00:02 2023-10-09T11:41:47.939 INFO:teuthology.orchestra.run.smithi031.stdout:CentOS Stream 8 - BaseOS 18 MB/s | 48 MB 00:02 2023-10-09T11:41:55.906 INFO:teuthology.orchestra.run.smithi031.stdout:CentOS Stream 8 - Extras 52 kB/s | 18 kB 00:00 2023-10-09T11:41:56.364 INFO:teuthology.orchestra.run.smithi031.stdout:CentOS Stream 8 - Extras common packages 26 kB/s | 6.9 kB 00:00 2023-10-09T11:41:56.682 INFO:teuthology.orchestra.run.smithi031.stdout:Copr repo for python3-asyncssh owned by ceph 23 kB/s | 3.5 kB 00:00 2023-10-09T11:41:58.208 INFO:teuthology.orchestra.run.smithi031.stdout:Extra Packages for Enterprise Linux 12 MB/s | 16 MB 00:01 2023-10-09T11:42:02.283 INFO:teuthology.orchestra.run.smithi031.stdout:lab-extras 400 kB/s | 24 kB 00:00 2023-10-09T11:42:05.982 INFO:teuthology.orchestra.run.smithi031.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-10-09T11:42:05.982 INFO:teuthology.orchestra.run.smithi031.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-10-09T11:42:06.241 INFO:teuthology.orchestra.run.smithi031.stdout:Dependencies resolved. 2023-10-09T11:42:06.241 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2023-10-09T11:42:06.241 INFO:teuthology.orchestra.run.smithi031.stdout: Package Architecture Version Repository Size 2023-10-09T11:42:06.241 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2023-10-09T11:42:06.242 INFO:teuthology.orchestra.run.smithi031.stdout:Installing: 2023-10-09T11:42:06.242 INFO:teuthology.orchestra.run.smithi031.stdout: kernel x86_64 4.18.0-514.el8 baseos 10 M 2023-10-09T11:42:06.242 INFO:teuthology.orchestra.run.smithi031.stdout:Installing dependencies: 2023-10-09T11:42:06.242 INFO:teuthology.orchestra.run.smithi031.stdout: kernel-core x86_64 4.18.0-514.el8 baseos 43 M 2023-10-09T11:42:06.242 INFO:teuthology.orchestra.run.smithi031.stdout: kernel-modules x86_64 4.18.0-514.el8 baseos 35 M 2023-10-09T11:42:06.242 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-10-09T11:42:06.242 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction Summary 2023-10-09T11:42:06.242 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2023-10-09T11:42:06.242 INFO:teuthology.orchestra.run.smithi031.stdout:Install 3 Packages 2023-10-09T11:42:06.242 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-10-09T11:42:06.243 INFO:teuthology.orchestra.run.smithi031.stdout:Total download size: 88 M 2023-10-09T11:42:06.243 INFO:teuthology.orchestra.run.smithi031.stdout:Installed size: 96 M 2023-10-09T11:42:06.243 INFO:teuthology.orchestra.run.smithi031.stdout:Downloading Packages: 2023-10-09T11:42:08.126 INFO:teuthology.orchestra.run.smithi031.stdout:(1/3): kernel-4.18.0-514.el8.x86_64.rpm 5.9 MB/s | 10 MB 00:01 2023-10-09T11:42:09.126 INFO:teuthology.orchestra.run.smithi031.stdout:(2/3): kernel-modules-4.18.0-514.el8.x86_64.rpm 13 MB/s | 35 MB 00:02 2023-10-09T11:42:10.001 INFO:teuthology.orchestra.run.smithi031.stdout:(3/3): kernel-core-4.18.0-514.el8.x86_64.rpm 12 MB/s | 43 MB 00:03 2023-10-09T11:42:10.001 INFO:teuthology.orchestra.run.smithi031.stdout:-------------------------------------------------------------------------------- 2023-10-09T11:42:10.001 INFO:teuthology.orchestra.run.smithi031.stdout:Total 23 MB/s | 88 MB 00:03 2023-10-09T11:42:10.705 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction check 2023-10-09T11:42:11.137 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction check succeeded. 2023-10-09T11:42:11.137 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction test 2023-10-09T11:42:12.428 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction test succeeded. 2023-10-09T11:42:12.443 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction 2023-10-09T11:42:15.376 INFO:teuthology.orchestra.run.smithi031.stdout: Preparing : 1/1 2023-10-09T11:42:15.915 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : kernel-core-4.18.0-514.el8.x86_64 1/3 2023-10-09T11:42:19.661 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: kernel-core-4.18.0-514.el8.x86_64 1/3 2023-10-09T11:42:20.073 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : kernel-modules-4.18.0-514.el8.x86_64 2/3 2023-10-09T11:42:23.698 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: kernel-modules-4.18.0-514.el8.x86_64 2/3 2023-10-09T11:42:24.006 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : kernel-4.18.0-514.el8.x86_64 3/3 2023-10-09T11:42:47.269 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: kernel-core-4.18.0-514.el8.x86_64 3/3 2023-10-09T11:42:47.294 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: kernel-modules-4.18.0-514.el8.x86_64 3/3 2023-10-09T11:42:47.661 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: kernel-4.18.0-514.el8.x86_64 3/3 2023-10-09T11:42:47.661 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : kernel-4.18.0-514.el8.x86_64 1/3 2023-10-09T11:42:47.661 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : kernel-core-4.18.0-514.el8.x86_64 2/3 2023-10-09T11:42:48.408 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : kernel-modules-4.18.0-514.el8.x86_64 3/3 2023-10-09T11:42:48.408 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-10-09T11:42:48.409 INFO:teuthology.orchestra.run.smithi031.stdout:Installed: 2023-10-09T11:42:48.409 INFO:teuthology.orchestra.run.smithi031.stdout: kernel-4.18.0-514.el8.x86_64 kernel-core-4.18.0-514.el8.x86_64 2023-10-09T11:42:48.409 INFO:teuthology.orchestra.run.smithi031.stdout: kernel-modules-4.18.0-514.el8.x86_64 2023-10-09T11:42:48.409 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-10-09T11:42:48.409 INFO:teuthology.orchestra.run.smithi031.stdout:Complete! 2023-10-09T11:42:48.551 DEBUG:teuthology.orchestra.run.smithi031:> rpm -q kernel | sort -rV | head -n 1 2023-10-09T11:42:48.777 INFO:teuthology.orchestra.run.smithi031.stdout:kernel-4.18.0-514.el8.x86_64 2023-10-09T11:42:48.777 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-514.el8.x86_64 2023-10-09T11:42:48.777 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-514.el8.x86_64 2023-10-09T11:42:48.777 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-10-09T11:42:48.778 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-10-09T11:42:48.778 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-10-09T11:42:48.778 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi031.front.sepia.ceph.com, path=None, version=distro) 2023-10-09T11:42:48.778 DEBUG:teuthology.orchestra.run.smithi031:> rpm -q kernel | sort -rV | head -n 1 2023-10-09T11:42:48.996 INFO:teuthology.orchestra.run.smithi031.stdout:kernel-4.18.0-514.el8.x86_64 2023-10-09T11:42:48.997 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-514.el8.x86_64 2023-10-09T11:42:48.997 DEBUG:teuthology.orchestra.run.smithi031:> sudo rpm -qi grub2-tools 2023-10-09T11:42:49.031 INFO:teuthology.orchestra.run.smithi031.stdout:Name : grub2-tools 2023-10-09T11:42:49.031 INFO:teuthology.orchestra.run.smithi031.stdout:Epoch : 1 2023-10-09T11:42:49.031 INFO:teuthology.orchestra.run.smithi031.stdout:Version : 2.02 2023-10-09T11:42:49.031 INFO:teuthology.orchestra.run.smithi031.stdout:Release : 129.el8 2023-10-09T11:42:49.032 INFO:teuthology.orchestra.run.smithi031.stdout:Architecture: x86_64 2023-10-09T11:42:49.032 INFO:teuthology.orchestra.run.smithi031.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-10-09T11:42:49.032 INFO:teuthology.orchestra.run.smithi031.stdout:Group : System Environment/Base 2023-10-09T11:42:49.032 INFO:teuthology.orchestra.run.smithi031.stdout:Size : 9265586 2023-10-09T11:42:49.032 INFO:teuthology.orchestra.run.smithi031.stdout:License : GPLv3+ 2023-10-09T11:42:49.032 INFO:teuthology.orchestra.run.smithi031.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-10-09T11:42:49.032 INFO:teuthology.orchestra.run.smithi031.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-10-09T11:42:49.032 INFO:teuthology.orchestra.run.smithi031.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-10-09T11:42:49.032 INFO:teuthology.orchestra.run.smithi031.stdout:Build Host : kbuilder.bsys.centos.org 2023-10-09T11:42:49.032 INFO:teuthology.orchestra.run.smithi031.stdout:Relocations : (not relocatable) 2023-10-09T11:42:49.032 INFO:teuthology.orchestra.run.smithi031.stdout:Packager : CentOS BuildSystem 2023-10-09T11:42:49.032 INFO:teuthology.orchestra.run.smithi031.stdout:Vendor : CentOS 2023-10-09T11:42:49.032 INFO:teuthology.orchestra.run.smithi031.stdout:URL : http://www.gnu.org/software/grub/ 2023-10-09T11:42:49.033 INFO:teuthology.orchestra.run.smithi031.stdout:Summary : Support tools for GRUB. 2023-10-09T11:42:49.033 INFO:teuthology.orchestra.run.smithi031.stdout:Description : 2023-10-09T11:42:49.033 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-10-09T11:42:49.033 INFO:teuthology.orchestra.run.smithi031.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-10-09T11:42:49.033 INFO:teuthology.orchestra.run.smithi031.stdout:customizable bootloader with modular architecture. It supports a rich 2023-10-09T11:42:49.033 INFO:teuthology.orchestra.run.smithi031.stdout:variety of kernel formats, file systems, computer architectures and 2023-10-09T11:42:49.033 INFO:teuthology.orchestra.run.smithi031.stdout:hardware devices. 2023-10-09T11:42:49.033 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-10-09T11:42:49.033 INFO:teuthology.orchestra.run.smithi031.stdout:This subpackage provides tools for support of all platforms. 2023-10-09T11:42:49.034 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-10-09T11:42:49.034 INFO:teuthology.task.kernel:Updating grub on smithi031 to boot 4.18.0-514.el8.x86_64 2023-10-09T11:42:49.034 DEBUG:teuthology.orchestra.run.smithi031:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-10-09T11:42:50.697 INFO:teuthology.orchestra.run.smithi031.stderr:Generating grub configuration file ... 2023-10-09T11:42:52.667 INFO:teuthology.orchestra.run.smithi031.stderr:done 2023-10-09T11:42:52.669 DEBUG:teuthology.orchestra.run.smithi031:> mktemp 2023-10-09T11:42:52.689 INFO:teuthology.orchestra.run.smithi031.stdout:/tmp/tmp.5uPw1oZa8D 2023-10-09T11:42:52.690 DEBUG:teuthology.orchestra.run.smithi031:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.5uPw1oZa8D 2023-10-09T11:42:52.765 DEBUG:teuthology.orchestra.run.smithi031:> sudo chmod 0666 /tmp/tmp.5uPw1oZa8D 2023-10-09T11:42:52.920 DEBUG:teuthology.orchestra.remote:smithi031:/tmp/tmp.5uPw1oZa8D is 6KB 2023-10-09T11:42:52.967 DEBUG:teuthology.orchestra.run.smithi031:> rm -fr /tmp/tmp.5uPw1oZa8D 2023-10-09T11:42:52.986 DEBUG:teuthology.orchestra.run.smithi031:> sudo /bin/ls /boot/loader/entries || true 2023-10-09T11:42:53.052 INFO:teuthology.orchestra.run.smithi031.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-10-09T11:42:53.052 INFO:teuthology.orchestra.run.smithi031.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-10-09T11:42:53.052 INFO:teuthology.orchestra.run.smithi031.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-10-09T11:42:53.052 INFO:teuthology.orchestra.run.smithi031.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-514.el8.x86_64.conf 2023-10-09T11:42:53.053 DEBUG:teuthology.orchestra.run.smithi031:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-514.el8.x86_64 2023-10-09T11:42:53.264 DEBUG:teuthology.orchestra.run.smithi031:> sudo shutdown -r now 2023-10-09T11:43:23.293 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-10-09T11:43:23.294 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi031.front.sepia.ceph.com' 2023-10-09T11:43:23.294 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi031.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-09T11:43:41.691 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.31 2023-10-09T11:43:50.701 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi031.front.sepia.ceph.com' 2023-10-09T11:43:50.703 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi031.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-09T11:44:09.083 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.31 2023-10-09T11:44:21.091 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi031.front.sepia.ceph.com' 2023-10-09T11:44:21.093 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi031.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-09T11:44:21.332 DEBUG:teuthology.orchestra.run.smithi031:> true 2023-10-09T11:44:21.744 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi031.front.sepia.ceph.com' 2023-10-09T11:44:21.744 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-514.el8.x86_64"... 2023-10-09T11:44:21.744 DEBUG:teuthology.orchestra.run.smithi031:> uname -r 2023-10-09T11:44:21.766 INFO:teuthology.orchestra.run.smithi031.stdout:4.18.0-514.el8.x86_64 2023-10-09T11:44:21.767 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-514.el8.x86_64 vs 4.18.0-514.el8.x86_64 2023-10-09T11:44:21.767 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-10-09T11:44:21.767 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-10-09T11:44:22.768 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-10-09T11:44:22.768 DEBUG:teuthology.orchestra.run.smithi031:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-10-09T11:44:22.863 INFO:teuthology.orchestra.run.smithi031.stdout:ttyS1 2023-10-09T11:44:22.877 DEBUG:teuthology.parallel:result is None 2023-10-09T11:44:22.878 INFO:teuthology.run_tasks:Running task internal.base... 2023-10-09T11:44:22.885 INFO:teuthology.task.internal:Creating test directory... 2023-10-09T11:44:22.885 DEBUG:teuthology.orchestra.run.smithi031:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-10-09T11:44:22.905 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-10-09T11:44:22.911 INFO:teuthology.run_tasks:Running task internal.archive... 2023-10-09T11:44:22.917 INFO:teuthology.task.internal:Creating archive directory... 2023-10-09T11:44:22.917 DEBUG:teuthology.orchestra.run.smithi031:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-10-09T11:44:23.120 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-10-09T11:44:23.126 INFO:teuthology.task.internal:Enabling coredump saving... 2023-10-09T11:44:23.126 DEBUG:teuthology.orchestra.run.smithi031:> 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 2023-10-09T11:44:23.180 INFO:teuthology.orchestra.run.smithi031.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-10-09T11:44:23.194 INFO:teuthology.orchestra.run.smithi031.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-10-09T11:44:23.196 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-10-09T11:44:23.203 INFO:teuthology.task.internal:Configuring sudo... 2023-10-09T11:44:23.203 DEBUG:teuthology.orchestra.run.smithi031:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-10-09T11:44:23.236 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-10-09T11:44:23.245 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-10-09T11:44:23.246 DEBUG:teuthology.orchestra.run.smithi031:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-10-09T11:44:23.299 DEBUG:teuthology.orchestra.run.smithi031:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-10-09T11:44:23.389 DEBUG:teuthology.orchestra.run.smithi031:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-10-09T11:44:23.449 DEBUG:teuthology.orchestra.run.smithi031:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-10-09T11:44:23.495 DEBUG:teuthology.orchestra.run.smithi031:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-10-09T11:44:23.544 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2023-10-09T11:44:23.544 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-10-09T11:44:23.619 DEBUG:teuthology.orchestra.run.smithi031:> sudo service rsyslog restart 2023-10-09T11:44:23.736 INFO:teuthology.orchestra.run.smithi031.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-10-09T11:44:24.245 INFO:teuthology.run_tasks:Running task internal.timer... 2023-10-09T11:44:24.252 INFO:teuthology.task.internal:Starting timer... 2023-10-09T11:44:24.252 INFO:teuthology.run_tasks:Running task pcp... 2023-10-09T11:44:24.262 INFO:teuthology.run_tasks:Running task selinux... 2023-10-09T11:44:24.271 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-10-09T11:44:24.271 DEBUG:teuthology.orchestra.run.smithi031:> sudo service auditd rotate 2023-10-09T11:44:24.355 INFO:teuthology.orchestra.run.smithi031.stdout:Rotating logs: 2023-10-09T11:44:24.357 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-10-09T11:44:24.358 DEBUG:teuthology.orchestra.run.smithi031:> /usr/sbin/getenforce 2023-10-09T11:44:24.388 INFO:teuthology.orchestra.run.smithi031.stdout:Permissive 2023-10-09T11:44:24.388 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi031.front.sepia.ceph.com': 'permissive'} 2023-10-09T11:44:24.388 DEBUG:teuthology.orchestra.run.smithi031:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-10-09T11:44:24.466 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-09T11:44:24.467 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-10-09T11:44:24.467 DEBUG:teuthology.orchestra.run.smithi031:> sudo /usr/sbin/setenforce permissive 2023-10-09T11:44:24.545 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-10-09T11:44:24.553 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2023-10-09T11:44:24.558 INFO:teuthology.repo_utils:Fetching main from origin 2023-10-09T11:44:24.703 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-10-09T11:44:24.740 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'}]}] 2023-10-09T11:44:24.741 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi031.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-10-09T11:52:22.483 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi031.front.sepia.ceph.com')] 2023-10-09T11:52:22.483 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi031.front.sepia.ceph.com' 2023-10-09T11:52:22.484 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi031.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-09T11:52:22.556 DEBUG:teuthology.orchestra.run.smithi031:> true 2023-10-09T11:52:22.589 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi031.front.sepia.ceph.com' 2023-10-09T11:52:22.589 INFO:teuthology.run_tasks:Running task clock... 2023-10-09T11:52:22.599 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-10-09T11:52:22.600 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-10-09T11:52:22.600 DEBUG:teuthology.orchestra.run.smithi031:> 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 2023-10-09T11:52:22.670 INFO:teuthology.orchestra.run.smithi031.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-10-09T11:52:22.687 INFO:teuthology.orchestra.run.smithi031.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-10-09T11:52:22.757 INFO:teuthology.orchestra.run.smithi031.stderr:sudo: ntpd: command not found 2023-10-09T11:52:22.771 INFO:teuthology.orchestra.run.smithi031.stdout:506 Cannot talk to daemon 2023-10-09T11:52:22.787 INFO:teuthology.orchestra.run.smithi031.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-10-09T11:52:22.803 INFO:teuthology.orchestra.run.smithi031.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-10-09T11:52:22.878 INFO:teuthology.orchestra.run.smithi031.stderr:bash: ntpq: command not found 2023-10-09T11:52:22.883 INFO:teuthology.orchestra.run.smithi031.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-10-09T11:52:22.883 INFO:teuthology.orchestra.run.smithi031.stdout:=============================================================================== 2023-10-09T11:52:22.883 INFO:teuthology.orchestra.run.smithi031.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-09T11:52:22.883 INFO:teuthology.orchestra.run.smithi031.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-09T11:52:22.883 INFO:teuthology.orchestra.run.smithi031.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-09T11:52:22.883 INFO:teuthology.orchestra.run.smithi031.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-09T11:52:22.883 INFO:teuthology.run_tasks:Running task pexec... 2023-10-09T11:52:22.894 INFO:teuthology.task.pexec:Executing custom commands... 2023-10-09T11:52:22.894 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi031.front.sepia.ceph.com 2023-10-09T11:52:22.894 DEBUG:teuthology.orchestra.run.smithi031:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-10-09T11:52:23.939 INFO:teuthology.orchestra.run.smithi031.stdout:Last metadata expiration check: 0:01:39 ago on Mon 09 Oct 2023 11:50:44 AM UTC. 2023-10-09T11:52:26.185 INFO:teuthology.orchestra.run.smithi031.stdout:Dependencies resolved. 2023-10-09T11:52:26.187 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2023-10-09T11:52:26.187 INFO:teuthology.orchestra.run.smithi031.stdout: Package Architecture Version Repository Size 2023-10-09T11:52:26.187 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2023-10-09T11:52:26.187 INFO:teuthology.orchestra.run.smithi031.stdout:Resetting modules: 2023-10-09T11:52:26.187 INFO:teuthology.orchestra.run.smithi031.stdout: container-tools 2023-10-09T11:52:26.187 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-10-09T11:52:26.187 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction Summary 2023-10-09T11:52:26.187 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2023-10-09T11:52:26.187 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-10-09T11:52:26.462 INFO:teuthology.orchestra.run.smithi031.stdout:Complete! 2023-10-09T11:52:27.530 INFO:teuthology.orchestra.run.smithi031.stdout:Last metadata expiration check: 0:01:43 ago on Mon 09 Oct 2023 11:50:44 AM UTC. 2023-10-09T11:52:29.750 INFO:teuthology.orchestra.run.smithi031.stdout:Dependencies resolved. 2023-10-09T11:52:29.926 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2023-10-09T11:52:29.926 INFO:teuthology.orchestra.run.smithi031.stdout: Package Arch Version Repository Size 2023-10-09T11:52:29.926 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2023-10-09T11:52:29.926 INFO:teuthology.orchestra.run.smithi031.stdout:Installing group/module packages: 2023-10-09T11:52:29.927 INFO:teuthology.orchestra.run.smithi031.stdout: aardvark-dns x86_64 2:1.7.0-1.module_el8+487+8e42a277 appstream 1.0 M 2023-10-09T11:52:29.927 INFO:teuthology.orchestra.run.smithi031.stdout: buildah x86_64 1:1.31.3-1.module_el8+664+4072b3ae appstream 8.8 M 2023-10-09T11:52:29.927 INFO:teuthology.orchestra.run.smithi031.stdout: cockpit-podman noarch 75-1.module_el8+664+4072b3ae appstream 739 k 2023-10-09T11:52:29.927 INFO:teuthology.orchestra.run.smithi031.stdout: crun x86_64 1.8.7-1.module_el8+661+d1afb926 appstream 239 k 2023-10-09T11:52:29.927 INFO:teuthology.orchestra.run.smithi031.stdout: netavark x86_64 2:1.7.0-1.module_el8+487+8e42a277 appstream 3.7 M 2023-10-09T11:52:29.927 INFO:teuthology.orchestra.run.smithi031.stdout: python3-podman noarch 4.6.0-1.module_el8+582+a2558ae2 appstream 177 k 2023-10-09T11:52:29.927 INFO:teuthology.orchestra.run.smithi031.stdout: skopeo x86_64 2:1.13.3-1.module_el8+664+4072b3ae appstream 8.1 M 2023-10-09T11:52:29.927 INFO:teuthology.orchestra.run.smithi031.stdout: toolbox x86_64 0.0.99.4-5.module_el8+649+e2deac1d appstream 2.5 M 2023-10-09T11:52:29.927 INFO:teuthology.orchestra.run.smithi031.stdout: udica noarch 0.2.6-20.module_el8+487+8e42a277 appstream 53 k 2023-10-09T11:52:29.927 INFO:teuthology.orchestra.run.smithi031.stdout:Installing dependencies: 2023-10-09T11:52:29.927 INFO:teuthology.orchestra.run.smithi031.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-10-09T11:52:29.927 INFO:teuthology.orchestra.run.smithi031.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-10-09T11:52:29.927 INFO:teuthology.orchestra.run.smithi031.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-10-09T11:52:29.928 INFO:teuthology.orchestra.run.smithi031.stdout:Installing weak dependencies: 2023-10-09T11:52:29.928 INFO:teuthology.orchestra.run.smithi031.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-10-09T11:52:29.928 INFO:teuthology.orchestra.run.smithi031.stdout:Installing module profiles: 2023-10-09T11:52:29.928 INFO:teuthology.orchestra.run.smithi031.stdout: container-tools/common 2023-10-09T11:52:29.928 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-10-09T11:52:29.928 INFO:teuthology.orchestra.run.smithi031.stdout:Enabling module streams: 2023-10-09T11:52:29.928 INFO:teuthology.orchestra.run.smithi031.stdout: container-tools rhel8 2023-10-09T11:52:29.928 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-10-09T11:52:29.928 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction Summary 2023-10-09T11:52:29.928 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2023-10-09T11:52:29.928 INFO:teuthology.orchestra.run.smithi031.stdout:Install 13 Packages 2023-10-09T11:52:29.928 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-10-09T11:52:29.929 INFO:teuthology.orchestra.run.smithi031.stdout:Total download size: 26 M 2023-10-09T11:52:29.929 INFO:teuthology.orchestra.run.smithi031.stdout:Installed size: 87 M 2023-10-09T11:52:29.929 INFO:teuthology.orchestra.run.smithi031.stdout:Downloading Packages: 2023-10-09T11:52:30.801 INFO:teuthology.orchestra.run.smithi031.stdout:(1/13): cockpit-podman-75-1.module_el8+664+4072 1.1 MB/s | 739 kB 00:00 2023-10-09T11:52:30.834 INFO:teuthology.orchestra.run.smithi031.stdout:(2/13): aardvark-dns-1.7.0-1.module_el8+487+8e4 1.4 MB/s | 1.0 MB 00:00 2023-10-09T11:52:30.901 INFO:teuthology.orchestra.run.smithi031.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 378 kB/s | 38 kB 00:00 2023-10-09T11:52:31.076 INFO:teuthology.orchestra.run.smithi031.stdout:(4/13): crun-1.8.7-1.module_el8+661+d1afb926.x8 990 kB/s | 239 kB 00:00 2023-10-09T11:52:31.277 INFO:teuthology.orchestra.run.smithi031.stdout:(5/13): buildah-1.31.3-1.module_el8+664+4072b3a 7.6 MB/s | 8.8 MB 00:01 2023-10-09T11:52:31.293 INFO:teuthology.orchestra.run.smithi031.stdout:(6/13): python3-podman-4.6.0-1.module_el8+582+a 818 kB/s | 177 kB 00:00 2023-10-09T11:52:31.369 INFO:teuthology.orchestra.run.smithi031.stdout:(7/13): netavark-1.7.0-1.module_el8+487+8e42a27 8.0 MB/s | 3.7 MB 00:00 2023-10-09T11:52:31.394 INFO:teuthology.orchestra.run.smithi031.stdout:(8/13): python3-pytoml-0.1.14-5.git7dea353.el8. 212 kB/s | 25 kB 00:00 2023-10-09T11:52:31.419 INFO:teuthology.orchestra.run.smithi031.stdout:(9/13): python3-pyxdg-0.25-16.el8.noarch.rpm 748 kB/s | 94 kB 00:00 2023-10-09T11:52:31.570 INFO:teuthology.orchestra.run.smithi031.stdout:(10/13): toolbox-0.0.99.4-5.module_el8+649+e2de 14 MB/s | 2.5 MB 00:00 2023-10-09T11:52:31.595 INFO:teuthology.orchestra.run.smithi031.stdout:(11/13): udica-0.2.6-20.module_el8+487+8e42a277 300 kB/s | 53 kB 00:00 2023-10-09T11:52:31.678 INFO:teuthology.orchestra.run.smithi031.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 378 kB/s | 41 kB 00:00 2023-10-09T11:52:31.795 INFO:teuthology.orchestra.run.smithi031.stdout:(13/13): skopeo-1.13.3-1.module_el8+664+4072b3a 19 MB/s | 8.1 MB 00:00 2023-10-09T11:52:31.796 INFO:teuthology.orchestra.run.smithi031.stdout:-------------------------------------------------------------------------------- 2023-10-09T11:52:31.796 INFO:teuthology.orchestra.run.smithi031.stdout:Total 14 MB/s | 26 MB 00:01 2023-10-09T11:52:32.085 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction check 2023-10-09T11:52:32.109 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction check succeeded. 2023-10-09T11:52:32.109 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction test 2023-10-09T11:52:32.380 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction test succeeded. 2023-10-09T11:52:32.384 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction 2023-10-09T11:52:33.104 INFO:teuthology.orchestra.run.smithi031.stdout: Preparing : 1/1 2023-10-09T11:52:33.330 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-10-09T11:52:33.539 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-10-09T11:52:33.767 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-10-09T11:52:33.990 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-10-09T11:52:34.711 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86 5/13 2023-10-09T11:52:35.737 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 6/13 2023-10-09T11:52:35.961 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 7/13 2023-10-09T11:52:36.183 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : crun-1.8.7-1.module_el8+661+d1afb926.x86_64 8/13 2023-10-09T11:52:36.444 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : python3-podman-4.6.0-1.module_el8+582+a2558ae2.noa 9/13 2023-10-09T11:52:36.839 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : udica-0.2.6-20.module_el8+487+8e42a277.noarch 10/13 2023-10-09T11:52:37.789 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 11/13 2023-10-09T11:52:38.089 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 12/13 2023-10-09T11:52:38.303 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 13/13 2023-10-09T11:52:38.790 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 13/13 2023-10-09T11:52:38.791 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86 1/13 2023-10-09T11:52:38.791 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 2/13 2023-10-09T11:52:38.791 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 3/13 2023-10-09T11:52:38.791 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-10-09T11:52:38.791 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : crun-1.8.7-1.module_el8+661+d1afb926.x86_64 5/13 2023-10-09T11:52:38.791 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 6/13 2023-10-09T11:52:38.791 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-podman-4.6.0-1.module_el8+582+a2558ae2.noa 7/13 2023-10-09T11:52:38.792 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-10-09T11:52:38.792 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-10-09T11:52:38.792 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 10/13 2023-10-09T11:52:38.792 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 11/13 2023-10-09T11:52:38.792 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : udica-0.2.6-20.module_el8+487+8e42a277.noarch 12/13 2023-10-09T11:52:39.637 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-10-09T11:52:39.638 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-10-09T11:52:39.638 INFO:teuthology.orchestra.run.smithi031.stdout:Installed: 2023-10-09T11:52:39.638 INFO:teuthology.orchestra.run.smithi031.stdout: aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86_64 2023-10-09T11:52:39.638 INFO:teuthology.orchestra.run.smithi031.stdout: buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 2023-10-09T11:52:39.638 INFO:teuthology.orchestra.run.smithi031.stdout: cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 2023-10-09T11:52:39.638 INFO:teuthology.orchestra.run.smithi031.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-10-09T11:52:39.638 INFO:teuthology.orchestra.run.smithi031.stdout: crun-1.8.7-1.module_el8+661+d1afb926.x86_64 2023-10-09T11:52:39.638 INFO:teuthology.orchestra.run.smithi031.stdout: netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 2023-10-09T11:52:39.639 INFO:teuthology.orchestra.run.smithi031.stdout: python3-podman-4.6.0-1.module_el8+582+a2558ae2.noarch 2023-10-09T11:52:39.639 INFO:teuthology.orchestra.run.smithi031.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-10-09T11:52:39.639 INFO:teuthology.orchestra.run.smithi031.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-10-09T11:52:39.639 INFO:teuthology.orchestra.run.smithi031.stdout: skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 2023-10-09T11:52:39.639 INFO:teuthology.orchestra.run.smithi031.stdout: toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 2023-10-09T11:52:39.639 INFO:teuthology.orchestra.run.smithi031.stdout: udica-0.2.6-20.module_el8+487+8e42a277.noarch 2023-10-09T11:52:39.639 INFO:teuthology.orchestra.run.smithi031.stdout: yajl-2.1.0-12.el8.x86_64 2023-10-09T11:52:39.639 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-10-09T11:52:39.639 INFO:teuthology.orchestra.run.smithi031.stdout:Complete! 2023-10-09T11:52:39.953 DEBUG:teuthology.parallel:result is None 2023-10-09T11:52:39.953 INFO:teuthology.run_tasks:Running task cephadm... 2023-10-09T11:52:40.029 INFO:tasks.cephadm:Config: {'conf': {'mgr': {'debug mgr': 20, 'debug ms': 1}, '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': 'bcea8c48517ff154f392584022efa0718f51c9f2'} 2023-10-09T11:52:40.029 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcea8c48517ff154f392584022efa0718f51c9f2 2023-10-09T11:52:40.030 INFO:tasks.cephadm:Cluster fsid is 5910470e-669a-11ee-8db6-212e2dc638e7 2023-10-09T11:52:40.030 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-10-09T11:52:40.030 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.31'} 2023-10-09T11:52:40.030 INFO:tasks.cephadm:First mon is mon.a on smithi031 2023-10-09T11:52:40.030 INFO:tasks.cephadm:First mgr is x 2023-10-09T11:52:40.030 INFO:tasks.cephadm:Normalizing hostnames... 2023-10-09T11:52:40.031 DEBUG:teuthology.orchestra.run.smithi031:> sudo hostname $(hostname -s) 2023-10-09T11:52:40.068 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2023-10-09T11:52:40.068 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=bcea8c48517ff154f392584022efa0718f51c9f2 2023-10-09T11:52:40.239 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': 'bcea8c48517ff154f392584022efa0718f51c9f2', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-new-build/ARCH=arm64,AVAILABLE_ARCH=arm64,AVAILABLE_DIST=centos8,DIST=centos8,MACHINE_SIZE=gigantic/72782/', 'root_build_cause': 'SCMTRIGGER', 'version': '18.0.0-5817-gbcea8c48', 'node_name': '172.21.4.65+confusa03', 'job_name': 'ceph-dev-new-build/ARCH=arm64,AVAILABLE_ARCH=arm64,AVAILABLE_DIST=centos8,DIST=centos8,MACHINE_SIZE=gigantic', 'package_manager_version': '18.0.0-5817.gbcea8c48'}, 'url': 'https://2.chacra.ceph.com/r/ceph/wip-barakda-cephadm-nvmeof/bcea8c48517ff154f392584022efa0718f51c9f2/centos/8/flavors/default/', 'distro_codename': None, 'modified': '2023-09-25 21:06:38.915379', 'distro_version': '8', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-barakda-cephadm-nvmeof', 'chacra_url': 'https://2.chacra.ceph.com/repos/ceph/wip-barakda-cephadm-nvmeof/bcea8c48517ff154f392584022efa0718f51c9f2/centos/8/flavors/default/', 'archs': ['x86_64', 'source', 'arm64'], 'distro': 'centos'}] 2023-10-09T11:52:40.448 INFO:tasks.util.chacra:got chacra host 2.chacra.ceph.com, ref wip-barakda-cephadm-nvmeof, sha1 bcea8c48517ff154f392584022efa0718f51c9f2 from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F8%2Fx86_64&flavor=default&sha1=bcea8c48517ff154f392584022efa0718f51c9f2 2023-10-09T11:52:40.449 INFO:tasks.cephadm:Discovered cachra url: https://2.chacra.ceph.com/binaries/ceph/wip-barakda-cephadm-nvmeof/bcea8c48517ff154f392584022efa0718f51c9f2/centos/8/x86_64/flavors/default/cephadm 2023-10-09T11:52:40.449 DEBUG:teuthology.orchestra.run.smithi031:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-barakda-cephadm-nvmeof/bcea8c48517ff154f392584022efa0718f51c9f2/centos/8/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-10-09T11:52:41.164 INFO:teuthology.orchestra.run.smithi031.stdout:-rw-rw-r--. 1 ubuntu ubuntu 705688 Oct 9 11:52 /home/ubuntu/cephtest/cephadm 2023-10-09T11:52:41.164 DEBUG:teuthology.orchestra.run.smithi031:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-10-09T11:52:41.197 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcea8c48517ff154f392584022efa0718f51c9f2 on all hosts... 2023-10-09T11:52:41.198 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcea8c48517ff154f392584022efa0718f51c9f2 pull 2023-10-09T11:52:42.769 INFO:teuthology.orchestra.run.smithi031.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcea8c48517ff154f392584022efa0718f51c9f2... 2023-10-09T11:53:11.554 INFO:teuthology.orchestra.run.smithi031.stdout:{ 2023-10-09T11:53:11.554 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph_version": "ceph version 18.0.0-5817-gbcea8c48 (bcea8c48517ff154f392584022efa0718f51c9f2) reef (dev)", 2023-10-09T11:53:11.555 INFO:teuthology.orchestra.run.smithi031.stdout: "image_id": "fa922c4449069cae14b17e9ffaef6cf64d1d7080cea061a20dc1d8f318e65863", 2023-10-09T11:53:11.555 INFO:teuthology.orchestra.run.smithi031.stdout: "repo_digests": [ 2023-10-09T11:53:11.555 INFO:teuthology.orchestra.run.smithi031.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:34fad0ea24358428207f7cbc4d6027320c5a86fd3de6f51aaec11e44cfc648d7" 2023-10-09T11:53:11.555 INFO:teuthology.orchestra.run.smithi031.stdout: ] 2023-10-09T11:53:11.555 INFO:teuthology.orchestra.run.smithi031.stdout:} 2023-10-09T11:53:11.580 DEBUG:teuthology.orchestra.run.smithi031:> sudo mkdir -p /etc/ceph 2023-10-09T11:53:11.618 DEBUG:teuthology.orchestra.run.smithi031:> sudo chmod 777 /etc/ceph 2023-10-09T11:53:11.693 INFO:tasks.cephadm:Writing seed config... 2023-10-09T11:53:11.695 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-10-09T11:53:11.695 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-10-09T11:53:11.695 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-10-09T11:53:11.695 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-10-09T11:53:11.695 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-10-09T11:53:11.695 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-10-09T11:53:11.695 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-10-09T11:53:11.696 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2023-10-09T11:53:11.696 DEBUG:teuthology.orchestra.run.smithi031:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-10-09T11:53:11.756 DEBUG:tasks.cephadm:Final config: [global] # make logging friendly to teuthology log_to_file = true log_to_stderr = false log to journald = false mon cluster log file level = debug mon clock drift allowed = 1.000 # replicate across OSDs, not hosts osd crush chooseleaf type = 0 #osd pool default size = 2 osd pool default erasure code profile = plugin=jerasure technique=reed_sol_van k=2 m=1 crush-failure-domain=osd # enable some debugging auth debug = true ms die on old message = true ms die on bug = true debug asserts on shutdown = true # adjust warnings mon max pg per osd = 10000# >= luminous mon pg warn max object skew = 0 mon osd allow primary affinity = true mon osd allow pg remap = true mon warn on legacy crush tunables = false mon warn on crush straw calc version zero = false mon warn on no sortbitwise = false mon warn on osd down out interval zero = false mon warn on too few osds = false mon_warn_on_pool_pg_num_not_power_of_two = false # disable pg_autoscaler by default for new pools osd_pool_default_pg_autoscale_mode = off # tests delete pools mon allow pool delete = true fsid = 5910470e-669a-11ee-8db6-212e2dc638e7 [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 [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 2023-10-09T11:53:11.756 DEBUG:teuthology.orchestra.run.smithi031:mon.a> sudo journalctl -f -n 0 -u ceph-5910470e-669a-11ee-8db6-212e2dc638e7@mon.a.service 2023-10-09T11:53:11.798 DEBUG:teuthology.orchestra.run.smithi031:mgr.x> sudo journalctl -f -n 0 -u ceph-5910470e-669a-11ee-8db6-212e2dc638e7@mgr.x.service 2023-10-09T11:53:11.833 INFO:journalctl@ceph.mon.a.smithi031.stdout:-- Logs begin at Mon 2023-10-09 11:44:06 UTC. -- 2023-10-09T11:53:11.835 INFO:tasks.cephadm:Bootstrapping... 2023-10-09T11:53:11.835 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcea8c48517ff154f392584022efa0718f51c9f2 -v bootstrap --fsid 5910470e-669a-11ee-8db6-212e2dc638e7 --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 x --orphan-initial-daemons --skip-monitoring-stack --mon-ip 172.21.15.31 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-10-09T11:53:11.867 INFO:journalctl@ceph.mgr.x.smithi031.stdout:-- Logs begin at Mon 2023-10-09 11:44:06 UTC. -- 2023-10-09T11:53:12.023 INFO:teuthology.orchestra.run.smithi031.stdout:-------------------------------------------------------------------------------- 2023-10-09T11:53:12.023 INFO:teuthology.orchestra.run.smithi031.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcea8c48517ff154f392584022efa0718f51c9f2', '-v', 'bootstrap', '--fsid', '5910470e-669a-11ee-8db6-212e2dc638e7', '--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', 'x', '--orphan-initial-daemons', '--skip-monitoring-stack', '--mon-ip', '172.21.15.31', '--skip-admin-label'] 2023-10-09T11:53:12.059 INFO:teuthology.orchestra.run.smithi031.stdout:/bin/podman: stdout 4.6.1 2023-10-09T11:53:12.059 INFO:teuthology.orchestra.run.smithi031.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2023-10-09T11:53:12.060 INFO:teuthology.orchestra.run.smithi031.stdout:Verifying podman|docker is present... 2023-10-09T11:53:12.094 INFO:teuthology.orchestra.run.smithi031.stdout:/bin/podman: stdout 4.6.1 2023-10-09T11:53:12.094 INFO:teuthology.orchestra.run.smithi031.stdout:Verifying lvm2 is present... 2023-10-09T11:53:12.094 INFO:teuthology.orchestra.run.smithi031.stdout:Verifying time synchronization is in place... 2023-10-09T11:53:12.102 INFO:teuthology.orchestra.run.smithi031.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2023-10-09T11:53:12.102 INFO:teuthology.orchestra.run.smithi031.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2023-10-09T11:53:12.109 INFO:teuthology.orchestra.run.smithi031.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2023-10-09T11:53:12.109 INFO:teuthology.orchestra.run.smithi031.stdout:systemctl: stdout inactive 2023-10-09T11:53:12.116 INFO:teuthology.orchestra.run.smithi031.stdout:systemctl: stdout enabled 2023-10-09T11:53:12.122 INFO:teuthology.orchestra.run.smithi031.stdout:systemctl: stdout active 2023-10-09T11:53:12.122 INFO:teuthology.orchestra.run.smithi031.stdout:Unit chronyd.service is enabled and running 2023-10-09T11:53:12.122 INFO:teuthology.orchestra.run.smithi031.stdout:Repeating the final host check... 2023-10-09T11:53:12.161 INFO:teuthology.orchestra.run.smithi031.stdout:/bin/podman: stdout 4.6.1 2023-10-09T11:53:12.161 INFO:teuthology.orchestra.run.smithi031.stdout:podman (/bin/podman) version 4.6.1 is present 2023-10-09T11:53:12.161 INFO:teuthology.orchestra.run.smithi031.stdout:systemctl is present 2023-10-09T11:53:12.162 INFO:teuthology.orchestra.run.smithi031.stdout:lvcreate is present 2023-10-09T11:53:12.169 INFO:teuthology.orchestra.run.smithi031.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2023-10-09T11:53:12.169 INFO:teuthology.orchestra.run.smithi031.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2023-10-09T11:53:12.175 INFO:teuthology.orchestra.run.smithi031.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2023-10-09T11:53:12.175 INFO:teuthology.orchestra.run.smithi031.stdout:systemctl: stdout inactive 2023-10-09T11:53:12.182 INFO:teuthology.orchestra.run.smithi031.stdout:systemctl: stdout enabled 2023-10-09T11:53:12.189 INFO:teuthology.orchestra.run.smithi031.stdout:systemctl: stdout active 2023-10-09T11:53:12.189 INFO:teuthology.orchestra.run.smithi031.stdout:Unit chronyd.service is enabled and running 2023-10-09T11:53:12.189 INFO:teuthology.orchestra.run.smithi031.stdout:Host looks OK 2023-10-09T11:53:12.189 INFO:teuthology.orchestra.run.smithi031.stdout:Cluster fsid: 5910470e-669a-11ee-8db6-212e2dc638e7 2023-10-09T11:53:12.189 INFO:teuthology.orchestra.run.smithi031.stdout:Acquiring lock 140597185266464 on /run/cephadm/5910470e-669a-11ee-8db6-212e2dc638e7.lock 2023-10-09T11:53:12.190 INFO:teuthology.orchestra.run.smithi031.stdout:Lock 140597185266464 acquired on /run/cephadm/5910470e-669a-11ee-8db6-212e2dc638e7.lock 2023-10-09T11:53:12.190 INFO:teuthology.orchestra.run.smithi031.stdout:Verifying IP 172.21.15.31 port 3300 ... 2023-10-09T11:53:12.190 INFO:teuthology.orchestra.run.smithi031.stdout:Verifying IP 172.21.15.31 port 6789 ... 2023-10-09T11:53:12.190 INFO:teuthology.orchestra.run.smithi031.stdout:Base mon IP(s) is [172.21.15.31:3300, 172.21.15.31:6789], mon addrv is [v2:172.21.15.31:3300,v1:172.21.15.31:6789] 2023-10-09T11:53:12.194 INFO:teuthology.orchestra.run.smithi031.stdout:/sbin/ip: stdout default via 172.21.15.254 dev ens1f0 proto dhcp src 172.21.15.31 metric 100 2023-10-09T11:53:12.194 INFO:teuthology.orchestra.run.smithi031.stdout:/sbin/ip: stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.31 metric 100 2023-10-09T11:53:12.198 INFO:teuthology.orchestra.run.smithi031.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2023-10-09T11:53:12.198 INFO:teuthology.orchestra.run.smithi031.stdout:/sbin/ip: stdout fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2023-10-09T11:53:12.198 INFO:teuthology.orchestra.run.smithi031.stdout:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1659sec hoplimit 64 pref medium 2023-10-09T11:53:12.201 INFO:teuthology.orchestra.run.smithi031.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-10-09T11:53:12.201 INFO:teuthology.orchestra.run.smithi031.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2023-10-09T11:53:12.201 INFO:teuthology.orchestra.run.smithi031.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2023-10-09T11:53:12.201 INFO:teuthology.orchestra.run.smithi031.stdout:/sbin/ip: stdout 4: ens1f0: mtu 1500 state UP qlen 1000 2023-10-09T11:53:12.201 INFO:teuthology.orchestra.run.smithi031.stdout:/sbin/ip: stdout inet6 fe80::ae1f:6bff:fea5:caba/64 scope link 2023-10-09T11:53:12.201 INFO:teuthology.orchestra.run.smithi031.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2023-10-09T11:53:12.202 INFO:teuthology.orchestra.run.smithi031.stdout:Mon IP `172.21.15.31` is in CIDR network `172.21.0.0/20` 2023-10-09T11:53:12.202 INFO:teuthology.orchestra.run.smithi031.stdout:Mon IP `172.21.15.31` is in CIDR network `172.21.0.0/20` 2023-10-09T11:53:12.202 INFO:teuthology.orchestra.run.smithi031.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2023-10-09T11:53:12.202 INFO:teuthology.orchestra.run.smithi031.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-10-09T11:53:12.203 INFO:teuthology.orchestra.run.smithi031.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcea8c48517ff154f392584022efa0718f51c9f2... 2023-10-09T11:53:12.512 INFO:teuthology.orchestra.run.smithi031.stdout:/bin/podman: stdout fa922c4449069cae14b17e9ffaef6cf64d1d7080cea061a20dc1d8f318e65863 2023-10-09T11:53:12.512 INFO:teuthology.orchestra.run.smithi031.stdout:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcea8c48517ff154f392584022efa0718f51c9f2... 2023-10-09T11:53:12.512 INFO:teuthology.orchestra.run.smithi031.stdout:/bin/podman: stderr Getting image source signatures 2023-10-09T11:53:12.512 INFO:teuthology.orchestra.run.smithi031.stdout:/bin/podman: stderr Copying blob sha256:556fc22cf1e739705d2013195476c145689a6e17c5a9071e0d49fdc6e036642a 2023-10-09T11:53:12.512 INFO:teuthology.orchestra.run.smithi031.stdout:/bin/podman: stderr Copying blob sha256:3f4fd5c3c800c6da9ef94691df203a05a5bbbf32c483d09d620ec06eef42ea2b 2023-10-09T11:53:12.512 INFO:teuthology.orchestra.run.smithi031.stdout:/bin/podman: stderr Copying config sha256:fa922c4449069cae14b17e9ffaef6cf64d1d7080cea061a20dc1d8f318e65863 2023-10-09T11:53:12.512 INFO:teuthology.orchestra.run.smithi031.stdout:/bin/podman: stderr Writing manifest to image destination 2023-10-09T11:53:13.148 INFO:teuthology.orchestra.run.smithi031.stdout:ceph: stdout ceph version 18.0.0-5817-gbcea8c48 (bcea8c48517ff154f392584022efa0718f51c9f2) reef (dev) 2023-10-09T11:53:13.148 INFO:teuthology.orchestra.run.smithi031.stdout:Ceph version: ceph version 18.0.0-5817-gbcea8c48 (bcea8c48517ff154f392584022efa0718f51c9f2) reef (dev) 2023-10-09T11:53:13.148 INFO:teuthology.orchestra.run.smithi031.stdout:Extracting ceph user uid/gid from container image... 2023-10-09T11:53:13.647 INFO:teuthology.orchestra.run.smithi031.stdout:stat: stdout 167 167 2023-10-09T11:53:13.647 INFO:teuthology.orchestra.run.smithi031.stdout:Creating initial keys... 2023-10-09T11:53:14.202 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-authtool: stdout AQCp6SNlOce+MxAAo+aO/pUQZiI2t9btUkpZmA== 2023-10-09T11:53:14.742 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-authtool: stdout AQCq6SNl53CNFxAA77w/apY/4uakzPvf/4F4vQ== 2023-10-09T11:53:15.252 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-authtool: stdout AQCq6SNl8tv0NhAAnMWJuDZK/aJrI78HLmredw== 2023-10-09T11:53:15.254 INFO:teuthology.orchestra.run.smithi031.stdout:Creating initial monmap... 2023-10-09T11:53:15.790 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2023-10-09T11:53:15.790 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = pacific 2023-10-09T11:53:15.790 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 5910470e-669a-11ee-8db6-212e2dc638e7 2023-10-09T11:53:15.790 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-10-09T11:53:15.790 INFO:teuthology.orchestra.run.smithi031.stdout:monmaptool for a [v2:172.21.15.31:3300,v1:172.21.15.31:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-10-09T11:53:15.791 INFO:teuthology.orchestra.run.smithi031.stdout:setting min_mon_release = pacific 2023-10-09T11:53:15.791 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/monmaptool: set fsid to 5910470e-669a-11ee-8db6-212e2dc638e7 2023-10-09T11:53:15.791 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-10-09T11:53:15.791 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-10-09T11:53:15.791 INFO:teuthology.orchestra.run.smithi031.stdout:Creating mon... 2023-10-09T11:53:16.336 INFO:teuthology.orchestra.run.smithi031.stdout:create mon.a on 2023-10-09T11:53:16.571 INFO:teuthology.orchestra.run.smithi031.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2023-10-09T11:53:16.737 INFO:teuthology.orchestra.run.smithi031.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-5910470e-669a-11ee-8db6-212e2dc638e7.target → /etc/systemd/system/ceph-5910470e-669a-11ee-8db6-212e2dc638e7.target. 2023-10-09T11:53:16.738 INFO:teuthology.orchestra.run.smithi031.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-5910470e-669a-11ee-8db6-212e2dc638e7.target → /etc/systemd/system/ceph-5910470e-669a-11ee-8db6-212e2dc638e7.target. 2023-10-09T11:53:16.930 INFO:teuthology.orchestra.run.smithi031.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-5910470e-669a-11ee-8db6-212e2dc638e7@mon.a 2023-10-09T11:53:16.930 INFO:teuthology.orchestra.run.smithi031.stdout:systemctl: stderr Failed to reset failed state of unit ceph-5910470e-669a-11ee-8db6-212e2dc638e7@mon.a.service: Unit ceph-5910470e-669a-11ee-8db6-212e2dc638e7@mon.a.service not loaded. 2023-10-09T11:53:17.032 INFO:teuthology.orchestra.run.smithi031.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-5910470e-669a-11ee-8db6-212e2dc638e7.target.wants/ceph-5910470e-669a-11ee-8db6-212e2dc638e7@mon.a.service → /etc/systemd/system/ceph-5910470e-669a-11ee-8db6-212e2dc638e7@.service. 2023-10-09T11:53:17.428 INFO:teuthology.orchestra.run.smithi031.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2023-10-09T11:53:17.428 INFO:teuthology.orchestra.run.smithi031.stdout:systemctl: stdout disabled 2023-10-09T11:53:17.438 INFO:teuthology.orchestra.run.smithi031.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2023-10-09T11:53:17.438 INFO:teuthology.orchestra.run.smithi031.stdout:systemctl: stdout inactive 2023-10-09T11:53:17.438 INFO:teuthology.orchestra.run.smithi031.stdout:firewalld.service is not enabled 2023-10-09T11:53:17.438 INFO:teuthology.orchestra.run.smithi031.stdout:Not possible to enable service . firewalld.service is not available 2023-10-09T11:53:17.438 INFO:teuthology.orchestra.run.smithi031.stdout:Waiting for mon to start... 2023-10-09T11:53:17.439 INFO:teuthology.orchestra.run.smithi031.stdout:Waiting for mon... 2023-10-09T11:53:17.805 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:17 smithi031 ceph-mon[107661]: mon.a is new leader, mons a in quorum (ranks 0) 2023-10-09T11:53:18.224 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout cluster: 2023-10-09T11:53:18.224 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout id: 5910470e-669a-11ee-8db6-212e2dc638e7 2023-10-09T11:53:18.224 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2023-10-09T11:53:18.224 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout 2023-10-09T11:53:18.224 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout services: 2023-10-09T11:53:18.224 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.421895s) 2023-10-09T11:53:18.224 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2023-10-09T11:53:18.225 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2023-10-09T11:53:18.225 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout 2023-10-09T11:53:18.225 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout data: 2023-10-09T11:53:18.225 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2023-10-09T11:53:18.225 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2023-10-09T11:53:18.225 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2023-10-09T11:53:18.225 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout pgs: 2023-10-09T11:53:18.225 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout 2023-10-09T11:53:18.225 INFO:teuthology.orchestra.run.smithi031.stdout:mon is available 2023-10-09T11:53:18.225 INFO:teuthology.orchestra.run.smithi031.stdout:Assimilating anything we can from ceph.conf... 2023-10-09T11:53:18.673 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:18 smithi031 ceph-mon[107661]: mon.a is new leader, mons a in quorum (ranks 0) 2023-10-09T11:53:18.673 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:18 smithi031 ceph-mon[107661]: monmap e1: 1 mons at {a=[v2:172.21.15.31:3300/0,v1:172.21.15.31:6789/0]} removed_ranks: {} 2023-10-09T11:53:18.673 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:18 smithi031 ceph-mon[107661]: fsmap 2023-10-09T11:53:18.673 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:18 smithi031 ceph-mon[107661]: osdmap e1: 0 total, 0 up, 0 in 2023-10-09T11:53:18.673 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:18 smithi031 ceph-mon[107661]: mgrmap e1: no daemons active 2023-10-09T11:53:18.674 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:18 smithi031 ceph-mon[107661]: from='client.? 172.21.15.31:0/2891223852' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-10-09T11:53:19.014 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout 2023-10-09T11:53:19.014 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout [global] 2023-10-09T11:53:19.015 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout fsid = 5910470e-669a-11ee-8db6-212e2dc638e7 2023-10-09T11:53:19.015 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.31:3300,v1:172.21.15.31:6789] 2023-10-09T11:53:19.015 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2023-10-09T11:53:19.015 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2023-10-09T11:53:19.015 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2023-10-09T11:53:19.015 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2023-10-09T11:53:19.015 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout 2023-10-09T11:53:19.015 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout [mgr] 2023-10-09T11:53:19.015 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2023-10-09T11:53:19.015 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout 2023-10-09T11:53:19.015 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout [osd] 2023-10-09T11:53:19.015 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2023-10-09T11:53:19.015 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2023-10-09T11:53:19.016 INFO:teuthology.orchestra.run.smithi031.stdout:Generating new minimal ceph.conf... 2023-10-09T11:53:19.732 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:19 smithi031 ceph-mon[107661]: from='client.? 172.21.15.31:0/3331208900' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-10-09T11:53:19.732 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:19 smithi031 ceph-mon[107661]: from='client.? 172.21.15.31:0/3331208900' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-10-09T11:53:19.732 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:19 smithi031 ceph-mon[107661]: from='client.? 172.21.15.31:0/1930735007' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-09T11:53:19.788 INFO:teuthology.orchestra.run.smithi031.stdout:Restarting the monitor... 2023-10-09T11:53:19.991 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:19 smithi031 systemd[1]: Stopping Ceph mon.a for 5910470e-669a-11ee-8db6-212e2dc638e7... 2023-10-09T11:53:20.270 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:19 smithi031 ceph-5910470e-669a-11ee-8db6-212e2dc638e7-mon-a[107657]: 2023-10-09T11:53:19.989+0000 7f26570e6700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2023-10-09T11:53:20.270 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:19 smithi031 ceph-5910470e-669a-11ee-8db6-212e2dc638e7-mon-a[107657]: 2023-10-09T11:53:19.989+0000 7f26570e6700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2023-10-09T11:53:20.555 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 bash[107913]: ceph-5910470e-669a-11ee-8db6-212e2dc638e7-mon-a 2023-10-09T11:53:20.838 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 systemd[1]: ceph-5910470e-669a-11ee-8db6-212e2dc638e7@mon.a.service: Succeeded. 2023-10-09T11:53:20.838 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 systemd[1]: Stopped Ceph mon.a for 5910470e-669a-11ee-8db6-212e2dc638e7. 2023-10-09T11:53:20.839 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 systemd[1]: Starting Ceph mon.a for 5910470e-669a-11ee-8db6-212e2dc638e7... 2023-10-09T11:53:20.897 INFO:teuthology.orchestra.run.smithi031.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2023-10-09T11:53:21.306 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 bash[108021]: 57534275e55bda64d5e68fd885262fe8cfaf4815e55985a7da138551400b286e 2023-10-09T11:53:21.306 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 systemd[1]: Started Ceph mon.a for 5910470e-669a-11ee-8db6-212e2dc638e7. 2023-10-09T11:53:21.306 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: set uid:gid to 167:167 (ceph:ceph) 2023-10-09T11:53:21.307 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: ceph version 18.0.0-5817-gbcea8c48 (bcea8c48517ff154f392584022efa0718f51c9f2) reef (dev), process ceph-mon, pid 2 2023-10-09T11:53:21.307 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: pidfile_write: ignore empty --pid-file 2023-10-09T11:53:21.307 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: load: jerasure load: lrc 2023-10-09T11:53:21.307 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: RocksDB version: 7.9.2 2023-10-09T11:53:21.307 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Git sha 0 2023-10-09T11:53:21.307 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Compile date 2023-09-25 19:01:54 2023-10-09T11:53:21.307 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: DB SUMMARY 2023-10-09T11:53:21.307 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: DB Session ID: STVIH0W0PX0WLBF87XIC 2023-10-09T11:53:21.307 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: CURRENT file: CURRENT 2023-10-09T11:53:21.307 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: IDENTITY file: IDENTITY 2023-10-09T11:53:21.307 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2023-10-09T11:53:21.307 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2023-10-09T11:53:21.308 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 82822 ; 2023-10-09T11:53:21.308 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.error_if_exists: 0 2023-10-09T11:53:21.308 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.create_if_missing: 0 2023-10-09T11:53:21.308 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.paranoid_checks: 1 2023-10-09T11:53:21.308 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.flush_verify_memtable_count: 1 2023-10-09T11:53:21.308 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-10-09T11:53:21.308 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2023-10-09T11:53:21.308 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.env: 0x55ce3626ada0 2023-10-09T11:53:21.308 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.fs: PosixFileSystem 2023-10-09T11:53:21.308 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.info_log: 0x55ce38237460 2023-10-09T11:53:21.308 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.max_file_opening_threads: 16 2023-10-09T11:53:21.308 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.statistics: (nil) 2023-10-09T11:53:21.309 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.use_fsync: 0 2023-10-09T11:53:21.309 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.max_log_file_size: 0 2023-10-09T11:53:21.309 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.max_manifest_file_size: 1073741824 2023-10-09T11:53:21.309 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.log_file_time_to_roll: 0 2023-10-09T11:53:21.309 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.keep_log_file_num: 1000 2023-10-09T11:53:21.309 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.recycle_log_file_num: 0 2023-10-09T11:53:21.309 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.allow_fallocate: 1 2023-10-09T11:53:21.309 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.allow_mmap_reads: 0 2023-10-09T11:53:21.309 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.allow_mmap_writes: 0 2023-10-09T11:53:21.309 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.use_direct_reads: 0 2023-10-09T11:53:21.309 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-10-09T11:53:21.309 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.create_missing_column_families: 0 2023-10-09T11:53:21.310 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.db_log_dir: 2023-10-09T11:53:21.310 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.wal_dir: 2023-10-09T11:53:21.310 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.table_cache_numshardbits: 6 2023-10-09T11:53:21.310 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.WAL_ttl_seconds: 0 2023-10-09T11:53:21.310 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.WAL_size_limit_MB: 0 2023-10-09T11:53:21.310 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-10-09T11:53:21.310 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.manifest_preallocation_size: 4194304 2023-10-09T11:53:21.310 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.is_fd_close_on_exec: 1 2023-10-09T11:53:21.310 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.advise_random_on_open: 1 2023-10-09T11:53:21.310 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.db_write_buffer_size: 0 2023-10-09T11:53:21.310 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.write_buffer_manager: 0x55ce381f14a0 2023-10-09T11:53:21.310 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.access_hint_on_compaction_start: 1 2023-10-09T11:53:21.311 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.random_access_max_buffer_size: 1048576 2023-10-09T11:53:21.311 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.use_adaptive_mutex: 0 2023-10-09T11:53:21.311 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.rate_limiter: (nil) 2023-10-09T11:53:21.311 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-10-09T11:53:21.311 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.wal_recovery_mode: 2 2023-10-09T11:53:21.311 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.enable_thread_tracking: 0 2023-10-09T11:53:21.311 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.enable_pipelined_write: 0 2023-10-09T11:53:21.311 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.unordered_write: 0 2023-10-09T11:53:21.311 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.allow_concurrent_memtable_write: 1 2023-10-09T11:53:21.311 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-10-09T11:53:21.311 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.write_thread_max_yield_usec: 100 2023-10-09T11:53:21.311 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.write_thread_slow_yield_usec: 3 2023-10-09T11:53:21.311 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.row_cache: None 2023-10-09T11:53:21.312 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.wal_filter: None 2023-10-09T11:53:21.312 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.avoid_flush_during_recovery: 0 2023-10-09T11:53:21.312 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.allow_ingest_behind: 0 2023-10-09T11:53:21.312 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.two_write_queues: 0 2023-10-09T11:53:21.312 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.manual_wal_flush: 0 2023-10-09T11:53:21.312 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.wal_compression: 0 2023-10-09T11:53:21.312 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.atomic_flush: 0 2023-10-09T11:53:21.312 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-10-09T11:53:21.312 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.persist_stats_to_disk: 0 2023-10-09T11:53:21.312 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.write_dbid_to_manifest: 0 2023-10-09T11:53:21.312 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.log_readahead_size: 0 2023-10-09T11:53:21.312 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.file_checksum_gen_factory: Unknown 2023-10-09T11:53:21.313 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.best_efforts_recovery: 0 2023-10-09T11:53:21.313 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-10-09T11:53:21.313 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-10-09T11:53:21.313 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.allow_data_in_errors: 0 2023-10-09T11:53:21.313 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.db_host_id: __hostname__ 2023-10-09T11:53:21.313 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.enforce_single_del_contracts: true 2023-10-09T11:53:21.313 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.max_background_jobs: 2 2023-10-09T11:53:21.313 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.max_background_compactions: -1 2023-10-09T11:53:21.313 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.max_subcompactions: 1 2023-10-09T11:53:21.313 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.avoid_flush_during_shutdown: 0 2023-10-09T11:53:21.313 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-10-09T11:53:21.313 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.delayed_write_rate : 16777216 2023-10-09T11:53:21.314 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.max_total_wal_size: 0 2023-10-09T11:53:21.314 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-10-09T11:53:21.314 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.stats_dump_period_sec: 600 2023-10-09T11:53:21.314 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.stats_persist_period_sec: 600 2023-10-09T11:53:21.314 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.stats_history_buffer_size: 1048576 2023-10-09T11:53:21.314 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.max_open_files: -1 2023-10-09T11:53:21.314 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.bytes_per_sync: 0 2023-10-09T11:53:21.314 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.wal_bytes_per_sync: 0 2023-10-09T11:53:21.314 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.strict_bytes_per_sync: 0 2023-10-09T11:53:21.314 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.compaction_readahead_size: 0 2023-10-09T11:53:21.314 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.max_background_flushes: -1 2023-10-09T11:53:21.314 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Compression algorithms supported: 2023-10-09T11:53:21.315 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: kZSTDNotFinalCompression supported: 0 2023-10-09T11:53:21.315 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: kZSTD supported: 0 2023-10-09T11:53:21.315 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: kXpressCompression supported: 0 2023-10-09T11:53:21.315 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: kLZ4HCCompression supported: 1 2023-10-09T11:53:21.315 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: kZlibCompression supported: 1 2023-10-09T11:53:21.315 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: kSnappyCompression supported: 1 2023-10-09T11:53:21.315 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: kLZ4Compression supported: 1 2023-10-09T11:53:21.315 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: kBZip2Compression supported: 0 2023-10-09T11:53:21.315 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Fast CRC32 supported: Supported on x86 2023-10-09T11:53:21.315 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: DMutex implementation: pthread_mutex_t 2023-10-09T11:53:21.315 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2023-10-09T11:53:21.315 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2023-10-09T11:53:21.315 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-10-09T11:53:21.316 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.merge_operator: 2023-10-09T11:53:21.316 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.compaction_filter: None 2023-10-09T11:53:21.316 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.compaction_filter_factory: None 2023-10-09T11:53:21.316 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.sst_partitioner_factory: None 2023-10-09T11:53:21.316 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.memtable_factory: SkipListFactory 2023-10-09T11:53:21.316 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.table_factory: BlockBasedTable 2023-10-09T11:53:21.316 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55ce38237560) 2023-10-09T11:53:21.316 INFO:journalctl@ceph.mon.a.smithi031.stdout: cache_index_and_filter_blocks: 1 2023-10-09T11:53:21.316 INFO:journalctl@ceph.mon.a.smithi031.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2023-10-09T11:53:21.316 INFO:journalctl@ceph.mon.a.smithi031.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2023-10-09T11:53:21.316 INFO:journalctl@ceph.mon.a.smithi031.stdout: pin_top_level_index_and_filter: 1 2023-10-09T11:53:21.316 INFO:journalctl@ceph.mon.a.smithi031.stdout: index_type: 0 2023-10-09T11:53:21.317 INFO:journalctl@ceph.mon.a.smithi031.stdout: data_block_index_type: 0 2023-10-09T11:53:21.317 INFO:journalctl@ceph.mon.a.smithi031.stdout: index_shortening: 1 2023-10-09T11:53:21.317 INFO:journalctl@ceph.mon.a.smithi031.stdout: data_block_hash_table_util_ratio: 0.750000 2023-10-09T11:53:21.317 INFO:journalctl@ceph.mon.a.smithi031.stdout: checksum: 4 2023-10-09T11:53:21.317 INFO:journalctl@ceph.mon.a.smithi031.stdout: no_block_cache: 0 2023-10-09T11:53:21.317 INFO:journalctl@ceph.mon.a.smithi031.stdout: block_cache: 0x55ce3828f1f0 2023-10-09T11:53:21.317 INFO:journalctl@ceph.mon.a.smithi031.stdout: block_cache_name: BinnedLRUCache 2023-10-09T11:53:21.317 INFO:journalctl@ceph.mon.a.smithi031.stdout: block_cache_options: 2023-10-09T11:53:21.317 INFO:journalctl@ceph.mon.a.smithi031.stdout: capacity : 536870912 2023-10-09T11:53:21.317 INFO:journalctl@ceph.mon.a.smithi031.stdout: num_shard_bits : 4 2023-10-09T11:53:21.317 INFO:journalctl@ceph.mon.a.smithi031.stdout: strict_capacity_limit : 0 2023-10-09T11:53:21.317 INFO:journalctl@ceph.mon.a.smithi031.stdout: high_pri_pool_ratio: 0.000 2023-10-09T11:53:21.317 INFO:journalctl@ceph.mon.a.smithi031.stdout: block_cache_compressed: (nil) 2023-10-09T11:53:21.318 INFO:journalctl@ceph.mon.a.smithi031.stdout: persistent_cache: (nil) 2023-10-09T11:53:21.318 INFO:journalctl@ceph.mon.a.smithi031.stdout: block_size: 4096 2023-10-09T11:53:21.318 INFO:journalctl@ceph.mon.a.smithi031.stdout: block_size_deviation: 10 2023-10-09T11:53:21.318 INFO:journalctl@ceph.mon.a.smithi031.stdout: block_restart_interval: 16 2023-10-09T11:53:21.318 INFO:journalctl@ceph.mon.a.smithi031.stdout: index_block_restart_interval: 1 2023-10-09T11:53:21.318 INFO:journalctl@ceph.mon.a.smithi031.stdout: metadata_block_size: 4096 2023-10-09T11:53:21.318 INFO:journalctl@ceph.mon.a.smithi031.stdout: partition_filters: 0 2023-10-09T11:53:21.318 INFO:journalctl@ceph.mon.a.smithi031.stdout: use_delta_encoding: 1 2023-10-09T11:53:21.318 INFO:journalctl@ceph.mon.a.smithi031.stdout: filter_policy: bloomfilter 2023-10-09T11:53:21.318 INFO:journalctl@ceph.mon.a.smithi031.stdout: whole_key_filtering: 1 2023-10-09T11:53:21.318 INFO:journalctl@ceph.mon.a.smithi031.stdout: verify_compression: 0 2023-10-09T11:53:21.318 INFO:journalctl@ceph.mon.a.smithi031.stdout: read_amp_bytes_per_bit: 0 2023-10-09T11:53:21.319 INFO:journalctl@ceph.mon.a.smithi031.stdout: format_version: 5 2023-10-09T11:53:21.319 INFO:journalctl@ceph.mon.a.smithi031.stdout: enable_index_compression: 1 2023-10-09T11:53:21.319 INFO:journalctl@ceph.mon.a.smithi031.stdout: block_align: 0 2023-10-09T11:53:21.319 INFO:journalctl@ceph.mon.a.smithi031.stdout: max_auto_readahead_size: 262144 2023-10-09T11:53:21.319 INFO:journalctl@ceph.mon.a.smithi031.stdout: prepopulate_block_cache: 0 2023-10-09T11:53:21.319 INFO:journalctl@ceph.mon.a.smithi031.stdout: initial_auto_readahead_size: 8192 2023-10-09T11:53:21.319 INFO:journalctl@ceph.mon.a.smithi031.stdout: num_file_reads_for_auto_readahead: 2 2023-10-09T11:53:21.319 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.write_buffer_size: 33554432 2023-10-09T11:53:21.319 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.max_write_buffer_number: 2 2023-10-09T11:53:21.319 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.compression: NoCompression 2023-10-09T11:53:21.319 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.bottommost_compression: Disabled 2023-10-09T11:53:21.319 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.prefix_extractor: nullptr 2023-10-09T11:53:21.319 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-10-09T11:53:21.320 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.num_levels: 7 2023-10-09T11:53:21.320 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-10-09T11:53:21.320 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-10-09T11:53:21.320 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-10-09T11:53:21.320 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-10-09T11:53:21.320 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.bottommost_compression_opts.level: 32767 2023-10-09T11:53:21.321 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-10-09T11:53:21.321 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-10-09T11:53:21.321 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-10-09T11:53:21.321 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-10-09T11:53:21.321 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.bottommost_compression_opts.enabled: false 2023-10-09T11:53:21.321 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2023-10-09T11:53:21.321 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2023-10-09T11:53:21.321 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.compression_opts.window_bits: -14 2023-10-09T11:53:21.321 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.compression_opts.level: 32767 2023-10-09T11:53:21.322 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.compression_opts.strategy: 0 2023-10-09T11:53:21.322 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-10-09T11:53:21.322 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-10-09T11:53:21.322 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2023-10-09T11:53:21.322 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.compression_opts.parallel_threads: 1 2023-10-09T11:53:21.322 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.compression_opts.enabled: false 2023-10-09T11:53:21.322 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2023-10-09T11:53:21.322 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-10-09T11:53:21.322 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-10-09T11:53:21.322 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.level0_stop_writes_trigger: 36 2023-10-09T11:53:21.322 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.target_file_size_base: 67108864 2023-10-09T11:53:21.323 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.target_file_size_multiplier: 1 2023-10-09T11:53:21.323 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.max_bytes_for_level_base: 268435456 2023-10-09T11:53:21.323 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-10-09T11:53:21.323 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-10-09T11:53:21.323 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-10-09T11:53:21.323 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-10-09T11:53:21.323 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-10-09T11:53:21.323 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-10-09T11:53:21.323 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-10-09T11:53:21.323 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-10-09T11:53:21.323 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-10-09T11:53:21.323 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-10-09T11:53:21.323 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.max_compaction_bytes: 1677721600 2023-10-09T11:53:21.324 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2023-10-09T11:53:21.324 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.arena_block_size: 1048576 2023-10-09T11:53:21.324 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-10-09T11:53:21.324 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-10-09T11:53:21.324 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.disable_auto_compactions: 0 2023-10-09T11:53:21.324 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-10-09T11:53:21.324 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-10-09T11:53:21.324 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-10-09T11:53:21.324 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-10-09T11:53:21.324 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-10-09T11:53:21.324 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-10-09T11:53:21.324 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-10-09T11:53:21.325 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-10-09T11:53:21.325 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-10-09T11:53:21.325 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-10-09T11:53:21.325 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.table_properties_collectors: 2023-10-09T11:53:21.325 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.inplace_update_support: 0 2023-10-09T11:53:21.325 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.inplace_update_num_locks: 10000 2023-10-09T11:53:21.325 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-10-09T11:53:21.325 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.memtable_whole_key_filtering: 0 2023-10-09T11:53:21.325 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.memtable_huge_page_size: 0 2023-10-09T11:53:21.325 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.bloom_locality: 0 2023-10-09T11:53:21.325 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.max_successive_merges: 0 2023-10-09T11:53:21.325 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.optimize_filters_for_hits: 0 2023-10-09T11:53:21.325 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.paranoid_file_checks: 0 2023-10-09T11:53:21.326 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.force_consistency_checks: 1 2023-10-09T11:53:21.326 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.report_bg_io_stats: 0 2023-10-09T11:53:21.326 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.ttl: 2592000 2023-10-09T11:53:21.326 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.periodic_compaction_seconds: 0 2023-10-09T11:53:21.326 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.preclude_last_level_data_seconds: 0 2023-10-09T11:53:21.326 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.preserve_internal_time_seconds: 0 2023-10-09T11:53:21.326 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.enable_blob_files: false 2023-10-09T11:53:21.326 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.min_blob_size: 0 2023-10-09T11:53:21.326 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.blob_file_size: 268435456 2023-10-09T11:53:21.326 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.blob_compression_type: NoCompression 2023-10-09T11:53:21.326 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.enable_blob_garbage_collection: false 2023-10-09T11:53:21.326 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-10-09T11:53:21.327 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2023-10-09T11:53:21.327 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.blob_compaction_readahead_size: 0 2023-10-09T11:53:21.327 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.blob_file_starting_level: 0 2023-10-09T11:53:21.327 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2023-10-09T11:53:21.327 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: 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 2023-10-09T11:53:21.327 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2023-10-09T11:53:21.327 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: de21db14-020a-4fb1-9abc-4078df8cd166 2023-10-09T11:53:21.327 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: EVENT_LOG_v1 {"time_micros": 1696852400911612, "job": 1, "event": "recovery_started", "wal_files": [9]} 2023-10-09T11:53:21.327 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2023-10-09T11:53:21.327 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: EVENT_LOG_v1 {"time_micros": 1696852400912875, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 79747, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 242, "table_properties": {"data_size": 77927, "index_size": 230, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 581, "raw_key_size": 9724, "raw_average_key_size": 47, "raw_value_size": 72370, "raw_average_value_size": 353, "num_data_blocks": 10, "num_entries": 205, "num_filter_entries": 205, "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": 1696852400, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "de21db14-020a-4fb1-9abc-4078df8cd166", "db_session_id": "STVIH0W0PX0WLBF87XIC", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2023-10-09T11:53:21.327 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: EVENT_LOG_v1 {"time_micros": 1696852400912960, "job": 1, "event": "recovery_finished"} 2023-10-09T11:53:21.327 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2023-10-09T11:53:21.328 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: 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 2023-10-09T11:53:21.328 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55ce3832c000 2023-10-09T11:53:21.328 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: DB pointer 0x55ce38318000 2023-10-09T11:53:21.328 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2023-10-09T11:53:21.328 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: rocksdb: [db/db_impl/db_impl.cc:1111] 2023-10-09T11:53:21.328 INFO:journalctl@ceph.mon.a.smithi031.stdout: ** DB Stats ** 2023-10-09T11:53:21.328 INFO:journalctl@ceph.mon.a.smithi031.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-10-09T11:53:21.328 INFO:journalctl@ceph.mon.a.smithi031.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-10-09T11:53:21.328 INFO:journalctl@ceph.mon.a.smithi031.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-10-09T11:53:21.328 INFO:journalctl@ceph.mon.a.smithi031.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-10-09T11:53:21.328 INFO:journalctl@ceph.mon.a.smithi031.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-10-09T11:53:21.328 INFO:journalctl@ceph.mon.a.smithi031.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-10-09T11:53:21.328 INFO:journalctl@ceph.mon.a.smithi031.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-10-09T11:53:21.329 INFO:journalctl@ceph.mon.a.smithi031.stdout: 2023-10-09T11:53:21.329 INFO:journalctl@ceph.mon.a.smithi031.stdout: ** Compaction Stats [default] ** 2023-10-09T11:53:21.329 INFO:journalctl@ceph.mon.a.smithi031.stdout: 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) 2023-10-09T11:53:21.329 INFO:journalctl@ceph.mon.a.smithi031.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2023-10-09T11:53:21.329 INFO:journalctl@ceph.mon.a.smithi031.stdout: L0 2/0 79.71 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 114.4 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-10-09T11:53:21.329 INFO:journalctl@ceph.mon.a.smithi031.stdout: Sum 2/0 79.71 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 114.4 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-10-09T11:53:21.329 INFO:journalctl@ceph.mon.a.smithi031.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 114.4 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-10-09T11:53:21.329 INFO:journalctl@ceph.mon.a.smithi031.stdout: 2023-10-09T11:53:21.329 INFO:journalctl@ceph.mon.a.smithi031.stdout: ** Compaction Stats [default] ** 2023-10-09T11:53:21.329 INFO:journalctl@ceph.mon.a.smithi031.stdout: 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) 2023-10-09T11:53:21.329 INFO:journalctl@ceph.mon.a.smithi031.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-10-09T11:53:21.329 INFO:journalctl@ceph.mon.a.smithi031.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 114.4 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-10-09T11:53:21.330 INFO:journalctl@ceph.mon.a.smithi031.stdout: 2023-10-09T11:53:21.330 INFO:journalctl@ceph.mon.a.smithi031.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2023-10-09T11:53:21.330 INFO:journalctl@ceph.mon.a.smithi031.stdout: 2023-10-09T11:53:21.330 INFO:journalctl@ceph.mon.a.smithi031.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-10-09T11:53:21.330 INFO:journalctl@ceph.mon.a.smithi031.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-10-09T11:53:21.330 INFO:journalctl@ceph.mon.a.smithi031.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-10-09T11:53:21.330 INFO:journalctl@ceph.mon.a.smithi031.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-10-09T11:53:21.330 INFO:journalctl@ceph.mon.a.smithi031.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-10-09T11:53:21.330 INFO:journalctl@ceph.mon.a.smithi031.stdout: AddFile(Keys): cumulative 0, interval 0 2023-10-09T11:53:21.330 INFO:journalctl@ceph.mon.a.smithi031.stdout: Cumulative compaction: 0.00 GB write, 19.36 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-10-09T11:53:21.330 INFO:journalctl@ceph.mon.a.smithi031.stdout: Interval compaction: 0.00 GB write, 19.36 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-10-09T11:53:21.330 INFO:journalctl@ceph.mon.a.smithi031.stdout: 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 2023-10-09T11:53:21.331 INFO:journalctl@ceph.mon.a.smithi031.stdout: Block cache BinnedLRUCache@0x55ce3828f1f0#2 capacity: 512.00 MB usage: 1.19 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.4e-05 secs_since: 0 2023-10-09T11:53:21.331 INFO:journalctl@ceph.mon.a.smithi031.stdout: Block cache entry stats(count,size,portion): FilterBlock(2,0.77 KB,0.000146031%) IndexBlock(2,0.42 KB,8.04663e-05%) Misc(1,0.00 KB,0%) 2023-10-09T11:53:21.331 INFO:journalctl@ceph.mon.a.smithi031.stdout: 2023-10-09T11:53:21.331 INFO:journalctl@ceph.mon.a.smithi031.stdout: ** File Read Latency Histogram By Level [default] ** 2023-10-09T11:53:21.331 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: starting mon.a rank 0 at public addrs [v2:172.21.15.31:3300/0,v1:172.21.15.31:6789/0] at bind addrs [v2:172.21.15.31:3300/0,v1:172.21.15.31:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 5910470e-669a-11ee-8db6-212e2dc638e7 2023-10-09T11:53:21.331 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: mon.a@-1(???) e1 preinit fsid 5910470e-669a-11ee-8db6-212e2dc638e7 2023-10-09T11:53:21.331 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: mon.a@-1(???).mds e1 new map 2023-10-09T11:53:21.331 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: mon.a@-1(???).mds e1 print_map 2023-10-09T11:53:21.331 INFO:journalctl@ceph.mon.a.smithi031.stdout: e1 2023-10-09T11:53:21.331 INFO:journalctl@ceph.mon.a.smithi031.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-10-09T11:53:21.331 INFO:journalctl@ceph.mon.a.smithi031.stdout: 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} 2023-10-09T11:53:21.331 INFO:journalctl@ceph.mon.a.smithi031.stdout: legacy client fscid: -1 2023-10-09T11:53:21.332 INFO:journalctl@ceph.mon.a.smithi031.stdout: 2023-10-09T11:53:21.332 INFO:journalctl@ceph.mon.a.smithi031.stdout: No filesystems configured 2023-10-09T11:53:21.332 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-10-09T11:53:21.332 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-10-09T11:53:21.332 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-10-09T11:53:21.332 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-10-09T11:53:21.332 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-10-09T11:53:21.332 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: mon.a is new leader, mons a in quorum (ranks 0) 2023-10-09T11:53:21.332 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: monmap e1: 1 mons at {a=[v2:172.21.15.31:3300/0,v1:172.21.15.31:6789/0]} removed_ranks: {} 2023-10-09T11:53:21.332 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: fsmap 2023-10-09T11:53:21.332 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: osdmap e1: 0 total, 0 up, 0 in 2023-10-09T11:53:21.332 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:20 smithi031 ceph-mon[108039]: mgrmap e1: no daemons active 2023-10-09T11:53:21.654 INFO:teuthology.orchestra.run.smithi031.stdout:Wrote config to /etc/ceph/ceph.conf 2023-10-09T11:53:21.683 INFO:teuthology.orchestra.run.smithi031.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-10-09T11:53:21.683 INFO:teuthology.orchestra.run.smithi031.stdout:Creating mgr... 2023-10-09T11:53:21.684 INFO:teuthology.orchestra.run.smithi031.stdout:Verifying port 0.0.0.0:9283 ... 2023-10-09T11:53:21.685 INFO:teuthology.orchestra.run.smithi031.stdout:Verifying port 0.0.0.0:8765 ... 2023-10-09T11:53:21.912 INFO:teuthology.orchestra.run.smithi031.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-5910470e-669a-11ee-8db6-212e2dc638e7@mgr.x 2023-10-09T11:53:21.912 INFO:teuthology.orchestra.run.smithi031.stdout:systemctl: stderr Failed to reset failed state of unit ceph-5910470e-669a-11ee-8db6-212e2dc638e7@mgr.x.service: Unit ceph-5910470e-669a-11ee-8db6-212e2dc638e7@mgr.x.service not loaded. 2023-10-09T11:53:22.016 INFO:teuthology.orchestra.run.smithi031.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-5910470e-669a-11ee-8db6-212e2dc638e7.target.wants/ceph-5910470e-669a-11ee-8db6-212e2dc638e7@mgr.x.service → /etc/systemd/system/ceph-5910470e-669a-11ee-8db6-212e2dc638e7@.service. 2023-10-09T11:53:22.411 INFO:teuthology.orchestra.run.smithi031.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2023-10-09T11:53:22.412 INFO:teuthology.orchestra.run.smithi031.stdout:systemctl: stdout disabled 2023-10-09T11:53:22.421 INFO:teuthology.orchestra.run.smithi031.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2023-10-09T11:53:22.421 INFO:teuthology.orchestra.run.smithi031.stdout:systemctl: stdout inactive 2023-10-09T11:53:22.421 INFO:teuthology.orchestra.run.smithi031.stdout:firewalld.service is not enabled 2023-10-09T11:53:22.421 INFO:teuthology.orchestra.run.smithi031.stdout:Not possible to enable service . firewalld.service is not available 2023-10-09T11:53:22.431 INFO:teuthology.orchestra.run.smithi031.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2023-10-09T11:53:22.431 INFO:teuthology.orchestra.run.smithi031.stdout:systemctl: stdout disabled 2023-10-09T11:53:22.442 INFO:teuthology.orchestra.run.smithi031.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2023-10-09T11:53:22.442 INFO:teuthology.orchestra.run.smithi031.stdout:systemctl: stdout inactive 2023-10-09T11:53:22.442 INFO:teuthology.orchestra.run.smithi031.stdout:firewalld.service is not enabled 2023-10-09T11:53:22.442 INFO:teuthology.orchestra.run.smithi031.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2023-10-09T11:53:22.442 INFO:teuthology.orchestra.run.smithi031.stdout:Waiting for mgr to start... 2023-10-09T11:53:22.442 INFO:teuthology.orchestra.run.smithi031.stdout:Waiting for mgr... 2023-10-09T11:53:22.534 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:22 smithi031 ceph-mon[108039]: from='client.? 172.21.15.31:0/45257667' entity='client.admin' 2023-10-09T11:53:22.534 INFO:journalctl@ceph.mgr.x.smithi031.stdout:Oct 09 11:53:22 smithi031 bash[108249]: 85b2e7e6e0dfd035d564b3f47444f10eb364f484b8b322332af78860e660860d 2023-10-09T11:53:22.534 INFO:journalctl@ceph.mgr.x.smithi031.stdout:Oct 09 11:53:22 smithi031 systemd[1]: Started Ceph mgr.x for 5910470e-669a-11ee-8db6-212e2dc638e7. 2023-10-09T11:53:22.805 INFO:journalctl@ceph.mgr.x.smithi031.stdout:Oct 09 11:53:22 smithi031 ceph-5910470e-669a-11ee-8db6-212e2dc638e7-mgr-x[108265]: 2023-10-09T11:53:22.533+0000 7f8a2e010200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-10-09T11:53:22.805 INFO:journalctl@ceph.mgr.x.smithi031.stdout:Oct 09 11:53:22 smithi031 ceph-5910470e-669a-11ee-8db6-212e2dc638e7-mgr-x[108265]: 2023-10-09T11:53:22.737+0000 7f8a2e010200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-10-09T11:53:23.156 INFO:journalctl@ceph.mgr.x.smithi031.stdout:Oct 09 11:53:23 smithi031 ceph-5910470e-669a-11ee-8db6-212e2dc638e7-mgr-x[108265]: 2023-10-09T11:53:23.121+0000 7f8a2e010200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-10-09T11:53:23.213 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout 2023-10-09T11:53:23.214 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout { 2023-10-09T11:53:23.214 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "fsid": "5910470e-669a-11ee-8db6-212e2dc638e7", 2023-10-09T11:53:23.214 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "health": { 2023-10-09T11:53:23.214 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-10-09T11:53:23.214 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-10-09T11:53:23.214 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-10-09T11:53:23.214 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout }, 2023-10-09T11:53:23.214 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-10-09T11:53:23.214 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-10-09T11:53:23.214 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout 0 2023-10-09T11:53:23.215 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout ], 2023-10-09T11:53:23.215 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-10-09T11:53:23.215 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "a" 2023-10-09T11:53:23.215 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout ], 2023-10-09T11:53:23.215 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "quorum_age": 1, 2023-10-09T11:53:23.215 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "monmap": { 2023-10-09T11:53:23.215 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-09T11:53:23.215 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2023-10-09T11:53:23.215 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-10-09T11:53:23.215 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout }, 2023-10-09T11:53:23.215 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-10-09T11:53:23.215 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-09T11:53:23.215 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-10-09T11:53:23.216 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-10-09T11:53:23.216 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-10-09T11:53:23.216 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-10-09T11:53:23.219 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-10-09T11:53:23.219 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-10-09T11:53:23.219 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout }, 2023-10-09T11:53:23.219 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-10-09T11:53:23.219 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-10-09T11:53:23.219 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-10-09T11:53:23.220 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-10-09T11:53:23.220 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-10-09T11:53:23.220 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-10-09T11:53:23.220 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-10-09T11:53:23.220 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-10-09T11:53:23.220 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-10-09T11:53:23.220 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout }, 2023-10-09T11:53:23.220 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-10-09T11:53:23.220 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-09T11:53:23.220 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-10-09T11:53:23.220 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-10-09T11:53:23.220 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout }, 2023-10-09T11:53:23.220 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-10-09T11:53:23.221 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "available": false, 2023-10-09T11:53:23.221 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-10-09T11:53:23.221 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "modules": [ 2023-10-09T11:53:23.221 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "iostat", 2023-10-09T11:53:23.221 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "nfs", 2023-10-09T11:53:23.221 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "restful" 2023-10-09T11:53:23.221 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout ], 2023-10-09T11:53:23.221 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "services": {} 2023-10-09T11:53:23.221 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout }, 2023-10-09T11:53:23.221 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-10-09T11:53:23.221 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-09T11:53:23.221 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "modified": "2023-10-09T11:53:17.470981+0000", 2023-10-09T11:53:23.221 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "services": {} 2023-10-09T11:53:23.222 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout }, 2023-10-09T11:53:23.222 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-10-09T11:53:23.222 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout } 2023-10-09T11:53:23.222 INFO:teuthology.orchestra.run.smithi031.stdout:mgr not available, waiting (1/15)... 2023-10-09T11:53:23.555 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:23 smithi031 ceph-mon[108039]: from='client.? 172.21.15.31:0/3204299459' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-10-09T11:53:23.960 INFO:journalctl@ceph.mgr.x.smithi031.stdout:Oct 09 11:53:23 smithi031 ceph-5910470e-669a-11ee-8db6-212e2dc638e7-mgr-x[108265]: 2023-10-09T11:53:23.699+0000 7f8a2e010200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-10-09T11:53:24.305 INFO:journalctl@ceph.mgr.x.smithi031.stdout:Oct 09 11:53:23 smithi031 ceph-5910470e-669a-11ee-8db6-212e2dc638e7-mgr-x[108265]: 2023-10-09T11:53:23.959+0000 7f8a2e010200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-10-09T11:53:24.805 INFO:journalctl@ceph.mgr.x.smithi031.stdout:Oct 09 11:53:24 smithi031 ceph-5910470e-669a-11ee-8db6-212e2dc638e7-mgr-x[108265]: 2023-10-09T11:53:24.439+0000 7f8a2e010200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-10-09T11:53:25.555 INFO:journalctl@ceph.mgr.x.smithi031.stdout:Oct 09 11:53:25 smithi031 ceph-5910470e-669a-11ee-8db6-212e2dc638e7-mgr-x[108265]: 2023-10-09T11:53:25.276+0000 7f8a2e010200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-10-09T11:53:25.555 INFO:journalctl@ceph.mgr.x.smithi031.stdout:Oct 09 11:53:25 smithi031 ceph-5910470e-669a-11ee-8db6-212e2dc638e7-mgr-x[108265]: 2023-10-09T11:53:25.373+0000 7f8a2e010200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-10-09T11:53:26.275 INFO:journalctl@ceph.mgr.x.smithi031.stdout:Oct 09 11:53:26 smithi031 ceph-5910470e-669a-11ee-8db6-212e2dc638e7-mgr-x[108265]: 2023-10-09T11:53:26.079+0000 7f8a2e010200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-10-09T11:53:26.275 INFO:journalctl@ceph.mgr.x.smithi031.stdout:Oct 09 11:53:26 smithi031 ceph-5910470e-669a-11ee-8db6-212e2dc638e7-mgr-x[108265]: 2023-10-09T11:53:26.174+0000 7f8a2e010200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-10-09T11:53:26.538 INFO:journalctl@ceph.mgr.x.smithi031.stdout:Oct 09 11:53:26 smithi031 ceph-5910470e-669a-11ee-8db6-212e2dc638e7-mgr-x[108265]: 2023-10-09T11:53:26.274+0000 7f8a2e010200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-10-09T11:53:26.788 INFO:journalctl@ceph.mgr.x.smithi031.stdout:Oct 09 11:53:26 smithi031 ceph-5910470e-669a-11ee-8db6-212e2dc638e7-mgr-x[108265]: 2023-10-09T11:53:26.537+0000 7f8a2e010200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-10-09T11:53:26.789 INFO:journalctl@ceph.mgr.x.smithi031.stdout:Oct 09 11:53:26 smithi031 ceph-5910470e-669a-11ee-8db6-212e2dc638e7-mgr-x[108265]: 2023-10-09T11:53:26.644+0000 7f8a2e010200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-10-09T11:53:26.789 INFO:journalctl@ceph.mgr.x.smithi031.stdout:Oct 09 11:53:26 smithi031 ceph-5910470e-669a-11ee-8db6-212e2dc638e7-mgr-x[108265]: 2023-10-09T11:53:26.750+0000 7f8a2e010200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-10-09T11:53:26.880 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout 2023-10-09T11:53:26.880 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout { 2023-10-09T11:53:26.880 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "fsid": "5910470e-669a-11ee-8db6-212e2dc638e7", 2023-10-09T11:53:26.880 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "health": { 2023-10-09T11:53:26.880 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-10-09T11:53:26.881 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-10-09T11:53:26.881 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-10-09T11:53:26.881 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout }, 2023-10-09T11:53:26.881 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-10-09T11:53:26.881 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-10-09T11:53:26.881 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout 0 2023-10-09T11:53:26.881 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout ], 2023-10-09T11:53:26.881 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-10-09T11:53:26.881 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "a" 2023-10-09T11:53:26.881 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout ], 2023-10-09T11:53:26.881 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "quorum_age": 5, 2023-10-09T11:53:26.881 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "monmap": { 2023-10-09T11:53:26.881 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-09T11:53:26.882 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2023-10-09T11:53:26.882 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-10-09T11:53:26.882 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout }, 2023-10-09T11:53:26.882 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-10-09T11:53:26.882 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-09T11:53:26.882 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-10-09T11:53:26.882 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-10-09T11:53:26.882 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-10-09T11:53:26.882 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-10-09T11:53:26.885 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-10-09T11:53:26.885 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-10-09T11:53:26.885 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout }, 2023-10-09T11:53:26.885 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-10-09T11:53:26.885 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-10-09T11:53:26.885 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-10-09T11:53:26.885 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-10-09T11:53:26.886 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-10-09T11:53:26.886 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-10-09T11:53:26.886 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-10-09T11:53:26.886 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-10-09T11:53:26.886 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-10-09T11:53:26.886 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout }, 2023-10-09T11:53:26.886 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-10-09T11:53:26.886 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-09T11:53:26.886 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-10-09T11:53:26.886 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-10-09T11:53:26.886 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout }, 2023-10-09T11:53:26.886 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-10-09T11:53:26.886 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "available": false, 2023-10-09T11:53:26.887 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-10-09T11:53:26.887 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "modules": [ 2023-10-09T11:53:26.887 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "iostat", 2023-10-09T11:53:26.887 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "nfs", 2023-10-09T11:53:26.887 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "restful" 2023-10-09T11:53:26.887 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout ], 2023-10-09T11:53:26.887 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "services": {} 2023-10-09T11:53:26.887 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout }, 2023-10-09T11:53:26.887 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-10-09T11:53:26.887 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-09T11:53:26.887 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "modified": "2023-10-09T11:53:17.470981+0000", 2023-10-09T11:53:26.887 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "services": {} 2023-10-09T11:53:26.887 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout }, 2023-10-09T11:53:26.888 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-10-09T11:53:26.888 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout } 2023-10-09T11:53:26.888 INFO:teuthology.orchestra.run.smithi031.stdout:mgr not available, waiting (2/15)... 2023-10-09T11:53:27.055 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:26 smithi031 ceph-mon[108039]: from='client.? 172.21.15.31:0/118186458' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-10-09T11:53:27.055 INFO:journalctl@ceph.mgr.x.smithi031.stdout:Oct 09 11:53:26 smithi031 ceph-5910470e-669a-11ee-8db6-212e2dc638e7-mgr-x[108265]: 2023-10-09T11:53:26.994+0000 7f8a2e010200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-10-09T11:53:27.404 INFO:journalctl@ceph.mgr.x.smithi031.stdout:Oct 09 11:53:27 smithi031 ceph-5910470e-669a-11ee-8db6-212e2dc638e7-mgr-x[108265]: 2023-10-09T11:53:27.100+0000 7f8a2e010200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-10-09T11:53:27.404 INFO:journalctl@ceph.mgr.x.smithi031.stdout:Oct 09 11:53:27 smithi031 ceph-5910470e-669a-11ee-8db6-212e2dc638e7-mgr-x[108265]: 2023-10-09T11:53:27.306+0000 7f8a2e010200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-10-09T11:53:27.404 INFO:journalctl@ceph.mgr.x.smithi031.stdout:Oct 09 11:53:27 smithi031 ceph-5910470e-669a-11ee-8db6-212e2dc638e7-mgr-x[108265]: 2023-10-09T11:53:27.403+0000 7f8a2e010200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-10-09T11:53:28.555 INFO:journalctl@ceph.mgr.x.smithi031.stdout:Oct 09 11:53:28 smithi031 ceph-5910470e-669a-11ee-8db6-212e2dc638e7-mgr-x[108265]: 2023-10-09T11:53:28.261+0000 7f8a2e010200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-10-09T11:53:28.555 INFO:journalctl@ceph.mgr.x.smithi031.stdout:Oct 09 11:53:28 smithi031 ceph-5910470e-669a-11ee-8db6-212e2dc638e7-mgr-x[108265]: 2023-10-09T11:53:28.479+0000 7f8a2e010200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-10-09T11:53:28.983 INFO:journalctl@ceph.mgr.x.smithi031.stdout:Oct 09 11:53:28 smithi031 ceph-5910470e-669a-11ee-8db6-212e2dc638e7-mgr-x[108265]: 2023-10-09T11:53:28.679+0000 7f8a2e010200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-10-09T11:53:29.521 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:29 smithi031 ceph-mon[108039]: from='client.? 172.21.15.31:0/3031235615' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-10-09T11:53:29.522 INFO:journalctl@ceph.mgr.x.smithi031.stdout:Oct 09 11:53:29 smithi031 ceph-5910470e-669a-11ee-8db6-212e2dc638e7-mgr-x[108265]: 2023-10-09T11:53:29.452+0000 7f8a2e010200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-10-09T11:53:29.596 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout 2023-10-09T11:53:29.596 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout { 2023-10-09T11:53:29.596 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "fsid": "5910470e-669a-11ee-8db6-212e2dc638e7", 2023-10-09T11:53:29.596 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "health": { 2023-10-09T11:53:29.596 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-10-09T11:53:29.596 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-10-09T11:53:29.596 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-10-09T11:53:29.596 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout }, 2023-10-09T11:53:29.596 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-10-09T11:53:29.596 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-10-09T11:53:29.596 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout 0 2023-10-09T11:53:29.597 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout ], 2023-10-09T11:53:29.597 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-10-09T11:53:29.597 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "a" 2023-10-09T11:53:29.597 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout ], 2023-10-09T11:53:29.597 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "quorum_age": 8, 2023-10-09T11:53:29.597 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "monmap": { 2023-10-09T11:53:29.597 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-09T11:53:29.597 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2023-10-09T11:53:29.597 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-10-09T11:53:29.597 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout }, 2023-10-09T11:53:29.597 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-10-09T11:53:29.597 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-09T11:53:29.598 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-10-09T11:53:29.598 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-10-09T11:53:29.598 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-10-09T11:53:29.601 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-10-09T11:53:29.601 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-10-09T11:53:29.601 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-10-09T11:53:29.601 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout }, 2023-10-09T11:53:29.601 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-10-09T11:53:29.601 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-10-09T11:53:29.601 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-10-09T11:53:29.601 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-10-09T11:53:29.601 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-10-09T11:53:29.601 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-10-09T11:53:29.602 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-10-09T11:53:29.602 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-10-09T11:53:29.602 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-10-09T11:53:29.602 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout }, 2023-10-09T11:53:29.602 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-10-09T11:53:29.602 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-09T11:53:29.602 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-10-09T11:53:29.602 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-10-09T11:53:29.602 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout }, 2023-10-09T11:53:29.602 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-10-09T11:53:29.602 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "available": false, 2023-10-09T11:53:29.602 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-10-09T11:53:29.602 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "modules": [ 2023-10-09T11:53:29.603 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "iostat", 2023-10-09T11:53:29.603 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "nfs", 2023-10-09T11:53:29.603 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "restful" 2023-10-09T11:53:29.603 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout ], 2023-10-09T11:53:29.603 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "services": {} 2023-10-09T11:53:29.603 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout }, 2023-10-09T11:53:29.603 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-10-09T11:53:29.603 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-09T11:53:29.603 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "modified": "2023-10-09T11:53:17.470981+0000", 2023-10-09T11:53:29.603 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "services": {} 2023-10-09T11:53:29.603 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout }, 2023-10-09T11:53:29.603 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-10-09T11:53:29.603 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout } 2023-10-09T11:53:29.604 INFO:teuthology.orchestra.run.smithi031.stdout:mgr not available, waiting (3/15)... 2023-10-09T11:53:29.805 INFO:journalctl@ceph.mgr.x.smithi031.stdout:Oct 09 11:53:29 smithi031 ceph-5910470e-669a-11ee-8db6-212e2dc638e7-mgr-x[108265]: 2023-10-09T11:53:29.655+0000 7f8a2e010200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-10-09T11:53:30.295 INFO:journalctl@ceph.mgr.x.smithi031.stdout:Oct 09 11:53:29 smithi031 ceph-5910470e-669a-11ee-8db6-212e2dc638e7-mgr-x[108265]: 2023-10-09T11:53:29.861+0000 7f8a2e010200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-10-09T11:53:30.295 INFO:journalctl@ceph.mgr.x.smithi031.stdout:Oct 09 11:53:29 smithi031 ceph-5910470e-669a-11ee-8db6-212e2dc638e7-mgr-x[108265]: 2023-10-09T11:53:29.991+0000 7f8a2e010200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-10-09T11:53:30.555 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:30 smithi031 ceph-mon[108039]: Activating manager daemon x 2023-10-09T11:53:30.555 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:30 smithi031 ceph-mon[108039]: mgrmap e2: x(active, starting, since 0.00326369s) 2023-10-09T11:53:30.555 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:30 smithi031 ceph-mon[108039]: from='mgr.14100 172.21.15.31:0/2458212332' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-10-09T11:53:30.555 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:30 smithi031 ceph-mon[108039]: from='mgr.14100 172.21.15.31:0/2458212332' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-10-09T11:53:30.555 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:30 smithi031 ceph-mon[108039]: from='mgr.14100 172.21.15.31:0/2458212332' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-10-09T11:53:30.555 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:30 smithi031 ceph-mon[108039]: from='mgr.14100 172.21.15.31:0/2458212332' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-09T11:53:30.555 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:30 smithi031 ceph-mon[108039]: from='mgr.14100 172.21.15.31:0/2458212332' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-10-09T11:53:30.555 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:30 smithi031 ceph-mon[108039]: Manager daemon x is now available 2023-10-09T11:53:30.556 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:30 smithi031 ceph-mon[108039]: from='mgr.14100 172.21.15.31:0/2458212332' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2023-10-09T11:53:30.556 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:30 smithi031 ceph-mon[108039]: from='mgr.14100 172.21.15.31:0/2458212332' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2023-10-09T11:53:30.556 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:30 smithi031 ceph-mon[108039]: from='mgr.14100 172.21.15.31:0/2458212332' entity='mgr.x' 2023-10-09T11:53:30.556 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:30 smithi031 ceph-mon[108039]: from='mgr.14100 172.21.15.31:0/2458212332' entity='mgr.x' 2023-10-09T11:53:30.556 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:30 smithi031 ceph-mon[108039]: from='mgr.14100 172.21.15.31:0/2458212332' entity='mgr.x' 2023-10-09T11:53:32.305 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:32 smithi031 ceph-mon[108039]: mgrmap e3: x(active, since 1.0099s) 2023-10-09T11:53:32.553 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout 2023-10-09T11:53:32.553 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout { 2023-10-09T11:53:32.553 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "fsid": "5910470e-669a-11ee-8db6-212e2dc638e7", 2023-10-09T11:53:32.553 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "health": { 2023-10-09T11:53:32.553 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-10-09T11:53:32.553 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-10-09T11:53:32.554 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-10-09T11:53:32.554 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout }, 2023-10-09T11:53:32.554 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-10-09T11:53:32.554 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-10-09T11:53:32.555 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout 0 2023-10-09T11:53:32.555 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout ], 2023-10-09T11:53:32.555 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-10-09T11:53:32.556 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "a" 2023-10-09T11:53:32.556 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout ], 2023-10-09T11:53:32.556 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "quorum_age": 11, 2023-10-09T11:53:32.556 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "monmap": { 2023-10-09T11:53:32.556 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-09T11:53:32.556 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2023-10-09T11:53:32.556 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-10-09T11:53:32.556 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout }, 2023-10-09T11:53:32.556 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-10-09T11:53:32.556 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-09T11:53:32.556 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-10-09T11:53:32.556 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-10-09T11:53:32.557 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-10-09T11:53:32.560 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-10-09T11:53:32.560 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-10-09T11:53:32.560 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-10-09T11:53:32.560 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout }, 2023-10-09T11:53:32.560 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-10-09T11:53:32.560 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-10-09T11:53:32.560 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-10-09T11:53:32.560 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-10-09T11:53:32.560 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-10-09T11:53:32.560 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-10-09T11:53:32.561 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-10-09T11:53:32.561 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-10-09T11:53:32.561 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-10-09T11:53:32.561 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout }, 2023-10-09T11:53:32.561 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-10-09T11:53:32.561 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-09T11:53:32.561 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-10-09T11:53:32.561 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-10-09T11:53:32.561 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout }, 2023-10-09T11:53:32.561 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-10-09T11:53:32.561 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "available": true, 2023-10-09T11:53:32.561 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-10-09T11:53:32.562 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "modules": [ 2023-10-09T11:53:32.562 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "iostat", 2023-10-09T11:53:32.562 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "nfs", 2023-10-09T11:53:32.562 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "restful" 2023-10-09T11:53:32.562 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout ], 2023-10-09T11:53:32.562 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "services": {} 2023-10-09T11:53:32.562 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout }, 2023-10-09T11:53:32.562 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-10-09T11:53:32.562 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-09T11:53:32.562 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "modified": "2023-10-09T11:53:17.470981+0000", 2023-10-09T11:53:32.562 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "services": {} 2023-10-09T11:53:32.562 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout }, 2023-10-09T11:53:32.562 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-10-09T11:53:32.563 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout } 2023-10-09T11:53:32.563 INFO:teuthology.orchestra.run.smithi031.stdout:mgr is available 2023-10-09T11:53:33.305 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:33 smithi031 ceph-mon[108039]: from='client.? 172.21.15.31:0/125330985' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-10-09T11:53:33.428 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout 2023-10-09T11:53:33.428 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout [global] 2023-10-09T11:53:33.428 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout fsid = 5910470e-669a-11ee-8db6-212e2dc638e7 2023-10-09T11:53:33.428 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2023-10-09T11:53:33.428 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2023-10-09T11:53:33.428 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2023-10-09T11:53:33.428 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2023-10-09T11:53:33.428 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout 2023-10-09T11:53:33.428 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout [mgr] 2023-10-09T11:53:33.429 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2023-10-09T11:53:33.429 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout 2023-10-09T11:53:33.429 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout [osd] 2023-10-09T11:53:33.429 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2023-10-09T11:53:33.429 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2023-10-09T11:53:33.429 INFO:teuthology.orchestra.run.smithi031.stdout:Enabling cephadm module... 2023-10-09T11:53:34.304 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:34 smithi031 ceph-mon[108039]: mgrmap e4: x(active, since 3s) 2023-10-09T11:53:34.304 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:34 smithi031 ceph-mon[108039]: from='client.? 172.21.15.31:0/2957437282' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-10-09T11:53:34.304 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:34 smithi031 ceph-mon[108039]: from='client.? 172.21.15.31:0/3376368725' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-10-09T11:53:34.305 INFO:journalctl@ceph.mgr.x.smithi031.stdout:Oct 09 11:53:34 smithi031 ceph-5910470e-669a-11ee-8db6-212e2dc638e7-mgr-x[108265]: ignoring --setuser ceph since I am not root 2023-10-09T11:53:34.305 INFO:journalctl@ceph.mgr.x.smithi031.stdout:Oct 09 11:53:34 smithi031 ceph-5910470e-669a-11ee-8db6-212e2dc638e7-mgr-x[108265]: ignoring --setgroup ceph since I am not root 2023-10-09T11:53:34.305 INFO:journalctl@ceph.mgr.x.smithi031.stdout:Oct 09 11:53:34 smithi031 ceph-5910470e-669a-11ee-8db6-212e2dc638e7-mgr-x[108265]: 2023-10-09T11:53:34.208+0000 7f93ef00e200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-10-09T11:53:34.555 INFO:journalctl@ceph.mgr.x.smithi031.stdout:Oct 09 11:53:34 smithi031 ceph-5910470e-669a-11ee-8db6-212e2dc638e7-mgr-x[108265]: 2023-10-09T11:53:34.408+0000 7f93ef00e200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-10-09T11:53:35.055 INFO:journalctl@ceph.mgr.x.smithi031.stdout:Oct 09 11:53:34 smithi031 ceph-5910470e-669a-11ee-8db6-212e2dc638e7-mgr-x[108265]: 2023-10-09T11:53:34.793+0000 7f93ef00e200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-10-09T11:53:35.055 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:35 smithi031 ceph-mon[108039]: from='client.? 172.21.15.31:0/3376368725' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-10-09T11:53:35.055 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:35 smithi031 ceph-mon[108039]: mgrmap e5: x(active, since 4s) 2023-10-09T11:53:35.055 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:35 smithi031 ceph-mon[108039]: from='client.? 172.21.15.31:0/1410858136' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-10-09T11:53:35.302 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout { 2023-10-09T11:53:35.302 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "epoch": 5, 2023-10-09T11:53:35.302 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "available": true, 2023-10-09T11:53:35.302 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "active_name": "x", 2023-10-09T11:53:35.302 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_standby": 0 2023-10-09T11:53:35.302 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout } 2023-10-09T11:53:35.302 INFO:teuthology.orchestra.run.smithi031.stdout:Waiting for the mgr to restart... 2023-10-09T11:53:35.303 INFO:teuthology.orchestra.run.smithi031.stdout:Waiting for mgr epoch 5... 2023-10-09T11:53:35.399 INFO:journalctl@ceph.mgr.x.smithi031.stdout:Oct 09 11:53:35 smithi031 ceph-5910470e-669a-11ee-8db6-212e2dc638e7-mgr-x[108265]: 2023-10-09T11:53:35.367+0000 7f93ef00e200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-10-09T11:53:35.805 INFO:journalctl@ceph.mgr.x.smithi031.stdout:Oct 09 11:53:35 smithi031 ceph-5910470e-669a-11ee-8db6-212e2dc638e7-mgr-x[108265]: 2023-10-09T11:53:35.633+0000 7f93ef00e200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-10-09T11:53:36.555 INFO:journalctl@ceph.mgr.x.smithi031.stdout:Oct 09 11:53:36 smithi031 ceph-5910470e-669a-11ee-8db6-212e2dc638e7-mgr-x[108265]: 2023-10-09T11:53:36.108+0000 7f93ef00e200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-10-09T11:53:37.305 INFO:journalctl@ceph.mgr.x.smithi031.stdout:Oct 09 11:53:36 smithi031 ceph-5910470e-669a-11ee-8db6-212e2dc638e7-mgr-x[108265]: 2023-10-09T11:53:36.910+0000 7f93ef00e200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-10-09T11:53:37.305 INFO:journalctl@ceph.mgr.x.smithi031.stdout:Oct 09 11:53:37 smithi031 ceph-5910470e-669a-11ee-8db6-212e2dc638e7-mgr-x[108265]: 2023-10-09T11:53:37.008+0000 7f93ef00e200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-10-09T11:53:38.055 INFO:journalctl@ceph.mgr.x.smithi031.stdout:Oct 09 11:53:37 smithi031 ceph-5910470e-669a-11ee-8db6-212e2dc638e7-mgr-x[108265]: 2023-10-09T11:53:37.696+0000 7f93ef00e200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-10-09T11:53:38.055 INFO:journalctl@ceph.mgr.x.smithi031.stdout:Oct 09 11:53:37 smithi031 ceph-5910470e-669a-11ee-8db6-212e2dc638e7-mgr-x[108265]: 2023-10-09T11:53:37.792+0000 7f93ef00e200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-10-09T11:53:38.055 INFO:journalctl@ceph.mgr.x.smithi031.stdout:Oct 09 11:53:37 smithi031 ceph-5910470e-669a-11ee-8db6-212e2dc638e7-mgr-x[108265]: 2023-10-09T11:53:37.891+0000 7f93ef00e200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-10-09T11:53:38.555 INFO:journalctl@ceph.mgr.x.smithi031.stdout:Oct 09 11:53:38 smithi031 ceph-5910470e-669a-11ee-8db6-212e2dc638e7-mgr-x[108265]: 2023-10-09T11:53:38.151+0000 7f93ef00e200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-10-09T11:53:38.555 INFO:journalctl@ceph.mgr.x.smithi031.stdout:Oct 09 11:53:38 smithi031 ceph-5910470e-669a-11ee-8db6-212e2dc638e7-mgr-x[108265]: 2023-10-09T11:53:38.255+0000 7f93ef00e200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-10-09T11:53:38.555 INFO:journalctl@ceph.mgr.x.smithi031.stdout:Oct 09 11:53:38 smithi031 ceph-5910470e-669a-11ee-8db6-212e2dc638e7-mgr-x[108265]: 2023-10-09T11:53:38.361+0000 7f93ef00e200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-10-09T11:53:38.918 INFO:journalctl@ceph.mgr.x.smithi031.stdout:Oct 09 11:53:38 smithi031 ceph-5910470e-669a-11ee-8db6-212e2dc638e7-mgr-x[108265]: 2023-10-09T11:53:38.602+0000 7f93ef00e200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-10-09T11:53:38.919 INFO:journalctl@ceph.mgr.x.smithi031.stdout:Oct 09 11:53:38 smithi031 ceph-5910470e-669a-11ee-8db6-212e2dc638e7-mgr-x[108265]: 2023-10-09T11:53:38.710+0000 7f93ef00e200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-10-09T11:53:39.305 INFO:journalctl@ceph.mgr.x.smithi031.stdout:Oct 09 11:53:38 smithi031 ceph-5910470e-669a-11ee-8db6-212e2dc638e7-mgr-x[108265]: 2023-10-09T11:53:38.917+0000 7f93ef00e200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-10-09T11:53:39.305 INFO:journalctl@ceph.mgr.x.smithi031.stdout:Oct 09 11:53:39 smithi031 ceph-5910470e-669a-11ee-8db6-212e2dc638e7-mgr-x[108265]: 2023-10-09T11:53:39.014+0000 7f93ef00e200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-10-09T11:53:40.292 INFO:journalctl@ceph.mgr.x.smithi031.stdout:Oct 09 11:53:39 smithi031 ceph-5910470e-669a-11ee-8db6-212e2dc638e7-mgr-x[108265]: 2023-10-09T11:53:39.872+0000 7f93ef00e200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-10-09T11:53:40.292 INFO:journalctl@ceph.mgr.x.smithi031.stdout:Oct 09 11:53:40 smithi031 ceph-5910470e-669a-11ee-8db6-212e2dc638e7-mgr-x[108265]: 2023-10-09T11:53:40.091+0000 7f93ef00e200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-10-09T11:53:40.555 INFO:journalctl@ceph.mgr.x.smithi031.stdout:Oct 09 11:53:40 smithi031 ceph-5910470e-669a-11ee-8db6-212e2dc638e7-mgr-x[108265]: 2023-10-09T11:53:40.290+0000 7f93ef00e200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-10-09T11:53:41.305 INFO:journalctl@ceph.mgr.x.smithi031.stdout:Oct 09 11:53:41 smithi031 ceph-5910470e-669a-11ee-8db6-212e2dc638e7-mgr-x[108265]: 2023-10-09T11:53:41.041+0000 7f93ef00e200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-10-09T11:53:41.305 INFO:journalctl@ceph.mgr.x.smithi031.stdout:Oct 09 11:53:41 smithi031 ceph-5910470e-669a-11ee-8db6-212e2dc638e7-mgr-x[108265]: 2023-10-09T11:53:41.245+0000 7f93ef00e200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-10-09T11:53:41.805 INFO:journalctl@ceph.mgr.x.smithi031.stdout:Oct 09 11:53:41 smithi031 ceph-5910470e-669a-11ee-8db6-212e2dc638e7-mgr-x[108265]: 2023-10-09T11:53:41.451+0000 7f93ef00e200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-10-09T11:53:41.805 INFO:journalctl@ceph.mgr.x.smithi031.stdout:Oct 09 11:53:41 smithi031 ceph-5910470e-669a-11ee-8db6-212e2dc638e7-mgr-x[108265]: 2023-10-09T11:53:41.581+0000 7f93ef00e200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-10-09T11:53:42.305 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:41 smithi031 ceph-mon[108039]: Active manager daemon x restarted 2023-10-09T11:53:42.305 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:41 smithi031 ceph-mon[108039]: Activating manager daemon x 2023-10-09T11:53:42.305 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:41 smithi031 ceph-mon[108039]: osdmap e2: 0 total, 0 up, 0 in 2023-10-09T11:53:42.305 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:41 smithi031 ceph-mon[108039]: mgrmap e6: x(active, starting, since 0.00343779s) 2023-10-09T11:53:42.305 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:41 smithi031 ceph-mon[108039]: from='mgr.14120 172.21.15.31:0/91780368' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-09T11:53:42.306 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:41 smithi031 ceph-mon[108039]: from='mgr.14120 172.21.15.31:0/91780368' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-10-09T11:53:42.306 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:41 smithi031 ceph-mon[108039]: from='mgr.14120 172.21.15.31:0/91780368' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-10-09T11:53:42.306 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:41 smithi031 ceph-mon[108039]: from='mgr.14120 172.21.15.31:0/91780368' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-10-09T11:53:42.306 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:41 smithi031 ceph-mon[108039]: from='mgr.14120 172.21.15.31:0/91780368' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-10-09T11:53:42.306 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:41 smithi031 ceph-mon[108039]: Manager daemon x is now available 2023-10-09T11:53:42.306 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:41 smithi031 ceph-mon[108039]: from='mgr.14120 172.21.15.31:0/91780368' entity='mgr.x' 2023-10-09T11:53:42.306 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:41 smithi031 ceph-mon[108039]: from='mgr.14120 172.21.15.31:0/91780368' entity='mgr.x' 2023-10-09T11:53:42.306 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:41 smithi031 ceph-mon[108039]: from='mgr.14120 172.21.15.31:0/91780368' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-09T11:53:42.306 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:41 smithi031 ceph-mon[108039]: from='mgr.14120 172.21.15.31:0/91780368' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-09T11:53:42.306 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:41 smithi031 ceph-mon[108039]: from='mgr.14120 172.21.15.31:0/91780368' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-09T11:53:42.306 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:41 smithi031 ceph-mon[108039]: from='mgr.14120 172.21.15.31:0/91780368' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2023-10-09T11:53:42.307 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:41 smithi031 ceph-mon[108039]: from='mgr.14120 172.21.15.31:0/91780368' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2023-10-09T11:53:43.305 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:42 smithi031 ceph-mon[108039]: Found migration_current of "None". Setting to last migration. 2023-10-09T11:53:43.305 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:42 smithi031 ceph-mon[108039]: mgrmap e7: x(active, since 1.00591s) 2023-10-09T11:53:44.305 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:43 smithi031 ceph-mon[108039]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-10-09T11:53:44.305 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:43 smithi031 ceph-mon[108039]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-10-09T11:53:45.034 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout { 2023-10-09T11:53:45.034 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2023-10-09T11:53:45.034 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "initialized": true 2023-10-09T11:53:45.034 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout } 2023-10-09T11:53:45.034 INFO:teuthology.orchestra.run.smithi031.stdout:mgr epoch 5 is available 2023-10-09T11:53:45.034 INFO:teuthology.orchestra.run.smithi031.stdout:Setting orchestrator backend to cephadm... 2023-10-09T11:53:45.305 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:44 smithi031 ceph-mon[108039]: mgrmap e8: x(active, since 2s) 2023-10-09T11:53:45.305 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:44 smithi031 ceph-mon[108039]: from='mgr.14120 172.21.15.31:0/91780368' entity='mgr.x' 2023-10-09T11:53:45.305 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:44 smithi031 ceph-mon[108039]: from='mgr.14120 172.21.15.31:0/91780368' entity='mgr.x' 2023-10-09T11:53:46.111 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:45 smithi031 ceph-mon[108039]: [09/Oct/2023:11:53:44] ENGINE Bus STARTING 2023-10-09T11:53:46.111 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:45 smithi031 ceph-mon[108039]: [09/Oct/2023:11:53:44] ENGINE Serving on https://172.21.15.31:7150 2023-10-09T11:53:46.111 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:45 smithi031 ceph-mon[108039]: [09/Oct/2023:11:53:44] ENGINE Serving on http://172.21.15.31:8765 2023-10-09T11:53:46.111 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:45 smithi031 ceph-mon[108039]: [09/Oct/2023:11:53:44] ENGINE Bus STARTED 2023-10-09T11:53:46.111 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:45 smithi031 ceph-mon[108039]: from='mgr.14120 172.21.15.31:0/91780368' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-09T11:53:46.111 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:45 smithi031 ceph-mon[108039]: from='mgr.14120 172.21.15.31:0/91780368' entity='mgr.x' 2023-10-09T11:53:46.111 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:45 smithi031 ceph-mon[108039]: from='mgr.14120 172.21.15.31:0/91780368' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-09T11:53:46.800 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout value unchanged 2023-10-09T11:53:46.800 INFO:teuthology.orchestra.run.smithi031.stdout:Generating ssh key... 2023-10-09T11:53:47.055 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:46 smithi031 ceph-mon[108039]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2023-10-09T11:53:47.711 INFO:journalctl@ceph.mgr.x.smithi031.stdout:Oct 09 11:53:47 smithi031 ceph-5910470e-669a-11ee-8db6-212e2dc638e7-mgr-x[108265]: Generating public/private rsa key pair. 2023-10-09T11:53:47.711 INFO:journalctl@ceph.mgr.x.smithi031.stdout:Oct 09 11:53:47 smithi031 ceph-5910470e-669a-11ee-8db6-212e2dc638e7-mgr-x[108265]: Your identification has been saved in /tmp/tmp76ycgvuy/key. 2023-10-09T11:53:47.711 INFO:journalctl@ceph.mgr.x.smithi031.stdout:Oct 09 11:53:47 smithi031 ceph-5910470e-669a-11ee-8db6-212e2dc638e7-mgr-x[108265]: Your public key has been saved in /tmp/tmp76ycgvuy/key.pub. 2023-10-09T11:53:47.711 INFO:journalctl@ceph.mgr.x.smithi031.stdout:Oct 09 11:53:47 smithi031 ceph-5910470e-669a-11ee-8db6-212e2dc638e7-mgr-x[108265]: The key fingerprint is: 2023-10-09T11:53:47.711 INFO:journalctl@ceph.mgr.x.smithi031.stdout:Oct 09 11:53:47 smithi031 ceph-5910470e-669a-11ee-8db6-212e2dc638e7-mgr-x[108265]: SHA256:/69TsSorD5ZR7wAHLfozwkERuqHZiV94VqSoU3qOxY4 ceph-5910470e-669a-11ee-8db6-212e2dc638e7 2023-10-09T11:53:47.712 INFO:journalctl@ceph.mgr.x.smithi031.stdout:Oct 09 11:53:47 smithi031 ceph-5910470e-669a-11ee-8db6-212e2dc638e7-mgr-x[108265]: The key's randomart image is: 2023-10-09T11:53:47.712 INFO:journalctl@ceph.mgr.x.smithi031.stdout:Oct 09 11:53:47 smithi031 ceph-5910470e-669a-11ee-8db6-212e2dc638e7-mgr-x[108265]: +---[RSA 3072]----+ 2023-10-09T11:53:47.712 INFO:journalctl@ceph.mgr.x.smithi031.stdout:Oct 09 11:53:47 smithi031 ceph-5910470e-669a-11ee-8db6-212e2dc638e7-mgr-x[108265]: | ooo. | 2023-10-09T11:53:47.712 INFO:journalctl@ceph.mgr.x.smithi031.stdout:Oct 09 11:53:47 smithi031 ceph-5910470e-669a-11ee-8db6-212e2dc638e7-mgr-x[108265]: | o.o... | 2023-10-09T11:53:47.712 INFO:journalctl@ceph.mgr.x.smithi031.stdout:Oct 09 11:53:47 smithi031 ceph-5910470e-669a-11ee-8db6-212e2dc638e7-mgr-x[108265]: | =...o.o | 2023-10-09T11:53:47.712 INFO:journalctl@ceph.mgr.x.smithi031.stdout:Oct 09 11:53:47 smithi031 ceph-5910470e-669a-11ee-8db6-212e2dc638e7-mgr-x[108265]: | X =o. + . . | 2023-10-09T11:53:47.712 INFO:journalctl@ceph.mgr.x.smithi031.stdout:Oct 09 11:53:47 smithi031 ceph-5910470e-669a-11ee-8db6-212e2dc638e7-mgr-x[108265]: | B O.+oS . . o | 2023-10-09T11:53:47.712 INFO:journalctl@ceph.mgr.x.smithi031.stdout:Oct 09 11:53:47 smithi031 ceph-5910470e-669a-11ee-8db6-212e2dc638e7-mgr-x[108265]: | X +o ++ o o | 2023-10-09T11:53:47.712 INFO:journalctl@ceph.mgr.x.smithi031.stdout:Oct 09 11:53:47 smithi031 ceph-5910470e-669a-11ee-8db6-212e2dc638e7-mgr-x[108265]: | E + .+o. .o | 2023-10-09T11:53:47.712 INFO:journalctl@ceph.mgr.x.smithi031.stdout:Oct 09 11:53:47 smithi031 ceph-5910470e-669a-11ee-8db6-212e2dc638e7-mgr-x[108265]: | .....o | 2023-10-09T11:53:47.712 INFO:journalctl@ceph.mgr.x.smithi031.stdout:Oct 09 11:53:47 smithi031 ceph-5910470e-669a-11ee-8db6-212e2dc638e7-mgr-x[108265]: | oooo+. | 2023-10-09T11:53:47.712 INFO:journalctl@ceph.mgr.x.smithi031.stdout:Oct 09 11:53:47 smithi031 ceph-5910470e-669a-11ee-8db6-212e2dc638e7-mgr-x[108265]: +----[SHA256]-----+ 2023-10-09T11:53:48.055 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:47 smithi031 ceph-mon[108039]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-10-09T11:53:48.055 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:47 smithi031 ceph-mon[108039]: from='mgr.14120 172.21.15.31:0/91780368' entity='mgr.x' 2023-10-09T11:53:48.056 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:47 smithi031 ceph-mon[108039]: from='mgr.14120 172.21.15.31:0/91780368' entity='mgr.x' 2023-10-09T11:53:48.658 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQD0DuA2mu/+TyWvFQGKeksJJz4QoydoufH8tYJnCv9MgdrHlSvX6F+v1j4QtwlEK0lOQxIkD9bXy7eDdPQaP0h6CoHhuryU0mK81reS1xjN+1AIlA8WZzIiSTmyFbtid9Tdx+p9OoNDYI7sKrSyl6fY+9MWHyC6tjP5uoov/jXdra5d7aCxTQAL0pkOsuj2JOo14RPMviQejHj6dWq0hrJbFvXj4nrQAqxQQKTXYu9xzs3yQMUXRy7e4TfzhKYvCah+Dl4dNIrL6H775Hhb9O0+M1rkE/AYyNMQaGHn3HNNCUgf/+3ZQcdjgUTef7LQQSdNmkrpRh6TK5z7H4sfdaq5pKTzb8OTr8v8ygHHftD4a0Sf463SsLRlaFGUvWCUbRhz3/pfjGneCTI2J40eSQIBoWPo2oC1UTfPqpcR88IoTlkSc8u5W3S6qUCiCtjao4mxdK84iAGa+i8cL8qlDOXFGxYfIsGX7/6FJJFXUV7I8+gumQHIYK+m1DTN3pdXUPc= ceph-5910470e-669a-11ee-8db6-212e2dc638e7 2023-10-09T11:53:48.659 INFO:teuthology.orchestra.run.smithi031.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-10-09T11:53:48.659 INFO:teuthology.orchestra.run.smithi031.stdout:Adding key to root@localhost authorized_keys... 2023-10-09T11:53:48.660 INFO:teuthology.orchestra.run.smithi031.stdout:Adding host smithi031... 2023-10-09T11:53:49.208 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:48 smithi031 ceph-mon[108039]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2023-10-09T11:53:49.209 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:48 smithi031 ceph-mon[108039]: Generating ssh key... 2023-10-09T11:53:50.053 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:49 smithi031 ceph-mon[108039]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-10-09T11:53:51.234 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:50 smithi031 ceph-mon[108039]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi031", "addr": "172.21.15.31", "target": ["mon-mgr", ""]}]: dispatch 2023-10-09T11:53:51.234 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:50 smithi031 ceph-mon[108039]: Deploying cephadm binary to smithi031 2023-10-09T11:53:51.899 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout Added host 'smithi031' with addr '172.21.15.31' 2023-10-09T11:53:51.899 INFO:teuthology.orchestra.run.smithi031.stdout:Deploying unmanaged mon service... 2023-10-09T11:53:52.727 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:52 smithi031 ceph-mon[108039]: from='mgr.14120 172.21.15.31:0/91780368' entity='mgr.x' 2023-10-09T11:53:52.727 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:52 smithi031 ceph-mon[108039]: Added host smithi031 2023-10-09T11:53:52.727 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:52 smithi031 ceph-mon[108039]: from='mgr.14120 172.21.15.31:0/91780368' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-09T11:53:52.727 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:52 smithi031 ceph-mon[108039]: from='mgr.14120 172.21.15.31:0/91780368' entity='mgr.x' 2023-10-09T11:53:52.857 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2023-10-09T11:53:52.857 INFO:teuthology.orchestra.run.smithi031.stdout:Deploying unmanaged mgr service... 2023-10-09T11:53:53.851 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:53 smithi031 ceph-mon[108039]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2023-10-09T11:53:53.852 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:53 smithi031 ceph-mon[108039]: Saving service mon spec with placement count:5 2023-10-09T11:53:53.852 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:53 smithi031 ceph-mon[108039]: from='mgr.14120 172.21.15.31:0/91780368' entity='mgr.x' 2023-10-09T11:53:53.852 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:53 smithi031 ceph-mon[108039]: from='mgr.14120 172.21.15.31:0/91780368' entity='mgr.x' 2023-10-09T11:53:53.907 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2023-10-09T11:53:54.972 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:54 smithi031 ceph-mon[108039]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2023-10-09T11:53:54.973 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:54 smithi031 ceph-mon[108039]: Saving service mgr spec with placement count:2 2023-10-09T11:53:54.973 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:54 smithi031 ceph-mon[108039]: from='mgr.14120 172.21.15.31:0/91780368' entity='mgr.x' 2023-10-09T11:53:54.973 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:54 smithi031 ceph-mon[108039]: from='client.? 172.21.15.31:0/2253040976' entity='client.admin' 2023-10-09T11:53:55.732 INFO:teuthology.orchestra.run.smithi031.stdout:Enabling the dashboard module... 2023-10-09T11:53:56.055 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:55 smithi031 ceph-mon[108039]: from='mgr.14120 172.21.15.31:0/91780368' entity='mgr.x' 2023-10-09T11:53:56.055 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:55 smithi031 ceph-mon[108039]: from='client.? 172.21.15.31:0/2845036810' entity='client.admin' 2023-10-09T11:53:57.551 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:57 smithi031 ceph-mon[108039]: from='mgr.14120 172.21.15.31:0/91780368' entity='mgr.x' 2023-10-09T11:53:57.551 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:57 smithi031 ceph-mon[108039]: from='client.? 172.21.15.31:0/621468309' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-10-09T11:53:57.551 INFO:journalctl@ceph.mgr.x.smithi031.stdout:Oct 09 11:53:57 smithi031 ceph-5910470e-669a-11ee-8db6-212e2dc638e7-mgr-x[108265]: ignoring --setuser ceph since I am not root 2023-10-09T11:53:57.551 INFO:journalctl@ceph.mgr.x.smithi031.stdout:Oct 09 11:53:57 smithi031 ceph-5910470e-669a-11ee-8db6-212e2dc638e7-mgr-x[108265]: ignoring --setgroup ceph since I am not root 2023-10-09T11:53:57.552 INFO:journalctl@ceph.mgr.x.smithi031.stdout:Oct 09 11:53:57 smithi031 ceph-5910470e-669a-11ee-8db6-212e2dc638e7-mgr-x[108265]: 2023-10-09T11:53:57.468+0000 7f6260f50200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-10-09T11:53:57.805 INFO:journalctl@ceph.mgr.x.smithi031.stdout:Oct 09 11:53:57 smithi031 ceph-5910470e-669a-11ee-8db6-212e2dc638e7-mgr-x[108265]: 2023-10-09T11:53:57.670+0000 7f6260f50200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-10-09T11:53:58.305 INFO:journalctl@ceph.mgr.x.smithi031.stdout:Oct 09 11:53:58 smithi031 ceph-5910470e-669a-11ee-8db6-212e2dc638e7-mgr-x[108265]: 2023-10-09T11:53:58.052+0000 7f6260f50200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-10-09T11:53:58.305 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:58 smithi031 ceph-mon[108039]: from='client.? 172.21.15.31:0/621468309' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-10-09T11:53:58.305 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:58 smithi031 ceph-mon[108039]: mgrmap e9: x(active, since 15s) 2023-10-09T11:53:58.305 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:53:58 smithi031 ceph-mon[108039]: from='client.? 172.21.15.31:0/95398286' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-10-09T11:53:58.565 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout { 2023-10-09T11:53:58.565 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "epoch": 9, 2023-10-09T11:53:58.565 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "available": true, 2023-10-09T11:53:58.565 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "active_name": "x", 2023-10-09T11:53:58.565 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_standby": 0 2023-10-09T11:53:58.565 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout } 2023-10-09T11:53:58.566 INFO:teuthology.orchestra.run.smithi031.stdout:Waiting for the mgr to restart... 2023-10-09T11:53:58.566 INFO:teuthology.orchestra.run.smithi031.stdout:Waiting for mgr epoch 9... 2023-10-09T11:53:58.805 INFO:journalctl@ceph.mgr.x.smithi031.stdout:Oct 09 11:53:58 smithi031 ceph-5910470e-669a-11ee-8db6-212e2dc638e7-mgr-x[108265]: 2023-10-09T11:53:58.627+0000 7f6260f50200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-10-09T11:53:59.305 INFO:journalctl@ceph.mgr.x.smithi031.stdout:Oct 09 11:53:58 smithi031 ceph-5910470e-669a-11ee-8db6-212e2dc638e7-mgr-x[108265]: 2023-10-09T11:53:58.894+0000 7f6260f50200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-10-09T11:53:59.805 INFO:journalctl@ceph.mgr.x.smithi031.stdout:Oct 09 11:53:59 smithi031 ceph-5910470e-669a-11ee-8db6-212e2dc638e7-mgr-x[108265]: 2023-10-09T11:53:59.373+0000 7f6260f50200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-10-09T11:54:00.555 INFO:journalctl@ceph.mgr.x.smithi031.stdout:Oct 09 11:54:00 smithi031 ceph-5910470e-669a-11ee-8db6-212e2dc638e7-mgr-x[108265]: 2023-10-09T11:54:00.181+0000 7f6260f50200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-10-09T11:54:00.555 INFO:journalctl@ceph.mgr.x.smithi031.stdout:Oct 09 11:54:00 smithi031 ceph-5910470e-669a-11ee-8db6-212e2dc638e7-mgr-x[108265]: 2023-10-09T11:54:00.281+0000 7f6260f50200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-10-09T11:54:01.305 INFO:journalctl@ceph.mgr.x.smithi031.stdout:Oct 09 11:54:00 smithi031 ceph-5910470e-669a-11ee-8db6-212e2dc638e7-mgr-x[108265]: 2023-10-09T11:54:00.978+0000 7f6260f50200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-10-09T11:54:01.305 INFO:journalctl@ceph.mgr.x.smithi031.stdout:Oct 09 11:54:01 smithi031 ceph-5910470e-669a-11ee-8db6-212e2dc638e7-mgr-x[108265]: 2023-10-09T11:54:01.075+0000 7f6260f50200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-10-09T11:54:01.305 INFO:journalctl@ceph.mgr.x.smithi031.stdout:Oct 09 11:54:01 smithi031 ceph-5910470e-669a-11ee-8db6-212e2dc638e7-mgr-x[108265]: 2023-10-09T11:54:01.177+0000 7f6260f50200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-10-09T11:54:01.805 INFO:journalctl@ceph.mgr.x.smithi031.stdout:Oct 09 11:54:01 smithi031 ceph-5910470e-669a-11ee-8db6-212e2dc638e7-mgr-x[108265]: 2023-10-09T11:54:01.438+0000 7f6260f50200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-10-09T11:54:01.806 INFO:journalctl@ceph.mgr.x.smithi031.stdout:Oct 09 11:54:01 smithi031 ceph-5910470e-669a-11ee-8db6-212e2dc638e7-mgr-x[108265]: 2023-10-09T11:54:01.544+0000 7f6260f50200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-10-09T11:54:01.806 INFO:journalctl@ceph.mgr.x.smithi031.stdout:Oct 09 11:54:01 smithi031 ceph-5910470e-669a-11ee-8db6-212e2dc638e7-mgr-x[108265]: 2023-10-09T11:54:01.650+0000 7f6260f50200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-10-09T11:54:02.212 INFO:journalctl@ceph.mgr.x.smithi031.stdout:Oct 09 11:54:01 smithi031 ceph-5910470e-669a-11ee-8db6-212e2dc638e7-mgr-x[108265]: 2023-10-09T11:54:01.894+0000 7f6260f50200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-10-09T11:54:02.213 INFO:journalctl@ceph.mgr.x.smithi031.stdout:Oct 09 11:54:02 smithi031 ceph-5910470e-669a-11ee-8db6-212e2dc638e7-mgr-x[108265]: 2023-10-09T11:54:02.003+0000 7f6260f50200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-10-09T11:54:02.213 INFO:journalctl@ceph.mgr.x.smithi031.stdout:Oct 09 11:54:02 smithi031 ceph-5910470e-669a-11ee-8db6-212e2dc638e7-mgr-x[108265]: 2023-10-09T11:54:02.212+0000 7f6260f50200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-10-09T11:54:02.555 INFO:journalctl@ceph.mgr.x.smithi031.stdout:Oct 09 11:54:02 smithi031 ceph-5910470e-669a-11ee-8db6-212e2dc638e7-mgr-x[108265]: 2023-10-09T11:54:02.310+0000 7f6260f50200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-10-09T11:54:03.555 INFO:journalctl@ceph.mgr.x.smithi031.stdout:Oct 09 11:54:03 smithi031 ceph-5910470e-669a-11ee-8db6-212e2dc638e7-mgr-x[108265]: 2023-10-09T11:54:03.174+0000 7f6260f50200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-10-09T11:54:03.555 INFO:journalctl@ceph.mgr.x.smithi031.stdout:Oct 09 11:54:03 smithi031 ceph-5910470e-669a-11ee-8db6-212e2dc638e7-mgr-x[108265]: 2023-10-09T11:54:03.397+0000 7f6260f50200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-10-09T11:54:04.055 INFO:journalctl@ceph.mgr.x.smithi031.stdout:Oct 09 11:54:03 smithi031 ceph-5910470e-669a-11ee-8db6-212e2dc638e7-mgr-x[108265]: 2023-10-09T11:54:03.599+0000 7f6260f50200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-10-09T11:54:04.768 INFO:journalctl@ceph.mgr.x.smithi031.stdout:Oct 09 11:54:04 smithi031 ceph-5910470e-669a-11ee-8db6-212e2dc638e7-mgr-x[108265]: 2023-10-09T11:54:04.352+0000 7f6260f50200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-10-09T11:54:04.768 INFO:journalctl@ceph.mgr.x.smithi031.stdout:Oct 09 11:54:04 smithi031 ceph-5910470e-669a-11ee-8db6-212e2dc638e7-mgr-x[108265]: 2023-10-09T11:54:04.558+0000 7f6260f50200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-10-09T11:54:05.031 INFO:journalctl@ceph.mgr.x.smithi031.stdout:Oct 09 11:54:04 smithi031 ceph-5910470e-669a-11ee-8db6-212e2dc638e7-mgr-x[108265]: 2023-10-09T11:54:04.767+0000 7f6260f50200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-10-09T11:54:05.031 INFO:journalctl@ceph.mgr.x.smithi031.stdout:Oct 09 11:54:04 smithi031 ceph-5910470e-669a-11ee-8db6-212e2dc638e7-mgr-x[108265]: 2023-10-09T11:54:04.899+0000 7f6260f50200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-10-09T11:54:05.032 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:04 smithi031 ceph-mon[108039]: Active manager daemon x restarted 2023-10-09T11:54:05.032 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:04 smithi031 ceph-mon[108039]: Activating manager daemon x 2023-10-09T11:54:05.032 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:04 smithi031 ceph-mon[108039]: osdmap e3: 0 total, 0 up, 0 in 2023-10-09T11:54:05.032 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:04 smithi031 ceph-mon[108039]: mgrmap e10: x(active, starting, since 0.00350734s) 2023-10-09T11:54:05.032 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:04 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-10-09T11:54:05.032 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:04 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-10-09T11:54:05.032 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:04 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-10-09T11:54:05.032 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:04 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-10-09T11:54:05.033 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:04 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-10-09T11:54:05.033 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:04 smithi031 ceph-mon[108039]: Manager daemon x is now available 2023-10-09T11:54:05.033 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:04 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-09T11:54:05.033 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:04 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-09T11:54:06.208 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:05 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2023-10-09T11:54:06.208 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:05 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2023-10-09T11:54:06.208 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:05 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' 2023-10-09T11:54:06.208 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:05 smithi031 ceph-mon[108039]: mgrmap e11: x(active, since 1.00604s) 2023-10-09T11:54:06.272 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout { 2023-10-09T11:54:06.272 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2023-10-09T11:54:06.272 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "initialized": true 2023-10-09T11:54:06.272 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout } 2023-10-09T11:54:06.272 INFO:teuthology.orchestra.run.smithi031.stdout:mgr epoch 9 is available 2023-10-09T11:54:06.272 INFO:teuthology.orchestra.run.smithi031.stdout:Generating a dashboard self-signed certificate... 2023-10-09T11:54:07.305 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:06 smithi031 ceph-mon[108039]: [09/Oct/2023:11:54:06] ENGINE Bus STARTING 2023-10-09T11:54:07.305 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:06 smithi031 ceph-mon[108039]: [09/Oct/2023:11:54:06] ENGINE Serving on http://172.21.15.31:8765 2023-10-09T11:54:07.305 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:06 smithi031 ceph-mon[108039]: [09/Oct/2023:11:54:06] ENGINE Serving on https://172.21.15.31:7150 2023-10-09T11:54:07.306 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:06 smithi031 ceph-mon[108039]: [09/Oct/2023:11:54:06] ENGINE Bus STARTED 2023-10-09T11:54:07.306 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:06 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' 2023-10-09T11:54:07.306 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:06 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' 2023-10-09T11:54:07.306 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:06 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' 2023-10-09T11:54:07.505 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2023-10-09T11:54:07.505 INFO:teuthology.orchestra.run.smithi031.stdout:Creating initial admin user... 2023-10-09T11:54:08.305 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:07 smithi031 ceph-mon[108039]: from='client.14164 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-10-09T11:54:08.305 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:07 smithi031 ceph-mon[108039]: mgrmap e12: x(active, since 2s) 2023-10-09T11:54:08.671 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$H9ol7.Ibsq4vS8FBBJ4FHedhN6h6V5hZZRXUJdPBoe.R2WHtI3VC.", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1696852448, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-10-09T11:54:08.671 INFO:teuthology.orchestra.run.smithi031.stdout:Fetching dashboard port number... 2023-10-09T11:54:09.483 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:09 smithi031 ceph-mon[108039]: 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 2023-10-09T11:54:09.483 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:09 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' 2023-10-09T11:54:09.483 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:09 smithi031 ceph-mon[108039]: from='client.? 172.21.15.31:0/3216775228' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-10-09T11:54:09.571 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout 8443 2023-10-09T11:54:09.583 INFO:teuthology.orchestra.run.smithi031.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2023-10-09T11:54:09.583 INFO:teuthology.orchestra.run.smithi031.stdout:systemctl: stdout disabled 2023-10-09T11:54:09.593 INFO:teuthology.orchestra.run.smithi031.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2023-10-09T11:54:09.593 INFO:teuthology.orchestra.run.smithi031.stdout:systemctl: stdout inactive 2023-10-09T11:54:09.593 INFO:teuthology.orchestra.run.smithi031.stdout:firewalld.service is not enabled 2023-10-09T11:54:09.593 INFO:teuthology.orchestra.run.smithi031.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2023-10-09T11:54:09.595 INFO:teuthology.orchestra.run.smithi031.stdout:Ceph Dashboard is now available at: 2023-10-09T11:54:09.595 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-10-09T11:54:09.595 INFO:teuthology.orchestra.run.smithi031.stdout: URL: https://smithi031.front.sepia.ceph.com:8443/ 2023-10-09T11:54:09.596 INFO:teuthology.orchestra.run.smithi031.stdout: User: admin 2023-10-09T11:54:09.596 INFO:teuthology.orchestra.run.smithi031.stdout: Password: mjxnidvmsa 2023-10-09T11:54:09.596 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-10-09T11:54:09.596 INFO:teuthology.orchestra.run.smithi031.stdout:Saving cluster configuration to /var/lib/ceph/5910470e-669a-11ee-8db6-212e2dc638e7/config directory 2023-10-09T11:54:09.597 INFO:teuthology.orchestra.run.smithi031.stdout:Enabling autotune for osd_memory_target 2023-10-09T11:54:11.496 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2023-10-09T11:54:11.496 INFO:teuthology.orchestra.run.smithi031.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2023-10-09T11:54:11.496 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-10-09T11:54:11.496 INFO:teuthology.orchestra.run.smithi031.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 5910470e-669a-11ee-8db6-212e2dc638e7 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-10-09T11:54:11.496 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-10-09T11:54:11.496 INFO:teuthology.orchestra.run.smithi031.stdout:Or, if you are only running a single cluster on this host: 2023-10-09T11:54:11.496 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-10-09T11:54:11.497 INFO:teuthology.orchestra.run.smithi031.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2023-10-09T11:54:11.497 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-10-09T11:54:11.497 INFO:teuthology.orchestra.run.smithi031.stdout:Please consider enabling telemetry to help improve Ceph: 2023-10-09T11:54:11.497 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-10-09T11:54:11.497 INFO:teuthology.orchestra.run.smithi031.stdout: ceph telemetry on 2023-10-09T11:54:11.497 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-10-09T11:54:11.497 INFO:teuthology.orchestra.run.smithi031.stdout:For more information see: 2023-10-09T11:54:11.497 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-10-09T11:54:11.497 INFO:teuthology.orchestra.run.smithi031.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2023-10-09T11:54:11.497 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-10-09T11:54:11.497 INFO:teuthology.orchestra.run.smithi031.stdout:Bootstrap complete. 2023-10-09T11:54:11.541 INFO:tasks.cephadm:Fetching config... 2023-10-09T11:54:11.542 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2023-10-09T11:54:11.542 DEBUG:teuthology.orchestra.run.smithi031:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-10-09T11:54:11.564 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-10-09T11:54:11.564 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2023-10-09T11:54:11.564 DEBUG:teuthology.orchestra.run.smithi031:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-10-09T11:54:11.626 INFO:tasks.cephadm:Fetching mon keyring... 2023-10-09T11:54:11.627 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2023-10-09T11:54:11.627 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd if=/var/lib/ceph/5910470e-669a-11ee-8db6-212e2dc638e7/mon.a/keyring of=/dev/stdout 2023-10-09T11:54:11.701 INFO:tasks.cephadm:Fetching pub ssh key... 2023-10-09T11:54:11.701 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2023-10-09T11:54:11.701 DEBUG:teuthology.orchestra.run.smithi031:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-10-09T11:54:11.763 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-10-09T11:54:11.764 DEBUG:teuthology.orchestra.run.smithi031:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQD0DuA2mu/+TyWvFQGKeksJJz4QoydoufH8tYJnCv9MgdrHlSvX6F+v1j4QtwlEK0lOQxIkD9bXy7eDdPQaP0h6CoHhuryU0mK81reS1xjN+1AIlA8WZzIiSTmyFbtid9Tdx+p9OoNDYI7sKrSyl6fY+9MWHyC6tjP5uoov/jXdra5d7aCxTQAL0pkOsuj2JOo14RPMviQejHj6dWq0hrJbFvXj4nrQAqxQQKTXYu9xzs3yQMUXRy7e4TfzhKYvCah+Dl4dNIrL6H775Hhb9O0+M1rkE/AYyNMQaGHn3HNNCUgf/+3ZQcdjgUTef7LQQSdNmkrpRh6TK5z7H4sfdaq5pKTzb8OTr8v8ygHHftD4a0Sf463SsLRlaFGUvWCUbRhz3/pfjGneCTI2J40eSQIBoWPo2oC1UTfPqpcR88IoTlkSc8u5W3S6qUCiCtjao4mxdK84iAGa+i8cL8qlDOXFGxYfIsGX7/6FJJFXUV7I8+gumQHIYK+m1DTN3pdXUPc= ceph-5910470e-669a-11ee-8db6-212e2dc638e7' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-10-09T11:54:11.846 INFO:teuthology.orchestra.run.smithi031.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQD0DuA2mu/+TyWvFQGKeksJJz4QoydoufH8tYJnCv9MgdrHlSvX6F+v1j4QtwlEK0lOQxIkD9bXy7eDdPQaP0h6CoHhuryU0mK81reS1xjN+1AIlA8WZzIiSTmyFbtid9Tdx+p9OoNDYI7sKrSyl6fY+9MWHyC6tjP5uoov/jXdra5d7aCxTQAL0pkOsuj2JOo14RPMviQejHj6dWq0hrJbFvXj4nrQAqxQQKTXYu9xzs3yQMUXRy7e4TfzhKYvCah+Dl4dNIrL6H775Hhb9O0+M1rkE/AYyNMQaGHn3HNNCUgf/+3ZQcdjgUTef7LQQSdNmkrpRh6TK5z7H4sfdaq5pKTzb8OTr8v8ygHHftD4a0Sf463SsLRlaFGUvWCUbRhz3/pfjGneCTI2J40eSQIBoWPo2oC1UTfPqpcR88IoTlkSc8u5W3S6qUCiCtjao4mxdK84iAGa+i8cL8qlDOXFGxYfIsGX7/6FJJFXUV7I8+gumQHIYK+m1DTN3pdXUPc= ceph-5910470e-669a-11ee-8db6-212e2dc638e7 2023-10-09T11:54:11.859 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcea8c48517ff154f392584022efa0718f51c9f2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5910470e-669a-11ee-8db6-212e2dc638e7 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-10-09T11:54:12.185 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/5910470e-669a-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-09T11:54:12.394 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:12 smithi031 ceph-mon[108039]: from='client.? 172.21.15.31:0/1391346963' entity='client.admin' 2023-10-09T11:54:12.394 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:12 smithi031 ceph-mon[108039]: mgrmap e13: x(active, since 7s) 2023-10-09T11:54:13.924 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-10-09T11:54:13.924 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcea8c48517ff154f392584022efa0718f51c9f2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5910470e-669a-11ee-8db6-212e2dc638e7 -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-10-09T11:54:14.048 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:13 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' 2023-10-09T11:54:14.048 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:13 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' 2023-10-09T11:54:14.048 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:13 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi031", "name": "osd_memory_target"}]: dispatch 2023-10-09T11:54:14.048 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:13 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' 2023-10-09T11:54:14.048 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:13 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-09T11:54:14.048 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:13 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' 2023-10-09T11:54:14.048 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:13 smithi031 ceph-mon[108039]: from='client.? 172.21.15.31:0/1307216890' entity='client.admin' 2023-10-09T11:54:14.049 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:13 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-09T11:54:14.049 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:13 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' 2023-10-09T11:54:14.174 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/5910470e-669a-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-09T11:54:16.365 INFO:tasks.cephadm:Setting crush tunables to default 2023-10-09T11:54:16.366 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcea8c48517ff154f392584022efa0718f51c9f2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5910470e-669a-11ee-8db6-212e2dc638e7 -- ceph osd crush tunables default 2023-10-09T11:54:16.616 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/5910470e-669a-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-09T11:54:16.735 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:16 smithi031 ceph-mon[108039]: from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2023-10-09T11:54:16.735 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:16 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' 2023-10-09T11:54:16.735 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:16 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-09T11:54:16.735 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:16 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-09T11:54:16.735 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:16 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-09T11:54:17.362 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:17 smithi031 ceph-mon[108039]: Updating smithi031:/etc/ceph/ceph.conf 2023-10-09T11:54:17.362 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:17 smithi031 ceph-mon[108039]: Updating smithi031:/var/lib/ceph/5910470e-669a-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-09T11:54:17.362 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:17 smithi031 ceph-mon[108039]: Updating smithi031:/etc/ceph/ceph.client.admin.keyring 2023-10-09T11:54:17.362 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:17 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' 2023-10-09T11:54:17.362 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:17 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' 2023-10-09T11:54:17.362 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:17 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' 2023-10-09T11:54:18.346 INFO:teuthology.orchestra.run.smithi031.stderr:adjusted tunables profile to default 2023-10-09T11:54:18.631 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:18 smithi031 ceph-mon[108039]: Updating smithi031:/var/lib/ceph/5910470e-669a-11ee-8db6-212e2dc638e7/config/ceph.client.admin.keyring 2023-10-09T11:54:18.631 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:18 smithi031 ceph-mon[108039]: from='client.? 172.21.15.31:0/692838676' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-10-09T11:54:18.723 INFO:tasks.cephadm:Adding mon.a on smithi031 2023-10-09T11:54:18.723 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcea8c48517ff154f392584022efa0718f51c9f2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5910470e-669a-11ee-8db6-212e2dc638e7 -- ceph orch apply mon '1;smithi031:172.21.15.31=a' 2023-10-09T11:54:18.972 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/5910470e-669a-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-09T11:54:19.721 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:19 smithi031 ceph-mon[108039]: from='client.? 172.21.15.31:0/692838676' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-10-09T11:54:19.721 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:19 smithi031 ceph-mon[108039]: osdmap e4: 0 total, 0 up, 0 in 2023-10-09T11:54:20.156 INFO:teuthology.orchestra.run.smithi031.stdout:Scheduled mon update... 2023-10-09T11:54:20.497 INFO:tasks.cephadm:Waiting for 1 mons in monmap... 2023-10-09T11:54:20.497 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcea8c48517ff154f392584022efa0718f51c9f2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5910470e-669a-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-09T11:54:20.851 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/5910470e-669a-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-09T11:54:21.305 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:21 smithi031 ceph-mon[108039]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "1;smithi031:172.21.15.31=a", "target": ["mon-mgr", ""]}]: dispatch 2023-10-09T11:54:21.305 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:21 smithi031 ceph-mon[108039]: Saving service mon spec with placement smithi031:172.21.15.31=a;count:1 2023-10-09T11:54:21.306 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:21 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' 2023-10-09T11:54:21.306 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:21 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-09T11:54:21.306 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:21 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-09T11:54:21.306 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:21 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-09T11:54:21.306 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:21 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' 2023-10-09T11:54:21.306 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:21 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' 2023-10-09T11:54:21.306 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:21 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' 2023-10-09T11:54:21.306 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:21 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' 2023-10-09T11:54:21.306 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:21 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' 2023-10-09T11:54:21.306 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:21 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' 2023-10-09T11:54:21.306 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:21 smithi031 ceph-mon[108039]: Reconfiguring mon.a (unknown last config time)... 2023-10-09T11:54:21.306 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:21 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-09T11:54:21.307 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:21 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-10-09T11:54:21.307 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:21 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-09T11:54:21.307 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:21 smithi031 ceph-mon[108039]: Reconfiguring daemon mon.a on smithi031 2023-10-09T11:54:22.174 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-10-09T11:54:22.174 INFO:teuthology.orchestra.run.smithi031.stdout:{"epoch":1,"fsid":"5910470e-669a-11ee-8db6-212e2dc638e7","modified":"2023-10-09T11:53:15.447858Z","created":"2023-10-09T11:53:15.447858Z","min_mon_release":18,"min_mon_release_name":"reef","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:3300","nonce":0},{"type":"v1","addr":"172.21.15.31:6789","nonce":0}]},"addr":"172.21.15.31:6789/0","public_addr":"172.21.15.31:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-09T11:54:22.176 INFO:teuthology.orchestra.run.smithi031.stderr:dumped monmap epoch 1 2023-10-09T11:54:22.555 INFO:tasks.cephadm:Generating final ceph.conf file... 2023-10-09T11:54:22.555 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcea8c48517ff154f392584022efa0718f51c9f2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5910470e-669a-11ee-8db6-212e2dc638e7 -- ceph config generate-minimal-conf 2023-10-09T11:54:22.803 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/5910470e-669a-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-09T11:54:22.805 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:22 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' 2023-10-09T11:54:22.805 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:22 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' 2023-10-09T11:54:22.805 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:22 smithi031 ceph-mon[108039]: from='client.? 172.21.15.31:0/363448429' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-09T11:54:23.951 INFO:teuthology.orchestra.run.smithi031.stdout:# minimal ceph.conf for 5910470e-669a-11ee-8db6-212e2dc638e7 2023-10-09T11:54:23.952 INFO:teuthology.orchestra.run.smithi031.stdout:[global] 2023-10-09T11:54:23.952 INFO:teuthology.orchestra.run.smithi031.stdout: fsid = 5910470e-669a-11ee-8db6-212e2dc638e7 2023-10-09T11:54:23.952 INFO:teuthology.orchestra.run.smithi031.stdout: mon_host = [v2:172.21.15.31:3300/0,v1:172.21.15.31:6789/0] 2023-10-09T11:54:24.255 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:24 smithi031 ceph-mon[108039]: from='client.? 172.21.15.31:0/1889893255' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-09T11:54:24.355 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2023-10-09T11:54:24.355 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2023-10-09T11:54:24.355 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd of=/etc/ceph/ceph.conf 2023-10-09T11:54:24.393 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2023-10-09T11:54:24.393 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-10-09T11:54:24.469 INFO:tasks.cephadm:Adding mgr.x on smithi031 2023-10-09T11:54:24.470 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcea8c48517ff154f392584022efa0718f51c9f2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5910470e-669a-11ee-8db6-212e2dc638e7 -- ceph orch apply mgr '1;smithi031=x' 2023-10-09T11:54:24.754 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/5910470e-669a-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-09T11:54:25.929 INFO:teuthology.orchestra.run.smithi031.stdout:Scheduled mgr update... 2023-10-09T11:54:26.204 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:25 smithi031 ceph-mon[108039]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-09T11:54:26.301 INFO:tasks.cephadm:Deploying OSDs... 2023-10-09T11:54:26.301 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2023-10-09T11:54:26.301 DEBUG:teuthology.orchestra.run.smithi031:> dd if=/scratch_devs of=/dev/stdout 2023-10-09T11:54:26.322 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-10-09T11:54:26.322 DEBUG:teuthology.orchestra.run.smithi031:> stat /dev/vg_nvme/lv_1 2023-10-09T11:54:26.384 INFO:teuthology.orchestra.run.smithi031.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-10-09T11:54:26.385 INFO:teuthology.orchestra.run.smithi031.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-09T11:54:26.385 INFO:teuthology.orchestra.run.smithi031.stdout:Device: 6h/6d Inode: 394930 Links: 1 2023-10-09T11:54:26.385 INFO:teuthology.orchestra.run.smithi031.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-09T11:54:26.385 INFO:teuthology.orchestra.run.smithi031.stdout:Context: system_u:object_r:device_t:s0 2023-10-09T11:54:26.385 INFO:teuthology.orchestra.run.smithi031.stdout:Access: 2023-10-09 11:54:13.553242019 +0000 2023-10-09T11:54:26.385 INFO:teuthology.orchestra.run.smithi031.stdout:Modify: 2023-10-09 11:51:43.829562015 +0000 2023-10-09T11:54:26.385 INFO:teuthology.orchestra.run.smithi031.stdout:Change: 2023-10-09 11:51:43.829562015 +0000 2023-10-09T11:54:26.385 INFO:teuthology.orchestra.run.smithi031.stdout: Birth: - 2023-10-09T11:54:26.385 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-10-09T11:54:26.460 INFO:teuthology.orchestra.run.smithi031.stderr:1+0 records in 2023-10-09T11:54:26.460 INFO:teuthology.orchestra.run.smithi031.stderr:1+0 records out 2023-10-09T11:54:26.460 INFO:teuthology.orchestra.run.smithi031.stderr:512 bytes copied, 0.000222912 s, 2.3 MB/s 2023-10-09T11:54:26.461 DEBUG:teuthology.orchestra.run.smithi031:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-10-09T11:54:26.527 DEBUG:teuthology.orchestra.run.smithi031:> stat /dev/vg_nvme/lv_2 2023-10-09T11:54:26.591 INFO:teuthology.orchestra.run.smithi031.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-10-09T11:54:26.591 INFO:teuthology.orchestra.run.smithi031.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-09T11:54:26.591 INFO:teuthology.orchestra.run.smithi031.stdout:Device: 6h/6d Inode: 394993 Links: 1 2023-10-09T11:54:26.591 INFO:teuthology.orchestra.run.smithi031.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-09T11:54:26.592 INFO:teuthology.orchestra.run.smithi031.stdout:Context: system_u:object_r:device_t:s0 2023-10-09T11:54:26.592 INFO:teuthology.orchestra.run.smithi031.stdout:Access: 2023-10-09 11:54:13.553242019 +0000 2023-10-09T11:54:26.592 INFO:teuthology.orchestra.run.smithi031.stdout:Modify: 2023-10-09 11:51:44.387553206 +0000 2023-10-09T11:54:26.592 INFO:teuthology.orchestra.run.smithi031.stdout:Change: 2023-10-09 11:51:44.387553206 +0000 2023-10-09T11:54:26.592 INFO:teuthology.orchestra.run.smithi031.stdout: Birth: - 2023-10-09T11:54:26.592 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-10-09T11:54:26.666 INFO:teuthology.orchestra.run.smithi031.stderr:1+0 records in 2023-10-09T11:54:26.666 INFO:teuthology.orchestra.run.smithi031.stderr:1+0 records out 2023-10-09T11:54:26.666 INFO:teuthology.orchestra.run.smithi031.stderr:512 bytes copied, 0.000223411 s, 2.3 MB/s 2023-10-09T11:54:26.667 DEBUG:teuthology.orchestra.run.smithi031:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-10-09T11:54:26.733 DEBUG:teuthology.orchestra.run.smithi031:> stat /dev/vg_nvme/lv_3 2023-10-09T11:54:26.797 INFO:teuthology.orchestra.run.smithi031.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-10-09T11:54:26.797 INFO:teuthology.orchestra.run.smithi031.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-09T11:54:26.797 INFO:teuthology.orchestra.run.smithi031.stdout:Device: 6h/6d Inode: 395659 Links: 1 2023-10-09T11:54:26.797 INFO:teuthology.orchestra.run.smithi031.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-09T11:54:26.797 INFO:teuthology.orchestra.run.smithi031.stdout:Context: system_u:object_r:device_t:s0 2023-10-09T11:54:26.797 INFO:teuthology.orchestra.run.smithi031.stdout:Access: 2023-10-09 11:54:13.553242019 +0000 2023-10-09T11:54:26.797 INFO:teuthology.orchestra.run.smithi031.stdout:Modify: 2023-10-09 11:51:44.944544413 +0000 2023-10-09T11:54:26.797 INFO:teuthology.orchestra.run.smithi031.stdout:Change: 2023-10-09 11:51:44.944544413 +0000 2023-10-09T11:54:26.797 INFO:teuthology.orchestra.run.smithi031.stdout: Birth: - 2023-10-09T11:54:26.798 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-10-09T11:54:26.870 INFO:teuthology.orchestra.run.smithi031.stderr:1+0 records in 2023-10-09T11:54:26.870 INFO:teuthology.orchestra.run.smithi031.stderr:1+0 records out 2023-10-09T11:54:26.871 INFO:teuthology.orchestra.run.smithi031.stderr:512 bytes copied, 0.000230844 s, 2.2 MB/s 2023-10-09T11:54:26.872 DEBUG:teuthology.orchestra.run.smithi031:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-10-09T11:54:26.935 DEBUG:teuthology.orchestra.run.smithi031:> stat /dev/vg_nvme/lv_4 2023-10-09T11:54:26.998 INFO:teuthology.orchestra.run.smithi031.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-10-09T11:54:26.998 INFO:teuthology.orchestra.run.smithi031.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-09T11:54:26.998 INFO:teuthology.orchestra.run.smithi031.stdout:Device: 6h/6d Inode: 395166 Links: 1 2023-10-09T11:54:26.998 INFO:teuthology.orchestra.run.smithi031.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-09T11:54:26.999 INFO:teuthology.orchestra.run.smithi031.stdout:Context: system_u:object_r:device_t:s0 2023-10-09T11:54:26.999 INFO:teuthology.orchestra.run.smithi031.stdout:Access: 2023-10-09 11:54:13.553242019 +0000 2023-10-09T11:54:26.999 INFO:teuthology.orchestra.run.smithi031.stdout:Modify: 2023-10-09 11:51:45.493535747 +0000 2023-10-09T11:54:26.999 INFO:teuthology.orchestra.run.smithi031.stdout:Change: 2023-10-09 11:51:45.493535747 +0000 2023-10-09T11:54:26.999 INFO:teuthology.orchestra.run.smithi031.stdout: Birth: - 2023-10-09T11:54:26.999 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-10-09T11:54:27.054 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:26 smithi031 ceph-mon[108039]: from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "1;smithi031=x", "target": ["mon-mgr", ""]}]: dispatch 2023-10-09T11:54:27.054 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:26 smithi031 ceph-mon[108039]: Saving service mgr spec with placement smithi031=x;count:1 2023-10-09T11:54:27.054 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:26 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' 2023-10-09T11:54:27.054 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:26 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-09T11:54:27.054 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:26 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-09T11:54:27.054 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:26 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-09T11:54:27.055 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:26 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' 2023-10-09T11:54:27.055 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:26 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' 2023-10-09T11:54:27.055 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:26 smithi031 ceph-mon[108039]: Reconfiguring mgr.x (unknown last config time)... 2023-10-09T11:54:27.055 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:26 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-09T11:54:27.055 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:26 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2023-10-09T11:54:27.055 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:26 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-09T11:54:27.055 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:26 smithi031 ceph-mon[108039]: Reconfiguring daemon mgr.x on smithi031 2023-10-09T11:54:27.055 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:26 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' 2023-10-09T11:54:27.055 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:26 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' 2023-10-09T11:54:27.073 INFO:teuthology.orchestra.run.smithi031.stderr:1+0 records in 2023-10-09T11:54:27.073 INFO:teuthology.orchestra.run.smithi031.stderr:1+0 records out 2023-10-09T11:54:27.073 INFO:teuthology.orchestra.run.smithi031.stderr:512 bytes copied, 0.000338864 s, 1.5 MB/s 2023-10-09T11:54:27.074 DEBUG:teuthology.orchestra.run.smithi031:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-10-09T11:54:27.138 INFO:tasks.cephadm:Deploying osd.0 on smithi031 with /dev/vg_nvme/lv_4... 2023-10-09T11:54:27.139 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcea8c48517ff154f392584022efa0718f51c9f2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5910470e-669a-11ee-8db6-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-10-09T11:54:27.427 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/5910470e-669a-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-09T11:54:28.182 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:27 smithi031 ceph-mon[108039]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-09T11:54:28.685 INFO:teuthology.orchestra.run.smithi031.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-10-09T11:54:28.686 INFO:teuthology.orchestra.run.smithi031.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-10-09T11:54:28.686 INFO:teuthology.orchestra.run.smithi031.stderr: stderr: 10+0 records in 2023-10-09T11:54:28.686 INFO:teuthology.orchestra.run.smithi031.stderr:10+0 records out 2023-10-09T11:54:28.686 INFO:teuthology.orchestra.run.smithi031.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0120306 s, 872 MB/s 2023-10-09T11:54:28.686 INFO:teuthology.orchestra.run.smithi031.stderr:--> Zapping successful for: 2023-10-09T11:54:29.073 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcea8c48517ff154f392584022efa0718f51c9f2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5910470e-669a-11ee-8db6-212e2dc638e7 -- ceph orch daemon add osd smithi031:vg_nvme/lv_4 2023-10-09T11:54:29.324 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/5910470e-669a-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-09T11:54:30.055 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:29 smithi031 ceph-mon[108039]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-09T11:54:31.171 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:30 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-09T11:54:31.171 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:30 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-09T11:54:31.171 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:30 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-09T11:54:32.305 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:31 smithi031 ceph-mon[108039]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi031:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-10-09T11:54:32.305 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:31 smithi031 ceph-mon[108039]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-09T11:54:33.305 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:32 smithi031 ceph-mon[108039]: from='client.? 172.21.15.31:0/1881155186' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9ab7cada-9529-48e9-95b4-25d39783815e"}]: dispatch 2023-10-09T11:54:33.306 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:32 smithi031 ceph-mon[108039]: from='client.? 172.21.15.31:0/1881155186' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9ab7cada-9529-48e9-95b4-25d39783815e"}]': finished 2023-10-09T11:54:33.306 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:32 smithi031 ceph-mon[108039]: osdmap e5: 1 total, 0 up, 1 in 2023-10-09T11:54:33.306 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:32 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-09T11:54:33.306 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:32 smithi031 ceph-mon[108039]: from='client.? 172.21.15.31:0/3166807053' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-09T11:54:34.555 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:34 smithi031 ceph-mon[108039]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-09T11:54:36.555 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:36 smithi031 ceph-mon[108039]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-09T11:54:38.483 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:38 smithi031 ceph-mon[108039]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-09T11:54:38.483 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:38 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-10-09T11:54:38.483 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:38 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-09T11:54:39.355 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:39 smithi031 ceph-mon[108039]: Deploying daemon osd.0 on smithi031 2023-10-09T11:54:40.515 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:40 smithi031 ceph-mon[108039]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-09T11:54:42.277 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:42 smithi031 ceph-mon[108039]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-09T11:54:42.277 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:42 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' 2023-10-09T11:54:42.277 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:42 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' 2023-10-09T11:54:42.277 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:42 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-09T11:54:42.865 INFO:teuthology.orchestra.run.smithi031.stdout:Created osd(s) 0 on host 'smithi031' 2023-10-09T11:54:43.157 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:43 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' 2023-10-09T11:54:43.157 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:43 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' 2023-10-09T11:54:43.157 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:43 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-09T11:54:43.158 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:43 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-09T11:54:43.158 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:43 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' 2023-10-09T11:54:43.158 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:43 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' 2023-10-09T11:54:43.158 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:43 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' 2023-10-09T11:54:43.158 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:43 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-09T11:54:43.243 DEBUG:teuthology.orchestra.run.smithi031:osd.0> sudo journalctl -f -n 0 -u ceph-5910470e-669a-11ee-8db6-212e2dc638e7@osd.0.service 2023-10-09T11:54:43.245 INFO:tasks.cephadm:Deploying osd.1 on smithi031 with /dev/vg_nvme/lv_3... 2023-10-09T11:54:43.246 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcea8c48517ff154f392584022efa0718f51c9f2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5910470e-669a-11ee-8db6-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2023-10-09T11:54:43.284 INFO:journalctl@ceph.osd.0.smithi031.stdout:-- Logs begin at Mon 2023-10-09 11:44:06 UTC. -- 2023-10-09T11:54:43.795 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/5910470e-669a-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-09T11:54:44.239 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:44 smithi031 ceph-mon[108039]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-09T11:54:44.502 INFO:journalctl@ceph.osd.0.smithi031.stdout:Oct 09 11:54:44 smithi031 ceph-5910470e-669a-11ee-8db6-212e2dc638e7-osd-0[118699]: 2023-10-09T11:54:44.236+0000 7f88d3a1c640 -1 osd.0 0 log_to_monitors true 2023-10-09T11:54:45.225 INFO:teuthology.orchestra.run.smithi031.stderr:--> Zapping: /dev/vg_nvme/lv_3 2023-10-09T11:54:45.225 INFO:teuthology.orchestra.run.smithi031.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2023-10-09T11:54:45.225 INFO:teuthology.orchestra.run.smithi031.stderr: stderr: 10+0 records in 2023-10-09T11:54:45.225 INFO:teuthology.orchestra.run.smithi031.stderr:10+0 records out 2023-10-09T11:54:45.225 INFO:teuthology.orchestra.run.smithi031.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0174079 s, 602 MB/s 2023-10-09T11:54:45.225 INFO:teuthology.orchestra.run.smithi031.stderr: stderr: 2023-10-09T11:54:45.225 INFO:teuthology.orchestra.run.smithi031.stderr:--> Zapping successful for: 2023-10-09T11:54:45.305 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:45 smithi031 ceph-mon[108039]: from='osd.0 [v2:172.21.15.31:6802/1745798421,v1:172.21.15.31:6803/1745798421]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-10-09T11:54:45.619 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcea8c48517ff154f392584022efa0718f51c9f2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5910470e-669a-11ee-8db6-212e2dc638e7 -- ceph orch daemon add osd smithi031:vg_nvme/lv_3 2023-10-09T11:54:45.871 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/5910470e-669a-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-09T11:54:46.274 INFO:journalctl@ceph.osd.0.smithi031.stdout:Oct 09 11:54:46 smithi031 ceph-5910470e-669a-11ee-8db6-212e2dc638e7-osd-0[118699]: 2023-10-09T11:54:46.130+0000 7f88c9094700 -1 osd.0 0 waiting for initial osdmap 2023-10-09T11:54:46.274 INFO:journalctl@ceph.osd.0.smithi031.stdout:Oct 09 11:54:46 smithi031 ceph-5910470e-669a-11ee-8db6-212e2dc638e7-osd-0[118699]: 2023-10-09T11:54:46.135+0000 7f88c2e85700 -1 osd.0 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-10-09T11:54:46.274 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:46 smithi031 ceph-mon[108039]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-09T11:54:46.274 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:46 smithi031 ceph-mon[108039]: from='osd.0 [v2:172.21.15.31:6802/1745798421,v1:172.21.15.31:6803/1745798421]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-10-09T11:54:46.274 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:46 smithi031 ceph-mon[108039]: osdmap e6: 1 total, 0 up, 1 in 2023-10-09T11:54:46.274 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:46 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-09T11:54:46.274 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:46 smithi031 ceph-mon[108039]: from='osd.0 [v2:172.21.15.31:6802/1745798421,v1:172.21.15.31:6803/1745798421]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]: dispatch 2023-10-09T11:54:46.274 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:46 smithi031 ceph-mon[108039]: Detected new or changed devices on smithi031 2023-10-09T11:54:46.275 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:46 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' 2023-10-09T11:54:46.275 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:46 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' 2023-10-09T11:54:46.275 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:46 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-09T11:54:46.275 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:46 smithi031 ceph-mon[108039]: Adjusting osd_memory_target on smithi031 to 17118M 2023-10-09T11:54:46.275 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:46 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' 2023-10-09T11:54:46.275 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:46 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-09T11:54:46.275 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:46 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-09T11:54:46.275 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:46 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' 2023-10-09T11:54:47.520 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:47 smithi031 ceph-mon[108039]: from='osd.0 [v2:172.21.15.31:6802/1745798421,v1:172.21.15.31:6803/1745798421]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]': finished 2023-10-09T11:54:47.520 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:47 smithi031 ceph-mon[108039]: osdmap e7: 1 total, 0 up, 1 in 2023-10-09T11:54:47.521 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:47 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-09T11:54:47.521 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:47 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-09T11:54:47.521 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:47 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-09T11:54:47.521 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:47 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-09T11:54:47.521 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:47 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-09T11:54:48.555 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:48 smithi031 ceph-mon[108039]: purged_snaps scrub starts 2023-10-09T11:54:48.556 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:48 smithi031 ceph-mon[108039]: purged_snaps scrub ok 2023-10-09T11:54:48.556 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:48 smithi031 ceph-mon[108039]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-09T11:54:48.556 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:48 smithi031 ceph-mon[108039]: from='client.14197 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi031:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-10-09T11:54:48.556 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:48 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-09T11:54:48.556 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:48 smithi031 ceph-mon[108039]: osd.0 [v2:172.21.15.31:6802/1745798421,v1:172.21.15.31:6803/1745798421] boot 2023-10-09T11:54:48.556 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:48 smithi031 ceph-mon[108039]: osdmap e8: 1 total, 1 up, 1 in 2023-10-09T11:54:48.556 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:48 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-09T11:54:49.555 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:49 smithi031 ceph-mon[108039]: osdmap e9: 1 total, 1 up, 1 in 2023-10-09T11:54:49.555 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:49 smithi031 ceph-mon[108039]: from='client.? 172.21.15.31:0/1881498057' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b389ddf5-0bc0-453c-bec0-36f83b36629a"}]: dispatch 2023-10-09T11:54:49.555 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:49 smithi031 ceph-mon[108039]: from='client.? 172.21.15.31:0/1881498057' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b389ddf5-0bc0-453c-bec0-36f83b36629a"}]': finished 2023-10-09T11:54:49.555 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:49 smithi031 ceph-mon[108039]: osdmap e10: 2 total, 1 up, 2 in 2023-10-09T11:54:49.555 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:49 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-09T11:54:50.555 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:50 smithi031 ceph-mon[108039]: pgmap v22: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-10-09T11:54:50.555 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:50 smithi031 ceph-mon[108039]: from='client.? 172.21.15.31:0/3579291919' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-09T11:54:52.555 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:52 smithi031 ceph-mon[108039]: pgmap v23: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-10-09T11:54:54.305 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:54 smithi031 ceph-mon[108039]: pgmap v24: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-10-09T11:54:54.305 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:54 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-10-09T11:54:54.305 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:54 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-09T11:54:55.305 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:55 smithi031 ceph-mon[108039]: Deploying daemon osd.1 on smithi031 2023-10-09T11:54:56.408 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:56 smithi031 ceph-mon[108039]: pgmap v25: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-10-09T11:54:58.305 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:58 smithi031 ceph-mon[108039]: pgmap v26: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-10-09T11:54:58.305 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:58 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' 2023-10-09T11:54:58.306 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:58 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' 2023-10-09T11:54:58.306 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:58 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-09T11:54:59.628 INFO:teuthology.orchestra.run.smithi031.stdout:Created osd(s) 1 on host 'smithi031' 2023-10-09T11:54:59.937 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:59 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' 2023-10-09T11:54:59.938 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:59 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' 2023-10-09T11:54:59.939 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:59 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-09T11:54:59.939 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:59 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-09T11:54:59.939 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:59 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' 2023-10-09T11:54:59.939 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:59 smithi031 ceph-mon[108039]: pgmap v27: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-10-09T11:54:59.939 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:59 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' 2023-10-09T11:54:59.939 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:59 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' 2023-10-09T11:54:59.939 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:54:59 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-09T11:55:00.023 DEBUG:teuthology.orchestra.run.smithi031:osd.1> sudo journalctl -f -n 0 -u ceph-5910470e-669a-11ee-8db6-212e2dc638e7@osd.1.service 2023-10-09T11:55:00.025 INFO:tasks.cephadm:Waiting for 2 OSDs to come up... 2023-10-09T11:55:00.026 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcea8c48517ff154f392584022efa0718f51c9f2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5910470e-669a-11ee-8db6-212e2dc638e7 -- ceph osd stat -f json 2023-10-09T11:55:00.062 INFO:journalctl@ceph.osd.1.smithi031.stdout:-- Logs begin at Mon 2023-10-09 11:44:06 UTC. -- 2023-10-09T11:55:00.498 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/5910470e-669a-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-09T11:55:01.018 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:55:00 smithi031 ceph-mon[108039]: from='osd.1 [v2:172.21.15.31:6810/3776467541,v1:172.21.15.31:6811/3776467541]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-10-09T11:55:01.018 INFO:journalctl@ceph.osd.1.smithi031.stdout:Oct 09 11:55:00 smithi031 ceph-5910470e-669a-11ee-8db6-212e2dc638e7-osd-1[122815]: 2023-10-09T11:55:00.818+0000 7fc891808640 -1 osd.1 0 log_to_monitors true 2023-10-09T11:55:01.784 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-10-09T11:55:02.016 INFO:journalctl@ceph.osd.1.smithi031.stdout:Oct 09 11:55:01 smithi031 ceph-5910470e-669a-11ee-8db6-212e2dc638e7-osd-1[122815]: 2023-10-09T11:55:01.880+0000 7fc886e80700 -1 osd.1 0 waiting for initial osdmap 2023-10-09T11:55:02.016 INFO:journalctl@ceph.osd.1.smithi031.stdout:Oct 09 11:55:01 smithi031 ceph-5910470e-669a-11ee-8db6-212e2dc638e7-osd-1[122815]: 2023-10-09T11:55:01.885+0000 7fc87fc6f700 -1 osd.1 12 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-10-09T11:55:02.016 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:55:01 smithi031 ceph-mon[108039]: from='osd.1 [v2:172.21.15.31:6810/3776467541,v1:172.21.15.31:6811/3776467541]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-10-09T11:55:02.016 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:55:01 smithi031 ceph-mon[108039]: osdmap e11: 2 total, 1 up, 2 in 2023-10-09T11:55:02.016 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:55:01 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-09T11:55:02.016 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:55:01 smithi031 ceph-mon[108039]: from='osd.1 [v2:172.21.15.31:6810/3776467541,v1:172.21.15.31:6811/3776467541]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]: dispatch 2023-10-09T11:55:02.017 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:55:01 smithi031 ceph-mon[108039]: pgmap v29: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-10-09T11:55:02.017 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:55:01 smithi031 ceph-mon[108039]: from='client.? 172.21.15.31:0/3989401009' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-09T11:55:02.017 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:55:01 smithi031 ceph-mon[108039]: from='osd.1 [v2:172.21.15.31:6810/3776467541,v1:172.21.15.31:6811/3776467541]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]': finished 2023-10-09T11:55:02.017 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:55:01 smithi031 ceph-mon[108039]: osdmap e12: 2 total, 1 up, 2 in 2023-10-09T11:55:02.017 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:55:01 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-09T11:55:02.159 INFO:teuthology.orchestra.run.smithi031.stdout:{"epoch":11,"num_osds":2,"num_up_osds":1,"osd_up_since":1696852487,"num_in_osds":2,"osd_in_since":1696852488,"num_remapped_pgs":0} 2023-10-09T11:55:03.160 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcea8c48517ff154f392584022efa0718f51c9f2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5910470e-669a-11ee-8db6-212e2dc638e7 -- ceph osd stat -f json 2023-10-09T11:55:03.196 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:55:02 smithi031 ceph-mon[108039]: Detected new or changed devices on smithi031 2023-10-09T11:55:03.196 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:55:02 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' 2023-10-09T11:55:03.197 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:55:02 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-09T11:55:03.197 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:55:02 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' 2023-10-09T11:55:03.197 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:55:02 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-09T11:55:03.197 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:55:02 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-09T11:55:03.197 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:55:02 smithi031 ceph-mon[108039]: Adjusting osd_memory_target on smithi031 to 8559M 2023-10-09T11:55:03.197 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:55:02 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' 2023-10-09T11:55:03.198 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:55:02 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-09T11:55:03.198 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:55:02 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-09T11:55:03.198 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:55:02 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' 2023-10-09T11:55:03.198 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:55:02 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-09T11:55:03.414 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/5910470e-669a-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-09T11:55:04.155 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:55:03 smithi031 ceph-mon[108039]: purged_snaps scrub starts 2023-10-09T11:55:04.156 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:55:03 smithi031 ceph-mon[108039]: purged_snaps scrub ok 2023-10-09T11:55:04.156 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:55:03 smithi031 ceph-mon[108039]: osd.1 [v2:172.21.15.31:6810/3776467541,v1:172.21.15.31:6811/3776467541] boot 2023-10-09T11:55:04.156 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:55:03 smithi031 ceph-mon[108039]: osdmap e13: 2 total, 2 up, 2 in 2023-10-09T11:55:04.156 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:55:03 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-09T11:55:04.156 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:55:03 smithi031 ceph-mon[108039]: pgmap v32: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-10-09T11:55:04.542 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-10-09T11:55:04.949 INFO:teuthology.orchestra.run.smithi031.stdout:{"epoch":14,"num_osds":2,"num_up_osds":2,"osd_up_since":1696852502,"num_in_osds":2,"osd_in_since":1696852488,"num_remapped_pgs":0} 2023-10-09T11:55:04.950 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcea8c48517ff154f392584022efa0718f51c9f2 shell --fsid 5910470e-669a-11ee-8db6-212e2dc638e7 -- ceph osd dump --format=json 2023-10-09T11:55:05.243 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/5910470e-669a-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-09T11:55:05.305 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:55:04 smithi031 ceph-mon[108039]: osdmap e14: 2 total, 2 up, 2 in 2023-10-09T11:55:05.305 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:55:04 smithi031 ceph-mon[108039]: from='client.? 172.21.15.31:0/72947745' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-09T11:55:06.306 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:55:05 smithi031 ceph-mon[108039]: pgmap v34: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-10-09T11:55:06.370 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-10-09T11:55:06.370 INFO:teuthology.orchestra.run.smithi031.stdout:{"epoch":14,"fsid":"5910470e-669a-11ee-8db6-212e2dc638e7","created":"2023-10-09T11:53:17.469925+0000","modified":"2023-10-09T11:55:03.894326+0000","last_up_change":"2023-10-09T11:55:02.892347+0000","last_in_change":"2023-10-09T11:54:48.885418+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":6,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":0,"max_osd":2,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"reef","allow_crimson":false,"pools":[],"osds":[{"osd":0,"uuid":"9ab7cada-9529-48e9-95b4-25d39783815e","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.31:6802","nonce":1745798421},{"type":"v1","addr":"172.21.15.31:6803","nonce":1745798421}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6804","nonce":1745798421},{"type":"v1","addr":"172.21.15.31:6805","nonce":1745798421}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6808","nonce":1745798421},{"type":"v1","addr":"172.21.15.31:6809","nonce":1745798421}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6806","nonce":1745798421},{"type":"v1","addr":"172.21.15.31:6807","nonce":1745798421}]},"public_addr":"172.21.15.31:6803/1745798421","cluster_addr":"172.21.15.31:6805/1745798421","heartbeat_back_addr":"172.21.15.31:6809/1745798421","heartbeat_front_addr":"172.21.15.31:6807/1745798421","state":["exists","up"]},{"osd":1,"uuid":"b389ddf5-0bc0-453c-bec0-36f83b36629a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6810","nonce":3776467541},{"type":"v1","addr":"172.21.15.31:6811","nonce":3776467541}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6812","nonce":3776467541},{"type":"v1","addr":"172.21.15.31:6813","nonce":3776467541}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6816","nonce":3776467541},{"type":"v1","addr":"172.21.15.31:6817","nonce":3776467541}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6814","nonce":3776467541},{"type":"v1","addr":"172.21.15.31:6815","nonce":3776467541}]},"public_addr":"172.21.15.31:6811/3776467541","cluster_addr":"172.21.15.31:6813/3776467541","heartbeat_back_addr":"172.21.15.31:6817/3776467541","heartbeat_front_addr":"172.21.15.31:6815/3776467541","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-10-09T11:54:45.216632+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-10-09T11:55:01.830544+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.31:0/1249750478":"2023-10-10T11:54:04.913806+0000","172.21.15.31:6800/1760027288":"2023-10-10T11:54:04.913806+0000","172.21.15.31:6801/1760027288":"2023-10-10T11:54:04.913806+0000","172.21.15.31:0/1618205581":"2023-10-10T11:54:04.913806+0000","172.21.15.31:0/1687044973":"2023-10-10T11:53:41.596798+0000","172.21.15.31:0/1196283236":"2023-10-10T11:54:04.913806+0000","172.21.15.31:0/2766481170":"2023-10-10T11:53:41.596798+0000","172.21.15.31:6800/1793689203":"2023-10-10T11:53:41.596798+0000","172.21.15.31:0/1120012677":"2023-10-10T11:53:41.596798+0000","172.21.15.31:6801/1793689203":"2023-10-10T11:53:41.596798+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}} 2023-10-09T11:55:06.758 INFO:tasks.cephadm.ceph_manager.ceph:[] 2023-10-09T11:55:06.759 INFO:tasks.cephadm:Setting up client nodes... 2023-10-09T11:55:06.760 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcea8c48517ff154f392584022efa0718f51c9f2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5910470e-669a-11ee-8db6-212e2dc638e7 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-10-09T11:55:07.009 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/5910470e-669a-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-09T11:55:07.205 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:55:06 smithi031 ceph-mon[108039]: from='client.? 172.21.15.31:0/1639292971' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-09T11:55:08.055 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:55:07 smithi031 ceph-mon[108039]: pgmap v35: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-10-09T11:55:08.248 INFO:teuthology.orchestra.run.smithi031.stdout:[client.0] 2023-10-09T11:55:08.248 INFO:teuthology.orchestra.run.smithi031.stdout: key = AQAc6iNlovOADhAAER6w5OLO+f7jKd+bNbi+kA== 2023-10-09T11:55:08.647 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2023-10-09T11:55:08.648 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2023-10-09T11:55:08.648 DEBUG:teuthology.orchestra.run.smithi031:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2023-10-09T11:55:08.697 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2023-10-09T11:55:08.698 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2023-10-09T11:55:08.698 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcea8c48517ff154f392584022efa0718f51c9f2 shell --fsid 5910470e-669a-11ee-8db6-212e2dc638e7 -- ceph mgr dump --format=json 2023-10-09T11:55:08.988 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/5910470e-669a-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-09T11:55:09.305 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:55:08 smithi031 ceph-mon[108039]: from='client.? 172.21.15.31:0/458022402' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-10-09T11:55:09.305 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:55:08 smithi031 ceph-mon[108039]: from='client.? 172.21.15.31:0/458022402' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-10-09T11:55:10.173 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-10-09T11:55:10.496 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:55:10 smithi031 ceph-mon[108039]: pgmap v36: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-10-09T11:55:10.497 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:55:10 smithi031 ceph-mon[108039]: from='client.? 172.21.15.31:0/4248038720' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-10-09T11:55:10.547 INFO:teuthology.orchestra.run.smithi031.stdout:{"epoch":13,"active_gid":14152,"active_name":"x","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6800","nonce":3550893162},{"type":"v1","addr":"172.21.15.31:6801","nonce":3550893162}]},"active_addr":"172.21.15.31:6801/3550893162","active_change":"2023-10-09T11:54:04.913923+0000","active_mgr_features":4540138322906710015,"available":true,"standbys":[],"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","upmap"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_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.7","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_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:0.0.3","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":"secs","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":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"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":[]},"noautoscale":{"name":"noautoscale","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"global autoscale flag","long_desc":"Option to turn on/off the autoscaler for all pools","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":[]},"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.31: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"]},"last_failure_osd_epoch":3,"active_clients":[{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.31:0","nonce":1252558360}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.31:0","nonce":3194549107}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.31:0","nonce":863662393}]}]} 2023-10-09T11:55:10.550 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2023-10-09T11:55:10.550 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2023-10-09T11:55:10.550 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcea8c48517ff154f392584022efa0718f51c9f2 shell --fsid 5910470e-669a-11ee-8db6-212e2dc638e7 -- ceph osd dump --format=json 2023-10-09T11:55:10.798 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/5910470e-669a-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-09T11:55:11.947 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-10-09T11:55:11.947 INFO:teuthology.orchestra.run.smithi031.stdout:{"epoch":14,"fsid":"5910470e-669a-11ee-8db6-212e2dc638e7","created":"2023-10-09T11:53:17.469925+0000","modified":"2023-10-09T11:55:03.894326+0000","last_up_change":"2023-10-09T11:55:02.892347+0000","last_in_change":"2023-10-09T11:54:48.885418+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":6,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":0,"max_osd":2,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"reef","allow_crimson":false,"pools":[],"osds":[{"osd":0,"uuid":"9ab7cada-9529-48e9-95b4-25d39783815e","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.31:6802","nonce":1745798421},{"type":"v1","addr":"172.21.15.31:6803","nonce":1745798421}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6804","nonce":1745798421},{"type":"v1","addr":"172.21.15.31:6805","nonce":1745798421}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6808","nonce":1745798421},{"type":"v1","addr":"172.21.15.31:6809","nonce":1745798421}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6806","nonce":1745798421},{"type":"v1","addr":"172.21.15.31:6807","nonce":1745798421}]},"public_addr":"172.21.15.31:6803/1745798421","cluster_addr":"172.21.15.31:6805/1745798421","heartbeat_back_addr":"172.21.15.31:6809/1745798421","heartbeat_front_addr":"172.21.15.31:6807/1745798421","state":["exists","up"]},{"osd":1,"uuid":"b389ddf5-0bc0-453c-bec0-36f83b36629a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6810","nonce":3776467541},{"type":"v1","addr":"172.21.15.31:6811","nonce":3776467541}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6812","nonce":3776467541},{"type":"v1","addr":"172.21.15.31:6813","nonce":3776467541}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6816","nonce":3776467541},{"type":"v1","addr":"172.21.15.31:6817","nonce":3776467541}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6814","nonce":3776467541},{"type":"v1","addr":"172.21.15.31:6815","nonce":3776467541}]},"public_addr":"172.21.15.31:6811/3776467541","cluster_addr":"172.21.15.31:6813/3776467541","heartbeat_back_addr":"172.21.15.31:6817/3776467541","heartbeat_front_addr":"172.21.15.31:6815/3776467541","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-10-09T11:54:45.216632+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-10-09T11:55:01.830544+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.31:0/1249750478":"2023-10-10T11:54:04.913806+0000","172.21.15.31:6800/1760027288":"2023-10-10T11:54:04.913806+0000","172.21.15.31:6801/1760027288":"2023-10-10T11:54:04.913806+0000","172.21.15.31:0/1618205581":"2023-10-10T11:54:04.913806+0000","172.21.15.31:0/1687044973":"2023-10-10T11:53:41.596798+0000","172.21.15.31:0/1196283236":"2023-10-10T11:54:04.913806+0000","172.21.15.31:0/2766481170":"2023-10-10T11:53:41.596798+0000","172.21.15.31:6800/1793689203":"2023-10-10T11:53:41.596798+0000","172.21.15.31:0/1120012677":"2023-10-10T11:53:41.596798+0000","172.21.15.31:6801/1793689203":"2023-10-10T11:53:41.596798+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}} 2023-10-09T11:55:12.339 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2023-10-09T11:55:12.340 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcea8c48517ff154f392584022efa0718f51c9f2 shell --fsid 5910470e-669a-11ee-8db6-212e2dc638e7 -- ceph osd dump --format=json 2023-10-09T11:55:12.497 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:55:12 smithi031 ceph-mon[108039]: pgmap v37: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-10-09T11:55:12.497 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:55:12 smithi031 ceph-mon[108039]: from='client.? 172.21.15.31:0/3632734069' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-09T11:55:12.587 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/5910470e-669a-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-09T11:55:13.695 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-10-09T11:55:13.695 INFO:teuthology.orchestra.run.smithi031.stdout:{"epoch":14,"fsid":"5910470e-669a-11ee-8db6-212e2dc638e7","created":"2023-10-09T11:53:17.469925+0000","modified":"2023-10-09T11:55:03.894326+0000","last_up_change":"2023-10-09T11:55:02.892347+0000","last_in_change":"2023-10-09T11:54:48.885418+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":6,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":0,"max_osd":2,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"reef","allow_crimson":false,"pools":[],"osds":[{"osd":0,"uuid":"9ab7cada-9529-48e9-95b4-25d39783815e","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.31:6802","nonce":1745798421},{"type":"v1","addr":"172.21.15.31:6803","nonce":1745798421}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6804","nonce":1745798421},{"type":"v1","addr":"172.21.15.31:6805","nonce":1745798421}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6808","nonce":1745798421},{"type":"v1","addr":"172.21.15.31:6809","nonce":1745798421}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6806","nonce":1745798421},{"type":"v1","addr":"172.21.15.31:6807","nonce":1745798421}]},"public_addr":"172.21.15.31:6803/1745798421","cluster_addr":"172.21.15.31:6805/1745798421","heartbeat_back_addr":"172.21.15.31:6809/1745798421","heartbeat_front_addr":"172.21.15.31:6807/1745798421","state":["exists","up"]},{"osd":1,"uuid":"b389ddf5-0bc0-453c-bec0-36f83b36629a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6810","nonce":3776467541},{"type":"v1","addr":"172.21.15.31:6811","nonce":3776467541}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6812","nonce":3776467541},{"type":"v1","addr":"172.21.15.31:6813","nonce":3776467541}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6816","nonce":3776467541},{"type":"v1","addr":"172.21.15.31:6817","nonce":3776467541}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6814","nonce":3776467541},{"type":"v1","addr":"172.21.15.31:6815","nonce":3776467541}]},"public_addr":"172.21.15.31:6811/3776467541","cluster_addr":"172.21.15.31:6813/3776467541","heartbeat_back_addr":"172.21.15.31:6817/3776467541","heartbeat_front_addr":"172.21.15.31:6815/3776467541","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-10-09T11:54:45.216632+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-10-09T11:55:01.830544+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.31:0/1249750478":"2023-10-10T11:54:04.913806+0000","172.21.15.31:6800/1760027288":"2023-10-10T11:54:04.913806+0000","172.21.15.31:6801/1760027288":"2023-10-10T11:54:04.913806+0000","172.21.15.31:0/1618205581":"2023-10-10T11:54:04.913806+0000","172.21.15.31:0/1687044973":"2023-10-10T11:53:41.596798+0000","172.21.15.31:0/1196283236":"2023-10-10T11:54:04.913806+0000","172.21.15.31:0/2766481170":"2023-10-10T11:53:41.596798+0000","172.21.15.31:6800/1793689203":"2023-10-10T11:53:41.596798+0000","172.21.15.31:0/1120012677":"2023-10-10T11:53:41.596798+0000","172.21.15.31:6801/1793689203":"2023-10-10T11:53:41.596798+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}} 2023-10-09T11:55:14.071 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcea8c48517ff154f392584022efa0718f51c9f2 shell --fsid 5910470e-669a-11ee-8db6-212e2dc638e7 -- ceph tell osd.0 flush_pg_stats 2023-10-09T11:55:14.072 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcea8c48517ff154f392584022efa0718f51c9f2 shell --fsid 5910470e-669a-11ee-8db6-212e2dc638e7 -- ceph tell osd.1 flush_pg_stats 2023-10-09T11:55:14.325 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/5910470e-669a-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-09T11:55:14.529 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/5910470e-669a-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-09T11:55:14.531 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:55:14 smithi031 ceph-mon[108039]: pgmap v38: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-10-09T11:55:14.531 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:55:14 smithi031 ceph-mon[108039]: from='client.? 172.21.15.31:0/2197168232' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-09T11:55:16.039 INFO:teuthology.orchestra.run.smithi031.stdout:55834574853 2023-10-09T11:55:16.039 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcea8c48517ff154f392584022efa0718f51c9f2 shell --fsid 5910470e-669a-11ee-8db6-212e2dc638e7 -- ceph osd last-stat-seq osd.1 2023-10-09T11:55:16.103 INFO:teuthology.orchestra.run.smithi031.stdout:34359738377 2023-10-09T11:55:16.104 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcea8c48517ff154f392584022efa0718f51c9f2 shell --fsid 5910470e-669a-11ee-8db6-212e2dc638e7 -- ceph osd last-stat-seq osd.0 2023-10-09T11:55:16.300 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/5910470e-669a-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-09T11:55:16.305 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:55:16 smithi031 ceph-mon[108039]: pgmap v39: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-10-09T11:55:16.505 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/5910470e-669a-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-09T11:55:17.618 INFO:teuthology.orchestra.run.smithi031.stdout:55834574853 2023-10-09T11:55:17.962 INFO:teuthology.orchestra.run.smithi031.stdout:34359738377 2023-10-09T11:55:17.992 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574853 got 55834574853 for osd.1 2023-10-09T11:55:17.992 DEBUG:teuthology.parallel:result is None 2023-10-09T11:55:18.454 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738377 got 34359738377 for osd.0 2023-10-09T11:55:18.454 DEBUG:teuthology.parallel:result is None 2023-10-09T11:55:18.454 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2023-10-09T11:55:18.454 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcea8c48517ff154f392584022efa0718f51c9f2 shell --fsid 5910470e-669a-11ee-8db6-212e2dc638e7 -- ceph pg dump --format=json 2023-10-09T11:55:18.555 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:55:18 smithi031 ceph-mon[108039]: pgmap v40: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-10-09T11:55:18.555 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:55:18 smithi031 ceph-mon[108039]: from='client.? 172.21.15.31:0/3866079527' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-10-09T11:55:18.555 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:55:18 smithi031 ceph-mon[108039]: from='client.? 172.21.15.31:0/1953622650' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-10-09T11:55:18.704 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/5910470e-669a-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-09T11:55:19.820 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-10-09T11:55:19.822 INFO:teuthology.orchestra.run.smithi031.stderr:dumped all 2023-10-09T11:55:20.165 INFO:teuthology.orchestra.run.smithi031.stdout:{"pg_ready":true,"pg_map":{"version":41,"stamp":"2023-10-09T11:55:18.931312+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"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},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":0,"num_osds":2,"num_per_pool_osds":2,"num_per_pool_omap_osds":0,"kb":187490304,"kb_used":54280,"kb_used_data":240,"kb_used_omap":3,"kb_used_meta":54012,"kb_avail":187436024,"statfs":{"total":191990071296,"available":191934488576,"internally_reserved":0,"allocated":245760,"data_stored":59464,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":3562,"internal_metadata":55308822},"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":"0.000000"},"pg_stats":[],"pool_stats":[],"osd_stats":[{"osd":1,"up_from":13,"seq":55834574854,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":27140,"kb_used_data":120,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93718012,"statfs":{"total":95995035648,"available":95967244288,"internally_reserved":0,"allocated":122880,"data_stored":29732,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1781,"internal_metadata":27654411},"hb_peers":[0],"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":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.34399999999999997}]}]},{"osd":0,"up_from":8,"seq":34359738378,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":27140,"kb_used_data":120,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93718012,"statfs":{"total":95995035648,"available":95967244288,"internally_reserved":0,"allocated":122880,"data_stored":29732,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1781,"internal_metadata":27654411},"hb_peers":[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":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.372}]}]}],"pool_statfs":[]}} 2023-10-09T11:55:20.165 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcea8c48517ff154f392584022efa0718f51c9f2 shell --fsid 5910470e-669a-11ee-8db6-212e2dc638e7 -- ceph pg dump --format=json 2023-10-09T11:55:20.412 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/5910470e-669a-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-09T11:55:20.524 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:55:20 smithi031 ceph-mon[108039]: pgmap v41: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-10-09T11:55:21.531 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:55:21 smithi031 ceph-mon[108039]: from='client.14228 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-09T11:55:21.576 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-10-09T11:55:21.579 INFO:teuthology.orchestra.run.smithi031.stderr:dumped all 2023-10-09T11:55:21.962 INFO:teuthology.orchestra.run.smithi031.stdout:{"pg_ready":true,"pg_map":{"version":42,"stamp":"2023-10-09T11:55:20.931683+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"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},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":0,"num_osds":2,"num_per_pool_osds":2,"num_per_pool_omap_osds":0,"kb":187490304,"kb_used":54280,"kb_used_data":240,"kb_used_omap":3,"kb_used_meta":54012,"kb_avail":187436024,"statfs":{"total":191990071296,"available":191934488576,"internally_reserved":0,"allocated":245760,"data_stored":59464,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":3562,"internal_metadata":55308822},"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":"0.000000"},"pg_stats":[],"pool_stats":[],"osd_stats":[{"osd":1,"up_from":13,"seq":55834574854,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":27140,"kb_used_data":120,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93718012,"statfs":{"total":95995035648,"available":95967244288,"internally_reserved":0,"allocated":122880,"data_stored":29732,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1781,"internal_metadata":27654411},"hb_peers":[0],"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":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.34399999999999997}]}]},{"osd":0,"up_from":8,"seq":34359738378,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":27140,"kb_used_data":120,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93718012,"statfs":{"total":95995035648,"available":95967244288,"internally_reserved":0,"allocated":122880,"data_stored":29732,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1781,"internal_metadata":27654411},"hb_peers":[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":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.372}]}]}],"pool_statfs":[]}} 2023-10-09T11:55:21.963 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2023-10-09T11:55:21.963 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2023-10-09T11:55:21.963 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2023-10-09T11:55:21.963 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcea8c48517ff154f392584022efa0718f51c9f2 shell --fsid 5910470e-669a-11ee-8db6-212e2dc638e7 -- ceph health --format=json 2023-10-09T11:55:22.210 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/5910470e-669a-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-09T11:55:22.555 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:55:22 smithi031 ceph-mon[108039]: pgmap v42: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-10-09T11:55:23.363 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-10-09T11:55:23.363 INFO:teuthology.orchestra.run.smithi031.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2023-10-09T11:55:23.555 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:55:23 smithi031 ceph-mon[108039]: from='client.14230 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-09T11:55:23.736 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2023-10-09T11:55:23.736 INFO:tasks.cephadm:Setup complete, yielding 2023-10-09T11:55:23.737 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-10-09T11:55:23.747 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi031.front.sepia.ceph.com 2023-10-09T11:55:23.747 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcea8c48517ff154f392584022efa0718f51c9f2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5910470e-669a-11ee-8db6-212e2dc638e7 -- bash -c 'ceph orch status' 2023-10-09T11:55:23.996 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/5910470e-669a-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-09T11:55:24.462 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:55:24 smithi031 ceph-mon[108039]: pgmap v43: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-10-09T11:55:24.462 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:55:24 smithi031 ceph-mon[108039]: from='client.? 172.21.15.31:0/1207218780' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-10-09T11:55:25.128 INFO:teuthology.orchestra.run.smithi031.stdout:Backend: cephadm 2023-10-09T11:55:25.129 INFO:teuthology.orchestra.run.smithi031.stdout:Available: Yes 2023-10-09T11:55:25.129 INFO:teuthology.orchestra.run.smithi031.stdout:Paused: No 2023-10-09T11:55:25.504 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcea8c48517ff154f392584022efa0718f51c9f2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5910470e-669a-11ee-8db6-212e2dc638e7 -- bash -c 'ceph orch ps' 2023-10-09T11:55:25.752 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/5910470e-669a-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-09T11:55:26.519 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:55:26 smithi031 ceph-mon[108039]: pgmap v44: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-10-09T11:55:26.520 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:55:26 smithi031 ceph-mon[108039]: from='client.14234 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-09T11:55:26.906 INFO:teuthology.orchestra.run.smithi031.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-10-09T11:55:26.907 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.x smithi031 *:9283,8765 running (2m) - 2m 480M - 18.0.0-5817-gbcea8c48 fa922c444906 85b2e7e6e0df 2023-10-09T11:55:26.907 INFO:teuthology.orchestra.run.smithi031.stdout:mon.a smithi031 running (2m) - 2m 46.3M 2048M 18.0.0-5817-gbcea8c48 fa922c444906 57534275e55b 2023-10-09T11:55:26.907 INFO:teuthology.orchestra.run.smithi031.stdout:osd.0 smithi031 running (46s) - 45s 28.6M 8559M 18.0.0-5817-gbcea8c48 fa922c444906 d2c64d642514 2023-10-09T11:55:26.907 INFO:teuthology.orchestra.run.smithi031.stdout:osd.1 smithi031 running (29s) - 29s 12.4M 8559M 18.0.0-5817-gbcea8c48 fa922c444906 2826c77568d6 2023-10-09T11:55:27.286 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcea8c48517ff154f392584022efa0718f51c9f2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5910470e-669a-11ee-8db6-212e2dc638e7 -- bash -c 'ceph orch ls' 2023-10-09T11:55:27.538 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/5910470e-669a-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-09T11:55:28.555 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:55:28 smithi031 ceph-mon[108039]: from='client.14236 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-09T11:55:28.555 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:55:28 smithi031 ceph-mon[108039]: pgmap v45: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-10-09T11:55:28.672 INFO:teuthology.orchestra.run.smithi031.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2023-10-09T11:55:28.672 INFO:teuthology.orchestra.run.smithi031.stdout:mgr 1/1 - 62s smithi031=x;count:1 2023-10-09T11:55:28.673 INFO:teuthology.orchestra.run.smithi031.stdout:mon 1/1 - 68s smithi031:172.21.15.31=a;count:1 2023-10-09T11:55:28.673 INFO:teuthology.orchestra.run.smithi031.stdout:osd 2 - - 2023-10-09T11:55:29.053 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcea8c48517ff154f392584022efa0718f51c9f2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5910470e-669a-11ee-8db6-212e2dc638e7 -- bash -c 'ceph orch host ls' 2023-10-09T11:55:29.303 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/5910470e-669a-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-09T11:55:30.412 INFO:teuthology.orchestra.run.smithi031.stdout:HOST ADDR LABELS STATUS 2023-10-09T11:55:30.412 INFO:teuthology.orchestra.run.smithi031.stdout:smithi031 172.21.15.31 2023-10-09T11:55:30.412 INFO:teuthology.orchestra.run.smithi031.stdout:1 hosts in cluster 2023-10-09T11:55:30.555 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:55:30 smithi031 ceph-mon[108039]: from='client.14238 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-09T11:55:30.555 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:55:30 smithi031 ceph-mon[108039]: pgmap v46: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-10-09T11:55:30.740 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcea8c48517ff154f392584022efa0718f51c9f2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5910470e-669a-11ee-8db6-212e2dc638e7 -- bash -c 'ceph orch device ls' 2023-10-09T11:55:30.987 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/5910470e-669a-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-09T11:55:32.089 INFO:teuthology.orchestra.run.smithi031.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2023-10-09T11:55:32.089 INFO:teuthology.orchestra.run.smithi031.stdout:smithi031 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_CVFT53310008400BGN 372G No 30s ago LVM detected, locked 2023-10-09T11:55:32.410 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:55:32 smithi031 ceph-mon[108039]: from='client.14240 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-09T11:55:32.411 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:55:32 smithi031 ceph-mon[108039]: pgmap v47: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-10-09T11:55:32.502 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcea8c48517ff154f392584022efa0718f51c9f2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5910470e-669a-11ee-8db6-212e2dc638e7 -- bash -c 'ceph osd lspools' 2023-10-09T11:55:32.752 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/5910470e-669a-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-09T11:55:33.490 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:55:33 smithi031 ceph-mon[108039]: from='client.14242 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-09T11:55:34.252 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcea8c48517ff154f392584022efa0718f51c9f2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5910470e-669a-11ee-8db6-212e2dc638e7 -- bash -c 'ceph osd pool create mypool' 2023-10-09T11:55:34.502 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/5910470e-669a-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-09T11:55:34.555 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:55:34 smithi031 ceph-mon[108039]: pgmap v48: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-10-09T11:55:34.555 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:55:34 smithi031 ceph-mon[108039]: from='client.? 172.21.15.31:0/2250566953' entity='client.admin' cmd=[{"prefix": "osd lspools"}]: dispatch 2023-10-09T11:55:36.302 INFO:teuthology.orchestra.run.smithi031.stderr:pool 'mypool' created 2023-10-09T11:55:36.555 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:55:36 smithi031 ceph-mon[108039]: pgmap v49: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-10-09T11:55:36.555 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:55:36 smithi031 ceph-mon[108039]: from='client.? 172.21.15.31:0/730128410' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "mypool"}]: dispatch 2023-10-09T11:55:36.624 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcea8c48517ff154f392584022efa0718f51c9f2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5910470e-669a-11ee-8db6-212e2dc638e7 -- bash -c 'ceph osd pool application enable mypool rbd' 2023-10-09T11:55:36.874 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/5910470e-669a-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-09T11:55:37.555 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:55:37 smithi031 ceph-mon[108039]: from='client.? 172.21.15.31:0/730128410' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "mypool"}]': finished 2023-10-09T11:55:37.555 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:55:37 smithi031 ceph-mon[108039]: osdmap e15: 2 total, 2 up, 2 in 2023-10-09T11:55:38.307 INFO:teuthology.orchestra.run.smithi031.stderr:enabled application 'rbd' on pool 'mypool' 2023-10-09T11:55:38.555 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:55:38 smithi031 ceph-mon[108039]: pgmap v51: 32 pgs: 32 unknown; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-10-09T11:55:38.555 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:55:38 smithi031 ceph-mon[108039]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2023-10-09T11:55:38.555 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:55:38 smithi031 ceph-mon[108039]: osdmap e16: 2 total, 2 up, 2 in 2023-10-09T11:55:38.555 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:55:38 smithi031 ceph-mon[108039]: from='client.? 172.21.15.31:0/1421299673' entity='client.admin' cmd=[{"prefix": "osd pool application enable", "pool": "mypool", "app": "rbd"}]: dispatch 2023-10-09T11:55:38.676 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcea8c48517ff154f392584022efa0718f51c9f2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5910470e-669a-11ee-8db6-212e2dc638e7 -- bash -c 'ceph osd lspools' 2023-10-09T11:55:38.927 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/5910470e-669a-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-09T11:55:39.609 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:55:39 smithi031 ceph-mon[108039]: from='client.? 172.21.15.31:0/1421299673' entity='client.admin' cmd='[{"prefix": "osd pool application enable", "pool": "mypool", "app": "rbd"}]': finished 2023-10-09T11:55:39.610 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:55:39 smithi031 ceph-mon[108039]: osdmap e17: 2 total, 2 up, 2 in 2023-10-09T11:55:40.042 INFO:teuthology.orchestra.run.smithi031.stdout:1 mypool 2023-10-09T11:55:40.417 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcea8c48517ff154f392584022efa0718f51c9f2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5910470e-669a-11ee-8db6-212e2dc638e7 -- bash -c 'ceph osd pool ls detail' 2023-10-09T11:55:40.666 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/5910470e-669a-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-09T11:55:40.762 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:55:40 smithi031 ceph-mon[108039]: pgmap v54: 32 pgs: 32 active+undersized; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-10-09T11:55:40.762 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:55:40 smithi031 ceph-mon[108039]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2023-10-09T11:55:40.762 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:55:40 smithi031 ceph-mon[108039]: Cluster is now healthy 2023-10-09T11:55:40.762 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:55:40 smithi031 ceph-mon[108039]: from='client.? 172.21.15.31:0/573583259' entity='client.admin' cmd=[{"prefix": "osd lspools"}]: dispatch 2023-10-09T11:55:41.791 INFO:teuthology.orchestra.run.smithi031.stdout:pool 1 'mypool' replicated size 3 min_size 2 crush_rule 0 object_hash rjenkins pg_num 32 pgp_num 32 autoscale_mode off last_change 17 flags hashpspool stripe_width 0 application rbd read_balance_score 1.44 2023-10-09T11:55:41.792 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-10-09T11:55:42.167 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcea8c48517ff154f392584022efa0718f51c9f2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5910470e-669a-11ee-8db6-212e2dc638e7 -- bash -c 'ceph config set mgr mgr/cephadm/container_image_nvmeof quay.io/barakda1/nvmeof:0.0.3' 2023-10-09T11:55:42.416 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/5910470e-669a-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-09T11:55:42.520 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:55:42 smithi031 ceph-mon[108039]: pgmap v55: 32 pgs: 32 active+undersized; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-10-09T11:55:42.521 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:55:42 smithi031 ceph-mon[108039]: from='client.? 172.21.15.31:0/3768412279' entity='client.admin' cmd=[{"prefix": "osd pool ls", "detail": "detail"}]: dispatch 2023-10-09T11:55:43.921 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcea8c48517ff154f392584022efa0718f51c9f2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5910470e-669a-11ee-8db6-212e2dc638e7 -- bash -c 'ceph config get mgr mgr/cephadm/container_image_nvmeof' 2023-10-09T11:55:44.168 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/5910470e-669a-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-09T11:55:44.555 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:55:44 smithi031 ceph-mon[108039]: pgmap v56: 32 pgs: 32 active+undersized; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-10-09T11:55:44.555 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:55:44 smithi031 ceph-mon[108039]: from='client.? 172.21.15.31:0/689464937' entity='client.admin' 2023-10-09T11:55:44.555 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:55:44 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-09T11:55:44.555 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:55:44 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-09T11:55:44.555 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:55:44 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-09T11:55:44.556 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:55:44 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' 2023-10-09T11:55:45.251 INFO:teuthology.orchestra.run.smithi031.stdout:quay.io/barakda1/nvmeof:0.0.3 2023-10-09T11:55:45.555 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:55:45 smithi031 ceph-mon[108039]: from='client.? 172.21.15.31:0/2686604475' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/cephadm/container_image_nvmeof"}]: dispatch 2023-10-09T11:55:45.624 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcea8c48517ff154f392584022efa0718f51c9f2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5910470e-669a-11ee-8db6-212e2dc638e7 -- bash -c 'ceph orch apply nvmeof mypool --placement="1 $(hostname)"' 2023-10-09T11:55:45.874 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/5910470e-669a-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-09T11:55:46.573 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:55:46 smithi031 ceph-mon[108039]: pgmap v57: 32 pgs: 32 active+undersized; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-10-09T11:55:46.971 INFO:teuthology.orchestra.run.smithi031.stdout:Scheduled nvmeof.mypool update... 2023-10-09T11:55:47.342 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcea8c48517ff154f392584022efa0718f51c9f2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5910470e-669a-11ee-8db6-212e2dc638e7 -- bash -c 'ceph orch ps --refresh' 2023-10-09T11:55:47.605 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/5910470e-669a-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-09T11:55:48.278 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:55:47 smithi031 ceph-mon[108039]: pgmap v58: 32 pgs: 32 active+undersized; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-10-09T11:55:48.278 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:55:47 smithi031 ceph-mon[108039]: from='client.14258 -' entity='client.admin' cmd=[{"prefix": "orch apply nvmeof", "pool": "mypool", "placement": "1 smithi031", "target": ["mon-mgr", ""]}]: dispatch 2023-10-09T11:55:48.278 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:55:47 smithi031 ceph-mon[108039]: Saving service nvmeof.mypool spec with placement smithi031;count:1 2023-10-09T11:55:48.279 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:55:47 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' 2023-10-09T11:55:48.279 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:55:47 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-09T11:55:48.279 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:55:47 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-09T11:55:48.279 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:55:47 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-09T11:55:48.279 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:55:47 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' 2023-10-09T11:55:48.279 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:55:47 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.nvmeof.mypool.smithi031.nmshmb", "caps": ["mon", "profile rbd", "osd", "allow all tag rbd *=*"]}]: dispatch 2023-10-09T11:55:48.279 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:55:47 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "client.nvmeof.mypool.smithi031.nmshmb", "caps": ["mon", "profile rbd", "osd", "allow all tag rbd *=*"]}]': finished 2023-10-09T11:55:48.279 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:55:47 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-09T11:55:48.279 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:55:47 smithi031 ceph-mon[108039]: Deploying daemon nvmeof.mypool.smithi031.nmshmb on smithi031 2023-10-09T11:55:48.772 INFO:teuthology.orchestra.run.smithi031.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-10-09T11:55:48.772 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.x smithi031 *:9283,8765 running (2m) - 2m 480M - 18.0.0-5817-gbcea8c48 fa922c444906 85b2e7e6e0df 2023-10-09T11:55:48.772 INFO:teuthology.orchestra.run.smithi031.stdout:mon.a smithi031 running (2m) - 2m 46.3M 2048M 18.0.0-5817-gbcea8c48 fa922c444906 57534275e55b 2023-10-09T11:55:48.772 INFO:teuthology.orchestra.run.smithi031.stdout:osd.0 smithi031 running (67s) - 67s 28.6M 8559M 18.0.0-5817-gbcea8c48 fa922c444906 d2c64d642514 2023-10-09T11:55:48.772 INFO:teuthology.orchestra.run.smithi031.stdout:osd.1 smithi031 running (51s) - 51s 12.4M 8559M 18.0.0-5817-gbcea8c48 fa922c444906 2826c77568d6 2023-10-09T11:55:49.220 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcea8c48517ff154f392584022efa0718f51c9f2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5910470e-669a-11ee-8db6-212e2dc638e7 -- bash -c 'ceph versions' 2023-10-09T11:55:49.495 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/5910470e-669a-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-09T11:55:50.216 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:55:49 smithi031 ceph-mon[108039]: from='client.14260 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2023-10-09T11:55:50.216 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:55:49 smithi031 ceph-mon[108039]: pgmap v59: 32 pgs: 32 active+undersized; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-10-09T11:55:50.795 INFO:teuthology.orchestra.run.smithi031.stdout:{ 2023-10-09T11:55:50.795 INFO:teuthology.orchestra.run.smithi031.stdout: "mon": { 2023-10-09T11:55:50.795 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 18.0.0-5817-gbcea8c48 (bcea8c48517ff154f392584022efa0718f51c9f2) reef (dev)": 1 2023-10-09T11:55:50.795 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2023-10-09T11:55:50.795 INFO:teuthology.orchestra.run.smithi031.stdout: "mgr": { 2023-10-09T11:55:50.796 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 18.0.0-5817-gbcea8c48 (bcea8c48517ff154f392584022efa0718f51c9f2) reef (dev)": 1 2023-10-09T11:55:50.796 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2023-10-09T11:55:50.796 INFO:teuthology.orchestra.run.smithi031.stdout: "osd": { 2023-10-09T11:55:50.796 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 18.0.0-5817-gbcea8c48 (bcea8c48517ff154f392584022efa0718f51c9f2) reef (dev)": 2 2023-10-09T11:55:50.796 INFO:teuthology.orchestra.run.smithi031.stdout: }, 2023-10-09T11:55:50.796 INFO:teuthology.orchestra.run.smithi031.stdout: "overall": { 2023-10-09T11:55:50.796 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph version 18.0.0-5817-gbcea8c48 (bcea8c48517ff154f392584022efa0718f51c9f2) reef (dev)": 4 2023-10-09T11:55:50.796 INFO:teuthology.orchestra.run.smithi031.stdout: } 2023-10-09T11:55:50.796 INFO:teuthology.orchestra.run.smithi031.stdout:} 2023-10-09T11:55:51.305 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:55:50 smithi031 ceph-mon[108039]: from='client.? 172.21.15.31:0/3089449971' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-10-09T11:55:52.306 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:55:52 smithi031 ceph-mon[108039]: pgmap v60: 32 pgs: 32 active+undersized; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-10-09T11:55:53.145 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcea8c48517ff154f392584022efa0718f51c9f2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5910470e-669a-11ee-8db6-212e2dc638e7 -- bash -c 'ceph -s' 2023-10-09T11:55:53.419 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/5910470e-669a-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-09T11:55:54.116 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:55:54 smithi031 ceph-mon[108039]: pgmap v61: 32 pgs: 32 active+undersized; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-10-09T11:55:54.666 INFO:teuthology.orchestra.run.smithi031.stdout: cluster: 2023-10-09T11:55:54.666 INFO:teuthology.orchestra.run.smithi031.stdout: id: 5910470e-669a-11ee-8db6-212e2dc638e7 2023-10-09T11:55:54.666 INFO:teuthology.orchestra.run.smithi031.stdout: health: HEALTH_OK 2023-10-09T11:55:54.666 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-10-09T11:55:54.666 INFO:teuthology.orchestra.run.smithi031.stdout: services: 2023-10-09T11:55:54.666 INFO:teuthology.orchestra.run.smithi031.stdout: mon: 1 daemons, quorum a (age 2m) 2023-10-09T11:55:54.666 INFO:teuthology.orchestra.run.smithi031.stdout: mgr: x(active, since 109s) 2023-10-09T11:55:54.667 INFO:teuthology.orchestra.run.smithi031.stdout: osd: 2 osds: 2 up (since 51s), 2 in (since 65s) 2023-10-09T11:55:54.667 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-10-09T11:55:54.667 INFO:teuthology.orchestra.run.smithi031.stdout: data: 2023-10-09T11:55:54.667 INFO:teuthology.orchestra.run.smithi031.stdout: pools: 1 pools, 32 pgs 2023-10-09T11:55:54.667 INFO:teuthology.orchestra.run.smithi031.stdout: objects: 0 objects, 0 B 2023-10-09T11:55:54.667 INFO:teuthology.orchestra.run.smithi031.stdout: usage: 53 MiB used, 179 GiB / 179 GiB avail 2023-10-09T11:55:54.667 INFO:teuthology.orchestra.run.smithi031.stdout: pgs: 32 active+undersized 2023-10-09T11:55:54.667 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-10-09T11:55:54.667 INFO:teuthology.orchestra.run.smithi031.stdout: progress: 2023-10-09T11:55:54.667 INFO:teuthology.orchestra.run.smithi031.stdout: Updating nvmeof.mypool deployment (+1 -> 1) (0s) 2023-10-09T11:55:54.667 INFO:teuthology.orchestra.run.smithi031.stdout: [............................] 2023-10-09T11:55:54.667 INFO:teuthology.orchestra.run.smithi031.stdout: Global Recovery Event (0s) 2023-10-09T11:55:54.668 INFO:teuthology.orchestra.run.smithi031.stdout: [............................] 2023-10-09T11:55:54.668 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-10-09T11:55:55.305 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:55:55 smithi031 ceph-mon[108039]: from='client.? 172.21.15.31:0/745666272' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-10-09T11:55:56.307 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:55:56 smithi031 ceph-mon[108039]: pgmap v62: 32 pgs: 32 active+undersized; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-10-09T11:55:57.575 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcea8c48517ff154f392584022efa0718f51c9f2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5910470e-669a-11ee-8db6-212e2dc638e7 -- bash -c 'ceph orch ls' 2023-10-09T11:55:57.914 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/5910470e-669a-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-09T11:55:58.305 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:55:58 smithi031 ceph-mon[108039]: pgmap v63: 32 pgs: 32 active+undersized; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-10-09T11:55:59.226 INFO:teuthology.orchestra.run.smithi031.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2023-10-09T11:55:59.226 INFO:teuthology.orchestra.run.smithi031.stdout:mgr 1/1 - 93s smithi031=x;count:1 2023-10-09T11:55:59.226 INFO:teuthology.orchestra.run.smithi031.stdout:mon 1/1 - 99s smithi031:172.21.15.31=a;count:1 2023-10-09T11:55:59.226 INFO:teuthology.orchestra.run.smithi031.stdout:nvmeof.mypool ?:4420,5500,8009 0/1 - 12s smithi031;count:1 2023-10-09T11:55:59.226 INFO:teuthology.orchestra.run.smithi031.stdout:osd 2 - - 2023-10-09T11:55:59.555 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:55:59 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' 2023-10-09T11:55:59.555 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:55:59 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' 2023-10-09T11:55:59.555 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:55:59 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' 2023-10-09T11:55:59.555 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:55:59 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' 2023-10-09T11:55:59.555 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:55:59 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-09T11:55:59.602 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcea8c48517ff154f392584022efa0718f51c9f2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5910470e-669a-11ee-8db6-212e2dc638e7 -- bash -c 'rbd create mypool/myimage --size 8Gi' 2023-10-09T11:55:59.860 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/5910470e-669a-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-09T11:56:00.556 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:56:00 smithi031 ceph-mon[108039]: Checking pool "mypool" exists for service nvmeof.mypool 2023-10-09T11:56:00.557 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:56:00 smithi031 ceph-mon[108039]: pgmap v64: 32 pgs: 32 active+undersized; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-10-09T11:56:00.557 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:56:00 smithi031 ceph-mon[108039]: from='client.14270 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-09T11:56:00.557 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:56:00 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' 2023-10-09T11:56:00.557 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:56:00 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' 2023-10-09T11:56:00.557 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:56:00 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-09T11:56:00.557 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:56:00 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-09T11:56:00.557 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:56:00 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' 2023-10-09T11:56:00.558 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:56:00 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-09T11:56:00.558 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:56:00 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' 2023-10-09T11:56:01.805 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:56:01 smithi031 ceph-mon[108039]: mgrmap e14: x(active, since 115s) 2023-10-09T11:56:01.805 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:56:01 smithi031 ceph-mon[108039]: pgmap v65: 32 pgs: 32 active+undersized; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-10-09T11:56:01.805 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:56:01 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' 2023-10-09T11:56:01.805 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:56:01 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' 2023-10-09T11:56:01.805 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:56:01 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-09T11:56:01.806 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:56:01 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-09T11:56:01.806 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:56:01 smithi031 ceph-mon[108039]: from='mgr.14152 172.21.15.31:0/3401041157' entity='mgr.x' 2023-10-09T11:56:02.672 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:56:02 smithi031 ceph-mon[108039]: osdmap e18: 2 total, 2 up, 2 in 2023-10-09T11:56:02.723 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcea8c48517ff154f392584022efa0718f51c9f2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5910470e-669a-11ee-8db6-212e2dc638e7 -- bash -c 'rbd ls mypool' 2023-10-09T11:56:02.966 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/5910470e-669a-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-09T11:56:03.662 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:56:03 smithi031 ceph-mon[108039]: osdmap e19: 2 total, 2 up, 2 in 2023-10-09T11:56:03.662 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:56:03 smithi031 ceph-mon[108039]: pgmap v68: 32 pgs: 32 active+undersized; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-10-09T11:56:03.774 INFO:teuthology.orchestra.run.smithi031.stdout:myimage 2023-10-09T11:56:04.142 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-10-09T11:56:04.151 INFO:tasks.cephadm:Waiting for ceph service nvmeof.mypool to start (timeout 300)... 2023-10-09T11:56:04.151 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcea8c48517ff154f392584022efa0718f51c9f2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5910470e-669a-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-09T11:56:04.401 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/5910470e-669a-11ee-8db6-212e2dc638e7/mon.a/config 2023-10-09T11:56:05.305 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:56:05 smithi031 ceph-mon[108039]: Health check failed: Degraded data redundancy: 6/18 objects degraded (33.333%), 3 pgs degraded (PG_DEGRADED) 2023-10-09T11:56:05.458 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-10-09T11:56:05.459 INFO:teuthology.orchestra.run.smithi031.stdout:[{"events": ["2023-10-09T11:54:25.929219Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi031=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-09T11:54:25.927056Z", "running": 1, "size": 1}}, {"events": ["2023-10-09T11:54:20.156371Z service:mon [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi031:172.21.15.31=a"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-09T11:54:20.153655Z", "running": 1, "size": 1}}, {"events": ["2023-10-09T11:55:46.971675Z service:nvmeof.mypool [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi031"]}, "service_id": "mypool", "service_name": "nvmeof.mypool", "service_type": "nvmeof", "spec": {"client_cert": "./client.crt", "client_key": "./client.key", "conn_retries": 10, "pool": "mypool", "port": 5500, "server_cert": "./server.crt", "server_key": "./server.key", "spdk_path": "/usr/local/bin/nvmf_tgt", "tgt_path": "/usr/local/bin/nvmf_tgt", "timeout": 60, "transport_tcp_options": {"in_capsule_data_size": 8192, "max_io_qpairs_per_ctrlr": 7}, "transports": "tcp"}, "status": {"created": "2023-10-09T11:55:46.968903Z", "ports": [5500, 4420, 8009], "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "fa922c4449069cae14b17e9ffaef6cf64d1d7080cea061a20dc1d8f318e65863", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:34fad0ea24358428207f7cbc4d6027320c5a86fd3de6f51aaec11e44cfc648d7", "running": 2, "size": 2}, "unmanaged": true}] 2023-10-09T11:56:05.824 INFO:tasks.cephadm:nvmeof.mypool has 1/1 2023-10-09T11:56:05.825 INFO:teuthology.run_tasks:Running task exec... 2023-10-09T11:56:05.834 INFO:teuthology.task.exec:Executing custom commands... 2023-10-09T11:56:05.835 INFO:teuthology.task.exec:Running commands on role host.a host ubuntu@smithi031.front.sepia.ceph.com 2023-10-09T11:56:05.835 DEBUG:teuthology.orchestra.run.smithi031:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'modprobe nvme-fabrics' 2023-10-09T11:56:05.875 DEBUG:teuthology.orchestra.run.smithi031:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'modprobe nvme-tcp' 2023-10-09T11:56:05.962 DEBUG:teuthology.orchestra.run.smithi031:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'set -ex 2023-10-09T11:56:05.963 DEBUG:teuthology.orchestra.run.smithi031:> # 2023-10-09T11:56:05.963 DEBUG:teuthology.orchestra.run.smithi031:> # print nvmeof start up logs 2023-10-09T11:56:05.963 DEBUG:teuthology.orchestra.run.smithi031:> s=$(systemctl list-units | grep nvmeof.mypool | awk '"'"'{print $1}'"'"') 2023-10-09T11:56:05.963 DEBUG:teuthology.orchestra.run.smithi031:> echo "<---- s variable is [ $s ]---->" 2023-10-09T11:56:05.963 DEBUG:teuthology.orchestra.run.smithi031:> PAGER=cat journalctl -u $s 2023-10-09T11:56:05.963 DEBUG:teuthology.orchestra.run.smithi031:> GATEWAY=$(echo $s | cut -d "@" -f2- | sed '"'"'s/.\{8\}$//'"'"') 2023-10-09T11:56:05.963 DEBUG:teuthology.orchestra.run.smithi031:> echo "<---- GATEWAY is [ $GATEWAY ]---->" 2023-10-09T11:56:05.963 DEBUG:teuthology.orchestra.run.smithi031:> IP=$(echo $(hostname -I) | cut -d '"'"' '"'"' -f1) 2023-10-09T11:56:05.963 DEBUG:teuthology.orchestra.run.smithi031:> HOSTNAME=$(hostname) 2023-10-09T11:56:05.963 DEBUG:teuthology.orchestra.run.smithi031:> IMAGE="quay.io/ceph/nvmeof-cli:0.0.3" 2023-10-09T11:56:05.964 DEBUG:teuthology.orchestra.run.smithi031:> POOL="mypool" 2023-10-09T11:56:05.964 DEBUG:teuthology.orchestra.run.smithi031:> MIMAGE="myimage" 2023-10-09T11:56:05.964 DEBUG:teuthology.orchestra.run.smithi031:> BDEV="mybdev" 2023-10-09T11:56:05.964 DEBUG:teuthology.orchestra.run.smithi031:> SERIAL="SPDK00000000000001" 2023-10-09T11:56:05.964 DEBUG:teuthology.orchestra.run.smithi031:> NQN="nqn.2016-06.io.spdk:cnode1" 2023-10-09T11:56:05.964 DEBUG:teuthology.orchestra.run.smithi031:> PORT="4420" 2023-10-09T11:56:05.964 DEBUG:teuthology.orchestra.run.smithi031:> SRPORT="5500" 2023-10-09T11:56:05.964 DEBUG:teuthology.orchestra.run.smithi031:> podman run -it $IMAGE --server-address $IP --server-port $SRPORT create_bdev --pool $POOL --image $MIMAGE --bdev $BDEV 2023-10-09T11:56:05.964 DEBUG:teuthology.orchestra.run.smithi031:> podman images 2023-10-09T11:56:05.964 DEBUG:teuthology.orchestra.run.smithi031:> podman ps 2023-10-09T11:56:05.964 DEBUG:teuthology.orchestra.run.smithi031:> podman run -it $IMAGE --server-address $IP --server-port $SRPORT create_subsystem --subnqn $NQN --serial $SERIAL 2023-10-09T11:56:05.965 DEBUG:teuthology.orchestra.run.smithi031:> podman run -it $IMAGE --server-address $IP --server-port $SRPORT add_namespace --subnqn $NQN --bdev $BDEV 2023-10-09T11:56:05.965 DEBUG:teuthology.orchestra.run.smithi031:> podman run -it $IMAGE --server-address $IP --server-port $SRPORT create_listener -n $NQN -g client.$GATEWAY -a $IP -s $PORT 2023-10-09T11:56:05.965 DEBUG:teuthology.orchestra.run.smithi031:> podman run -it $IMAGE --server-address $IP --server-port $SRPORT add_host --subnqn $NQN --host "*" 2023-10-09T11:56:05.965 DEBUG:teuthology.orchestra.run.smithi031:> podman run -it $IMAGE --server-address $IP --server-port $SRPORT get_subsystems 2023-10-09T11:56:05.965 DEBUG:teuthology.orchestra.run.smithi031:> modprobe nvme-fabrics 2023-10-09T11:56:05.965 DEBUG:teuthology.orchestra.run.smithi031:> modprobe nvme-tcp 2023-10-09T11:56:05.965 DEBUG:teuthology.orchestra.run.smithi031:> lsmod | grep nvme 2023-10-09T11:56:05.965 DEBUG:teuthology.orchestra.run.smithi031:> nvme list 2023-10-09T11:56:05.965 DEBUG:teuthology.orchestra.run.smithi031:> dmesg -T 2023-10-09T11:56:05.965 DEBUG:teuthology.orchestra.run.smithi031:> nvme discover -t tcp -a $IP -s $PORT 2023-10-09T11:56:05.965 DEBUG:teuthology.orchestra.run.smithi031:> nvme connect -t tcp --traddr $IP -s $PORT -n $NQN 2023-10-09T11:56:05.965 DEBUG:teuthology.orchestra.run.smithi031:> nvme list 2023-10-09T11:56:05.966 DEBUG:teuthology.orchestra.run.smithi031:> ' 2023-10-09T11:56:05.995 INFO:teuthology.orchestra.run.smithi031.stderr:++ systemctl list-units 2023-10-09T11:56:05.995 INFO:teuthology.orchestra.run.smithi031.stderr:++ grep nvmeof.mypool 2023-10-09T11:56:05.996 INFO:teuthology.orchestra.run.smithi031.stderr:++ awk '{print $1}' 2023-10-09T11:56:06.003 INFO:teuthology.orchestra.run.smithi031.stderr:+ s=ceph-5910470e-669a-11ee-8db6-212e2dc638e7@nvmeof.mypool.smithi031.nmshmb.service 2023-10-09T11:56:06.003 INFO:teuthology.orchestra.run.smithi031.stdout:<---- s variable is [ ceph-5910470e-669a-11ee-8db6-212e2dc638e7@nvmeof.mypool.smithi031.nmshmb.service ]----> 2023-10-09T11:56:06.004 INFO:teuthology.orchestra.run.smithi031.stderr:+ echo '<---- s variable is [ ceph-5910470e-669a-11ee-8db6-212e2dc638e7@nvmeof.mypool.smithi031.nmshmb.service ]---->' 2023-10-09T11:56:06.004 INFO:teuthology.orchestra.run.smithi031.stderr:+ PAGER=cat 2023-10-09T11:56:06.004 INFO:teuthology.orchestra.run.smithi031.stderr:+ journalctl -u ceph-5910470e-669a-11ee-8db6-212e2dc638e7@nvmeof.mypool.smithi031.nmshmb.service 2023-10-09T11:56:06.007 INFO:teuthology.orchestra.run.smithi031.stdout:-- Logs begin at Mon 2023-10-09 11:44:06 UTC, end at Mon 2023-10-09 11:56:05 UTC. -- 2023-10-09T11:56:06.007 INFO:teuthology.orchestra.run.smithi031.stdout:Oct 09 11:55:47 smithi031 systemd[1]: Starting Ceph nvmeof.mypool.smithi031.nmshmb for 5910470e-669a-11ee-8db6-212e2dc638e7... 2023-10-09T11:56:06.007 INFO:teuthology.orchestra.run.smithi031.stdout:Oct 09 11:55:48 smithi031 bash[129693]: Trying to pull quay.io/barakda1/nvmeof:0.0.3... 2023-10-09T11:56:06.008 INFO:teuthology.orchestra.run.smithi031.stdout:Oct 09 11:55:48 smithi031 bash[129693]: Getting image source signatures 2023-10-09T11:56:06.008 INFO:teuthology.orchestra.run.smithi031.stdout:Oct 09 11:55:48 smithi031 bash[129693]: Copying blob sha256:3786fb8cfd032b13af6930bafb1125ba4d7c15f159f0fb5315e292b4eb1aa66c 2023-10-09T11:56:06.008 INFO:teuthology.orchestra.run.smithi031.stdout:Oct 09 11:55:48 smithi031 bash[129693]: Copying blob sha256:9f1a92dcd76eac4b06e3aabc8d175e44e1e5dce7e3b6b120d475bf367a601544 2023-10-09T11:56:06.008 INFO:teuthology.orchestra.run.smithi031.stdout:Oct 09 11:55:48 smithi031 bash[129693]: Copying blob sha256:eebbe46e45b08b31a85507360f62347654f4aa015db6be2f5f4c2a88d5682a6e 2023-10-09T11:56:06.008 INFO:teuthology.orchestra.run.smithi031.stdout:Oct 09 11:55:48 smithi031 bash[129693]: Copying blob sha256:8a8ee8f84425d675fb882c05429d8a02ea1d24e21192b8de6bef887a8d156526 2023-10-09T11:56:06.008 INFO:teuthology.orchestra.run.smithi031.stdout:Oct 09 11:55:48 smithi031 bash[129693]: Copying blob sha256:dc00cbb68d300b5ac0915f94d50b4e869efb95b0843c0ad6061968d376be21b5 2023-10-09T11:56:06.008 INFO:teuthology.orchestra.run.smithi031.stdout:Oct 09 11:55:48 smithi031 bash[129693]: Copying blob sha256:9a3450f0e9f40eb6acca9392e24e2037e9525386867c959cddb6e62713b1d6e3 2023-10-09T11:56:06.008 INFO:teuthology.orchestra.run.smithi031.stdout:Oct 09 11:55:49 smithi031 bash[129693]: Copying blob sha256:186782eda3013867f014b4d89e54e879964c4ca47f7f61913b9d1d75004a6cea 2023-10-09T11:56:06.008 INFO:teuthology.orchestra.run.smithi031.stdout:Oct 09 11:55:57 smithi031 bash[129693]: Copying config sha256:488238d8e1fb98342c0cabd17eb05d7bfe44d01ed4b66a5d9a8001b2c168d6b5 2023-10-09T11:56:06.008 INFO:teuthology.orchestra.run.smithi031.stdout:Oct 09 11:55:57 smithi031 bash[129693]: Writing manifest to image destination 2023-10-09T11:56:06.009 INFO:teuthology.orchestra.run.smithi031.stdout:Oct 09 11:55:58 smithi031 bash[129693]: b19287cf41bb7a6cd6fc33ef706091373832b2d91a1a740f9deb45d0cd245656 2023-10-09T11:56:06.009 INFO:teuthology.orchestra.run.smithi031.stdout:Oct 09 11:55:58 smithi031 systemd[1]: Started Ceph nvmeof.mypool.smithi031.nmshmb for 5910470e-669a-11ee-8db6-212e2dc638e7. 2023-10-09T11:56:06.009 INFO:teuthology.orchestra.run.smithi031.stdout:Oct 09 11:55:58 smithi031 ceph-5910470e-669a-11ee-8db6-212e2dc638e7-nvmeof-mypool-smithi031-nmshmb[130264]: INFO:control.server:Starting gateway client.nvmeof.mypool.smithi031.nmshmb 2023-10-09T11:56:06.009 INFO:teuthology.orchestra.run.smithi031.stdout:Oct 09 11:55:58 smithi031 ceph-5910470e-669a-11ee-8db6-212e2dc638e7-nvmeof-mypool-smithi031-nmshmb[130264]: DEBUG:control.server:Starting serve 2023-10-09T11:56:06.009 INFO:teuthology.orchestra.run.smithi031.stdout:Oct 09 11:55:58 smithi031 ceph-5910470e-669a-11ee-8db6-212e2dc638e7-nvmeof-mypool-smithi031-nmshmb[130264]: DEBUG:control.server:Configuring server client.nvmeof.mypool.smithi031.nmshmb 2023-10-09T11:56:06.009 INFO:teuthology.orchestra.run.smithi031.stdout:Oct 09 11:55:58 smithi031 ceph-5910470e-669a-11ee-8db6-212e2dc638e7-nvmeof-mypool-smithi031-nmshmb[130264]: INFO:control.server:SPDK Target Path: /usr/local/bin/nvmf_tgt 2023-10-09T11:56:06.009 INFO:teuthology.orchestra.run.smithi031.stdout:Oct 09 11:55:58 smithi031 ceph-5910470e-669a-11ee-8db6-212e2dc638e7-nvmeof-mypool-smithi031-nmshmb[130264]: INFO:control.server:SPDK Socket: /var/tmp/spdk.sock 2023-10-09T11:56:06.009 INFO:teuthology.orchestra.run.smithi031.stdout:Oct 09 11:55:58 smithi031 ceph-5910470e-669a-11ee-8db6-212e2dc638e7-nvmeof-mypool-smithi031-nmshmb[130264]: INFO:control.server:Starting /usr/local/bin/nvmf_tgt -u -r /var/tmp/spdk.sock 2023-10-09T11:56:06.009 INFO:teuthology.orchestra.run.smithi031.stdout:Oct 09 11:55:58 smithi031 ceph-5910470e-669a-11ee-8db6-212e2dc638e7-nvmeof-mypool-smithi031-nmshmb[130264]: INFO:control.server:Attempting to initialize SPDK: rpc_socket: /var/tmp/spdk.sock, conn_retries: 300, timeout: 60.0 2023-10-09T11:56:06.009 INFO:teuthology.orchestra.run.smithi031.stdout:Oct 09 11:55:58 smithi031 ceph-5910470e-669a-11ee-8db6-212e2dc638e7-nvmeof-mypool-smithi031-nmshmb[130264]: INFO: Setting log level to WARN 2023-10-09T11:56:06.010 INFO:teuthology.orchestra.run.smithi031.stdout:Oct 09 11:55:58 smithi031 ceph-5910470e-669a-11ee-8db6-212e2dc638e7-nvmeof-mypool-smithi031-nmshmb[130264]: INFO:JSONRPCClient(/var/tmp/spdk.sock):Setting log level to WARN 2023-10-09T11:56:06.010 INFO:teuthology.orchestra.run.smithi031.stdout:Oct 09 11:55:58 smithi031 ceph-5910470e-669a-11ee-8db6-212e2dc638e7-nvmeof-mypool-smithi031-nmshmb[130264]: [2023-10-09 11:55:58.480148] Starting SPDK v23.01.1 / DPDK 22.11.1 initialization... 2023-10-09T11:56:06.010 INFO:teuthology.orchestra.run.smithi031.stdout:Oct 09 11:55:58 smithi031 ceph-5910470e-669a-11ee-8db6-212e2dc638e7-nvmeof-mypool-smithi031-nmshmb[130264]: [2023-10-09 11:55:58.480221] [ DPDK EAL parameters: nvmf --no-shconf -c 0x1 --no-pci --huge-unlink --log-level=lib.eal:6 --log-level=lib.cryptodev:5 --log-level=user1:6 --iova-mode=pa --base-virtaddr=0x200000000000 --match-allocations --file-prefix=spdk_pid3 ] 2023-10-09T11:56:06.010 INFO:teuthology.orchestra.run.smithi031.stdout:Oct 09 11:55:58 smithi031 ceph-5910470e-669a-11ee-8db6-212e2dc638e7-nvmeof-mypool-smithi031-nmshmb[130264]: TELEMETRY: No legacy callbacks, legacy socket not created 2023-10-09T11:56:06.010 INFO:teuthology.orchestra.run.smithi031.stdout:Oct 09 11:55:58 smithi031 ceph-5910470e-669a-11ee-8db6-212e2dc638e7-nvmeof-mypool-smithi031-nmshmb[130264]: [2023-10-09 11:55:58.596043] app.c: 712:spdk_app_start: *NOTICE*: Total cores available: 1 2023-10-09T11:56:06.010 INFO:teuthology.orchestra.run.smithi031.stdout:Oct 09 11:55:58 smithi031 ceph-5910470e-669a-11ee-8db6-212e2dc638e7-nvmeof-mypool-smithi031-nmshmb[130264]: [2023-10-09 11:55:58.637643] reactor.c: 926:reactor_run: *NOTICE*: Reactor started on core 0 2023-10-09T11:56:06.010 INFO:teuthology.orchestra.run.smithi031.stdout:Oct 09 11:55:58 smithi031 ceph-5910470e-669a-11ee-8db6-212e2dc638e7-nvmeof-mypool-smithi031-nmshmb[130264]: [2023-10-09 11:55:58.668819] accel_sw.c: 681:sw_accel_module_init: *NOTICE*: Accel framework software module initialized. 2023-10-09T11:56:06.010 INFO:teuthology.orchestra.run.smithi031.stdout:Oct 09 11:55:58 smithi031 ceph-5910470e-669a-11ee-8db6-212e2dc638e7-nvmeof-mypool-smithi031-nmshmb[130264]: DEBUG:control.server:create_transport: tcp options: {"in_capsule_data_size": 8192, "max_io_qpairs_per_ctrlr": 7} 2023-10-09T11:56:06.010 INFO:teuthology.orchestra.run.smithi031.stdout:Oct 09 11:55:58 smithi031 ceph-5910470e-669a-11ee-8db6-212e2dc638e7-nvmeof-mypool-smithi031-nmshmb[130264]: [2023-10-09 11:55:58.873165] tcp.c: 629:nvmf_tcp_create: *NOTICE*: *** TCP Transport Init *** 2023-10-09T11:56:06.010 INFO:teuthology.orchestra.run.smithi031.stdout:Oct 09 11:55:58 smithi031 ceph-5910470e-669a-11ee-8db6-212e2dc638e7-nvmeof-mypool-smithi031-nmshmb[130264]: INFO:control.state:First gateway: created object nvmeof.None.state 2023-10-09T11:56:06.011 INFO:teuthology.orchestra.run.smithi031.stderr:++ echo ceph-5910470e-669a-11ee-8db6-212e2dc638e7@nvmeof.mypool.smithi031.nmshmb.service 2023-10-09T11:56:06.011 INFO:teuthology.orchestra.run.smithi031.stderr:++ cut -d @ -f2- 2023-10-09T11:56:06.012 INFO:teuthology.orchestra.run.smithi031.stderr:++ sed 's/.\{8\}$//' 2023-10-09T11:56:06.012 INFO:teuthology.orchestra.run.smithi031.stderr:+ GATEWAY=nvmeof.mypool.smithi031.nmshmb 2023-10-09T11:56:06.012 INFO:teuthology.orchestra.run.smithi031.stderr:+ echo '<---- GATEWAY is [ nvmeof.mypool.smithi031.nmshmb ]---->' 2023-10-09T11:56:06.012 INFO:teuthology.orchestra.run.smithi031.stdout:<---- GATEWAY is [ nvmeof.mypool.smithi031.nmshmb ]----> 2023-10-09T11:56:06.013 INFO:teuthology.orchestra.run.smithi031.stderr:++ cut -d ' ' -f1 2023-10-09T11:56:06.013 INFO:teuthology.orchestra.run.smithi031.stderr:+++ hostname -I 2023-10-09T11:56:06.013 INFO:teuthology.orchestra.run.smithi031.stderr:++ echo 172.21.15.31 2023-10-09T11:56:06.013 INFO:teuthology.orchestra.run.smithi031.stderr:+ IP=172.21.15.31 2023-10-09T11:56:06.013 INFO:teuthology.orchestra.run.smithi031.stderr:++ hostname 2023-10-09T11:56:06.013 INFO:teuthology.orchestra.run.smithi031.stderr:+ HOSTNAME=smithi031 2023-10-09T11:56:06.014 INFO:teuthology.orchestra.run.smithi031.stderr:+ IMAGE=quay.io/ceph/nvmeof-cli:0.0.3 2023-10-09T11:56:06.014 INFO:teuthology.orchestra.run.smithi031.stderr:+ POOL=mypool 2023-10-09T11:56:06.015 INFO:teuthology.orchestra.run.smithi031.stderr:+ MIMAGE=myimage 2023-10-09T11:56:06.015 INFO:teuthology.orchestra.run.smithi031.stderr:+ BDEV=mybdev 2023-10-09T11:56:06.015 INFO:teuthology.orchestra.run.smithi031.stderr:+ SERIAL=SPDK00000000000001 2023-10-09T11:56:06.015 INFO:teuthology.orchestra.run.smithi031.stderr:+ NQN=nqn.2016-06.io.spdk:cnode1 2023-10-09T11:56:06.015 INFO:teuthology.orchestra.run.smithi031.stderr:+ PORT=4420 2023-10-09T11:56:06.015 INFO:teuthology.orchestra.run.smithi031.stderr:+ SRPORT=5500 2023-10-09T11:56:06.015 INFO:teuthology.orchestra.run.smithi031.stderr:+ podman run -it quay.io/ceph/nvmeof-cli:0.0.3 --server-address 172.21.15.31 --server-port 5500 create_bdev --pool mypool --image myimage --bdev mybdev 2023-10-09T11:56:06.035 INFO:teuthology.orchestra.run.smithi031.stderr:time="2023-10-09T11:56:06Z" level=warning msg="The input device is not a TTY. The --tty and --interactive flags might not work properly" 2023-10-09T11:56:06.096 INFO:teuthology.orchestra.run.smithi031.stderr:Trying to pull quay.io/ceph/nvmeof-cli:0.0.3... 2023-10-09T11:56:06.305 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:56:06 smithi031 ceph-mon[108039]: pgmap v69: 32 pgs: 3 active+undersized+degraded, 29 active+undersized; 581 B data, 53 MiB used, 179 GiB / 179 GiB avail; 6/18 objects degraded (33.333%) 2023-10-09T11:56:06.517 INFO:teuthology.orchestra.run.smithi031.stderr:Getting image source signatures 2023-10-09T11:56:06.518 INFO:teuthology.orchestra.run.smithi031.stderr:Copying blob sha256:9b243bc86ed3fa3e91998e27d5d353404b32e70cb745dddf1f3ede21464c68a7 2023-10-09T11:56:06.518 INFO:teuthology.orchestra.run.smithi031.stderr:Copying blob sha256:c2f139282d7437cbba7dac86e059711fee9bb33f1bbaf3e25d770ccd4bd7969a 2023-10-09T11:56:06.518 INFO:teuthology.orchestra.run.smithi031.stderr:Copying blob sha256:de8ff332e2d38ede70224f831572ce20c18fde68341c8ee302fd3e62d19f4de3 2023-10-09T11:56:06.518 INFO:teuthology.orchestra.run.smithi031.stderr:Copying blob sha256:3a2b6c31e68f298870c407e06abde115741fde6255d0f9b480108da8ffa44a60 2023-10-09T11:56:07.305 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:56:07 smithi031 ceph-mon[108039]: from='client.14276 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-09T11:56:08.305 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:56:08 smithi031 ceph-mon[108039]: pgmap v70: 32 pgs: 3 active+undersized+degraded, 29 active+undersized; 581 B data, 53 MiB used, 179 GiB / 179 GiB avail; 6/18 objects degraded (33.333%) 2023-10-09T11:56:10.306 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:56:10 smithi031 ceph-mon[108039]: pgmap v71: 32 pgs: 3 active+undersized+degraded, 29 active+undersized; 581 B data, 53 MiB used, 179 GiB / 179 GiB avail; 511 B/s rd, 0 op/s; 6/18 objects degraded (33.333%) 2023-10-09T11:56:11.480 INFO:teuthology.orchestra.run.smithi031.stderr:Copying config sha256:5fe91c0dc47521087528d3713757209ed8d32f34e06c5cc16073172e000be8b5 2023-10-09T11:56:11.578 INFO:teuthology.orchestra.run.smithi031.stderr:Writing manifest to image destination 2023-10-09T11:56:12.306 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:56:12 smithi031 ceph-mon[108039]: pgmap v72: 32 pgs: 3 active+undersized+degraded, 29 active+undersized; 581 B data, 53 MiB used, 179 GiB / 179 GiB avail; 341 B/s rd, 0 op/s; 6/18 objects degraded (33.333%) 2023-10-09T11:56:12.802 INFO:teuthology.orchestra.run.smithi031.stdout:INFO:__main__:Created bdev mybdev: True 2023-10-09T11:56:14.556 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:56:14 smithi031 ceph-mon[108039]: pgmap v73: 32 pgs: 3 active+undersized+degraded, 29 active+undersized; 581 B data, 53 MiB used, 179 GiB / 179 GiB avail; 255 B/s rd, 0 op/s; 6/18 objects degraded (33.333%) 2023-10-09T11:56:15.555 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:56:15 smithi031 ceph-mon[108039]: Health check update: Degraded data redundancy: 6/18 objects degraded (33.333%), 5 pgs degraded (PG_DEGRADED) 2023-10-09T11:56:16.556 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:56:16 smithi031 ceph-mon[108039]: pgmap v74: 32 pgs: 5 active+undersized+degraded, 27 active+undersized; 581 B data, 53 MiB used, 179 GiB / 179 GiB avail; 2.7 KiB/s rd, 204 B/s wr, 3 op/s; 6/18 objects degraded (33.333%) 2023-10-09T11:56:18.556 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:56:18 smithi031 ceph-mon[108039]: pgmap v75: 32 pgs: 5 active+undersized+degraded, 27 active+undersized; 581 B data, 53 MiB used, 179 GiB / 179 GiB avail; 2.2 KiB/s rd, 170 B/s wr, 2 op/s; 6/18 objects degraded (33.333%) 2023-10-09T11:56:20.555 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:56:20 smithi031 ceph-mon[108039]: pgmap v76: 32 pgs: 5 active+undersized+degraded, 27 active+undersized; 581 B data, 53 MiB used, 179 GiB / 179 GiB avail; 2.3 KiB/s rd, 170 B/s wr, 3 op/s; 6/18 objects degraded (33.333%) 2023-10-09T11:56:20.683 INFO:teuthology.orchestra.run.smithi031.stderr:+ podman images 2023-10-09T11:56:20.712 INFO:teuthology.orchestra.run.smithi031.stdout:REPOSITORY TAG IMAGE ID CREATED SIZE 2023-10-09T11:56:20.712 INFO:teuthology.orchestra.run.smithi031.stdout:quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph bcea8c48517ff154f392584022efa0718f51c9f2 fa922c444906 13 days ago 1.3 GB 2023-10-09T11:56:20.713 INFO:teuthology.orchestra.run.smithi031.stdout:quay.io/barakda1/nvmeof 0.0.3 488238d8e1fb 2 weeks ago 544 MB 2023-10-09T11:56:20.713 INFO:teuthology.orchestra.run.smithi031.stdout:quay.io/ceph/nvmeof-cli 0.0.3 5fe91c0dc475 6 weeks ago 243 MB 2023-10-09T11:56:20.713 INFO:teuthology.orchestra.run.smithi031.stderr:+ podman ps 2023-10-09T11:56:20.743 INFO:teuthology.orchestra.run.smithi031.stdout:CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 2023-10-09T11:56:20.744 INFO:teuthology.orchestra.run.smithi031.stdout:57534275e55b quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcea8c48517ff154f392584022efa0718f51c9f2 -n mon.a -f --set... 3 minutes ago Up 3 minutes ceph-5910470e-669a-11ee-8db6-212e2dc638e7-mon-a 2023-10-09T11:56:20.744 INFO:teuthology.orchestra.run.smithi031.stdout:85b2e7e6e0df quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcea8c48517ff154f392584022efa0718f51c9f2 -n mgr.x -f --set... 2 minutes ago Up 2 minutes ceph-5910470e-669a-11ee-8db6-212e2dc638e7-mgr-x 2023-10-09T11:56:20.744 INFO:teuthology.orchestra.run.smithi031.stdout:d2c64d642514 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:34fad0ea24358428207f7cbc4d6027320c5a86fd3de6f51aaec11e44cfc648d7 -n osd.0 -f --set... About a minute ago Up About a minute ceph-5910470e-669a-11ee-8db6-212e2dc638e7-osd-0 2023-10-09T11:56:20.744 INFO:teuthology.orchestra.run.smithi031.stdout:2826c77568d6 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:34fad0ea24358428207f7cbc4d6027320c5a86fd3de6f51aaec11e44cfc648d7 -n osd.1 -f --set... About a minute ago Up About a minute ceph-5910470e-669a-11ee-8db6-212e2dc638e7-osd-1 2023-10-09T11:56:20.744 INFO:teuthology.orchestra.run.smithi031.stdout:b19287cf41bb quay.io/barakda1/nvmeof:0.0.3 -c /src/ceph-nvme... 22 seconds ago Up 22 seconds ceph-5910470e-669a-11ee-8db6-212e2dc638e7-nvmeof-mypool-smithi031-nmshmb 2023-10-09T11:56:20.745 INFO:teuthology.orchestra.run.smithi031.stderr:+ podman run -it quay.io/ceph/nvmeof-cli:0.0.3 --server-address 172.21.15.31 --server-port 5500 create_subsystem --subnqn nqn.2016-06.io.spdk:cnode1 --serial SPDK00000000000001 2023-10-09T11:56:20.772 INFO:teuthology.orchestra.run.smithi031.stderr:time="2023-10-09T11:56:20Z" level=warning msg="The input device is not a TTY. The --tty and --interactive flags might not work properly" 2023-10-09T11:56:21.313 INFO:teuthology.orchestra.run.smithi031.stdout:INFO:__main__:Created subsystem nqn.2016-06.io.spdk:cnode1: True 2023-10-09T11:56:21.874 INFO:teuthology.orchestra.run.smithi031.stderr:+ podman run -it quay.io/ceph/nvmeof-cli:0.0.3 --server-address 172.21.15.31 --server-port 5500 add_namespace --subnqn nqn.2016-06.io.spdk:cnode1 --bdev mybdev 2023-10-09T11:56:21.901 INFO:teuthology.orchestra.run.smithi031.stderr:time="2023-10-09T11:56:21Z" level=warning msg="The input device is not a TTY. The --tty and --interactive flags might not work properly" 2023-10-09T11:56:22.229 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:56:22 smithi031 ceph-mon[108039]: pgmap v77: 32 pgs: 5 active+undersized+degraded, 27 active+undersized; 581 B data, 53 MiB used, 179 GiB / 179 GiB avail; 2.2 KiB/s rd, 170 B/s wr, 2 op/s; 6/18 objects degraded (33.333%) 2023-10-09T11:56:22.461 INFO:teuthology.orchestra.run.smithi031.stdout:INFO:__main__:Added namespace 1 to nqn.2016-06.io.spdk:cnode1: True 2023-10-09T11:56:23.091 INFO:teuthology.orchestra.run.smithi031.stderr:+ podman run -it quay.io/ceph/nvmeof-cli:0.0.3 --server-address 172.21.15.31 --server-port 5500 create_listener -n nqn.2016-06.io.spdk:cnode1 -g client.nvmeof.mypool.smithi031.nmshmb -a 172.21.15.31 -s 4420 2023-10-09T11:56:23.113 INFO:teuthology.orchestra.run.smithi031.stderr:time="2023-10-09T11:56:23Z" level=warning msg="The input device is not a TTY. The --tty and --interactive flags might not work properly" 2023-10-09T11:56:23.672 INFO:teuthology.orchestra.run.smithi031.stdout:INFO:__main__:Created nqn.2016-06.io.spdk:cnode1 listener: True 2023-10-09T11:56:24.289 INFO:teuthology.orchestra.run.smithi031.stderr:+ podman run -it quay.io/ceph/nvmeof-cli:0.0.3 --server-address 172.21.15.31 --server-port 5500 add_host --subnqn nqn.2016-06.io.spdk:cnode1 --host '*' 2023-10-09T11:56:24.293 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:56:24 smithi031 ceph-mon[108039]: pgmap v78: 32 pgs: 5 active+undersized+degraded, 27 active+undersized; 581 B data, 53 MiB used, 179 GiB / 179 GiB avail; 2.2 KiB/s rd, 170 B/s wr, 2 op/s; 6/18 objects degraded (33.333%) 2023-10-09T11:56:24.312 INFO:teuthology.orchestra.run.smithi031.stderr:time="2023-10-09T11:56:24Z" level=warning msg="The input device is not a TTY. The --tty and --interactive flags might not work properly" 2023-10-09T11:56:24.853 INFO:teuthology.orchestra.run.smithi031.stdout:INFO:__main__:Allowed open host access to nqn.2016-06.io.spdk:cnode1: True 2023-10-09T11:56:25.530 INFO:teuthology.orchestra.run.smithi031.stderr:+ podman run -it quay.io/ceph/nvmeof-cli:0.0.3 --server-address 172.21.15.31 --server-port 5500 get_subsystems 2023-10-09T11:56:25.554 INFO:teuthology.orchestra.run.smithi031.stderr:time="2023-10-09T11:56:25Z" level=warning msg="The input device is not a TTY. The --tty and --interactive flags might not work properly" 2023-10-09T11:56:26.158 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:56:26 smithi031 ceph-mon[108039]: pgmap v79: 32 pgs: 5 active+undersized+degraded, 27 active+undersized; 581 B data, 53 MiB used, 179 GiB / 179 GiB avail; 2.4 KiB/s rd, 682 B/s wr, 3 op/s; 6/18 objects degraded (33.333%) 2023-10-09T11:56:26.158 INFO:teuthology.orchestra.run.smithi031.stdout:INFO:__main__:Get subsystems: 2023-10-09T11:56:26.159 INFO:teuthology.orchestra.run.smithi031.stdout:[ 2023-10-09T11:56:26.159 INFO:teuthology.orchestra.run.smithi031.stdout: { 2023-10-09T11:56:26.159 INFO:teuthology.orchestra.run.smithi031.stdout: "nqn": "nqn.2016-06.io.spdk:cnode1", 2023-10-09T11:56:26.159 INFO:teuthology.orchestra.run.smithi031.stdout: "subtype": "NVMe", 2023-10-09T11:56:26.159 INFO:teuthology.orchestra.run.smithi031.stdout: "listen_addresses": [ 2023-10-09T11:56:26.159 INFO:teuthology.orchestra.run.smithi031.stdout: { 2023-10-09T11:56:26.159 INFO:teuthology.orchestra.run.smithi031.stdout: "transport": "TCP", 2023-10-09T11:56:26.159 INFO:teuthology.orchestra.run.smithi031.stdout: "trtype": "TCP", 2023-10-09T11:56:26.159 INFO:teuthology.orchestra.run.smithi031.stdout: "adrfam": "IPv4", 2023-10-09T11:56:26.159 INFO:teuthology.orchestra.run.smithi031.stdout: "traddr": "172.21.15.31", 2023-10-09T11:56:26.160 INFO:teuthology.orchestra.run.smithi031.stdout: "trsvcid": "4420" 2023-10-09T11:56:26.160 INFO:teuthology.orchestra.run.smithi031.stdout: } 2023-10-09T11:56:26.160 INFO:teuthology.orchestra.run.smithi031.stdout: ], 2023-10-09T11:56:26.160 INFO:teuthology.orchestra.run.smithi031.stdout: "allow_any_host": true, 2023-10-09T11:56:26.160 INFO:teuthology.orchestra.run.smithi031.stdout: "hosts": [], 2023-10-09T11:56:26.160 INFO:teuthology.orchestra.run.smithi031.stdout: "serial_number": "SPDK00000000000001", 2023-10-09T11:56:26.160 INFO:teuthology.orchestra.run.smithi031.stdout: "model_number": "SPDK bdev Controller", 2023-10-09T11:56:26.160 INFO:teuthology.orchestra.run.smithi031.stdout: "max_namespaces": 32, 2023-10-09T11:56:26.160 INFO:teuthology.orchestra.run.smithi031.stdout: "min_cntlid": 1, 2023-10-09T11:56:26.160 INFO:teuthology.orchestra.run.smithi031.stdout: "max_cntlid": 65519, 2023-10-09T11:56:26.160 INFO:teuthology.orchestra.run.smithi031.stdout: "namespaces": [ 2023-10-09T11:56:26.161 INFO:teuthology.orchestra.run.smithi031.stdout: { 2023-10-09T11:56:26.161 INFO:teuthology.orchestra.run.smithi031.stdout: "nsid": 1, 2023-10-09T11:56:26.161 INFO:teuthology.orchestra.run.smithi031.stdout: "bdev_name": "mybdev", 2023-10-09T11:56:26.161 INFO:teuthology.orchestra.run.smithi031.stdout: "name": "mybdev", 2023-10-09T11:56:26.161 INFO:teuthology.orchestra.run.smithi031.stdout: "nguid": "20E2674943174009BD0AA7218742619B", 2023-10-09T11:56:26.161 INFO:teuthology.orchestra.run.smithi031.stdout: "uuid": "20e26749-4317-4009-bd0a-a7218742619b" 2023-10-09T11:56:26.161 INFO:teuthology.orchestra.run.smithi031.stdout: } 2023-10-09T11:56:26.161 INFO:teuthology.orchestra.run.smithi031.stdout: ] 2023-10-09T11:56:26.161 INFO:teuthology.orchestra.run.smithi031.stdout: } 2023-10-09T11:56:26.161 INFO:teuthology.orchestra.run.smithi031.stdout:] 2023-10-09T11:56:26.764 INFO:teuthology.orchestra.run.smithi031.stderr:+ modprobe nvme-fabrics 2023-10-09T11:56:26.767 INFO:teuthology.orchestra.run.smithi031.stderr:+ modprobe nvme-tcp 2023-10-09T11:56:26.768 INFO:teuthology.orchestra.run.smithi031.stderr:+ lsmod 2023-10-09T11:56:26.768 INFO:teuthology.orchestra.run.smithi031.stderr:+ grep nvme 2023-10-09T11:56:26.771 INFO:teuthology.orchestra.run.smithi031.stdout:nvme_tcp 36864 0 2023-10-09T11:56:26.771 INFO:teuthology.orchestra.run.smithi031.stdout:nvme_fabrics 24576 1 nvme_tcp 2023-10-09T11:56:26.771 INFO:teuthology.orchestra.run.smithi031.stdout:nvme 45056 5 2023-10-09T11:56:26.772 INFO:teuthology.orchestra.run.smithi031.stdout:nvme_core 139264 8 nvme_tcp,nvme,nvme_fabrics 2023-10-09T11:56:26.772 INFO:teuthology.orchestra.run.smithi031.stdout:t10_pi 16384 2 sd_mod,nvme_core 2023-10-09T11:56:26.772 INFO:teuthology.orchestra.run.smithi031.stderr:+ nvme list 2023-10-09T11:56:26.772 INFO:teuthology.orchestra.run.smithi031.stdout:Node SN Model Namespace Usage Format FW Rev 2023-10-09T11:56:26.773 INFO:teuthology.orchestra.run.smithi031.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-10-09T11:56:26.773 INFO:teuthology.orchestra.run.smithi031.stdout:/dev/nvme0n1 CVFT53310008400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2023-10-09T11:56:26.773 INFO:teuthology.orchestra.run.smithi031.stderr:+ dmesg -T 2023-10-09T11:56:26.774 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] microcode: updated early: 0x36 -> 0x49, date = 2021-08-11 2023-10-09T11:56:26.774 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] Linux version 4.18.0-514.el8.x86_64 (mockbuild@x86-05.stream.rdu2.redhat.com) (gcc version 8.5.0 20210514 (Red Hat 8.5.0-20) (GCC)) #1 SMP Tue Sep 19 13:19:58 UTC 2023 2023-10-09T11:56:26.775 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] Command line: BOOT_IMAGE=(hd0,msdos1)/boot/vmlinuz-4.18.0-514.el8.x86_64 root=UUID=c5236ddf-553d-41ea-8bce-5708f99a0430 ro crashkernel=auto console=ttyS1,115200 2023-10-09T11:56:26.775 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers' 2023-10-09T11:56:26.775 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers' 2023-10-09T11:56:26.775 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers' 2023-10-09T11:56:26.775 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 2023-10-09T11:56:26.775 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. 2023-10-09T11:56:26.775 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] signal: max sigframe size: 1776 2023-10-09T11:56:26.775 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] BIOS-provided physical RAM map: 2023-10-09T11:56:26.775 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] BIOS-e820: [mem 0x0000000000000000-0x00000000000873ff] usable 2023-10-09T11:56:26.775 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved 2023-10-09T11:56:26.775 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] BIOS-e820: [mem 0x0000000000100000-0x0000000079230fff] usable 2023-10-09T11:56:26.775 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] BIOS-e820: [mem 0x0000000079234000-0x0000000079849fff] reserved 2023-10-09T11:56:26.775 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] BIOS-e820: [mem 0x000000007984a000-0x000000007996afff] usable 2023-10-09T11:56:26.776 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] BIOS-e820: [mem 0x000000007996b000-0x0000000079e00fff] ACPI NVS 2023-10-09T11:56:26.776 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] BIOS-e820: [mem 0x0000000079e01000-0x000000007bd4cfff] reserved 2023-10-09T11:56:26.776 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] BIOS-e820: [mem 0x000000007bd4d000-0x000000007bd4dfff] usable 2023-10-09T11:56:26.776 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] BIOS-e820: [mem 0x000000007bd4e000-0x000000007bdd3fff] reserved 2023-10-09T11:56:26.776 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] BIOS-e820: [mem 0x000000007bdd4000-0x000000007bf50fff] usable 2023-10-09T11:56:26.776 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] BIOS-e820: [mem 0x0000000080000000-0x000000008fffffff] reserved 2023-10-09T11:56:26.776 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved 2023-10-09T11:56:26.776 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved 2023-10-09T11:56:26.776 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] BIOS-e820: [mem 0x0000000100000000-0x000000087fffffff] usable 2023-10-09T11:56:26.776 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] NX (Execute Disable) protection: active 2023-10-09T11:56:26.776 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] SMBIOS 2.8 present. 2023-10-09T11:56:26.776 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] DMI: Supermicro SYS-5018R-WR/X10SRW-F, BIOS 1.0c 09/07/2015 2023-10-09T11:56:26.776 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] tsc: Fast TSC calibration using PIT 2023-10-09T11:56:26.777 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] tsc: Detected 3499.971 MHz processor 2023-10-09T11:56:26.777 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved 2023-10-09T11:56:26.777 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] e820: remove [mem 0x000a0000-0x000fffff] usable 2023-10-09T11:56:26.777 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] last_pfn = 0x880000 max_arch_pfn = 0x400000000 2023-10-09T11:56:26.777 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] MTRR default type: write-back 2023-10-09T11:56:26.777 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] MTRR fixed ranges enabled: 2023-10-09T11:56:26.777 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] 00000-9FFFF write-back 2023-10-09T11:56:26.777 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] A0000-BFFFF uncachable 2023-10-09T11:56:26.777 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] C0000-FFFFF write-protect 2023-10-09T11:56:26.777 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] MTRR variable ranges enabled: 2023-10-09T11:56:26.777 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] 0 base 000080000000 mask 3FFF80000000 uncachable 2023-10-09T11:56:26.777 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] 1 base 380000000000 mask 3FC000000000 uncachable 2023-10-09T11:56:26.777 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] 2 base 0000FBD00000 mask 3FFFFFF00000 write-through 2023-10-09T11:56:26.777 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] 3 base 0000FBE00000 mask 3FFFFFF00000 write-through 2023-10-09T11:56:26.778 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] 4 disabled 2023-10-09T11:56:26.778 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] 5 disabled 2023-10-09T11:56:26.778 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] 6 disabled 2023-10-09T11:56:26.778 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] 7 disabled 2023-10-09T11:56:26.778 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] 8 disabled 2023-10-09T11:56:26.778 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] 9 disabled 2023-10-09T11:56:26.778 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT 2023-10-09T11:56:26.778 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] last_pfn = 0x7bf51 max_arch_pfn = 0x400000000 2023-10-09T11:56:26.778 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] found SMP MP-table at [mem 0x000fd910-0x000fd91f] 2023-10-09T11:56:26.778 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] Using GB pages for direct mapping 2023-10-09T11:56:26.778 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] BRK [0x138401000, 0x138401fff] PGTABLE 2023-10-09T11:56:26.778 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] BRK [0x138402000, 0x138402fff] PGTABLE 2023-10-09T11:56:26.779 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] BRK [0x138403000, 0x138403fff] PGTABLE 2023-10-09T11:56:26.779 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] BRK [0x138404000, 0x138404fff] PGTABLE 2023-10-09T11:56:26.779 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] BRK [0x138405000, 0x138405fff] PGTABLE 2023-10-09T11:56:26.779 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] BRK [0x138406000, 0x138406fff] PGTABLE 2023-10-09T11:56:26.779 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] BRK [0x138407000, 0x138407fff] PGTABLE 2023-10-09T11:56:26.779 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] BRK [0x138408000, 0x138408fff] PGTABLE 2023-10-09T11:56:26.779 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] BRK [0x138409000, 0x138409fff] PGTABLE 2023-10-09T11:56:26.779 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] RAMDISK: [mem 0x34b86000-0x365bafff] 2023-10-09T11:56:26.779 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] ACPI: Early table checksum verification disabled 2023-10-09T11:56:26.779 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] ACPI: RSDP 0x00000000000F0530 000024 (v02 SUPERM) 2023-10-09T11:56:26.779 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] ACPI: XSDT 0x0000000079A7F0A0 0000C4 (v01 SUPERM SMCI--MB 01072009 AMI 00010013) 2023-10-09T11:56:26.779 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] ACPI: FACP 0x0000000079AAC298 00010C (v05 SUPERM SMCI--MB 01072009 AMI 00010013) 2023-10-09T11:56:26.780 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] ACPI: DSDT 0x0000000079A7F200 02D091 (v02 SUPERM SMCI--MB 01072009 INTL 20091013) 2023-10-09T11:56:26.780 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] ACPI: FACS 0x0000000079DFEF80 000040 2023-10-09T11:56:26.780 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] ACPI: APIC 0x0000000079AAC3A8 0000C8 (v03 SUPERM SMCI--MB 01072009 AMI 00010013) 2023-10-09T11:56:26.780 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] ACPI: FPDT 0x0000000079AAC470 000044 (v01 SUPERM SMCI--MB 01072009 AMI 00010013) 2023-10-09T11:56:26.780 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] ACPI: FIDT 0x0000000079AAC4B8 00009C (v01 SUPERM SMCI--MB 01072009 AMI 00010013) 2023-10-09T11:56:26.780 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] ACPI: SPMI 0x0000000079AAC558 000040 (v05 SUPERM SMCI--MB 00000000 AMI. 00000000) 2023-10-09T11:56:26.780 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] ACPI: MCFG 0x0000000079AAC598 00003C (v01 SUPERM SMCI--MB 01072009 MSFT 00000097) 2023-10-09T11:56:26.780 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] ACPI: UEFI 0x0000000079AAC5D8 000042 (v01 SUPERM SMCI--MB 01072009 00000000) 2023-10-09T11:56:26.780 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] ACPI: BDAT 0x0000000079AAC620 000030 (v01 SUPERM SMCI--MB 00000000 INTL 20091013) 2023-10-09T11:56:26.780 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] ACPI: HPET 0x0000000079AAC650 000038 (v01 SUPERM SMCI--MB 00000001 INTL 20091013) 2023-10-09T11:56:26.780 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] ACPI: PMCT 0x0000000079AAC688 000064 (v01 SUPERM SMCI--MB 00000000 INTL 20091013) 2023-10-09T11:56:26.780 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] ACPI: WDDT 0x0000000079AAC6F0 000040 (v01 SUPERM SMCI--MB 00000000 INTL 20091013) 2023-10-09T11:56:26.780 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] ACPI: SSDT 0x0000000079AAC730 00EDE7 (v01 SUPERM PmMgt 00000001 INTL 20120913) 2023-10-09T11:56:26.781 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] ACPI: SSDT 0x0000000079ABB518 002117 (v02 SUPERM SpsNm 00000002 INTL 20120913) 2023-10-09T11:56:26.781 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] ACPI: SSDT 0x0000000079ABD630 000064 (v02 SUPERM SpsNvs 00000002 INTL 20120913) 2023-10-09T11:56:26.781 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] ACPI: PRAD 0x0000000079ABD698 000102 (v02 SUPERM SMCI--MB 00000002 INTL 20120913) 2023-10-09T11:56:26.781 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] ACPI: DMAR 0x0000000079ABD7A0 0000BC (v01 SUPERM SMCI--MB 00000001 INTL 20091013) 2023-10-09T11:56:26.781 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] ACPI: HEST 0x0000000079ABD860 00027C (v01 SUPERM SMCI--MB 00000001 INTL 00000001) 2023-10-09T11:56:26.781 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] ACPI: BERT 0x0000000079ABDAE0 000030 (v01 SUPERM SMCI--MB 00000001 INTL 00000001) 2023-10-09T11:56:26.781 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] ACPI: ERST 0x0000000079ABDB10 000230 (v01 SUPERM SMCI--MB 00000001 INTL 00000001) 2023-10-09T11:56:26.781 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] ACPI: EINJ 0x0000000079ABDD40 000130 (v01 SUPERM SMCI--MB 00000001 INTL 00000001) 2023-10-09T11:56:26.781 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] ACPI: Reserving FACP table memory at [mem 0x79aac298-0x79aac3a3] 2023-10-09T11:56:26.781 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] ACPI: Reserving DSDT table memory at [mem 0x79a7f200-0x79aac290] 2023-10-09T11:56:26.781 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] ACPI: Reserving FACS table memory at [mem 0x79dfef80-0x79dfefbf] 2023-10-09T11:56:26.781 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] ACPI: Reserving APIC table memory at [mem 0x79aac3a8-0x79aac46f] 2023-10-09T11:56:26.781 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] ACPI: Reserving FPDT table memory at [mem 0x79aac470-0x79aac4b3] 2023-10-09T11:56:26.781 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] ACPI: Reserving FIDT table memory at [mem 0x79aac4b8-0x79aac553] 2023-10-09T11:56:26.782 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] ACPI: Reserving SPMI table memory at [mem 0x79aac558-0x79aac597] 2023-10-09T11:56:26.782 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] ACPI: Reserving MCFG table memory at [mem 0x79aac598-0x79aac5d3] 2023-10-09T11:56:26.782 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] ACPI: Reserving UEFI table memory at [mem 0x79aac5d8-0x79aac619] 2023-10-09T11:56:26.782 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] ACPI: Reserving BDAT table memory at [mem 0x79aac620-0x79aac64f] 2023-10-09T11:56:26.782 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] ACPI: Reserving HPET table memory at [mem 0x79aac650-0x79aac687] 2023-10-09T11:56:26.782 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] ACPI: Reserving PMCT table memory at [mem 0x79aac688-0x79aac6eb] 2023-10-09T11:56:26.782 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] ACPI: Reserving WDDT table memory at [mem 0x79aac6f0-0x79aac72f] 2023-10-09T11:56:26.782 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] ACPI: Reserving SSDT table memory at [mem 0x79aac730-0x79abb516] 2023-10-09T11:56:26.782 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] ACPI: Reserving SSDT table memory at [mem 0x79abb518-0x79abd62e] 2023-10-09T11:56:26.782 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] ACPI: Reserving SSDT table memory at [mem 0x79abd630-0x79abd693] 2023-10-09T11:56:26.782 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] ACPI: Reserving PRAD table memory at [mem 0x79abd698-0x79abd799] 2023-10-09T11:56:26.782 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] ACPI: Reserving DMAR table memory at [mem 0x79abd7a0-0x79abd85b] 2023-10-09T11:56:26.782 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] ACPI: Reserving HEST table memory at [mem 0x79abd860-0x79abdadb] 2023-10-09T11:56:26.783 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] ACPI: Reserving BERT table memory at [mem 0x79abdae0-0x79abdb0f] 2023-10-09T11:56:26.783 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] ACPI: Reserving ERST table memory at [mem 0x79abdb10-0x79abdd3f] 2023-10-09T11:56:26.783 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] ACPI: Reserving EINJ table memory at [mem 0x79abdd40-0x79abde6f] 2023-10-09T11:56:26.783 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] ACPI: Local APIC address 0xfee00000 2023-10-09T11:56:26.783 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] No NUMA configuration found 2023-10-09T11:56:26.783 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] Faking a node at [mem 0x0000000000000000-0x000000087fffffff] 2023-10-09T11:56:26.783 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] NODE_DATA(0) allocated [mem 0x87ffd5000-0x87fffffff] 2023-10-09T11:56:26.783 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] Using crashkernel=auto, the size chosen is a best effort estimation. 2023-10-09T11:56:26.783 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] Reserving 256MB of memory at 1680MB for crashkernel (System RAM: 32660MB) 2023-10-09T11:56:26.783 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] Zone ranges: 2023-10-09T11:56:26.783 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] DMA [mem 0x0000000000001000-0x0000000000ffffff] 2023-10-09T11:56:26.783 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] DMA32 [mem 0x0000000001000000-0x00000000ffffffff] 2023-10-09T11:56:26.783 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] Normal [mem 0x0000000100000000-0x000000087fffffff] 2023-10-09T11:56:26.784 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] Device empty 2023-10-09T11:56:26.784 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] Movable zone start for each node 2023-10-09T11:56:26.784 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] Early memory node ranges 2023-10-09T11:56:26.784 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] node 0: [mem 0x0000000000001000-0x0000000000086fff] 2023-10-09T11:56:26.784 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] node 0: [mem 0x0000000000100000-0x0000000079230fff] 2023-10-09T11:56:26.784 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] node 0: [mem 0x000000007984a000-0x000000007996afff] 2023-10-09T11:56:26.784 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] node 0: [mem 0x000000007bd4d000-0x000000007bd4dfff] 2023-10-09T11:56:26.784 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] node 0: [mem 0x000000007bdd4000-0x000000007bf50fff] 2023-10-09T11:56:26.784 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] node 0: [mem 0x0000000100000000-0x000000087fffffff] 2023-10-09T11:56:26.784 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] Zeroed struct page in unavailable ranges: 27562 pages 2023-10-09T11:56:26.784 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] Initmem setup node 0 [mem 0x0000000000001000-0x000000087fffffff] 2023-10-09T11:56:26.784 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] On node 0 totalpages: 8361046 2023-10-09T11:56:26.784 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] DMA zone: 64 pages used for memmap 2023-10-09T11:56:26.784 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] DMA zone: 134 pages reserved 2023-10-09T11:56:26.785 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] DMA zone: 3974 pages, LIFO batch:0 2023-10-09T11:56:26.785 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] DMA32 zone: 7700 pages used for memmap 2023-10-09T11:56:26.785 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] DMA32 zone: 492752 pages, LIFO batch:63 2023-10-09T11:56:26.785 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] Normal zone: 122880 pages used for memmap 2023-10-09T11:56:26.785 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] Normal zone: 7864320 pages, LIFO batch:63 2023-10-09T11:56:26.785 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] ACPI: PM-Timer IO Port: 0x408 2023-10-09T11:56:26.785 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] ACPI: Local APIC address 0xfee00000 2023-10-09T11:56:26.785 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1]) 2023-10-09T11:56:26.785 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1]) 2023-10-09T11:56:26.785 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1]) 2023-10-09T11:56:26.785 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1]) 2023-10-09T11:56:26.785 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1]) 2023-10-09T11:56:26.786 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1]) 2023-10-09T11:56:26.786 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1]) 2023-10-09T11:56:26.786 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1]) 2023-10-09T11:56:26.786 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23 2023-10-09T11:56:26.786 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] IOAPIC[1]: apic_id 9, version 32, address 0xfec01000, GSI 24-47 2023-10-09T11:56:26.786 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) 2023-10-09T11:56:26.786 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) 2023-10-09T11:56:26.786 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] ACPI: IRQ0 used by override. 2023-10-09T11:56:26.786 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] ACPI: IRQ9 used by override. 2023-10-09T11:56:26.786 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] Using ACPI (MADT) for SMP configuration information 2023-10-09T11:56:26.786 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] ACPI: HPET id: 0x8086a701 base: 0xfed00000 2023-10-09T11:56:26.786 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] TSC deadline timer available 2023-10-09T11:56:26.786 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] smpboot: Allowing 8 CPUs, 0 hotplug CPUs 2023-10-09T11:56:26.787 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] 2023-10-09T11:56:26.787 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] PM: Registered nosave memory: [mem 0x00087000-0x000dffff] 2023-10-09T11:56:26.787 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff] 2023-10-09T11:56:26.787 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] PM: Registered nosave memory: [mem 0x79231000-0x79233fff] 2023-10-09T11:56:26.787 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] PM: Registered nosave memory: [mem 0x79234000-0x79849fff] 2023-10-09T11:56:26.787 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] PM: Registered nosave memory: [mem 0x7996b000-0x79e00fff] 2023-10-09T11:56:26.787 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] PM: Registered nosave memory: [mem 0x79e01000-0x7bd4cfff] 2023-10-09T11:56:26.787 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] PM: Registered nosave memory: [mem 0x7bd4e000-0x7bdd3fff] 2023-10-09T11:56:26.787 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] PM: Registered nosave memory: [mem 0x7bf51000-0x7fffffff] 2023-10-09T11:56:26.787 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] PM: Registered nosave memory: [mem 0x80000000-0x8fffffff] 2023-10-09T11:56:26.787 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] PM: Registered nosave memory: [mem 0x90000000-0xfed1bfff] 2023-10-09T11:56:26.787 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff] 2023-10-09T11:56:26.787 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] PM: Registered nosave memory: [mem 0xfed20000-0xfeffffff] 2023-10-09T11:56:26.788 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] PM: Registered nosave memory: [mem 0xff000000-0xffffffff] 2023-10-09T11:56:26.788 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] [mem 0x90000000-0xfed1bfff] available for PCI devices 2023-10-09T11:56:26.788 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] Booting paravirtualized kernel on bare hardware 2023-10-09T11:56:26.788 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns 2023-10-09T11:56:26.788 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1 2023-10-09T11:56:26.788 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] percpu: Embedded 63 pages/cpu s221184 r8192 d28672 u262144 2023-10-09T11:56:26.788 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] pcpu-alloc: s221184 r8192 d28672 u262144 alloc=1*2097152 2023-10-09T11:56:26.788 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 2023-10-09T11:56:26.788 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] Built 1 zonelists, mobility grouping on. Total pages: 8230268 2023-10-09T11:56:26.788 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] Policy zone: Normal 2023-10-09T11:56:26.788 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] Kernel command line: BOOT_IMAGE=(hd0,msdos1)/boot/vmlinuz-4.18.0-514.el8.x86_64 root=UUID=c5236ddf-553d-41ea-8bce-5708f99a0430 ro crashkernel=auto console=ttyS1,115200 2023-10-09T11:56:26.788 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] Specific versions of hardware are certified with Red Hat Enterprise Linux 8. Please see the list of hardware certified with Red Hat Enterprise Linux 8 at https://catalog.redhat.com. 2023-10-09T11:56:26.788 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] software IO TLB: area num 8. 2023-10-09T11:56:26.789 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] Memory: 1762924K/33444184K available (14341K kernel code, 5952K rwdata, 8520K rodata, 2608K init, 26336K bss, 948040K reserved, 0K cma-reserved) 2023-10-09T11:56:26.789 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1 2023-10-09T11:56:26.789 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] Kernel/User page tables isolation: enabled 2023-10-09T11:56:26.789 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] ftrace: allocating 40940 entries in 160 pages 2023-10-09T11:56:26.789 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] ftrace: allocated 160 pages with 2 groups 2023-10-09T11:56:26.789 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] rcu: Hierarchical RCU implementation. 2023-10-09T11:56:26.789 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] rcu: RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=8. 2023-10-09T11:56:26.789 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] Rude variant of Tasks RCU enabled. 2023-10-09T11:56:26.789 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] Tracing variant of Tasks RCU enabled. 2023-10-09T11:56:26.789 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies. 2023-10-09T11:56:26.789 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8 2023-10-09T11:56:26.791 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] NR_IRQS: 524544, nr_irqs: 896, preallocated irqs: 16 2023-10-09T11:56:26.792 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] random: crng done (trusting CPU's manufacturer) 2023-10-09T11:56:26.792 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] Console: colour VGA+ 80x25 2023-10-09T11:56:26.792 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] printk: console [ttyS1] enabled 2023-10-09T11:56:26.792 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] ACPI: Core revision 20220331 2023-10-09T11:56:26.792 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns 2023-10-09T11:56:26.792 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] hpet clockevent registered 2023-10-09T11:56:26.792 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] APIC: Switch to symmetric I/O mode setup 2023-10-09T11:56:26.792 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] DMAR: Host address width 46 2023-10-09T11:56:26.792 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] DMAR: DRHD base: 0x000000fbffc000 flags: 0x1 2023-10-09T11:56:26.792 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] DMAR: dmar0: reg_base_addr fbffc000 ver 1:0 cap d2078c106f0466 ecap f020de 2023-10-09T11:56:26.792 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] DMAR: RMRR base: 0x0000007bac6000 end: 0x0000007bad4fff 2023-10-09T11:56:26.792 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] DMAR: ATSR flags: 0x0 2023-10-09T11:56:26.793 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] DMAR: RHSA base: 0x000000fbffc000 proximity domain: 0x0 2023-10-09T11:56:26.793 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] DMAR-IR: IOAPIC id 8 under DRHD base 0xfbffc000 IOMMU 0 2023-10-09T11:56:26.793 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] DMAR-IR: IOAPIC id 9 under DRHD base 0xfbffc000 IOMMU 0 2023-10-09T11:56:26.793 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] DMAR-IR: HPET id 0 under DRHD base 0xfbffc000 2023-10-09T11:56:26.793 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] DMAR-IR: x2apic is disabled because BIOS sets x2apic opt out bit. 2023-10-09T11:56:26.793 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] DMAR-IR: Use 'intremap=no_x2apic_optout' to override the BIOS setting. 2023-10-09T11:56:26.793 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] DMAR-IR: Enabled IRQ remapping in xapic mode 2023-10-09T11:56:26.793 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] x2apic: IRQ remapping doesn't support X2APIC mode 2023-10-09T11:56:26.793 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 2023-10-09T11:56:26.793 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x32733583ac2, max_idle_ns: 440795257975 ns 2023-10-09T11:56:26.793 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] Calibrating delay loop (skipped), value calculated using timer frequency.. 6999.94 BogoMIPS (lpj=3499971) 2023-10-09T11:56:26.793 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] pid_max: default: 32768 minimum: 301 2023-10-09T11:56:26.793 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] LSM: Security Framework initializing 2023-10-09T11:56:26.794 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] Yama: becoming mindful. 2023-10-09T11:56:26.794 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] SELinux: Initializing. 2023-10-09T11:56:26.794 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] LSM support for eBPF active 2023-10-09T11:56:26.794 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, vmalloc) 2023-10-09T11:56:26.794 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, vmalloc) 2023-10-09T11:56:26.794 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, vmalloc) 2023-10-09T11:56:26.794 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, vmalloc) 2023-10-09T11:56:26.794 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] CPU0: Thermal monitoring enabled (TM1) 2023-10-09T11:56:26.794 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] process: using mwait in idle threads 2023-10-09T11:56:26.794 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024 2023-10-09T11:56:26.795 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4 2023-10-09T11:56:26.795 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization 2023-10-09T11:56:26.795 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] Spectre V2 : Mitigation: Retpolines 2023-10-09T11:56:26.795 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch 2023-10-09T11:56:26.795 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT 2023-10-09T11:56:26.795 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] Spectre V2 : Enabling Restricted Speculation for firmware calls 2023-10-09T11:56:26.795 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier 2023-10-09T11:56:26.795 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] Spectre V2 : User space: Mitigation: STIBP via prctl 2023-10-09T11:56:26.795 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl 2023-10-09T11:56:26.795 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] MDS: Mitigation: Clear CPU buffers 2023-10-09T11:56:26.795 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] MMIO Stale Data: Mitigation: Clear CPU buffers 2023-10-09T11:56:26.795 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] Freeing SMP alternatives memory: 36K 2023-10-09T11:56:26.795 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] smpboot: Estimated ratio of average max frequency by base frequency (times 1024): 1053 2023-10-09T11:56:26.795 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-1620 v3 @ 3.50GHz (family: 0x6, model: 0x3f, stepping: 0x2) 2023-10-09T11:56:26.796 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] Performance Events: PEBS fmt2+, Haswell events, 16-deep LBR, full-width counters, Intel PMU driver. 2023-10-09T11:56:26.796 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] ... version: 3 2023-10-09T11:56:26.796 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] ... bit width: 48 2023-10-09T11:56:26.796 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] ... generic registers: 4 2023-10-09T11:56:26.796 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] ... value mask: 0000ffffffffffff 2023-10-09T11:56:26.796 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] ... max period: 00007fffffffffff 2023-10-09T11:56:26.796 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] ... fixed-purpose events: 3 2023-10-09T11:56:26.796 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] ... event mask: 000000070000000f 2023-10-09T11:56:26.796 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] rcu: Hierarchical SRCU implementation. 2023-10-09T11:56:26.796 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter. 2023-10-09T11:56:26.796 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] smp: Bringing up secondary CPUs ... 2023-10-09T11:56:26.796 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] x86: Booting SMP configuration: 2023-10-09T11:56:26.796 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] .... node #0, CPUs: #1 #2 #3 #4 2023-10-09T11:56:26.796 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details. 2023-10-09T11:56:26.797 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] MMIO Stale Data CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/processor_mmio_stale_data.html for more details. 2023-10-09T11:56:26.797 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] #5 #6 #7 2023-10-09T11:56:26.797 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] smp: Brought up 1 node, 8 CPUs 2023-10-09T11:56:26.797 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] smpboot: Max logical packages: 1 2023-10-09T11:56:26.797 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] smpboot: Total of 8 processors activated (55999.53 BogoMIPS) 2023-10-09T11:56:26.797 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] node 0 deferred pages initialised in 38ms 2023-10-09T11:56:26.797 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] devtmpfs: initialized 2023-10-09T11:56:26.797 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] x86/mm: Memory block size: 128MB 2023-10-09T11:56:26.797 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] ACPI: PM: Registering ACPI NVS region [mem 0x7996b000-0x79e00fff] (4808704 bytes) 2023-10-09T11:56:26.797 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns 2023-10-09T11:56:26.797 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] futex hash table entries: 2048 (order: 5, 131072 bytes, vmalloc) 2023-10-09T11:56:26.798 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] pinctrl core: initialized pinctrl subsystem 2023-10-09T11:56:26.798 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] NET: Registered protocol family 16 2023-10-09T11:56:26.798 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations 2023-10-09T11:56:26.798 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations 2023-10-09T11:56:26.798 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations 2023-10-09T11:56:26.798 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] audit: initializing netlink subsys (disabled) 2023-10-09T11:56:26.798 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] audit: type=2000 audit(1696851840.141:1): state=initialized audit_enabled=0 res=1 2023-10-09T11:56:26.798 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] cpuidle: using governor menu 2023-10-09T11:56:26.798 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it 2023-10-09T11:56:26.798 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 2023-10-09T11:56:26.798 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0x80000000-0x8fffffff] (base 0x80000000) 2023-10-09T11:56:26.798 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] PCI: MMCONFIG at [mem 0x80000000-0x8fffffff] reserved in E820 2023-10-09T11:56:26.798 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] PCI: Using configuration type 1 for base access 2023-10-09T11:56:26.799 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] core: PMU erratum BJ122, BV98, HSD29 worked around, HT is on 2023-10-09T11:56:26.799 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages 2023-10-09T11:56:26.799 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages 2023-10-09T11:56:26.799 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] cryptd: max_cpu_qlen set to 1000 2023-10-09T11:56:26.799 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] ACPI: Added _OSI(Module Device) 2023-10-09T11:56:26.799 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] ACPI: Added _OSI(Processor Device) 2023-10-09T11:56:26.799 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] ACPI: Added _OSI(3.0 _SCP Extensions) 2023-10-09T11:56:26.799 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] ACPI: Added _OSI(Processor Aggregator Device) 2023-10-09T11:56:26.799 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] ACPI: Added _OSI(Linux-Dell-Video) 2023-10-09T11:56:26.799 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio) 2023-10-09T11:56:26.799 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics) 2023-10-09T11:56:26.799 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] ACPI: 4 ACPI AML tables successfully acquired and loaded 2023-10-09T11:56:26.799 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored 2023-10-09T11:56:26.799 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] ACPI: Dynamic OEM Table Load: 2023-10-09T11:56:26.800 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] ACPI: Interpreter enabled 2023-10-09T11:56:26.800 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] ACPI: PM: (supports S0 S4 S5) 2023-10-09T11:56:26.800 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] ACPI: Using IOAPIC for interrupt routing 2023-10-09T11:56:26.800 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] HEST: Enabling Firmware First mode for corrected errors. 2023-10-09T11:56:26.800 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] HEST: Table parsing has been initialized. 2023-10-09T11:56:26.800 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug 2023-10-09T11:56:26.800 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] ACPI: Enabled 6 GPEs in block 00 to 3F 2023-10-09T11:56:26.800 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] ACPI: PCI Root Bridge [UNC0] (domain 0000 [bus ff]) 2023-10-09T11:56:26.800 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] acpi PNP0A03:03: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3] 2023-10-09T11:56:26.800 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] acpi PNP0A03:03: _OSC: platform does not support [SHPCHotplug AER LTR DPC] 2023-10-09T11:56:26.800 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] acpi PNP0A03:03: _OSC: OS now controls [PCIeHotplug PME PCIeCapability] 2023-10-09T11:56:26.800 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] acpi PNP0A03:03: FADT indicates ASPM is unsupported, using BIOS configuration 2023-10-09T11:56:26.800 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] PCI host bridge to bus 0000:ff 2023-10-09T11:56:26.800 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] pci_bus 0000:ff: root bus resource [bus ff] 2023-10-09T11:56:26.801 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] pci 0000:ff:0b.0: [8086:2f81] type 00 class 0x088000 2023-10-09T11:56:26.801 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] pci 0000:ff:0b.1: [8086:2f36] type 00 class 0x110100 2023-10-09T11:56:26.801 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] pci 0000:ff:0b.2: [8086:2f37] type 00 class 0x110100 2023-10-09T11:56:26.801 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] pci 0000:ff:0c.0: [8086:2fe0] type 00 class 0x088000 2023-10-09T11:56:26.801 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] pci 0000:ff:0c.1: [8086:2fe1] type 00 class 0x088000 2023-10-09T11:56:26.801 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] pci 0000:ff:0c.2: [8086:2fe2] type 00 class 0x088000 2023-10-09T11:56:26.801 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] pci 0000:ff:0c.3: [8086:2fe3] type 00 class 0x088000 2023-10-09T11:56:26.801 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] pci 0000:ff:0f.0: [8086:2ff8] type 00 class 0x088000 2023-10-09T11:56:26.801 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] pci 0000:ff:0f.1: [8086:2ff9] type 00 class 0x088000 2023-10-09T11:56:26.801 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] pci 0000:ff:0f.4: [8086:2ffc] type 00 class 0x088000 2023-10-09T11:56:26.801 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] pci 0000:ff:0f.5: [8086:2ffd] type 00 class 0x088000 2023-10-09T11:56:26.801 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] pci 0000:ff:0f.6: [8086:2ffe] type 00 class 0x088000 2023-10-09T11:56:26.801 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] pci 0000:ff:10.0: [8086:2f1d] type 00 class 0x088000 2023-10-09T11:56:26.801 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] pci 0000:ff:10.1: [8086:2f34] type 00 class 0x110100 2023-10-09T11:56:26.802 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] pci 0000:ff:10.5: [8086:2f1e] type 00 class 0x088000 2023-10-09T11:56:26.802 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] pci 0000:ff:10.6: [8086:2f7d] type 00 class 0x110100 2023-10-09T11:56:26.802 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] pci 0000:ff:10.7: [8086:2f1f] type 00 class 0x088000 2023-10-09T11:56:26.802 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] pci 0000:ff:12.0: [8086:2fa0] type 00 class 0x088000 2023-10-09T11:56:26.802 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] pci 0000:ff:12.1: [8086:2f30] type 00 class 0x110100 2023-10-09T11:56:26.802 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] pci 0000:ff:13.0: [8086:2fa8] type 00 class 0x088000 2023-10-09T11:56:26.802 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] pci 0000:ff:13.1: [8086:2f71] type 00 class 0x088000 2023-10-09T11:56:26.802 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] pci 0000:ff:13.2: [8086:2faa] type 00 class 0x088000 2023-10-09T11:56:26.802 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] pci 0000:ff:13.3: [8086:2fab] type 00 class 0x088000 2023-10-09T11:56:26.802 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] pci 0000:ff:13.4: [8086:2fac] type 00 class 0x088000 2023-10-09T11:56:26.802 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] pci 0000:ff:13.5: [8086:2fad] type 00 class 0x088000 2023-10-09T11:56:26.802 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] pci 0000:ff:13.6: [8086:2fae] type 00 class 0x088000 2023-10-09T11:56:26.802 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] pci 0000:ff:13.7: [8086:2faf] type 00 class 0x088000 2023-10-09T11:56:26.803 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] pci 0000:ff:14.0: [8086:2fb0] type 00 class 0x088000 2023-10-09T11:56:26.803 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] pci 0000:ff:14.1: [8086:2fb1] type 00 class 0x088000 2023-10-09T11:56:26.803 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] pci 0000:ff:14.2: [8086:2fb2] type 00 class 0x088000 2023-10-09T11:56:26.803 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] pci 0000:ff:14.3: [8086:2fb3] type 00 class 0x088000 2023-10-09T11:56:26.803 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] pci 0000:ff:14.4: [8086:2fbc] type 00 class 0x088000 2023-10-09T11:56:26.803 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] pci 0000:ff:14.5: [8086:2fbd] type 00 class 0x088000 2023-10-09T11:56:26.803 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] pci 0000:ff:14.6: [8086:2fbe] type 00 class 0x088000 2023-10-09T11:56:26.803 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] pci 0000:ff:14.7: [8086:2fbf] type 00 class 0x088000 2023-10-09T11:56:26.803 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] pci 0000:ff:15.0: [8086:2fb4] type 00 class 0x088000 2023-10-09T11:56:26.803 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] pci 0000:ff:15.1: [8086:2fb5] type 00 class 0x088000 2023-10-09T11:56:26.803 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] pci 0000:ff:15.2: [8086:2fb6] type 00 class 0x088000 2023-10-09T11:56:26.803 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] pci 0000:ff:15.3: [8086:2fb7] type 00 class 0x088000 2023-10-09T11:56:26.803 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] pci 0000:ff:16.0: [8086:2f68] type 00 class 0x088000 2023-10-09T11:56:26.803 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] pci 0000:ff:16.6: [8086:2f6e] type 00 class 0x088000 2023-10-09T11:56:26.804 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] pci 0000:ff:16.7: [8086:2f6f] type 00 class 0x088000 2023-10-09T11:56:26.804 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] pci 0000:ff:17.0: [8086:2fd0] type 00 class 0x088000 2023-10-09T11:56:26.804 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] pci 0000:ff:17.4: [8086:2fb8] type 00 class 0x088000 2023-10-09T11:56:26.804 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] pci 0000:ff:17.5: [8086:2fb9] type 00 class 0x088000 2023-10-09T11:56:26.804 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] pci 0000:ff:17.6: [8086:2fba] type 00 class 0x088000 2023-10-09T11:56:26.804 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] pci 0000:ff:17.7: [8086:2fbb] type 00 class 0x088000 2023-10-09T11:56:26.804 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] pci 0000:ff:1e.0: [8086:2f98] type 00 class 0x088000 2023-10-09T11:56:26.804 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] pci 0000:ff:1e.1: [8086:2f99] type 00 class 0x088000 2023-10-09T11:56:26.804 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] pci 0000:ff:1e.2: [8086:2f9a] type 00 class 0x088000 2023-10-09T11:56:26.804 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] pci 0000:ff:1e.3: [8086:2fc0] type 00 class 0x088000 2023-10-09T11:56:26.804 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] pci 0000:ff:1e.4: [8086:2f9c] type 00 class 0x088000 2023-10-09T11:56:26.804 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] pci 0000:ff:1f.0: [8086:2f88] type 00 class 0x088000 2023-10-09T11:56:26.804 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] pci 0000:ff:1f.2: [8086:2f8a] type 00 class 0x088000 2023-10-09T11:56:26.805 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] acpi LNXCPU:08: Entry not well-defined, consider updating BIOS 2023-10-09T11:56:26.805 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe]) 2023-10-09T11:56:26.805 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3] 2023-10-09T11:56:26.805 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug AER LTR DPC] 2023-10-09T11:56:26.805 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME PCIeCapability] 2023-10-09T11:56:26.805 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration 2023-10-09T11:56:26.805 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] PCI host bridge to bus 0000:00 2023-10-09T11:56:26.805 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] pci_bus 0000:00: root bus resource [io 0x0000-0x03af window] 2023-10-09T11:56:26.805 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] pci_bus 0000:00: root bus resource [io 0x03e0-0x0cf7 window] 2023-10-09T11:56:26.805 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] pci_bus 0000:00: root bus resource [io 0x03b0-0x03df window] 2023-10-09T11:56:26.805 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] pci_bus 0000:00: root bus resource [io 0x1000-0xffff window] 2023-10-09T11:56:26.805 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] 2023-10-09T11:56:26.805 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] pci_bus 0000:00: root bus resource [mem 0xfedb0000-0xfedb000f window] 2023-10-09T11:56:26.806 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] pci_bus 0000:00: root bus resource [mem 0xfedc0000-0xfedc000f window] 2023-10-09T11:56:26.806 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] pci_bus 0000:00: root bus resource [mem 0x90000000-0xfbffbfff window] 2023-10-09T11:56:26.806 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] pci_bus 0000:00: root bus resource [bus 00-fe] 2023-10-09T11:56:26.806 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] pci 0000:00:00.0: [8086:2f00] type 00 class 0x060000 2023-10-09T11:56:26.806 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] pci 0000:00:01.0: [8086:2f02] type 01 class 0x060400 2023-10-09T11:56:26.806 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold 2023-10-09T11:56:26.806 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] pci 0000:00:02.0: [8086:2f04] type 01 class 0x060400 2023-10-09T11:56:26.806 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] pci 0000:00:02.0: PME# supported from D0 D3hot D3cold 2023-10-09T11:56:26.806 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] pci 0000:00:03.0: [8086:2f08] type 01 class 0x060400 2023-10-09T11:56:26.806 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] pci 0000:00:03.0: PME# supported from D0 D3hot D3cold 2023-10-09T11:56:26.806 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] pci 0000:00:04.0: [8086:2f20] type 00 class 0x088000 2023-10-09T11:56:26.806 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] pci 0000:00:04.0: reg 0x10: [mem 0xfb42c000-0xfb42ffff 64bit] 2023-10-09T11:56:26.806 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] pci 0000:00:04.1: [8086:2f21] type 00 class 0x088000 2023-10-09T11:56:26.807 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] pci 0000:00:04.1: reg 0x10: [mem 0xfb428000-0xfb42bfff 64bit] 2023-10-09T11:56:26.807 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] pci 0000:00:04.2: [8086:2f22] type 00 class 0x088000 2023-10-09T11:56:26.807 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] pci 0000:00:04.2: reg 0x10: [mem 0xfb424000-0xfb427fff 64bit] 2023-10-09T11:56:26.807 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] pci 0000:00:04.3: [8086:2f23] type 00 class 0x088000 2023-10-09T11:56:26.807 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] pci 0000:00:04.3: reg 0x10: [mem 0xfb420000-0xfb423fff 64bit] 2023-10-09T11:56:26.807 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] pci 0000:00:04.4: [8086:2f24] type 00 class 0x088000 2023-10-09T11:56:26.807 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] pci 0000:00:04.4: reg 0x10: [mem 0xfb41c000-0xfb41ffff 64bit] 2023-10-09T11:56:26.807 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] pci 0000:00:04.5: [8086:2f25] type 00 class 0x088000 2023-10-09T11:56:26.807 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] pci 0000:00:04.5: reg 0x10: [mem 0xfb418000-0xfb41bfff 64bit] 2023-10-09T11:56:26.807 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] pci 0000:00:04.6: [8086:2f26] type 00 class 0x088000 2023-10-09T11:56:26.807 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] pci 0000:00:04.6: reg 0x10: [mem 0xfb414000-0xfb417fff 64bit] 2023-10-09T11:56:26.807 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] pci 0000:00:04.7: [8086:2f27] type 00 class 0x088000 2023-10-09T11:56:26.807 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] pci 0000:00:04.7: reg 0x10: [mem 0xfb410000-0xfb413fff 64bit] 2023-10-09T11:56:26.807 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] pci 0000:00:05.0: [8086:2f28] type 00 class 0x088000 2023-10-09T11:56:26.808 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] pci 0000:00:05.1: [8086:2f29] type 00 class 0x088000 2023-10-09T11:56:26.808 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] pci 0000:00:05.2: [8086:2f2a] type 00 class 0x088000 2023-10-09T11:56:26.808 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] pci 0000:00:05.4: [8086:2f2c] type 00 class 0x080020 2023-10-09T11:56:26.808 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] pci 0000:00:05.4: reg 0x10: [mem 0xfb439000-0xfb439fff] 2023-10-09T11:56:26.808 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:02 2023] pci 0000:00:11.0: [8086:8d7c] type 00 class 0xff0000 2023-10-09T11:56:26.808 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] pci 0000:00:11.4: [8086:8d62] type 00 class 0x010601 2023-10-09T11:56:26.808 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] pci 0000:00:11.4: reg 0x10: [io 0xf110-0xf117] 2023-10-09T11:56:26.808 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] pci 0000:00:11.4: reg 0x14: [io 0xf100-0xf103] 2023-10-09T11:56:26.808 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] pci 0000:00:11.4: reg 0x18: [io 0xf0f0-0xf0f7] 2023-10-09T11:56:26.808 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] pci 0000:00:11.4: reg 0x1c: [io 0xf0e0-0xf0e3] 2023-10-09T11:56:26.808 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] pci 0000:00:11.4: reg 0x20: [io 0xf020-0xf03f] 2023-10-09T11:56:26.808 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] pci 0000:00:11.4: reg 0x24: [mem 0xfb438000-0xfb4387ff] 2023-10-09T11:56:26.808 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] pci 0000:00:11.4: PME# supported from D3hot 2023-10-09T11:56:26.809 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] pci 0000:00:14.0: [8086:8d31] type 00 class 0x0c0330 2023-10-09T11:56:26.809 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] pci 0000:00:14.0: reg 0x10: [mem 0xfb400000-0xfb40ffff 64bit] 2023-10-09T11:56:26.809 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] pci 0000:00:14.0: PME# supported from D3hot D3cold 2023-10-09T11:56:26.809 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] pci 0000:00:16.0: [8086:8d3a] type 00 class 0x078000 2023-10-09T11:56:26.809 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] pci 0000:00:16.0: reg 0x10: [mem 0xfb437000-0xfb43700f 64bit] 2023-10-09T11:56:26.809 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold 2023-10-09T11:56:26.809 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] pci 0000:00:16.1: [8086:8d3b] type 00 class 0x078000 2023-10-09T11:56:26.809 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] pci 0000:00:16.1: reg 0x10: [mem 0xfb436000-0xfb43600f 64bit] 2023-10-09T11:56:26.809 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] pci 0000:00:16.1: PME# supported from D0 D3hot D3cold 2023-10-09T11:56:26.809 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] pci 0000:00:1a.0: [8086:8d2d] type 00 class 0x0c0320 2023-10-09T11:56:26.809 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] pci 0000:00:1a.0: reg 0x10: [mem 0xfb434000-0xfb4343ff] 2023-10-09T11:56:26.809 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold 2023-10-09T11:56:26.809 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] pci 0000:00:1c.0: [8086:8d10] type 01 class 0x060400 2023-10-09T11:56:26.809 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold 2023-10-09T11:56:26.810 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] pci 0000:00:1c.2: [8086:8d14] type 01 class 0x060400 2023-10-09T11:56:26.810 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold 2023-10-09T11:56:26.810 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] pci 0000:00:1c.4: [8086:8d18] type 01 class 0x060400 2023-10-09T11:56:26.810 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold 2023-10-09T11:56:26.810 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] pci 0000:00:1d.0: [8086:8d26] type 00 class 0x0c0320 2023-10-09T11:56:26.810 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] pci 0000:00:1d.0: reg 0x10: [mem 0xfb433000-0xfb4333ff] 2023-10-09T11:56:26.810 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold 2023-10-09T11:56:26.810 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] pci 0000:00:1f.0: [8086:8d44] type 00 class 0x060100 2023-10-09T11:56:26.810 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] pci 0000:00:1f.2: [8086:8d02] type 00 class 0x010601 2023-10-09T11:56:26.810 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] pci 0000:00:1f.2: reg 0x10: [io 0xf070-0xf077] 2023-10-09T11:56:26.810 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] pci 0000:00:1f.2: reg 0x14: [io 0xf060-0xf063] 2023-10-09T11:56:26.810 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] pci 0000:00:1f.2: reg 0x18: [io 0xf050-0xf057] 2023-10-09T11:56:26.810 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] pci 0000:00:1f.2: reg 0x1c: [io 0xf040-0xf043] 2023-10-09T11:56:26.810 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] pci 0000:00:1f.2: reg 0x20: [io 0xf000-0xf01f] 2023-10-09T11:56:26.811 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] pci 0000:00:1f.2: reg 0x24: [mem 0xfb432000-0xfb4327ff] 2023-10-09T11:56:26.811 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] pci 0000:00:1f.2: PME# supported from D3hot 2023-10-09T11:56:26.811 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] pci 0000:00:1f.3: [8086:8d22] type 00 class 0x0c0500 2023-10-09T11:56:26.811 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] pci 0000:00:1f.3: reg 0x10: [mem 0xfb431000-0xfb4310ff 64bit] 2023-10-09T11:56:26.811 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] pci 0000:00:1f.3: reg 0x20: [io 0x0580-0x059f] 2023-10-09T11:56:26.811 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] pci 0000:00:1f.6: [8086:8d24] type 00 class 0x118000 2023-10-09T11:56:26.811 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] pci 0000:00:1f.6: reg 0x10: [mem 0xfb430000-0xfb430fff 64bit] 2023-10-09T11:56:26.811 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] acpiphp: Slot [1] registered 2023-10-09T11:56:26.811 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] pci 0000:01:00.0: [8086:10fb] type 00 class 0x020000 2023-10-09T11:56:26.811 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] pci 0000:01:00.0: reg 0x10: [mem 0xfbd80000-0xfbdfffff 64bit pref] 2023-10-09T11:56:26.811 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] pci 0000:01:00.0: reg 0x18: [io 0xe020-0xe03f] 2023-10-09T11:56:26.811 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] pci 0000:01:00.0: reg 0x20: [mem 0xfbe04000-0xfbe07fff 64bit pref] 2023-10-09T11:56:26.811 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] pci 0000:01:00.0: reg 0x30: [mem 0xfb380000-0xfb3fffff pref] 2023-10-09T11:56:26.812 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold 2023-10-09T11:56:26.812 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] pci 0000:01:00.0: reg 0x184: [mem 0x00000000-0x00003fff 64bit pref] 2023-10-09T11:56:26.812 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] pci 0000:01:00.0: VF(n) BAR0 space: [mem 0x00000000-0x000fffff 64bit pref] (contains BAR0 for 64 VFs) 2023-10-09T11:56:26.812 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] pci 0000:01:00.0: reg 0x190: [mem 0x00000000-0x00003fff 64bit pref] 2023-10-09T11:56:26.812 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] pci 0000:01:00.0: VF(n) BAR3 space: [mem 0x00000000-0x000fffff 64bit pref] (contains BAR3 for 64 VFs) 2023-10-09T11:56:26.812 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] pci 0000:01:00.1: [8086:10fb] type 00 class 0x020000 2023-10-09T11:56:26.812 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] pci 0000:01:00.1: reg 0x10: [mem 0xfbd00000-0xfbd7ffff 64bit pref] 2023-10-09T11:56:26.812 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] pci 0000:01:00.1: reg 0x18: [io 0xe000-0xe01f] 2023-10-09T11:56:26.812 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] pci 0000:01:00.1: reg 0x20: [mem 0xfbe00000-0xfbe03fff 64bit pref] 2023-10-09T11:56:26.812 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] pci 0000:01:00.1: reg 0x30: [mem 0xfb300000-0xfb37ffff pref] 2023-10-09T11:56:26.812 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] pci 0000:01:00.1: PME# supported from D0 D3hot D3cold 2023-10-09T11:56:26.812 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] pci 0000:01:00.1: reg 0x184: [mem 0x00000000-0x00003fff 64bit pref] 2023-10-09T11:56:26.812 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] pci 0000:01:00.1: VF(n) BAR0 space: [mem 0x00000000-0x000fffff 64bit pref] (contains BAR0 for 64 VFs) 2023-10-09T11:56:26.812 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] pci 0000:01:00.1: reg 0x190: [mem 0x00000000-0x00003fff 64bit pref] 2023-10-09T11:56:26.813 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] pci 0000:01:00.1: VF(n) BAR3 space: [mem 0x00000000-0x000fffff 64bit pref] (contains BAR3 for 64 VFs) 2023-10-09T11:56:26.813 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] pci 0000:00:01.0: PCI bridge to [bus 01] 2023-10-09T11:56:26.813 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] pci 0000:00:01.0: bridge window [io 0xe000-0xefff] 2023-10-09T11:56:26.813 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] pci 0000:00:01.0: bridge window [mem 0xfb300000-0xfb3fffff] 2023-10-09T11:56:26.813 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] pci 0000:00:01.0: bridge window [mem 0xfbd00000-0xfbefffff 64bit pref] 2023-10-09T11:56:26.813 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] pci 0000:02:00.0: [8086:0953] type 00 class 0x010802 2023-10-09T11:56:26.813 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] pci 0000:02:00.0: reg 0x10: [mem 0xfb210000-0xfb213fff 64bit] 2023-10-09T11:56:26.813 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] pci 0000:02:00.0: reg 0x30: [mem 0xfb200000-0xfb20ffff pref] 2023-10-09T11:56:26.813 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] pci 0000:02:00.0: enabling Extended Tags 2023-10-09T11:56:26.813 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] pci 0000:00:02.0: PCI bridge to [bus 02] 2023-10-09T11:56:26.813 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] pci 0000:00:02.0: bridge window [mem 0xfb200000-0xfb2fffff] 2023-10-09T11:56:26.813 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] pci 0000:00:03.0: PCI bridge to [bus 03] 2023-10-09T11:56:26.813 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] pci 0000:00:1c.0: PCI bridge to [bus 04] 2023-10-09T11:56:26.813 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] pci 0000:05:00.0: [1a03:1150] type 01 class 0x060400 2023-10-09T11:56:26.814 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] pci 0000:05:00.0: enabling Extended Tags 2023-10-09T11:56:26.814 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] pci 0000:05:00.0: supports D1 D2 2023-10-09T11:56:26.814 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold 2023-10-09T11:56:26.814 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] pci 0000:00:1c.2: PCI bridge to [bus 05-06] 2023-10-09T11:56:26.814 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] pci 0000:00:1c.2: bridge window [io 0xd000-0xdfff] 2023-10-09T11:56:26.814 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] pci 0000:00:1c.2: bridge window [mem 0xfa000000-0xfb0fffff] 2023-10-09T11:56:26.814 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] pci_bus 0000:06: extended config space not accessible 2023-10-09T11:56:26.814 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] pci 0000:06:00.0: [1a03:2000] type 00 class 0x030000 2023-10-09T11:56:26.814 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] pci 0000:06:00.0: reg 0x10: [mem 0xfa000000-0xfaffffff] 2023-10-09T11:56:26.814 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] pci 0000:06:00.0: reg 0x14: [mem 0xfb000000-0xfb01ffff] 2023-10-09T11:56:26.814 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] pci 0000:06:00.0: reg 0x18: [io 0xd000-0xd07f] 2023-10-09T11:56:26.814 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] pci 0000:06:00.0: supports D1 D2 2023-10-09T11:56:26.815 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] pci 0000:06:00.0: PME# supported from D0 D1 D2 D3hot D3cold 2023-10-09T11:56:26.815 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] pci 0000:05:00.0: PCI bridge to [bus 06] 2023-10-09T11:56:26.815 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] pci 0000:05:00.0: bridge window [io 0xd000-0xdfff] 2023-10-09T11:56:26.815 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] pci 0000:05:00.0: bridge window [mem 0xfa000000-0xfb0fffff] 2023-10-09T11:56:26.815 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] pci 0000:07:00.0: [8086:1521] type 00 class 0x020000 2023-10-09T11:56:26.815 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] pci 0000:07:00.0: reg 0x10: [mem 0xfb120000-0xfb13ffff] 2023-10-09T11:56:26.815 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] pci 0000:07:00.0: reg 0x18: [io 0xc020-0xc03f] 2023-10-09T11:56:26.815 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] pci 0000:07:00.0: reg 0x1c: [mem 0xfb144000-0xfb147fff] 2023-10-09T11:56:26.815 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] pci 0000:07:00.0: PME# supported from D0 D3hot D3cold 2023-10-09T11:56:26.815 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] pci 0000:07:00.0: reg 0x184: [mem 0x00000000-0x00003fff 64bit pref] 2023-10-09T11:56:26.815 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] pci 0000:07:00.0: VF(n) BAR0 space: [mem 0x00000000-0x0001ffff 64bit pref] (contains BAR0 for 8 VFs) 2023-10-09T11:56:26.815 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] pci 0000:07:00.0: reg 0x190: [mem 0x00000000-0x00003fff 64bit pref] 2023-10-09T11:56:26.815 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] pci 0000:07:00.0: VF(n) BAR3 space: [mem 0x00000000-0x0001ffff 64bit pref] (contains BAR3 for 8 VFs) 2023-10-09T11:56:26.815 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] pci 0000:07:00.1: [8086:1521] type 00 class 0x020000 2023-10-09T11:56:26.816 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] pci 0000:07:00.1: reg 0x10: [mem 0xfb100000-0xfb11ffff] 2023-10-09T11:56:26.816 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] pci 0000:07:00.1: reg 0x18: [io 0xc000-0xc01f] 2023-10-09T11:56:26.816 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] pci 0000:07:00.1: reg 0x1c: [mem 0xfb140000-0xfb143fff] 2023-10-09T11:56:26.816 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] pci 0000:07:00.1: PME# supported from D0 D3hot D3cold 2023-10-09T11:56:26.816 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] pci 0000:07:00.1: reg 0x184: [mem 0x00000000-0x00003fff 64bit pref] 2023-10-09T11:56:26.816 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] pci 0000:07:00.1: VF(n) BAR0 space: [mem 0x00000000-0x0001ffff 64bit pref] (contains BAR0 for 8 VFs) 2023-10-09T11:56:26.816 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] pci 0000:07:00.1: reg 0x190: [mem 0x00000000-0x00003fff 64bit pref] 2023-10-09T11:56:26.816 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] pci 0000:07:00.1: VF(n) BAR3 space: [mem 0x00000000-0x0001ffff 64bit pref] (contains BAR3 for 8 VFs) 2023-10-09T11:56:26.816 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] pci 0000:00:1c.4: PCI bridge to [bus 07] 2023-10-09T11:56:26.816 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] pci 0000:00:1c.4: bridge window [io 0xc000-0xcfff] 2023-10-09T11:56:26.816 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] pci 0000:00:1c.4: bridge window [mem 0xfb100000-0xfb1fffff] 2023-10-09T11:56:26.816 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] pci 0000:00:1c.4: bridge has subordinate 07 but max busn 08 2023-10-09T11:56:26.816 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] ACPI: PCI: Interrupt link LNKA configured for IRQ 11 2023-10-09T11:56:26.817 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] ACPI: PCI: Interrupt link LNKB configured for IRQ 10 2023-10-09T11:56:26.817 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] ACPI: PCI: Interrupt link LNKC configured for IRQ 5 2023-10-09T11:56:26.817 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] ACPI: PCI: Interrupt link LNKD configured for IRQ 11 2023-10-09T11:56:26.817 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] ACPI: PCI: Interrupt link LNKE configured for IRQ 0 2023-10-09T11:56:26.817 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] ACPI: PCI: Interrupt link LNKE disabled 2023-10-09T11:56:26.817 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] ACPI: PCI: Interrupt link LNKF configured for IRQ 0 2023-10-09T11:56:26.817 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] ACPI: PCI: Interrupt link LNKF disabled 2023-10-09T11:56:26.817 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] ACPI: PCI: Interrupt link LNKG configured for IRQ 0 2023-10-09T11:56:26.817 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] ACPI: PCI: Interrupt link LNKG disabled 2023-10-09T11:56:26.817 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] ACPI: PCI: Interrupt link LNKH configured for IRQ 0 2023-10-09T11:56:26.817 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] ACPI: PCI: Interrupt link LNKH disabled 2023-10-09T11:56:26.817 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] iommu: Default domain type: Passthrough 2023-10-09T11:56:26.817 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] SCSI subsystem initialized 2023-10-09T11:56:26.818 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] ACPI: bus type USB registered 2023-10-09T11:56:26.818 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] usbcore: registered new interface driver usbfs 2023-10-09T11:56:26.818 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] usbcore: registered new interface driver hub 2023-10-09T11:56:26.818 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] usbcore: registered new device driver usb 2023-10-09T11:56:26.818 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] pps_core: LinuxPPS API ver. 1 registered 2023-10-09T11:56:26.818 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti 2023-10-09T11:56:26.818 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] PTP clock support registered 2023-10-09T11:56:26.818 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] EDAC MC: Ver: 3.0.0 2023-10-09T11:56:26.818 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] PCI: Using ACPI for IRQ routing 2023-10-09T11:56:26.818 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] PCI: pci_cache_line_size set to 64 bytes 2023-10-09T11:56:26.818 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] e820: reserve RAM buffer [mem 0x00087400-0x0008ffff] 2023-10-09T11:56:26.818 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] e820: reserve RAM buffer [mem 0x79231000-0x7bffffff] 2023-10-09T11:56:26.818 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] e820: reserve RAM buffer [mem 0x7996b000-0x7bffffff] 2023-10-09T11:56:26.819 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] e820: reserve RAM buffer [mem 0x7bd4e000-0x7bffffff] 2023-10-09T11:56:26.819 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] e820: reserve RAM buffer [mem 0x7bf51000-0x7bffffff] 2023-10-09T11:56:26.819 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] NetLabel: Initializing 2023-10-09T11:56:26.819 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] NetLabel: domain hash size = 128 2023-10-09T11:56:26.819 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO 2023-10-09T11:56:26.819 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] NetLabel: unlabeled traffic allowed by default 2023-10-09T11:56:26.819 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] pci 0000:06:00.0: vgaarb: setting as boot VGA device 2023-10-09T11:56:26.819 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] pci 0000:06:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none 2023-10-09T11:56:26.819 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] pci 0000:06:00.0: vgaarb: bridge control possible 2023-10-09T11:56:26.819 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] vgaarb: loaded 2023-10-09T11:56:26.819 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0 2023-10-09T11:56:26.819 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] hpet0: 8 comparators, 64-bit 14.318180 MHz counter 2023-10-09T11:56:26.819 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] clocksource: Switched to clocksource tsc-early 2023-10-09T11:56:26.819 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] VFS: Disk quotas dquot_6.6.0 2023-10-09T11:56:26.820 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) 2023-10-09T11:56:26.820 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] pnp: PnP ACPI init 2023-10-09T11:56:26.820 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] pnp 00:00: Plug and Play ACPI device, IDs PNP0b00 (active) 2023-10-09T11:56:26.820 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] system 00:01: [io 0x0500-0x057f] has been reserved 2023-10-09T11:56:26.820 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] system 00:01: [io 0x0400-0x047f] has been reserved 2023-10-09T11:56:26.820 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] system 00:01: [io 0x0600-0x061f] has been reserved 2023-10-09T11:56:26.820 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] system 00:01: [io 0x0880-0x0883] has been reserved 2023-10-09T11:56:26.820 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] system 00:01: [io 0x0800-0x081f] has been reserved 2023-10-09T11:56:26.820 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] system 00:01: [mem 0xfed1c000-0xfed3ffff] could not be reserved 2023-10-09T11:56:26.820 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] system 00:01: [mem 0xfed45000-0xfed8bfff] has been reserved 2023-10-09T11:56:26.820 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:03 2023] system 00:01: [mem 0xff000000-0xffffffff] has been reserved 2023-10-09T11:56:26.820 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:04 2023] system 00:01: [mem 0xfee00000-0xfeefffff] has been reserved 2023-10-09T11:56:26.820 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:04 2023] system 00:01: [mem 0xfed12000-0xfed1200f] has been reserved 2023-10-09T11:56:26.821 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:04 2023] system 00:01: [mem 0xfed12010-0xfed1201f] has been reserved 2023-10-09T11:56:26.821 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:04 2023] system 00:01: [mem 0xfed1b000-0xfed1bfff] has been reserved 2023-10-09T11:56:26.821 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:04 2023] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active) 2023-10-09T11:56:26.821 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:04 2023] system 00:02: [io 0x0a00-0x0a0f] has been reserved 2023-10-09T11:56:26.821 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:04 2023] system 00:02: [io 0x0a10-0x0a1f] has been reserved 2023-10-09T11:56:26.821 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:04 2023] system 00:02: [io 0x0a20-0x0a2f] has been reserved 2023-10-09T11:56:26.821 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:04 2023] system 00:02: [io 0x0a30-0x0a3f] has been reserved 2023-10-09T11:56:26.821 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:04 2023] system 00:02: [io 0x0a40-0x0a4f] has been reserved 2023-10-09T11:56:26.821 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:04 2023] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active) 2023-10-09T11:56:26.821 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:04 2023] pnp 00:03: [dma 0 disabled] 2023-10-09T11:56:26.821 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:04 2023] pnp 00:03: Plug and Play ACPI device, IDs PNP0501 (active) 2023-10-09T11:56:26.821 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:04 2023] pnp 00:04: [dma 0 disabled] 2023-10-09T11:56:26.821 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:04 2023] pnp 00:04: Plug and Play ACPI device, IDs PNP0501 (active) 2023-10-09T11:56:26.821 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:04 2023] pnp: PnP ACPI: found 5 devices 2023-10-09T11:56:26.822 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:04 2023] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns 2023-10-09T11:56:26.822 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:04 2023] pci 0000:00:1c.4: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 07] add_size 100000 add_align 100000 2023-10-09T11:56:26.822 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:04 2023] pci 0000:00:1c.4: BAR 15: assigned [mem 0x90000000-0x900fffff 64bit pref] 2023-10-09T11:56:26.822 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:04 2023] pci 0000:01:00.0: BAR 7: no space for [mem size 0x00100000 64bit pref] 2023-10-09T11:56:26.822 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:04 2023] pci 0000:01:00.0: BAR 7: failed to assign [mem size 0x00100000 64bit pref] 2023-10-09T11:56:26.822 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:04 2023] pci 0000:01:00.0: BAR 10: no space for [mem size 0x00100000 64bit pref] 2023-10-09T11:56:26.822 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:04 2023] pci 0000:01:00.0: BAR 10: failed to assign [mem size 0x00100000 64bit pref] 2023-10-09T11:56:26.822 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:04 2023] pci 0000:01:00.1: BAR 7: no space for [mem size 0x00100000 64bit pref] 2023-10-09T11:56:26.822 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:04 2023] pci 0000:01:00.1: BAR 7: failed to assign [mem size 0x00100000 64bit pref] 2023-10-09T11:56:26.822 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:04 2023] pci 0000:01:00.1: BAR 10: no space for [mem size 0x00100000 64bit pref] 2023-10-09T11:56:26.822 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:04 2023] pci 0000:01:00.1: BAR 10: failed to assign [mem size 0x00100000 64bit pref] 2023-10-09T11:56:26.823 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:04 2023] pci 0000:01:00.0: BAR 7: no space for [mem size 0x00100000 64bit pref] 2023-10-09T11:56:26.823 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:04 2023] pci 0000:01:00.0: BAR 7: failed to assign [mem size 0x00100000 64bit pref] 2023-10-09T11:56:26.823 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:04 2023] pci 0000:01:00.0: BAR 10: no space for [mem size 0x00100000 64bit pref] 2023-10-09T11:56:26.823 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:04 2023] pci 0000:01:00.0: BAR 10: failed to assign [mem size 0x00100000 64bit pref] 2023-10-09T11:56:26.823 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:04 2023] pci 0000:01:00.1: BAR 7: no space for [mem size 0x00100000 64bit pref] 2023-10-09T11:56:26.823 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:04 2023] pci 0000:01:00.1: BAR 7: failed to assign [mem size 0x00100000 64bit pref] 2023-10-09T11:56:26.823 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:04 2023] pci 0000:01:00.1: BAR 10: no space for [mem size 0x00100000 64bit pref] 2023-10-09T11:56:26.823 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:04 2023] pci 0000:01:00.1: BAR 10: failed to assign [mem size 0x00100000 64bit pref] 2023-10-09T11:56:26.823 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:04 2023] pci 0000:00:01.0: PCI bridge to [bus 01] 2023-10-09T11:56:26.823 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:04 2023] pci 0000:00:01.0: bridge window [io 0xe000-0xefff] 2023-10-09T11:56:26.823 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:04 2023] pci 0000:00:01.0: bridge window [mem 0xfb300000-0xfb3fffff] 2023-10-09T11:56:26.823 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:04 2023] pci 0000:00:01.0: bridge window [mem 0xfbd00000-0xfbefffff 64bit pref] 2023-10-09T11:56:26.823 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:04 2023] pci 0000:00:02.0: PCI bridge to [bus 02] 2023-10-09T11:56:26.823 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:04 2023] pci 0000:00:02.0: bridge window [mem 0xfb200000-0xfb2fffff] 2023-10-09T11:56:26.824 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:04 2023] pci 0000:00:03.0: PCI bridge to [bus 03] 2023-10-09T11:56:26.824 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:04 2023] pci 0000:00:1c.0: PCI bridge to [bus 04] 2023-10-09T11:56:26.824 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:04 2023] pci 0000:05:00.0: PCI bridge to [bus 06] 2023-10-09T11:56:26.824 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:04 2023] pci 0000:05:00.0: bridge window [io 0xd000-0xdfff] 2023-10-09T11:56:26.824 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:04 2023] pci 0000:05:00.0: bridge window [mem 0xfa000000-0xfb0fffff] 2023-10-09T11:56:26.824 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:04 2023] pci 0000:00:1c.2: PCI bridge to [bus 05-06] 2023-10-09T11:56:26.824 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:04 2023] pci 0000:00:1c.2: bridge window [io 0xd000-0xdfff] 2023-10-09T11:56:26.824 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:04 2023] pci 0000:00:1c.2: bridge window [mem 0xfa000000-0xfb0fffff] 2023-10-09T11:56:26.824 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:04 2023] pci 0000:07:00.0: BAR 7: assigned [mem 0x90000000-0x9001ffff 64bit pref] 2023-10-09T11:56:26.824 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:04 2023] pci 0000:07:00.0: BAR 10: assigned [mem 0x90020000-0x9003ffff 64bit pref] 2023-10-09T11:56:26.824 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:04 2023] pci 0000:07:00.1: BAR 7: assigned [mem 0x90040000-0x9005ffff 64bit pref] 2023-10-09T11:56:26.824 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:04 2023] pci 0000:07:00.1: BAR 10: assigned [mem 0x90060000-0x9007ffff 64bit pref] 2023-10-09T11:56:26.824 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:04 2023] pci 0000:00:1c.4: PCI bridge to [bus 07] 2023-10-09T11:56:26.825 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:04 2023] pci 0000:00:1c.4: bridge window [io 0xc000-0xcfff] 2023-10-09T11:56:26.825 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:04 2023] pci 0000:00:1c.4: bridge window [mem 0xfb100000-0xfb1fffff] 2023-10-09T11:56:26.825 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:04 2023] pci 0000:00:1c.4: bridge window [mem 0x90000000-0x900fffff 64bit pref] 2023-10-09T11:56:26.825 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:04 2023] pci_bus 0000:00: Some PCI device resources are unassigned, try booting with pci=realloc 2023-10-09T11:56:26.825 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:04 2023] pci_bus 0000:00: resource 4 [io 0x0000-0x03af window] 2023-10-09T11:56:26.825 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:04 2023] pci_bus 0000:00: resource 5 [io 0x03e0-0x0cf7 window] 2023-10-09T11:56:26.825 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:04 2023] pci_bus 0000:00: resource 6 [io 0x03b0-0x03df window] 2023-10-09T11:56:26.825 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:04 2023] pci_bus 0000:00: resource 7 [io 0x1000-0xffff window] 2023-10-09T11:56:26.825 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:04 2023] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff window] 2023-10-09T11:56:26.825 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:04 2023] pci_bus 0000:00: resource 9 [mem 0xfedb0000-0xfedb000f window] 2023-10-09T11:56:26.825 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:04 2023] pci_bus 0000:00: resource 10 [mem 0xfedc0000-0xfedc000f window] 2023-10-09T11:56:26.825 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:04 2023] pci_bus 0000:00: resource 11 [mem 0x90000000-0xfbffbfff window] 2023-10-09T11:56:26.825 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:04 2023] pci_bus 0000:01: resource 0 [io 0xe000-0xefff] 2023-10-09T11:56:26.825 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:04 2023] pci_bus 0000:01: resource 1 [mem 0xfb300000-0xfb3fffff] 2023-10-09T11:56:26.826 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:04 2023] pci_bus 0000:01: resource 2 [mem 0xfbd00000-0xfbefffff 64bit pref] 2023-10-09T11:56:26.826 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:04 2023] pci_bus 0000:02: resource 1 [mem 0xfb200000-0xfb2fffff] 2023-10-09T11:56:26.826 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:04 2023] pci_bus 0000:05: resource 0 [io 0xd000-0xdfff] 2023-10-09T11:56:26.826 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:04 2023] pci_bus 0000:05: resource 1 [mem 0xfa000000-0xfb0fffff] 2023-10-09T11:56:26.826 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:04 2023] pci_bus 0000:06: resource 0 [io 0xd000-0xdfff] 2023-10-09T11:56:26.826 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:04 2023] pci_bus 0000:06: resource 1 [mem 0xfa000000-0xfb0fffff] 2023-10-09T11:56:26.826 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:04 2023] pci_bus 0000:07: resource 0 [io 0xc000-0xcfff] 2023-10-09T11:56:26.826 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:04 2023] pci_bus 0000:07: resource 1 [mem 0xfb100000-0xfb1fffff] 2023-10-09T11:56:26.826 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:04 2023] pci_bus 0000:07: resource 2 [mem 0x90000000-0x900fffff 64bit pref] 2023-10-09T11:56:26.826 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:04 2023] NET: Registered protocol family 2 2023-10-09T11:56:26.826 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:04 2023] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc) 2023-10-09T11:56:26.826 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:04 2023] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, vmalloc) 2023-10-09T11:56:26.826 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:04 2023] TCP established hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc) 2023-10-09T11:56:26.827 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:04 2023] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, vmalloc) 2023-10-09T11:56:26.827 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:04 2023] TCP: Hash tables configured (established 262144 bind 65536) 2023-10-09T11:56:26.827 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:04 2023] MPTCP token hash table entries: 32768 (order: 7, 786432 bytes, vmalloc) 2023-10-09T11:56:26.827 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:04 2023] UDP hash table entries: 16384 (order: 7, 524288 bytes, vmalloc) 2023-10-09T11:56:26.827 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:04 2023] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, vmalloc) 2023-10-09T11:56:26.827 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:04 2023] NET: Registered protocol family 1 2023-10-09T11:56:26.827 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:04 2023] NET: Registered protocol family 44 2023-10-09T11:56:26.827 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:04 2023] pci 0000:00:05.0: disabled boot interrupts on device [8086:2f28] 2023-10-09T11:56:26.827 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:04 2023] pci 0000:00:1a.0: quirk_usb_early_handoff+0x0/0x627 took 15644 usecs 2023-10-09T11:56:26.827 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:04 2023] pci 0000:00:1d.0: quirk_usb_early_handoff+0x0/0x627 took 15218 usecs 2023-10-09T11:56:26.827 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:04 2023] pci 0000:01:00.0: CLS mismatch (64 != 32), using 64 bytes 2023-10-09T11:56:26.827 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:04 2023] pci 0000:06:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff] 2023-10-09T11:56:26.827 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:04 2023] Unpacking initramfs... 2023-10-09T11:56:26.827 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:04 2023] Freeing initrd memory: 26836K 2023-10-09T11:56:26.828 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:04 2023] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) 2023-10-09T11:56:26.828 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:04 2023] software IO TLB: mapped [mem 0x0000000065000000-0x0000000069000000] (64MB) 2023-10-09T11:56:26.828 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:04 2023] ACPI: bus type thunderbolt registered 2023-10-09T11:56:26.828 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:04 2023] Initialise system trusted keyrings 2023-10-09T11:56:26.828 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:04 2023] Key type blacklist registered 2023-10-09T11:56:26.828 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:04 2023] workingset: timestamp_bits=36 max_order=23 bucket_order=0 2023-10-09T11:56:26.828 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:04 2023] zbud: loaded 2023-10-09T11:56:26.828 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:04 2023] pstore: using deflate compression 2023-10-09T11:56:26.828 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:04 2023] Platform Keyring initialized 2023-10-09T11:56:26.828 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] NET: Registered protocol family 38 2023-10-09T11:56:26.828 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] Key type asymmetric registered 2023-10-09T11:56:26.828 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] Asymmetric key parser 'x509' registered 2023-10-09T11:56:26.828 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] Running certificate verification selftests 2023-10-09T11:56:26.828 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] Loaded X.509 cert 'Certificate verification self-testing key: f58703bb33ce1b73ee02eccdee5b8817518fe3db' 2023-10-09T11:56:26.829 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247) 2023-10-09T11:56:26.829 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] io scheduler mq-deadline registered 2023-10-09T11:56:26.829 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] io scheduler kyber registered 2023-10-09T11:56:26.829 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] io scheduler bfq registered 2023-10-09T11:56:26.829 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] atomic64_test: passed for x86-64 platform with CX8 and with SSE 2023-10-09T11:56:26.829 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] pcieport 0000:00:01.0: PME: Signaling with IRQ 25 2023-10-09T11:56:26.829 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] pcieport 0000:00:02.0: PME: Signaling with IRQ 27 2023-10-09T11:56:26.829 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] pcieport 0000:00:03.0: PME: Signaling with IRQ 29 2023-10-09T11:56:26.829 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] pcieport 0000:00:1c.0: PME: Signaling with IRQ 30 2023-10-09T11:56:26.829 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] pcieport 0000:00:1c.2: PME: Signaling with IRQ 31 2023-10-09T11:56:26.829 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] pcieport 0000:00:1c.4: PME: Signaling with IRQ 32 2023-10-09T11:56:26.829 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4 2023-10-09T11:56:26.829 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0 2023-10-09T11:56:26.830 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] ACPI: Power Button [PWRB] 2023-10-09T11:56:26.830 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1 2023-10-09T11:56:26.830 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] ACPI: Power Button [PWRF] 2023-10-09T11:56:26.830 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] ERST: Error Record Serialization Table (ERST) support is initialized. 2023-10-09T11:56:26.830 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] pstore: Registered erst as persistent store backend 2023-10-09T11:56:26.830 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] GHES: APEI firmware first mode is enabled by APEI bit and WHEA _OSC. 2023-10-09T11:56:26.830 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled 2023-10-09T11:56:26.830 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] 00:03: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A 2023-10-09T11:56:26.830 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] 00:04: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A 2023-10-09T11:56:26.830 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] Non-volatile memory driver v1.3 2023-10-09T11:56:26.830 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] rdac: device handler registered 2023-10-09T11:56:26.830 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] hp_sw: device handler registered 2023-10-09T11:56:26.830 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] emc: device handler registered 2023-10-09T11:56:26.831 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] alua: device handler registered 2023-10-09T11:56:26.831 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] libphy: Fixed MDIO Bus: probed 2023-10-09T11:56:26.831 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] ehci-pci 0000:00:1d.0: EHCI Host Controller 2023-10-09T11:56:26.831 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 1 2023-10-09T11:56:26.831 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] ehci-pci 0000:00:1d.0: debug port 2 2023-10-09T11:56:26.831 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] ehci-pci 0000:00:1d.0: irq 18, io mem 0xfb433000 2023-10-09T11:56:26.831 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00 2023-10-09T11:56:26.831 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.18 2023-10-09T11:56:26.831 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 2023-10-09T11:56:26.831 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] usb usb1: Product: EHCI Host Controller 2023-10-09T11:56:26.831 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] usb usb1: Manufacturer: Linux 4.18.0-514.el8.x86_64 ehci_hcd 2023-10-09T11:56:26.831 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] usb usb1: SerialNumber: 0000:00:1d.0 2023-10-09T11:56:26.831 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] hub 1-0:1.0: USB hub found 2023-10-09T11:56:26.831 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] hub 1-0:1.0: 2 ports detected 2023-10-09T11:56:26.832 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] xhci_hcd 0000:00:14.0: xHCI Host Controller 2023-10-09T11:56:26.832 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2 2023-10-09T11:56:26.832 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000000009810 2023-10-09T11:56:26.832 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] xhci_hcd 0000:00:14.0: xHCI Host Controller 2023-10-09T11:56:26.832 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] ehci-pci 0000:00:1a.0: EHCI Host Controller 2023-10-09T11:56:26.832 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3 2023-10-09T11:56:26.832 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 4 2023-10-09T11:56:26.832 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed 2023-10-09T11:56:26.832 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] ehci-pci 0000:00:1a.0: debug port 2 2023-10-09T11:56:26.832 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.18 2023-10-09T11:56:26.832 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] ehci-pci 0000:00:1a.0: irq 18, io mem 0xfb434000 2023-10-09T11:56:26.832 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 2023-10-09T11:56:26.832 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00 2023-10-09T11:56:26.833 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] usb usb2: Product: xHCI Host Controller 2023-10-09T11:56:26.833 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] usb usb2: Manufacturer: Linux 4.18.0-514.el8.x86_64 xhci-hcd 2023-10-09T11:56:26.833 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] usb usb2: SerialNumber: 0000:00:14.0 2023-10-09T11:56:26.833 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] hub 2-0:1.0: USB hub found 2023-10-09T11:56:26.833 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] hub 2-0:1.0: 15 ports detected 2023-10-09T11:56:26.833 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] usb usb3: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 4.18 2023-10-09T11:56:26.833 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 2023-10-09T11:56:26.833 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] usb usb3: Product: xHCI Host Controller 2023-10-09T11:56:26.833 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] usb usb3: Manufacturer: Linux 4.18.0-514.el8.x86_64 xhci-hcd 2023-10-09T11:56:26.833 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] usb usb3: SerialNumber: 0000:00:14.0 2023-10-09T11:56:26.833 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] hub 3-0:1.0: USB hub found 2023-10-09T11:56:26.833 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] hub 3-0:1.0: 6 ports detected 2023-10-09T11:56:26.833 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] usbcore: registered new interface driver usbserial_generic 2023-10-09T11:56:26.833 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] usb usb4: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.18 2023-10-09T11:56:26.834 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] usbserial: USB Serial support registered for generic 2023-10-09T11:56:26.834 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 2023-10-09T11:56:26.834 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] i8042: PNP: No PS/2 controller found. 2023-10-09T11:56:26.834 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] usb usb4: Product: EHCI Host Controller 2023-10-09T11:56:26.834 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] mousedev: PS/2 mouse device common for all mice 2023-10-09T11:56:26.834 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] usb usb4: Manufacturer: Linux 4.18.0-514.el8.x86_64 ehci_hcd 2023-10-09T11:56:26.834 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] usb usb4: SerialNumber: 0000:00:1a.0 2023-10-09T11:56:26.834 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] rtc_cmos 00:00: RTC can wake from S4 2023-10-09T11:56:26.834 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] hub 4-0:1.0: USB hub found 2023-10-09T11:56:26.834 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] rtc_cmos 00:00: registered as rtc0 2023-10-09T11:56:26.834 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] hub 4-0:1.0: 2 ports detected 2023-10-09T11:56:26.834 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] rtc_cmos 00:00: alarms up to one month, y3k, 114 bytes nvram, hpet irqs 2023-10-09T11:56:26.834 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] intel_pstate: Intel P-state driver initializing 2023-10-09T11:56:26.834 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] hid: raw HID events driver (C) Jiri Kosina 2023-10-09T11:56:26.835 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] usbcore: registered new interface driver usbhid 2023-10-09T11:56:26.835 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] usbhid: USB HID core driver 2023-10-09T11:56:26.835 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] drop_monitor: Initializing network drop monitor service 2023-10-09T11:56:26.835 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] usb 1-1: new high-speed USB device number 2 using ehci-pci 2023-10-09T11:56:26.835 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] Initializing XFRM netlink socket 2023-10-09T11:56:26.835 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] NET: Registered protocol family 10 2023-10-09T11:56:26.835 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] Segment Routing with IPv6 2023-10-09T11:56:26.835 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] NET: Registered protocol family 17 2023-10-09T11:56:26.835 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] mpls_gso: MPLS GSO support 2023-10-09T11:56:26.835 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] microcode: Microcode Update Driver: v2.2. 2023-10-09T11:56:26.835 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] resctrl: L3 monitoring detected 2023-10-09T11:56:26.835 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] AVX2 version of gcm_enc/dec engaged. 2023-10-09T11:56:26.835 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] AES CTR mode by8 optimization enabled 2023-10-09T11:56:26.835 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] sched_clock: Marking stable (3667769000, 0)->(5625617413, -1957848413) 2023-10-09T11:56:26.836 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] registered taskstats version 1 2023-10-09T11:56:26.836 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] Loading compiled-in X.509 certificates 2023-10-09T11:56:26.836 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] Loaded X.509 cert 'Red Hat Enterprise Linux kernel signing key: 4e9af70998c7b0458d51d0fe424ad17d1fdc2550' 2023-10-09T11:56:26.836 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] Loaded X.509 cert 'Red Hat Enterprise Linux Driver Update Program (key 3): bf57f3e87362bc7229d9f465321773dfd1f77a80' 2023-10-09T11:56:26.836 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] Loaded X.509 cert 'Red Hat Enterprise Linux kpatch signing key: 4d38fd864ebe18c5f0b72e3852e2014c3a676fc8' 2023-10-09T11:56:26.836 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] usb 2-12: new high-speed USB device number 2 using xhci_hcd 2023-10-09T11:56:26.836 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] zswap: loaded using pool lzo/zbud 2023-10-09T11:56:26.836 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] page_owner is disabled 2023-10-09T11:56:26.836 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] Key type big_key registered 2023-10-09T11:56:26.836 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] Key type encrypted registered 2023-10-09T11:56:26.836 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] ima: No TPM chip found, activating TPM-bypass! 2023-10-09T11:56:26.836 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] ima: Allocated hash algorithm: sha256 2023-10-09T11:56:26.836 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] ima: No architecture policies found 2023-10-09T11:56:26.836 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] evm: Initialising EVM extended attributes: 2023-10-09T11:56:26.837 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] usb 1-1: New USB device found, idVendor=8087, idProduct=8002, bcdDevice= 0.05 2023-10-09T11:56:26.837 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] evm: security.selinux 2023-10-09T11:56:26.837 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] evm: security.ima 2023-10-09T11:56:26.837 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] evm: security.capability 2023-10-09T11:56:26.837 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 2023-10-09T11:56:26.837 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] evm: HMAC attrs: 0x1 2023-10-09T11:56:26.837 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] hub 1-1:1.0: USB hub found 2023-10-09T11:56:26.837 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] rtc_cmos 00:00: setting system clock to 2023-10-09 11:44:06 UTC (1696851846) 2023-10-09T11:56:26.837 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] hub 1-1:1.0: 8 ports detected 2023-10-09T11:56:26.837 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] Freeing unused decrypted memory: 2036K 2023-10-09T11:56:26.837 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] usb 4-1: new high-speed USB device number 2 using ehci-pci 2023-10-09T11:56:26.837 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] Freeing unused kernel image (initmem) memory: 2608K 2023-10-09T11:56:26.837 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] Write protecting the kernel read-only data: 26624k 2023-10-09T11:56:26.838 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] Freeing unused kernel image (text/rodata gap) memory: 2012K 2023-10-09T11:56:26.838 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] Freeing unused kernel image (rodata/data gap) memory: 1720K 2023-10-09T11:56:26.838 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] usb 2-12: New USB device found, idVendor=0557, idProduct=7000, bcdDevice= 0.00 2023-10-09T11:56:26.838 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] usb 2-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0 2023-10-09T11:56:26.838 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] hub 2-12:1.0: USB hub found 2023-10-09T11:56:26.838 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] systemd[1]: systemd 239 (239-75.el8) running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=legacy) 2023-10-09T11:56:26.838 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] hub 2-12:1.0: 4 ports detected 2023-10-09T11:56:26.838 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] systemd[1]: Detected architecture x86-64. 2023-10-09T11:56:26.838 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] systemd[1]: Running in initial RAM disk. 2023-10-09T11:56:26.838 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] systemd[1]: Set hostname to . 2023-10-09T11:56:26.838 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] usb 4-1: New USB device found, idVendor=8087, idProduct=800a, bcdDevice= 0.05 2023-10-09T11:56:26.838 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] usb 4-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 2023-10-09T11:56:26.838 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] hub 4-1:1.0: USB hub found 2023-10-09T11:56:26.838 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] hub 4-1:1.0: 6 ports detected 2023-10-09T11:56:26.839 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] systemd[1]: Listening on Journal Socket. 2023-10-09T11:56:26.839 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:05 2023] tsc: Refined TSC clocksource calibration: 3499.996 MHz 2023-10-09T11:56:26.839 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:06 2023] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32734d20948, max_idle_ns: 440795306379 ns 2023-10-09T11:56:26.839 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:06 2023] clocksource: Switched to clocksource tsc 2023-10-09T11:56:26.839 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:06 2023] systemd[1]: Starting Load Kernel Modules... 2023-10-09T11:56:26.839 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:06 2023] fuse: init (API version 7.34) 2023-10-09T11:56:26.839 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:06 2023] systemd[1]: Listening on udev Control Socket. 2023-10-09T11:56:26.839 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:06 2023] systemd[1]: Reached target Local File Systems. 2023-10-09T11:56:26.839 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:06 2023] systemd[1]: Starting Create list of required static device nodes for the current kernel... 2023-10-09T11:56:26.839 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:06 2023] systemd[1]: Starting Create Volatile Files and Directories... 2023-10-09T11:56:26.839 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:06 2023] usb 2-12.1: new low-speed USB device number 3 using xhci_hcd 2023-10-09T11:56:26.839 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:06 2023] usb 2-12.1: New USB device found, idVendor=0557, idProduct=2419, bcdDevice= 1.00 2023-10-09T11:56:26.839 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:06 2023] usb 2-12.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 2023-10-09T11:56:26.839 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:06 2023] input: HID 0557:2419 as /devices/pci0000:00/0000:00:14.0/usb2/2-12/2-12.1/2-12.1:1.0/0003:0557:2419.0001/input/input2 2023-10-09T11:56:26.840 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:06 2023] hid-generic 0003:0557:2419.0001: input,hidraw0: USB HID v1.00 Keyboard [HID 0557:2419] on usb-0000:00:14.0-12.1/input0 2023-10-09T11:56:26.840 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:06 2023] input: HID 0557:2419 as /devices/pci0000:00/0000:00:14.0/usb2/2-12/2-12.1/2-12.1:1.1/0003:0557:2419.0002/input/input3 2023-10-09T11:56:26.840 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:06 2023] hid-generic 0003:0557:2419.0002: input,hidraw1: USB HID v1.00 Mouse [HID 0557:2419] on usb-0000:00:14.0-12.1/input1 2023-10-09T11:56:26.840 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:06 2023] dca service started, version 1.12.1 2023-10-09T11:56:26.840 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:06 2023] nvme nvme0: pci function 0000:02:00.0 2023-10-09T11:56:26.840 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:06 2023] libata version 3.00 loaded. 2023-10-09T11:56:26.840 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:06 2023] igb: Intel(R) Gigabit Ethernet Network Driver 2023-10-09T11:56:26.840 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:06 2023] igb: Copyright (c) 2007-2014 Intel Corporation. 2023-10-09T11:56:26.840 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:06 2023] ixgbe: Intel(R) 10 Gigabit PCI Express Network Driver 2023-10-09T11:56:26.840 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:06 2023] ixgbe: Copyright (c) 1999-2016 Intel Corporation. 2023-10-09T11:56:26.840 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:06 2023] nvme nvme0: 8/0/0 default/read/poll queues 2023-10-09T11:56:26.840 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:06 2023] nvme0n1: detected capacity change from 0 to 400088457216 2023-10-09T11:56:26.840 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:06 2023] ACPI: bus type drm_connector registered 2023-10-09T11:56:26.840 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:06 2023] ahci 0000:00:11.4: version 3.0 2023-10-09T11:56:26.841 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:06 2023] ahci 0000:00:11.4: AHCI 0001.0300 32 slots 4 ports 6 Gbps 0xf impl SATA mode 2023-10-09T11:56:26.841 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:06 2023] ahci 0000:00:11.4: flags: 64bit ncq pm led clo pio slum part ems apst 2023-10-09T11:56:26.841 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:06 2023] scsi host0: ahci 2023-10-09T11:56:26.841 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:06 2023] scsi host1: ahci 2023-10-09T11:56:26.841 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:06 2023] scsi host2: ahci 2023-10-09T11:56:26.841 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:06 2023] scsi host3: ahci 2023-10-09T11:56:26.841 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:06 2023] igb 0000:07:00.0: added PHC on eth0 2023-10-09T11:56:26.841 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:06 2023] ata1: SATA max UDMA/133 abar m2048@0xfb438000 port 0xfb438100 irq 52 2023-10-09T11:56:26.841 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:06 2023] igb 0000:07:00.0: Intel(R) Gigabit Ethernet Network Connection 2023-10-09T11:56:26.841 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:06 2023] ata2: SATA max UDMA/133 abar m2048@0xfb438000 port 0xfb438180 irq 52 2023-10-09T11:56:26.841 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:06 2023] igb 0000:07:00.0: eth0: (PCIe:5.0Gb/s:Width x4) 0c:c4:7a:6b:f6:cc 2023-10-09T11:56:26.841 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:06 2023] ata3: SATA max UDMA/133 abar m2048@0xfb438000 port 0xfb438200 irq 52 2023-10-09T11:56:26.841 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:06 2023] igb 0000:07:00.0: eth0: PBA No: 050B00-000 2023-10-09T11:56:26.841 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:06 2023] ast 0000:06:00.0: [drm] Using P2A bridge for configuration 2023-10-09T11:56:26.842 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:06 2023] ast 0000:06:00.0: [drm] AST 2400 detected 2023-10-09T11:56:26.842 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:06 2023] ast 0000:06:00.0: [drm] Using analog VGA 2023-10-09T11:56:26.842 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:06 2023] ast 0000:06:00.0: [drm] dram MCLK=408 Mhz type=1 bus_width=16 2023-10-09T11:56:26.842 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:06 2023] [drm] Initialized ast 0.1.0 20120228 for 0000:06:00.0 on minor 0 2023-10-09T11:56:26.842 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:06 2023] ata4: SATA max UDMA/133 abar m2048@0xfb438000 port 0xfb438280 irq 52 2023-10-09T11:56:26.842 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:06 2023] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x3f impl SATA mode 2023-10-09T11:56:26.842 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:06 2023] igb 0000:07:00.0: Using MSI-X interrupts. 8 rx queue(s), 8 tx queue(s) 2023-10-09T11:56:26.842 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:06 2023] ahci 0000:00:1f.2: flags: 64bit ncq pm led clo pio slum part ems apst 2023-10-09T11:56:26.842 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:06 2023] ixgbe 0000:01:00.0: Multiqueue Enabled: Rx Queue count = 8, Tx Queue count = 8 XDP Queue count = 0 2023-10-09T11:56:26.842 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:06 2023] igb 0000:07:00.1: added PHC on eth1 2023-10-09T11:56:26.842 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:06 2023] ixgbe 0000:01:00.0: 32.000 Gb/s available PCIe bandwidth (5.0 GT/s PCIe x8 link) 2023-10-09T11:56:26.842 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:06 2023] igb 0000:07:00.1: Intel(R) Gigabit Ethernet Network Connection 2023-10-09T11:56:26.842 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:06 2023] scsi host4: ahci 2023-10-09T11:56:26.843 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:06 2023] scsi host5: ahci 2023-10-09T11:56:26.843 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:06 2023] scsi host6: ahci 2023-10-09T11:56:26.843 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:06 2023] scsi host7: ahci 2023-10-09T11:56:26.843 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:06 2023] scsi host8: ahci 2023-10-09T11:56:26.843 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:06 2023] scsi host9: ahci 2023-10-09T11:56:26.843 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:06 2023] ata5: SATA max UDMA/133 abar m2048@0xfb432000 port 0xfb432100 irq 53 2023-10-09T11:56:26.843 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:06 2023] ata6: SATA max UDMA/133 abar m2048@0xfb432000 port 0xfb432180 irq 53 2023-10-09T11:56:26.843 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:06 2023] ata7: SATA max UDMA/133 abar m2048@0xfb432000 port 0xfb432200 irq 53 2023-10-09T11:56:26.843 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:06 2023] ata8: SATA max UDMA/133 abar m2048@0xfb432000 port 0xfb432280 irq 53 2023-10-09T11:56:26.843 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:06 2023] ata9: SATA max UDMA/133 abar m2048@0xfb432000 port 0xfb432300 irq 53 2023-10-09T11:56:26.843 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:06 2023] ata10: SATA max UDMA/133 abar m2048@0xfb432000 port 0xfb432380 irq 53 2023-10-09T11:56:26.843 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:06 2023] ixgbe 0000:01:00.0: MAC: 2, PHY: 14, SFP+: 3, PBA No: 0210FF-0FF 2023-10-09T11:56:26.843 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:06 2023] igb 0000:07:00.1: eth1: (PCIe:5.0Gb/s:Width x4) 0c:c4:7a:6b:f6:cd 2023-10-09T11:56:26.844 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:06 2023] ixgbe 0000:01:00.0: ac:1f:6b:a5:ca:ba 2023-10-09T11:56:26.844 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:06 2023] ixgbe 0000:01:00.0: Intel(R) 10 Gigabit Network Connection 2023-10-09T11:56:26.844 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:06 2023] igb 0000:07:00.1: eth1: PBA No: 050B00-000 2023-10-09T11:56:26.844 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:06 2023] libphy: ixgbe-mdio: probed 2023-10-09T11:56:26.844 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:06 2023] igb 0000:07:00.1: Using MSI-X interrupts. 8 rx queue(s), 8 tx queue(s) 2023-10-09T11:56:26.844 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:06 2023] fbcon: astdrmfb (fb0) is primary device 2023-10-09T11:56:26.844 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:06 2023] igb 0000:07:00.0 eno1: renamed from eth0 2023-10-09T11:56:26.844 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:06 2023] igb 0000:07:00.1 eno2: renamed from eth1 2023-10-09T11:56:26.844 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:06 2023] Console: switching to colour frame buffer device 128x48 2023-10-09T11:56:26.844 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:06 2023] ast 0000:06:00.0: [drm] fb0: astdrmfb frame buffer device 2023-10-09T11:56:26.844 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:06 2023] ata2: SATA link down (SStatus 0 SControl 300) 2023-10-09T11:56:26.844 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:06 2023] ata1: SATA link down (SStatus 0 SControl 300) 2023-10-09T11:56:26.844 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:06 2023] ata3: SATA link down (SStatus 0 SControl 300) 2023-10-09T11:56:26.845 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:06 2023] ata4: SATA link down (SStatus 0 SControl 300) 2023-10-09T11:56:26.845 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:07 2023] ata8: SATA link down (SStatus 0 SControl 300) 2023-10-09T11:56:26.845 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:07 2023] ata7: SATA link down (SStatus 0 SControl 300) 2023-10-09T11:56:26.845 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:07 2023] ata10: SATA link down (SStatus 0 SControl 300) 2023-10-09T11:56:26.845 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:07 2023] ata6: SATA link down (SStatus 0 SControl 300) 2023-10-09T11:56:26.845 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:07 2023] ata5: SATA link up 6.0 Gbps (SStatus 133 SControl 300) 2023-10-09T11:56:26.845 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:07 2023] ata9: SATA link down (SStatus 0 SControl 300) 2023-10-09T11:56:26.845 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:07 2023] ata5.00: ATA-9: ST1000NM0033-9ZM173, SN04, max UDMA/133 2023-10-09T11:56:26.845 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:07 2023] ata5.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 32), AA 2023-10-09T11:56:26.845 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:07 2023] ata5.00: configured for UDMA/133 2023-10-09T11:56:26.845 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:07 2023] scsi 4:0:0:0: Direct-Access ATA ST1000NM0033-9ZM SN04 PQ: 0 ANSI: 5 2023-10-09T11:56:26.845 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:07 2023] scsi 4:0:0:0: Attached scsi generic sg0 type 0 2023-10-09T11:56:26.845 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:07 2023] sd 4:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB) 2023-10-09T11:56:26.845 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:07 2023] sd 4:0:0:0: [sda] Write Protect is off 2023-10-09T11:56:26.846 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:07 2023] sd 4:0:0:0: [sda] Mode Sense: 00 3a 00 00 2023-10-09T11:56:26.846 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:07 2023] sd 4:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA 2023-10-09T11:56:26.846 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:07 2023] sda: sda1 2023-10-09T11:56:26.846 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:07 2023] sd 4:0:0:0: [sda] Attached SCSI disk 2023-10-09T11:56:26.846 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:07 2023] ixgbe 0000:01:00.1: Multiqueue Enabled: Rx Queue count = 8, Tx Queue count = 8 XDP Queue count = 0 2023-10-09T11:56:26.846 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:07 2023] ixgbe 0000:01:00.1: 32.000 Gb/s available PCIe bandwidth (5.0 GT/s PCIe x8 link) 2023-10-09T11:56:26.846 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:07 2023] ixgbe 0000:01:00.1: MAC: 2, PHY: 1, PBA No: 0210FF-0FF 2023-10-09T11:56:26.846 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:07 2023] ixgbe 0000:01:00.1: ac:1f:6b:a5:ca:bb 2023-10-09T11:56:26.846 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:07 2023] ixgbe 0000:01:00.1: Intel(R) 10 Gigabit Network Connection 2023-10-09T11:56:26.846 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:07 2023] libphy: ixgbe-mdio: probed 2023-10-09T11:56:26.846 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:07 2023] ixgbe 0000:01:00.1 ens1f1: renamed from eth0 2023-10-09T11:56:26.846 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:07 2023] ixgbe 0000:01:00.0 ens1f0: renamed from eth2 2023-10-09T11:56:26.846 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:08 2023] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null) 2023-10-09T11:56:26.847 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:08 2023] printk: systemd: 16 output lines suppressed due to ratelimiting 2023-10-09T11:56:26.847 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:09 2023] SELinux: policy capability network_peer_controls=1 2023-10-09T11:56:26.847 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:09 2023] SELinux: policy capability open_perms=1 2023-10-09T11:56:26.847 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:09 2023] SELinux: policy capability extended_socket_class=1 2023-10-09T11:56:26.847 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:09 2023] SELinux: policy capability always_check_network=0 2023-10-09T11:56:26.847 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:09 2023] SELinux: policy capability cgroup_seclabel=1 2023-10-09T11:56:26.847 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:09 2023] SELinux: policy capability nnp_nosuid_transition=1 2023-10-09T11:56:26.847 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:09 2023] audit: type=1403 audit(1696851849.928:2): auid=4294967295 ses=4294967295 lsm=selinux res=1 2023-10-09T11:56:26.847 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:09 2023] systemd[1]: Successfully loaded SELinux policy in 235.978ms. 2023-10-09T11:56:26.847 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:09 2023] systemd[1]: Relabelled /dev, /run and /sys/fs/cgroup in 24.729ms. 2023-10-09T11:56:26.847 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:09 2023] systemd[1]: systemd 239 (239-75.el8) running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=legacy) 2023-10-09T11:56:26.847 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:09 2023] systemd[1]: Detected architecture x86-64. 2023-10-09T11:56:26.847 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:09 2023] systemd[1]: Set hostname to . 2023-10-09T11:56:26.847 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:10 2023] systemd[1]: initrd-switch-root.service: Succeeded. 2023-10-09T11:56:26.848 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:10 2023] systemd[1]: Stopped Switch Root. 2023-10-09T11:56:26.848 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:10 2023] systemd[1]: systemd-journald.service: Service has no hold-off time (RestartSec=0), scheduling restart. 2023-10-09T11:56:26.848 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:10 2023] systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1. 2023-10-09T11:56:26.848 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:10 2023] systemd[1]: Stopped Journal Service. 2023-10-09T11:56:26.848 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:10 2023] systemd[1]: Starting Journal Service... 2023-10-09T11:56:26.848 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:10 2023] systemd[1]: Listening on udev Control Socket. 2023-10-09T11:56:26.848 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:10 2023] EXT4-fs (sda1): re-mounted. Opts: (null) 2023-10-09T11:56:26.848 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:10 2023] device-mapper: uevent: version 1.0.3 2023-10-09T11:56:26.848 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:10 2023] device-mapper: ioctl: 4.46.0-ioctl (2022-02-22) initialised: dm-devel@redhat.com 2023-10-09T11:56:26.848 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:10 2023] ioatdma: Intel(R) QuickData Technology Driver 5.00 2023-10-09T11:56:26.848 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:10 2023] igb 0000:07:00.0: DCA enabled 2023-10-09T11:56:26.848 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:10 2023] igb 0000:07:00.1: DCA enabled 2023-10-09T11:56:26.848 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:11 2023] RPC: Registered named UNIX socket transport module. 2023-10-09T11:56:26.848 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:11 2023] RPC: Registered udp transport module. 2023-10-09T11:56:26.849 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:11 2023] RPC: Registered tcp transport module. 2023-10-09T11:56:26.849 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:11 2023] RPC: Registered tcp NFSv4.1 backchannel transport module. 2023-10-09T11:56:26.849 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:11 2023] IPMI message handler: version 39.2 2023-10-09T11:56:26.849 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:11 2023] ipmi device interface 2023-10-09T11:56:26.849 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:11 2023] ipmi_si: IPMI System Interface driver 2023-10-09T11:56:26.849 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:11 2023] ipmi_si dmi-ipmi-si.0: ipmi_platform: probing via SMBIOS 2023-10-09T11:56:26.849 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:11 2023] ipmi_platform: ipmi_si: SMBIOS: io 0xca2 regsize 1 spacing 1 irq 0 2023-10-09T11:56:26.849 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:11 2023] ipmi_si: Adding SMBIOS-specified kcs state machine 2023-10-09T11:56:26.849 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:11 2023] ipmi_si IPI0001:00: ipmi_platform: probing via ACPI 2023-10-09T11:56:26.849 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:11 2023] ipmi_si IPI0001:00: ipmi_platform: [io 0x0ca2] regsize 1 spacing 1 irq 0 2023-10-09T11:56:26.849 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:11 2023] ipmi_si dmi-ipmi-si.0: Removing SMBIOS-specified kcs state machine in favor of ACPI 2023-10-09T11:56:26.849 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:11 2023] ipmi_si: Adding ACPI-specified kcs state machine 2023-10-09T11:56:26.849 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:11 2023] ipmi_si: Trying ACPI-specified kcs state machine at i/o address 0xca2, slave address 0x20, irq 0 2023-10-09T11:56:26.850 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:11 2023] power_meter ACPI000D:00: Found ACPI power meter. 2023-10-09T11:56:26.850 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:11 2023] power_meter ACPI000D:00: Ignoring unsafe software power cap! 2023-10-09T11:56:26.850 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:11 2023] input: PC Speaker as /devices/platform/pcspkr/input/input4 2023-10-09T11:56:26.850 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:11 2023] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt 2023-10-09T11:56:26.850 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:11 2023] mei_me 0000:00:16.0: Device doesn't have valid ME Interface 2023-10-09T11:56:26.850 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:11 2023] ipmi_si IPI0001:00: The BMC does not support clearing the recv irq bit, compensating, but the BMC needs to be fixed. 2023-10-09T11:56:26.850 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:11 2023] RAPL PMU: API unit is 2^-32 Joules, 2 fixed counters, 655360 ms ovfl timer 2023-10-09T11:56:26.850 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:11 2023] RAPL PMU: hw unit of domain package 2^-14 Joules 2023-10-09T11:56:26.850 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:11 2023] RAPL PMU: hw unit of domain dram 2^-16 Joules 2023-10-09T11:56:26.850 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:11 2023] ipmi_si IPI0001:00: IPMI message handler: Found new BMC (man_id: 0x002a7c, prod_id: 0x0833, dev_id: 0x20) 2023-10-09T11:56:26.850 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:11 2023] iTCO_vendor_support: vendor-support=0 2023-10-09T11:56:26.850 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:11 2023] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11 2023-10-09T11:56:26.850 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:11 2023] ipmi_si IPI0001:00: IPMI kcs interface initialized 2023-10-09T11:56:26.850 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:11 2023] iTCO_wdt: Found a Wellsburg TCO device (Version=2, TCOBASE=0x0460) 2023-10-09T11:56:26.851 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:11 2023] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0) 2023-10-09T11:56:26.851 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:11 2023] ipmi_ssif: IPMI SSIF Interface driver 2023-10-09T11:56:26.851 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:11 2023] EDAC sbridge: Seeking for: PCI ID 8086:2fa0 2023-10-09T11:56:26.851 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:11 2023] EDAC sbridge: Seeking for: PCI ID 8086:2fa0 2023-10-09T11:56:26.851 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:11 2023] EDAC sbridge: Seeking for: PCI ID 8086:2f60 2023-10-09T11:56:26.851 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:11 2023] EDAC sbridge: Seeking for: PCI ID 8086:2fa8 2023-10-09T11:56:26.851 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:11 2023] EDAC sbridge: Seeking for: PCI ID 8086:2fa8 2023-10-09T11:56:26.851 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:11 2023] EDAC sbridge: Seeking for: PCI ID 8086:2f71 2023-10-09T11:56:26.851 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:11 2023] EDAC sbridge: Seeking for: PCI ID 8086:2f71 2023-10-09T11:56:26.851 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:11 2023] EDAC sbridge: Seeking for: PCI ID 8086:2faa 2023-10-09T11:56:26.851 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:11 2023] EDAC sbridge: Seeking for: PCI ID 8086:2faa 2023-10-09T11:56:26.851 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:11 2023] EDAC sbridge: Seeking for: PCI ID 8086:2fab 2023-10-09T11:56:26.851 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:11 2023] EDAC sbridge: Seeking for: PCI ID 8086:2fab 2023-10-09T11:56:26.851 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:11 2023] EDAC sbridge: Seeking for: PCI ID 8086:2fac 2023-10-09T11:56:26.852 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:11 2023] EDAC sbridge: Seeking for: PCI ID 8086:2fac 2023-10-09T11:56:26.852 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:11 2023] EDAC sbridge: Seeking for: PCI ID 8086:2fad 2023-10-09T11:56:26.852 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:11 2023] EDAC sbridge: Seeking for: PCI ID 8086:2fad 2023-10-09T11:56:26.852 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:11 2023] EDAC sbridge: Seeking for: PCI ID 8086:2f68 2023-10-09T11:56:26.852 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:11 2023] EDAC sbridge: Seeking for: PCI ID 8086:2f79 2023-10-09T11:56:26.852 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:11 2023] EDAC sbridge: Seeking for: PCI ID 8086:2f6a 2023-10-09T11:56:26.852 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:11 2023] EDAC sbridge: Seeking for: PCI ID 8086:2f6b 2023-10-09T11:56:26.852 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:11 2023] EDAC sbridge: Seeking for: PCI ID 8086:2f6c 2023-10-09T11:56:26.852 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:11 2023] EDAC sbridge: Seeking for: PCI ID 8086:2f6d 2023-10-09T11:56:26.852 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:11 2023] EDAC sbridge: Seeking for: PCI ID 8086:2ffc 2023-10-09T11:56:26.852 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:11 2023] EDAC sbridge: Seeking for: PCI ID 8086:2ffc 2023-10-09T11:56:26.852 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:11 2023] EDAC sbridge: Seeking for: PCI ID 8086:2ffd 2023-10-09T11:56:26.852 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:11 2023] EDAC sbridge: Seeking for: PCI ID 8086:2ffd 2023-10-09T11:56:26.852 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:11 2023] EDAC sbridge: Seeking for: PCI ID 8086:2fbd 2023-10-09T11:56:26.853 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:11 2023] EDAC sbridge: Seeking for: PCI ID 8086:2fbd 2023-10-09T11:56:26.853 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:11 2023] EDAC sbridge: Seeking for: PCI ID 8086:2fbf 2023-10-09T11:56:26.853 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:11 2023] EDAC sbridge: Seeking for: PCI ID 8086:2fbf 2023-10-09T11:56:26.853 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:11 2023] EDAC sbridge: Seeking for: PCI ID 8086:2fb9 2023-10-09T11:56:26.853 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:11 2023] EDAC sbridge: Seeking for: PCI ID 8086:2fb9 2023-10-09T11:56:26.853 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:11 2023] EDAC sbridge: Seeking for: PCI ID 8086:2fbb 2023-10-09T11:56:26.853 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:11 2023] EDAC sbridge: Seeking for: PCI ID 8086:2fbb 2023-10-09T11:56:26.853 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:11 2023] EDAC MC0: Giving out device to module sb_edac controller Haswell SrcID#0_Ha#0: DEV 0000:ff:12.0 (INTERRUPT) 2023-10-09T11:56:26.853 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:11 2023] EDAC sbridge: Ver: 1.1.2 2023-10-09T11:56:26.853 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:12 2023] intel_rapl_common: Found RAPL domain package 2023-10-09T11:56:26.853 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:12 2023] intel_rapl_common: Found RAPL domain dram 2023-10-09T11:56:26.853 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:12 2023] intel_rapl_common: DRAM domain energy unit 15300pj 2023-10-09T11:56:26.853 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:13 2023] IPv6: ADDRCONF(NETDEV_UP): eno1: link is not ready 2023-10-09T11:56:26.854 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:13 2023] IPv6: ADDRCONF(NETDEV_UP): eno1: link is not ready 2023-10-09T11:56:26.854 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:13 2023] IPv6: ADDRCONF(NETDEV_UP): eno2: link is not ready 2023-10-09T11:56:26.854 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:13 2023] IPv6: ADDRCONF(NETDEV_UP): eno2: link is not ready 2023-10-09T11:56:26.854 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:13 2023] IPv6: ADDRCONF(NETDEV_UP): ens1f0: link is not ready 2023-10-09T11:56:26.854 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:13 2023] ixgbe 0000:01:00.0: registered PHC device on ens1f0 2023-10-09T11:56:26.854 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:13 2023] IPv6: ADDRCONF(NETDEV_UP): ens1f0: link is not ready 2023-10-09T11:56:26.854 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:13 2023] IPv6: ADDRCONF(NETDEV_UP): ens1f1: link is not ready 2023-10-09T11:56:26.854 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:13 2023] ixgbe 0000:01:00.1: registered PHC device on ens1f1 2023-10-09T11:56:26.854 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:13 2023] ixgbe 0000:01:00.0 ens1f0: detected SFP+: 3 2023-10-09T11:56:26.854 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:14 2023] IPv6: ADDRCONF(NETDEV_UP): ens1f1: link is not ready 2023-10-09T11:56:26.854 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:14 2023] ixgbe 0000:01:00.0 ens1f0: NIC Link is Up 10 Gbps, Flow Control: RX/TX 2023-10-09T11:56:26.854 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:14 2023] IPv6: ADDRCONF(NETDEV_CHANGE): ens1f0: link becomes ready 2023-10-09T11:56:26.854 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:44:22 2023] KGDB: Registered I/O driver kgdboc 2023-10-09T11:56:26.854 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:49:37 2023] SELinux: Converting 439 SID table entries... 2023-10-09T11:56:26.855 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:49:37 2023] SELinux: policy capability network_peer_controls=1 2023-10-09T11:56:26.855 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:49:37 2023] SELinux: policy capability open_perms=1 2023-10-09T11:56:26.855 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:49:37 2023] SELinux: policy capability extended_socket_class=1 2023-10-09T11:56:26.855 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:49:37 2023] SELinux: policy capability always_check_network=0 2023-10-09T11:56:26.855 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:49:37 2023] SELinux: policy capability cgroup_seclabel=1 2023-10-09T11:56:26.855 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:49:37 2023] SELinux: policy capability nnp_nosuid_transition=1 2023-10-09T11:56:26.855 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:50:00 2023] SELinux: Converting 446 SID table entries... 2023-10-09T11:56:26.855 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:50:00 2023] SELinux: policy capability network_peer_controls=1 2023-10-09T11:56:26.855 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:50:00 2023] SELinux: policy capability open_perms=1 2023-10-09T11:56:26.855 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:50:00 2023] SELinux: policy capability extended_socket_class=1 2023-10-09T11:56:26.855 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:50:00 2023] SELinux: policy capability always_check_network=0 2023-10-09T11:56:26.855 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:50:00 2023] SELinux: policy capability cgroup_seclabel=1 2023-10-09T11:56:26.855 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:50:00 2023] SELinux: policy capability nnp_nosuid_transition=1 2023-10-09T11:56:26.856 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:50:22 2023] SELinux: Converting 446 SID table entries... 2023-10-09T11:56:26.856 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:50:22 2023] SELinux: policy capability network_peer_controls=1 2023-10-09T11:56:26.856 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:50:22 2023] SELinux: policy capability open_perms=1 2023-10-09T11:56:26.856 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:50:22 2023] SELinux: policy capability extended_socket_class=1 2023-10-09T11:56:26.856 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:50:22 2023] SELinux: policy capability always_check_network=0 2023-10-09T11:56:26.856 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:50:22 2023] SELinux: policy capability cgroup_seclabel=1 2023-10-09T11:56:26.856 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:50:22 2023] SELinux: policy capability nnp_nosuid_transition=1 2023-10-09T11:56:26.856 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:51:49 2023] SGI XFS with ACLs, security attributes, quota, no debug enabled 2023-10-09T11:56:26.856 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:51:49 2023] XFS (dm-4): Mounting V4 Filesystem 2023-10-09T11:56:26.856 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:51:49 2023] XFS (dm-4): Ending clean mount 2023-10-09T11:56:26.856 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:56:05 2023] TECH PREVIEW: NVMe/TCP may not be fully supported. 2023-10-09T11:56:26.856 INFO:teuthology.orchestra.run.smithi031.stdout: Please review provided documentation for limitations. 2023-10-09T11:56:26.856 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:56:11 2023] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. 2023-10-09T11:56:26.856 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:56:11 2023] IPv6: ADDRCONF(NETDEV_UP): veth7e79b179: link is not ready 2023-10-09T11:56:26.857 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:56:11 2023] cni-podman0: port 1(veth7e79b179) entered blocking state 2023-10-09T11:56:26.857 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:56:11 2023] cni-podman0: port 1(veth7e79b179) entered disabled state 2023-10-09T11:56:26.857 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:56:11 2023] device veth7e79b179 entered promiscuous mode 2023-10-09T11:56:26.857 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:56:11 2023] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready 2023-10-09T11:56:26.857 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:56:11 2023] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready 2023-10-09T11:56:26.857 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:56:11 2023] IPv6: ADDRCONF(NETDEV_CHANGE): veth7e79b179: link becomes ready 2023-10-09T11:56:26.857 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:56:11 2023] cni-podman0: port 1(veth7e79b179) entered blocking state 2023-10-09T11:56:26.857 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:56:11 2023] cni-podman0: port 1(veth7e79b179) entered forwarding state 2023-10-09T11:56:26.857 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:56:12 2023] cni-podman0: port 1(veth7e79b179) entered disabled state 2023-10-09T11:56:26.857 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:56:12 2023] device veth7e79b179 left promiscuous mode 2023-10-09T11:56:26.857 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:56:12 2023] cni-podman0: port 1(veth7e79b179) entered disabled state 2023-10-09T11:56:26.857 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:56:20 2023] IPv6: ADDRCONF(NETDEV_UP): veth52f1c76d: link is not ready 2023-10-09T11:56:26.857 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:56:20 2023] cni-podman0: port 1(veth52f1c76d) entered blocking state 2023-10-09T11:56:26.857 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:56:20 2023] cni-podman0: port 1(veth52f1c76d) entered disabled state 2023-10-09T11:56:26.858 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:56:20 2023] device veth52f1c76d entered promiscuous mode 2023-10-09T11:56:26.858 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:56:20 2023] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready 2023-10-09T11:56:26.858 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:56:20 2023] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready 2023-10-09T11:56:26.858 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:56:20 2023] IPv6: ADDRCONF(NETDEV_CHANGE): veth52f1c76d: link becomes ready 2023-10-09T11:56:26.858 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:56:20 2023] cni-podman0: port 1(veth52f1c76d) entered blocking state 2023-10-09T11:56:26.858 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:56:20 2023] cni-podman0: port 1(veth52f1c76d) entered forwarding state 2023-10-09T11:56:26.858 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:56:21 2023] cni-podman0: port 1(veth52f1c76d) entered disabled state 2023-10-09T11:56:26.858 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:56:21 2023] device veth52f1c76d left promiscuous mode 2023-10-09T11:56:26.858 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:56:21 2023] cni-podman0: port 1(veth52f1c76d) entered disabled state 2023-10-09T11:56:26.858 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:56:21 2023] IPv6: ADDRCONF(NETDEV_UP): vethf089e8f5: link is not ready 2023-10-09T11:56:26.858 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:56:21 2023] cni-podman0: port 1(vethf089e8f5) entered blocking state 2023-10-09T11:56:26.858 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:56:21 2023] cni-podman0: port 1(vethf089e8f5) entered disabled state 2023-10-09T11:56:26.858 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:56:21 2023] device vethf089e8f5 entered promiscuous mode 2023-10-09T11:56:26.858 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:56:21 2023] cni-podman0: port 1(vethf089e8f5) entered blocking state 2023-10-09T11:56:26.859 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:56:21 2023] cni-podman0: port 1(vethf089e8f5) entered forwarding state 2023-10-09T11:56:26.859 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:56:21 2023] cni-podman0: port 1(vethf089e8f5) entered disabled state 2023-10-09T11:56:26.859 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:56:21 2023] IPv6: ADDRCONF(NETDEV_CHANGE): vethf089e8f5: link becomes ready 2023-10-09T11:56:26.859 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:56:21 2023] cni-podman0: port 1(vethf089e8f5) entered blocking state 2023-10-09T11:56:26.859 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:56:21 2023] cni-podman0: port 1(vethf089e8f5) entered forwarding state 2023-10-09T11:56:26.859 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:56:22 2023] cni-podman0: port 1(vethf089e8f5) entered disabled state 2023-10-09T11:56:26.859 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:56:22 2023] device vethf089e8f5 left promiscuous mode 2023-10-09T11:56:26.859 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:56:22 2023] cni-podman0: port 1(vethf089e8f5) entered disabled state 2023-10-09T11:56:26.859 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:56:22 2023] IPv6: ADDRCONF(NETDEV_UP): vetheca785b2: link is not ready 2023-10-09T11:56:26.859 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:56:22 2023] cni-podman0: port 1(vetheca785b2) entered blocking state 2023-10-09T11:56:26.859 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:56:22 2023] cni-podman0: port 1(vetheca785b2) entered disabled state 2023-10-09T11:56:26.859 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:56:22 2023] device vetheca785b2 entered promiscuous mode 2023-10-09T11:56:26.859 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:56:22 2023] cni-podman0: port 1(vetheca785b2) entered blocking state 2023-10-09T11:56:26.860 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:56:22 2023] cni-podman0: port 1(vetheca785b2) entered forwarding state 2023-10-09T11:56:26.860 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:56:22 2023] cni-podman0: port 1(vetheca785b2) entered disabled state 2023-10-09T11:56:26.860 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:56:22 2023] IPv6: ADDRCONF(NETDEV_CHANGE): vetheca785b2: link becomes ready 2023-10-09T11:56:26.860 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:56:22 2023] cni-podman0: port 1(vetheca785b2) entered blocking state 2023-10-09T11:56:26.860 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:56:22 2023] cni-podman0: port 1(vetheca785b2) entered forwarding state 2023-10-09T11:56:26.860 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:56:23 2023] cni-podman0: port 1(vetheca785b2) entered disabled state 2023-10-09T11:56:26.860 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:56:23 2023] device vetheca785b2 left promiscuous mode 2023-10-09T11:56:26.860 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:56:23 2023] cni-podman0: port 1(vetheca785b2) entered disabled state 2023-10-09T11:56:26.860 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:56:24 2023] IPv6: ADDRCONF(NETDEV_UP): veth62ea0513: link is not ready 2023-10-09T11:56:26.860 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:56:24 2023] cni-podman0: port 1(veth62ea0513) entered blocking state 2023-10-09T11:56:26.860 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:56:24 2023] cni-podman0: port 1(veth62ea0513) entered disabled state 2023-10-09T11:56:26.860 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:56:24 2023] device veth62ea0513 entered promiscuous mode 2023-10-09T11:56:26.860 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:56:24 2023] cni-podman0: port 1(veth62ea0513) entered blocking state 2023-10-09T11:56:26.861 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:56:24 2023] cni-podman0: port 1(veth62ea0513) entered forwarding state 2023-10-09T11:56:26.861 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:56:24 2023] cni-podman0: port 1(veth62ea0513) entered disabled state 2023-10-09T11:56:26.861 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:56:24 2023] IPv6: ADDRCONF(NETDEV_CHANGE): veth62ea0513: link becomes ready 2023-10-09T11:56:26.861 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:56:24 2023] cni-podman0: port 1(veth62ea0513) entered blocking state 2023-10-09T11:56:26.861 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:56:24 2023] cni-podman0: port 1(veth62ea0513) entered forwarding state 2023-10-09T11:56:26.861 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:56:24 2023] cni-podman0: port 1(veth62ea0513) entered disabled state 2023-10-09T11:56:26.861 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:56:24 2023] device veth62ea0513 left promiscuous mode 2023-10-09T11:56:26.861 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:56:24 2023] cni-podman0: port 1(veth62ea0513) entered disabled state 2023-10-09T11:56:26.861 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:56:25 2023] IPv6: ADDRCONF(NETDEV_UP): vethc504c722: link is not ready 2023-10-09T11:56:26.861 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:56:25 2023] cni-podman0: port 1(vethc504c722) entered blocking state 2023-10-09T11:56:26.861 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:56:25 2023] cni-podman0: port 1(vethc504c722) entered disabled state 2023-10-09T11:56:26.861 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:56:25 2023] device vethc504c722 entered promiscuous mode 2023-10-09T11:56:26.861 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:56:25 2023] cni-podman0: port 1(vethc504c722) entered blocking state 2023-10-09T11:56:26.861 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:56:25 2023] cni-podman0: port 1(vethc504c722) entered forwarding state 2023-10-09T11:56:26.862 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:56:25 2023] cni-podman0: port 1(vethc504c722) entered disabled state 2023-10-09T11:56:26.862 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:56:25 2023] IPv6: ADDRCONF(NETDEV_CHANGE): vethc504c722: link becomes ready 2023-10-09T11:56:26.862 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:56:25 2023] cni-podman0: port 1(vethc504c722) entered blocking state 2023-10-09T11:56:26.862 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:56:25 2023] cni-podman0: port 1(vethc504c722) entered forwarding state 2023-10-09T11:56:26.862 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:56:25 2023] cni-podman0: port 1(vethc504c722) entered disabled state 2023-10-09T11:56:26.862 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:56:25 2023] device vethc504c722 left promiscuous mode 2023-10-09T11:56:26.862 INFO:teuthology.orchestra.run.smithi031.stdout:[Mon Oct 9 11:56:25 2023] cni-podman0: port 1(vethc504c722) entered disabled state 2023-10-09T11:56:26.862 DEBUG:teuthology.orchestra.run:got remote process result: 251 2023-10-09T11:56:26.863 INFO:teuthology.orchestra.run.smithi031.stderr:+ nvme discover -t tcp -a 172.21.15.31 -s 4420 2023-10-09T11:56:26.863 INFO:teuthology.orchestra.run.smithi031.stderr:Failed to write to /dev/nvme-fabrics: Input/output error 2023-10-09T11:56:26.863 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/task/exec.py", line 66, in task remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/orchestra/remote.py", line 522, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi031 with status 251: 'sudo TESTDIR=/home/ubuntu/cephtest bash -c \'set -ex\n#\n# print nvmeof start up logs\ns=$(systemctl list-units | grep nvmeof.mypool | awk \'"\'"\'{print $1}\'"\'"\')\necho "<---- s variable is [ $s ]---->"\nPAGER=cat journalctl -u $s\nGATEWAY=$(echo $s | cut -d "@" -f2- | sed \'"\'"\'s/.\\{8\\}$//\'"\'"\')\necho "<---- GATEWAY is [ $GATEWAY ]---->"\nIP=$(echo $(hostname -I) | cut -d \'"\'"\' \'"\'"\' -f1)\nHOSTNAME=$(hostname)\nIMAGE="quay.io/ceph/nvmeof-cli:0.0.3"\nPOOL="mypool"\nMIMAGE="myimage"\nBDEV="mybdev"\nSERIAL="SPDK00000000000001"\nNQN="nqn.2016-06.io.spdk:cnode1"\nPORT="4420"\nSRPORT="5500"\npodman run -it $IMAGE --server-address $IP --server-port $SRPORT create_bdev --pool $POOL --image $MIMAGE --bdev $BDEV\npodman images\npodman ps\npodman run -it $IMAGE --server-address $IP --server-port $SRPORT create_subsystem --subnqn $NQN --serial $SERIAL\npodman run -it $IMAGE --server-address $IP --server-port $SRPORT add_namespace --subnqn $NQN --bdev $BDEV\npodman run -it $IMAGE --server-address $IP --server-port $SRPORT create_listener -n $NQN -g client.$GATEWAY -a $IP -s $PORT\npodman run -it $IMAGE --server-address $IP --server-port $SRPORT add_host --subnqn $NQN --host "*"\npodman run -it $IMAGE --server-address $IP --server-port $SRPORT get_subsystems\nmodprobe nvme-fabrics\nmodprobe nvme-tcp\nlsmod | grep nvme\nnvme list\ndmesg -T\nnvme discover -t tcp -a $IP -s $PORT\nnvme connect -t tcp --traddr $IP -s $PORT -n $NQN\nnvme list\n\'' 2023-10-09T11:56:26.932 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=8cfd95f547a94bff86e049b8136f1703 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/task/exec.py", line 66, in task remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/orchestra/remote.py", line 522, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi031 with status 251: 'sudo TESTDIR=/home/ubuntu/cephtest bash -c \'set -ex\n#\n# print nvmeof start up logs\ns=$(systemctl list-units | grep nvmeof.mypool | awk \'"\'"\'{print $1}\'"\'"\')\necho "<---- s variable is [ $s ]---->"\nPAGER=cat journalctl -u $s\nGATEWAY=$(echo $s | cut -d "@" -f2- | sed \'"\'"\'s/.\\{8\\}$//\'"\'"\')\necho "<---- GATEWAY is [ $GATEWAY ]---->"\nIP=$(echo $(hostname -I) | cut -d \'"\'"\' \'"\'"\' -f1)\nHOSTNAME=$(hostname)\nIMAGE="quay.io/ceph/nvmeof-cli:0.0.3"\nPOOL="mypool"\nMIMAGE="myimage"\nBDEV="mybdev"\nSERIAL="SPDK00000000000001"\nNQN="nqn.2016-06.io.spdk:cnode1"\nPORT="4420"\nSRPORT="5500"\npodman run -it $IMAGE --server-address $IP --server-port $SRPORT create_bdev --pool $POOL --image $MIMAGE --bdev $BDEV\npodman images\npodman ps\npodman run -it $IMAGE --server-address $IP --server-port $SRPORT create_subsystem --subnqn $NQN --serial $SERIAL\npodman run -it $IMAGE --server-address $IP --server-port $SRPORT add_namespace --subnqn $NQN --bdev $BDEV\npodman run -it $IMAGE --server-address $IP --server-port $SRPORT create_listener -n $NQN -g client.$GATEWAY -a $IP -s $PORT\npodman run -it $IMAGE --server-address $IP --server-port $SRPORT add_host --subnqn $NQN --host "*"\npodman run -it $IMAGE --server-address $IP --server-port $SRPORT get_subsystems\nmodprobe nvme-fabrics\nmodprobe nvme-tcp\nlsmod | grep nvme\nnvme list\ndmesg -T\nnvme discover -t tcp -a $IP -s $PORT\nnvme connect -t tcp --traddr $IP -s $PORT -n $NQN\nnvme list\n\'' 2023-10-09T11:56:26.933 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-10-09T11:56:26.943 INFO:tasks.cephadm:Teardown begin 2023-10-09T11:56:26.944 DEBUG:teuthology.orchestra.run.smithi031:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-10-09T11:56:26.983 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-10-09T11:56:26.983 DEBUG:teuthology.orchestra.run.smithi031:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-10-09T11:56:27.042 INFO:tasks.cephadm:Stopping all daemons... 2023-10-09T11:56:27.042 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2023-10-09T11:56:27.043 DEBUG:teuthology.orchestra.run.smithi031:> sudo systemctl stop ceph-5910470e-669a-11ee-8db6-212e2dc638e7@mon.a 2023-10-09T11:56:27.555 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:56:27 smithi031 systemd[1]: Stopping Ceph mon.a for 5910470e-669a-11ee-8db6-212e2dc638e7... 2023-10-09T11:56:27.555 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:56:27 smithi031 ceph-5910470e-669a-11ee-8db6-212e2dc638e7-mon-a[108035]: 2023-10-09T11:56:27.343+0000 7fb795a4b700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2023-10-09T11:56:27.555 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:56:27 smithi031 ceph-5910470e-669a-11ee-8db6-212e2dc638e7-mon-a[108035]: 2023-10-09T11:56:27.343+0000 7fb795a4b700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2023-10-09T11:56:27.870 DEBUG:teuthology.orchestra.run.smithi031:> sudo pkill -f 'journalctl -f -n 0 -u ceph-5910470e-669a-11ee-8db6-212e2dc638e7@mon.a.service' 2023-10-09T11:56:27.897 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:56:27 smithi031 bash[132857]: ceph-5910470e-669a-11ee-8db6-212e2dc638e7-mon-a 2023-10-09T11:56:27.898 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:56:27 smithi031 systemd[1]: ceph-5910470e-669a-11ee-8db6-212e2dc638e7@mon.a.service: Succeeded. 2023-10-09T11:56:27.898 INFO:journalctl@ceph.mon.a.smithi031.stdout:Oct 09 11:56:27 smithi031 systemd[1]: Stopped Ceph mon.a for 5910470e-669a-11ee-8db6-212e2dc638e7. 2023-10-09T11:56:27.918 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-10-09T11:56:27.918 INFO:tasks.cephadm.mon.a:Stopped mon.a 2023-10-09T11:56:27.918 INFO:tasks.cephadm.mgr.x:Stopping mgr.x... 2023-10-09T11:56:27.918 DEBUG:teuthology.orchestra.run.smithi031:> sudo systemctl stop ceph-5910470e-669a-11ee-8db6-212e2dc638e7@mgr.x 2023-10-09T11:56:28.187 INFO:journalctl@ceph.mgr.x.smithi031.stdout:Oct 09 11:56:27 smithi031 systemd[1]: Stopping Ceph mgr.x for 5910470e-669a-11ee-8db6-212e2dc638e7... 2023-10-09T11:56:28.555 INFO:journalctl@ceph.mgr.x.smithi031.stdout:Oct 09 11:56:28 smithi031 ceph-5910470e-669a-11ee-8db6-212e2dc638e7-mgr-x[108265]: 2023-10-09T11:56:28.186+0000 7f62559fa700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mgr -n mgr.x -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2023-10-09T11:56:28.555 INFO:journalctl@ceph.mgr.x.smithi031.stdout:Oct 09 11:56:28 smithi031 bash[132990]: ceph-5910470e-669a-11ee-8db6-212e2dc638e7-mgr-x 2023-10-09T11:56:28.666 DEBUG:teuthology.orchestra.run.smithi031:> sudo pkill -f 'journalctl -f -n 0 -u ceph-5910470e-669a-11ee-8db6-212e2dc638e7@mgr.x.service' 2023-10-09T11:56:28.704 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-10-09T11:56:28.704 INFO:tasks.cephadm.mgr.x:Stopped mgr.x 2023-10-09T11:56:28.704 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2023-10-09T11:56:28.705 DEBUG:teuthology.orchestra.run.smithi031:> sudo systemctl stop ceph-5910470e-669a-11ee-8db6-212e2dc638e7@osd.0 2023-10-09T11:56:28.984 INFO:journalctl@ceph.osd.0.smithi031.stdout:Oct 09 11:56:28 smithi031 systemd[1]: Stopping Ceph osd.0 for 5910470e-669a-11ee-8db6-212e2dc638e7... 2023-10-09T11:56:29.305 INFO:journalctl@ceph.osd.0.smithi031.stdout:Oct 09 11:56:28 smithi031 ceph-5910470e-669a-11ee-8db6-212e2dc638e7-osd-0[118699]: 2023-10-09T11:56:28.983+0000 7f88ca096700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.0 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2023-10-09T11:56:29.305 INFO:journalctl@ceph.osd.0.smithi031.stdout:Oct 09 11:56:28 smithi031 ceph-5910470e-669a-11ee-8db6-212e2dc638e7-osd-0[118699]: 2023-10-09T11:56:28.983+0000 7f88ca096700 -1 osd.0 19 *** Got signal Terminated *** 2023-10-09T11:56:29.305 INFO:journalctl@ceph.osd.0.smithi031.stdout:Oct 09 11:56:28 smithi031 ceph-5910470e-669a-11ee-8db6-212e2dc638e7-osd-0[118699]: 2023-10-09T11:56:28.983+0000 7f88ca096700 -1 osd.0 19 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-10-09T11:56:35.056 INFO:journalctl@ceph.osd.0.smithi031.stdout:Oct 09 11:56:34 smithi031 bash[133123]: ceph-5910470e-669a-11ee-8db6-212e2dc638e7-osd-0 2023-10-09T11:56:35.822 DEBUG:teuthology.orchestra.run.smithi031:> sudo pkill -f 'journalctl -f -n 0 -u ceph-5910470e-669a-11ee-8db6-212e2dc638e7@osd.0.service' 2023-10-09T11:56:35.867 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-10-09T11:56:35.867 INFO:tasks.cephadm.osd.0:Stopped osd.0 2023-10-09T11:56:35.867 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2023-10-09T11:56:35.867 DEBUG:teuthology.orchestra.run.smithi031:> sudo systemctl stop ceph-5910470e-669a-11ee-8db6-212e2dc638e7@osd.1 2023-10-09T11:56:36.099 INFO:journalctl@ceph.osd.1.smithi031.stdout:Oct 09 11:56:35 smithi031 systemd[1]: Stopping Ceph osd.1 for 5910470e-669a-11ee-8db6-212e2dc638e7... 2023-10-09T11:56:36.555 INFO:journalctl@ceph.osd.1.smithi031.stdout:Oct 09 11:56:36 smithi031 ceph-5910470e-669a-11ee-8db6-212e2dc638e7-osd-1[122815]: 2023-10-09T11:56:36.097+0000 7fc887e82700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.1 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2023-10-09T11:56:36.555 INFO:journalctl@ceph.osd.1.smithi031.stdout:Oct 09 11:56:36 smithi031 ceph-5910470e-669a-11ee-8db6-212e2dc638e7-osd-1[122815]: 2023-10-09T11:56:36.097+0000 7fc887e82700 -1 osd.1 19 *** Got signal Terminated *** 2023-10-09T11:56:36.555 INFO:journalctl@ceph.osd.1.smithi031.stdout:Oct 09 11:56:36 smithi031 ceph-5910470e-669a-11ee-8db6-212e2dc638e7-osd-1[122815]: 2023-10-09T11:56:36.097+0000 7fc887e82700 -1 osd.1 19 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-10-09T11:56:42.055 INFO:journalctl@ceph.osd.1.smithi031.stdout:Oct 09 11:56:41 smithi031 bash[133350]: ceph-5910470e-669a-11ee-8db6-212e2dc638e7-osd-1 2023-10-09T11:56:42.871 DEBUG:teuthology.orchestra.run.smithi031:> sudo pkill -f 'journalctl -f -n 0 -u ceph-5910470e-669a-11ee-8db6-212e2dc638e7@osd.1.service' 2023-10-09T11:56:42.917 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-10-09T11:56:42.917 INFO:tasks.cephadm.osd.1:Stopped osd.1 2023-10-09T11:56:42.917 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 5910470e-669a-11ee-8db6-212e2dc638e7 --force --keep-logs 2023-10-09T11:56:43.137 INFO:teuthology.orchestra.run.smithi031.stdout:Deleting cluster with fsid: 5910470e-669a-11ee-8db6-212e2dc638e7 2023-10-09T11:56:44.782 DEBUG:teuthology.orchestra.run.smithi031:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-10-09T11:56:44.817 INFO:tasks.cephadm:Archiving crash dumps... 2023-10-09T11:56:44.819 DEBUG:teuthology.misc:Transferring archived files from smithi031:/var/lib/ceph/5910470e-669a-11ee-8db6-212e2dc638e7/crash to /home/teuthworker/archive/bdavidov-2023-10-09_11:36:10-rbd:nvmeof-wip-barakda-cephadm-nvmeof-distro-default-smithi/7418433/remote/smithi031/crash 2023-10-09T11:56:44.820 DEBUG:teuthology.orchestra.run.smithi031:> sudo tar c -f - -C /var/lib/ceph/5910470e-669a-11ee-8db6-212e2dc638e7/crash -- . 2023-10-09T11:56:44.905 INFO:teuthology.orchestra.run.smithi031.stderr:tar: /var/lib/ceph/5910470e-669a-11ee-8db6-212e2dc638e7/crash: Cannot open: No such file or directory 2023-10-09T11:56:44.905 INFO:teuthology.orchestra.run.smithi031.stderr:tar: Error is not recoverable: exiting now 2023-10-09T11:56:44.906 INFO:tasks.cephadm:Checking cluster log for badness... 2023-10-09T11:56:44.907 DEBUG:teuthology.orchestra.run.smithi031:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/5910470e-669a-11ee-8db6-212e2dc638e7/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-10-09T11:56:44.940 INFO:teuthology.orchestra.run.smithi031.stderr:grep: /var/log/ceph/5910470e-669a-11ee-8db6-212e2dc638e7/ceph.log: No such file or directory 2023-10-09T11:56:44.942 INFO:tasks.cephadm:Compressing logs... 2023-10-09T11:56:44.942 DEBUG:teuthology.orchestra.run.smithi031:> 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 -- 2023-10-09T11:56:45.016 INFO:teuthology.orchestra.run.smithi031.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-10-09T11:56:45.017 INFO:teuthology.orchestra.run.smithi031.stderr:: No such file or directory 2023-10-09T11:56:45.017 INFO:teuthology.orchestra.run.smithi031.stderr:gzip -5 --verbose -- /var/log/ceph/5910470e-669a-11ee-8db6-212e2dc638e7/ceph-volume.log 2023-10-09T11:56:45.018 INFO:teuthology.orchestra.run.smithi031.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/5910470e-669a-11ee-8db6-212e2dc638e7/ceph-osd.0.log 2023-10-09T11:56:45.018 INFO:teuthology.orchestra.run.smithi031.stderr:/var/log/ceph/5910470e-669a-11ee-8db6-212e2dc638e7/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/5910470e-669a-11ee-8db6-212e2dc638e7/ceph-mgr.x.log 2023-10-09T11:56:45.019 INFO:teuthology.orchestra.run.smithi031.stderr:/var/log/ceph/5910470e-669a-11ee-8db6-212e2dc638e7/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/5910470e-669a-11ee-8db6-212e2dc638e7/ceph-mon.a.log 2023-10-09T11:56:45.019 INFO:teuthology.orchestra.run.smithi031.stderr:/var/log/ceph/5910470e-669a-11ee-8db6-212e2dc638e7/ceph-mgr.x.log: gzip -5 --verbose -- /var/log/ceph/5910470e-669a-11ee-8db6-212e2dc638e7/ceph-osd.1.log 2023-10-09T11:56:45.019 INFO:teuthology.orchestra.run.smithi031.stderr:/var/log/ceph/5910470e-669a-11ee-8db6-212e2dc638e7/ceph-mon.a.log: /var/log/ceph/5910470e-669a-11ee-8db6-212e2dc638e7/ceph-osd.1.log: 90.6% -- replaced with /var/log/ceph/cephadm.log.gz 2023-10-09T11:56:45.020 INFO:teuthology.orchestra.run.smithi031.stderr: 91.7% -- replaced with /var/log/ceph/5910470e-669a-11ee-8db6-212e2dc638e7/ceph-volume.log.gz 2023-10-09T11:56:45.051 INFO:teuthology.orchestra.run.smithi031.stderr: 89.1% -- replaced with /var/log/ceph/5910470e-669a-11ee-8db6-212e2dc638e7/ceph-mgr.x.log.gz 2023-10-09T11:56:45.109 INFO:teuthology.orchestra.run.smithi031.stderr: 94.3% -- replaced with /var/log/ceph/5910470e-669a-11ee-8db6-212e2dc638e7/ceph-osd.0.log.gz 2023-10-09T11:56:45.109 INFO:teuthology.orchestra.run.smithi031.stderr: 94.5% -- replaced with /var/log/ceph/5910470e-669a-11ee-8db6-212e2dc638e7/ceph-osd.1.log.gz 2023-10-09T11:56:45.110 INFO:teuthology.orchestra.run.smithi031.stderr: 90.9% -- replaced with /var/log/ceph/5910470e-669a-11ee-8db6-212e2dc638e7/ceph-mon.a.log.gz 2023-10-09T11:56:45.110 INFO:teuthology.orchestra.run.smithi031.stderr: 2023-10-09T11:56:45.110 INFO:teuthology.orchestra.run.smithi031.stderr:real 0m0.091s 2023-10-09T11:56:45.110 INFO:teuthology.orchestra.run.smithi031.stderr:user 0m0.214s 2023-10-09T11:56:45.110 INFO:teuthology.orchestra.run.smithi031.stderr:sys 0m0.029s 2023-10-09T11:56:45.110 INFO:tasks.cephadm:Archiving logs... 2023-10-09T11:56:45.110 DEBUG:teuthology.misc:Transferring archived files from smithi031:/var/log/ceph to /home/teuthworker/archive/bdavidov-2023-10-09_11:36:10-rbd:nvmeof-wip-barakda-cephadm-nvmeof-distro-default-smithi/7418433/remote/smithi031/log 2023-10-09T11:56:45.111 DEBUG:teuthology.orchestra.run.smithi031:> sudo tar c -f - -C /var/log/ceph -- . 2023-10-09T11:56:45.218 INFO:tasks.cephadm:Removing cluster... 2023-10-09T11:56:45.219 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 5910470e-669a-11ee-8db6-212e2dc638e7 --force 2023-10-09T11:56:45.441 INFO:teuthology.orchestra.run.smithi031.stdout:Deleting cluster with fsid: 5910470e-669a-11ee-8db6-212e2dc638e7 2023-10-09T11:56:45.612 INFO:tasks.cephadm:Removing cephadm ... 2023-10-09T11:56:45.612 DEBUG:teuthology.orchestra.run.smithi031:> rm -rf /home/ubuntu/cephtest/cephadm 2023-10-09T11:56:45.632 INFO:tasks.cephadm:Teardown complete 2023-10-09T11:56:45.632 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-10-09T11:56:45.642 INFO:teuthology.task.clock:Checking final clock skew... 2023-10-09T11:56:45.642 DEBUG:teuthology.orchestra.run.smithi031:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-10-09T11:56:45.692 INFO:teuthology.orchestra.run.smithi031.stderr:bash: ntpq: command not found 2023-10-09T11:56:46.030 INFO:teuthology.orchestra.run.smithi031.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-10-09T11:56:46.030 INFO:teuthology.orchestra.run.smithi031.stdout:=============================================================================== 2023-10-09T11:56:46.030 INFO:teuthology.orchestra.run.smithi031.stdout:^+ hv01.front.sepia.ceph.com 2 6 177 62 -55us[ -56us] +/- 75ms 2023-10-09T11:56:46.030 INFO:teuthology.orchestra.run.smithi031.stdout:^+ hv02.front.sepia.ceph.com 3 6 177 63 -14us[ -16us] +/- 77ms 2023-10-09T11:56:46.030 INFO:teuthology.orchestra.run.smithi031.stdout:^* hv03.front.sepia.ceph.com 3 6 177 62 +67us[ +66us] +/- 74ms 2023-10-09T11:56:46.031 INFO:teuthology.orchestra.run.smithi031.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-10-09T11:56:46.031 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-10-09T11:56:46.040 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-10-09T11:56:46.041 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-10-09T11:56:46.049 DEBUG:teuthology.orchestra.run.smithi031:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2023-10-09T11:56:46.180 DEBUG:teuthology.orchestra.run.smithi031:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-10-09T11:56:46.216 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-09T11:56:46.216 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-10-09T11:56:46.226 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-10-09T11:56:46.235 INFO:teuthology.task.internal:Duration was 741.983124 seconds 2023-10-09T11:56:46.236 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-10-09T11:56:46.245 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-10-09T11:56:46.245 DEBUG:teuthology.orchestra.run.smithi031:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-10-09T11:56:46.313 INFO:teuthology.orchestra.run.smithi031.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-10-09T11:56:46.569 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-10-09T11:56:46.569 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi031.front.sepia.ceph.com 2023-10-09T11:56:46.570 DEBUG:teuthology.orchestra.run.smithi031:> 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 2023-10-09T11:56:46.599 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-10-09T11:56:46.599 DEBUG:teuthology.orchestra.run.smithi031:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-10-09T11:56:46.692 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-10-09T11:56:46.693 DEBUG:teuthology.orchestra.run.smithi031:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-10-09T11:56:46.779 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-10-09T11:56:46.788 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-10-09T11:56:46.789 DEBUG:teuthology.orchestra.run.smithi031:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-10-09T11:56:46.821 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-10-09T11:56:46.830 DEBUG:teuthology.orchestra.run.smithi031:> 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 2023-10-09T11:56:46.894 INFO:teuthology.orchestra.run.smithi031.stdout:kernel.core_pattern = core 2023-10-09T11:56:46.926 DEBUG:teuthology.orchestra.run.smithi031:> test -e /home/ubuntu/cephtest/archive/coredump 2023-10-09T11:56:46.988 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-09T11:56:46.988 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-10-09T11:56:46.998 INFO:teuthology.task.internal:Transferring archived files... 2023-10-09T11:56:46.999 DEBUG:teuthology.misc:Transferring archived files from smithi031:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/bdavidov-2023-10-09_11:36:10-rbd:nvmeof-wip-barakda-cephadm-nvmeof-distro-default-smithi/7418433/remote/smithi031 2023-10-09T11:56:46.999 DEBUG:teuthology.orchestra.run.smithi031:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-10-09T11:56:47.076 INFO:teuthology.task.internal:Removing archive directory... 2023-10-09T11:56:47.076 DEBUG:teuthology.orchestra.run.smithi031:> rm -rf -- /home/ubuntu/cephtest/archive 2023-10-09T11:56:47.132 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-10-09T11:56:47.143 INFO:teuthology.task.internal:Not uploading archives. 2023-10-09T11:56:47.143 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-10-09T11:56:47.156 INFO:teuthology.task.internal:Tidying up after the test... 2023-10-09T11:56:47.157 DEBUG:teuthology.orchestra.run.smithi031:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-10-09T11:56:47.196 INFO:teuthology.orchestra.run.smithi031.stdout: 525365 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Oct 9 11:56 /home/ubuntu/cephtest 2023-10-09T11:56:47.197 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-10-09T11:56:47.209 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-10-09T11:56:47.239 INFO:teuthology.nuke:Checking targets against current locks 2023-10-09T11:56:47.266 DEBUG:teuthology.nuke:shortname: smithi031 2023-10-09T11:56:47.266 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-10-09T11:56:47.289 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi031.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/bdavidov-2023-10-09_11:36:10-rbd:nvmeof-wip-barakda-cephadm-nvmeof-distro-default-smithi/7418433', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-10-09 11:37:05.505171', 'locked_by': 'scheduled_bdavidov@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHyJbD6gO69r0nl041TK9ffFIktWAhpcgpdEzOqWFn594Oh0AlLQA68BDtK33tfa5528MHMDOWQ2hXkB9QShLu8='} 2023-10-09T11:56:47.338 INFO:teuthology.orchestra.console.smithi031:Power off 2023-10-09T11:56:47.338 DEBUG:teuthology.orchestra.console.smithi031:pexpect command: ipmitool -H smithi031.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-10-09T11:56:47.362 DEBUG:teuthology.orchestra.console.smithi031:power off output: Chassis Power Control: Down/Off 2023-10-09T11:56:47.363 DEBUG:teuthology.orchestra.console.smithi031:pexpect command: ipmitool -H smithi031.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-09T11:56:47.387 DEBUG:teuthology.orchestra.console.smithi031:check power output: Chassis Power is on 2023-10-09T11:56:51.388 DEBUG:teuthology.orchestra.console.smithi031:pexpect command: ipmitool -H smithi031.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-09T11:56:51.499 DEBUG:teuthology.orchestra.console.smithi031:check power output: Chassis Power is on 2023-10-09T11:56:55.504 DEBUG:teuthology.orchestra.console.smithi031:pexpect command: ipmitool -H smithi031.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-09T11:56:55.616 DEBUG:teuthology.orchestra.console.smithi031:check power output: Chassis Power is on 2023-10-09T11:56:59.619 DEBUG:teuthology.orchestra.console.smithi031:pexpect command: ipmitool -H smithi031.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-09T11:56:59.729 DEBUG:teuthology.orchestra.console.smithi031:check power output: Chassis Power is off 2023-10-09T11:56:59.829 INFO:teuthology.orchestra.console.smithi031:Power off completed 2023-10-09T11:56:59.937 INFO:teuthology.run:Summary data: description: rbd:nvmeof/{0-single-container-host base/install cluster/{fixed-3 openstack} workloads/cephadm_nvmeof} duration: 741.9831235408783 failure_reason: 'Command failed on smithi031 with status 251: ''sudo TESTDIR=/home/ubuntu/cephtest bash -c \''set -ex\n#\n# print nvmeof start up logs\ns=$(systemctl list-units | grep nvmeof.mypool | awk \''"\''"\''{print $1}\''"\''"\'')\necho "<---- s variable is [ $s ]---->"\nPAGER=cat journalctl -u $s\nGATEWAY=$(echo $s | cut -d "@" -f2- | sed \''"\''"\''s/.\\{8\\}$//\''"\''"\'')\necho "<---- GATEWAY is [ $GATEWAY ]---->"\nIP=$(echo $(hostname -I) | cut -d \''"\''"\'' \''"\''"\'' -f1)\nHOSTNAME=$(hostname)\nIMAGE="quay.io/ceph/nvmeof-cli:0.0.3"\nPOOL="mypool"\nMIMAGE="myimage"\nBDEV="mybdev"\nSERIAL="SPDK00000000000001"\nNQN="nqn.2016-06.io.spdk:cnode1"\nPORT="4420"\nSRPORT="5500"\npodman run -it $IMAGE --server-address $IP --server-port $SRPORT create_bdev --pool $POOL --image $MIMAGE --bdev $BDEV\npodman images\npodman ps\npodman run -it $IMAGE --server-address $IP --server-port $SRPORT create_subsystem --subnqn $NQN --serial $SERIAL\npodman run -it $IMAGE --server-address $IP --server-port $SRPORT add_namespace --subnqn $NQN --bdev $BDEV\npodman run -it $IMAGE --server-address $IP --server-port $SRPORT create_listener -n $NQN -g client.$GATEWAY -a $IP -s $PORT\npodman run -it $IMAGE --server-address $IP --server-port $SRPORT add_host --subnqn $NQN --host "*"\npodman run -it $IMAGE --server-address $IP --server-port $SRPORT get_subsystems\nmodprobe nvme-fabrics\nmodprobe nvme-tcp\nlsmod | grep nvme\nnvme list\ndmesg -T\nnvme discover -t tcp -a $IP -s $PORT\nnvme connect -t tcp --traddr $IP -s $PORT -n $NQN\nnvme list\n\''''' owner: scheduled_bdavidov@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=8cfd95f547a94bff86e049b8136f1703 status: fail success: false 2023-10-09T11:56:59.938 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-10-09T11:57:00.007 INFO:teuthology.run:FAIL