2024-09-13T05:37:36.579 INFO:root:teuthology version: 1.2.2.dev2+g3752d38 2024-09-13T05:37:36.596 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-13T05:37:36.691 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/gabrioux-2024-09-13_05:00:55-orch:cephadm-wip-guits-main-2024-09-12-1245-distro-default-smithi/7903150 branch: wip-guits-main-2024-09-12-1245 description: orch:cephadm/smoke-roleless/{0-distro/centos_9.stream 0-nvme-loop 1-start 2-services/rgw-ingress 3-final} email: gabrioux@ibm.com first_in_suite: false job_id: '7903150' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: gabrioux-2024-09-13_05:00:55-orch:cephadm-wip-guits-main-2024-09-12-1245-distro-default-smithi no_nested_subset: false openstack: - volumes: count: 4 size: 10 os_type: centos os_version: 9.stream overrides: admin_socket: branch: wip-guits-main-2024-09-12-1245 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 osd shutdown pgref assert: true flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) - CEPHADM_DAEMON_PLACE_FAIL - CEPHADM_FAILED_DAEMON log-only-match: - CEPHADM_ sha1: 9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3 selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 - scontext=system_u:system_r:getty_t:s0 workunit: branch: wip-guits-main-2024-09-12-1245 sha1: 9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3 owner: scheduled_gabrioux@teuthology priority: 70 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 1848 sha1: 9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3 sleep_before_teardown: 0 subset: 1/8 suite: orch:cephadm suite_branch: wip-guits-main-2024-09-12-1245 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3 targets: smithi029.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPEQWYV6PGS/J/agyN7a5bTkjy8UrYlYGO0LuDh/SKrbYAhHlSZTV4j4iYEJUjvENUgeV9P1YMjzIN60oBgilUY= smithi165.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNUIEL7ia5MKEwP1CNlFeDHsmAQRIY37NvpVxnTtlDnAbm9pEQIvyXfxd06JcEhPhXy57IV8QHAylxVCYblgx+8= tasks: - pexec: all: - sudo dnf remove nvme-cli -y - sudo dnf install nvmetcli nvme-cli -y - nvme_loop: null - cephadm: roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip: null - cephadm.shell: host.a: - ceph orch device ls --refresh - cephadm.apply: specs: - placement: count: 4 host_pattern: '*' service_id: foo service_type: rgw spec: rgw_frontend_port: 8000 - placement: count: 2 service_id: rgw.foo service_type: ingress spec: backend_service: rgw.foo frontend_port: 9000 monitor_port: 9001 virtual_ip: '{{VIP0}}/{{VIPPREFIXLEN}}' - cephadm.wait_for_service: service: rgw.foo - cephadm.wait_for_service: service: ingress.rgw.foo - cephadm.shell: host.a: - "echo \"Check while healthy...\"\ncurl http://{{VIP0}}:9000/\n\n# stop each\ \ rgw in turn\necho \"Check with each rgw stopped in turn...\"\nfor rgw in `ceph\ \ orch ps | grep ^rgw.foo. | awk '{print $1}'`; do\n ceph orch daemon stop\ \ $rgw\n while ! ceph orch ps | grep $rgw | grep stopped; do sleep 1 ; done\n\ \ while ! curl http://{{VIP0}}:9000/ ; do sleep 1 ; done\n ceph orch daemon\ \ start $rgw\n while ! ceph orch ps | grep $rgw | grep running; do sleep 1\ \ ; done\ndone\n\n# stop each haproxy in turn\necho \"Check with each haproxy\ \ down in turn...\"\nfor haproxy in `ceph orch ps | grep ^haproxy.rgw.foo. |\ \ awk '{print $1}'`; do\n ceph orch daemon stop $haproxy\n while ! ceph orch\ \ ps | grep $haproxy | grep stopped; do sleep 1 ; done\n while ! curl http://{{VIP0}}:9000/\ \ ; do sleep 1 ; done\n ceph orch daemon start $haproxy\n while ! ceph orch\ \ ps | grep $haproxy | grep running; do sleep 1 ; done\ndone\n\nwhile ! curl\ \ http://{{VIP0}}:9000/ ; do sleep 1 ; done\n" - cephadm.shell: host.a: - stat -c '%u %g' /var/log/ceph | grep '167 167' - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - ceph orch ls | grep '^osd.all-available-devices ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a timestamp: 2024-09-13_05:00:55 tube: smithi user: gabrioux verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.3401856 2024-09-13T05:37:36.691 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/qa; will attempt to use it 2024-09-13T05:37:36.692 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/qa/tasks 2024-09-13T05:37:36.692 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-09-13T05:37:36.693 INFO:teuthology.task.internal:Checking packages... 2024-09-13T05:37:36.715 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3' 2024-09-13T05:37:36.715 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-09-13T05:37:36.715 INFO:teuthology.packaging:ref: None 2024-09-13T05:37:36.715 INFO:teuthology.packaging:tag: None 2024-09-13T05:37:36.715 INFO:teuthology.packaging:branch: wip-guits-main-2024-09-12-1245 2024-09-13T05:37:36.715 INFO:teuthology.packaging:sha1: 9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3 2024-09-13T05:37:36.715 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=wip-guits-main-2024-09-12-1245 2024-09-13T05:37:36.865 INFO:teuthology.task.internal:Found packages for ceph version 19.3.0-4911.g9d608eb1 2024-09-13T05:37:36.867 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-09-13T05:37:36.873 INFO:teuthology.task.internal:no buildpackages task found 2024-09-13T05:37:36.873 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-09-13T05:37:36.879 INFO:teuthology.task.internal:Saving configuration 2024-09-13T05:37:36.892 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-09-13T05:37:36.898 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-09-13T05:37:36.934 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi029.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-09-13_05:00:55-orch:cephadm-wip-guits-main-2024-09-12-1245-distro-default-smithi/7903150', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9.stream', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-09-13 05:32:23.091563', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPEQWYV6PGS/J/agyN7a5bTkjy8UrYlYGO0LuDh/SKrbYAhHlSZTV4j4iYEJUjvENUgeV9P1YMjzIN60oBgilUY='} 2024-09-13T05:37:36.964 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi165.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-09-13_05:00:55-orch:cephadm-wip-guits-main-2024-09-12-1245-distro-default-smithi/7903150', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9.stream', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-09-13 05:32:23.089624', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNUIEL7ia5MKEwP1CNlFeDHsmAQRIY37NvpVxnTtlDnAbm9pEQIvyXfxd06JcEhPhXy57IV8QHAylxVCYblgx+8='} 2024-09-13T05:37:36.965 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-09-13T05:37:36.971 INFO:teuthology.task.internal:roles: ubuntu@smithi029.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-09-13T05:37:36.971 INFO:teuthology.task.internal:roles: ubuntu@smithi165.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-09-13T05:37:36.971 INFO:teuthology.run_tasks:Running task console_log... 2024-09-13T05:37:37.040 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f535679bbe0>, signals=[15]) 2024-09-13T05:37:37.040 INFO:teuthology.run_tasks:Running task internal.connect... 2024-09-13T05:37:37.046 INFO:teuthology.task.internal:Opening connections... 2024-09-13T05:37:37.046 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi029.front.sepia.ceph.com 2024-09-13T05:37:37.048 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi029.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-13T05:37:37.160 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi165.front.sepia.ceph.com 2024-09-13T05:37:37.161 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi165.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-13T05:37:37.243 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-09-13T05:37:37.253 DEBUG:teuthology.orchestra.run.smithi029:> uname -m 2024-09-13T05:37:37.270 INFO:teuthology.orchestra.run.smithi029.stdout:x86_64 2024-09-13T05:37:37.271 DEBUG:teuthology.orchestra.run.smithi029:> cat /etc/os-release 2024-09-13T05:37:37.327 INFO:teuthology.orchestra.run.smithi029.stdout:NAME="CentOS Stream" 2024-09-13T05:37:37.327 INFO:teuthology.orchestra.run.smithi029.stdout:VERSION="9" 2024-09-13T05:37:37.327 INFO:teuthology.orchestra.run.smithi029.stdout:ID="centos" 2024-09-13T05:37:37.327 INFO:teuthology.orchestra.run.smithi029.stdout:ID_LIKE="rhel fedora" 2024-09-13T05:37:37.328 INFO:teuthology.orchestra.run.smithi029.stdout:VERSION_ID="9" 2024-09-13T05:37:37.328 INFO:teuthology.orchestra.run.smithi029.stdout:PLATFORM_ID="platform:el9" 2024-09-13T05:37:37.328 INFO:teuthology.orchestra.run.smithi029.stdout:PRETTY_NAME="CentOS Stream 9" 2024-09-13T05:37:37.328 INFO:teuthology.orchestra.run.smithi029.stdout:ANSI_COLOR="0;31" 2024-09-13T05:37:37.328 INFO:teuthology.orchestra.run.smithi029.stdout:LOGO="fedora-logo-icon" 2024-09-13T05:37:37.328 INFO:teuthology.orchestra.run.smithi029.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-09-13T05:37:37.328 INFO:teuthology.orchestra.run.smithi029.stdout:HOME_URL="https://centos.org/" 2024-09-13T05:37:37.328 INFO:teuthology.orchestra.run.smithi029.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2024-09-13T05:37:37.328 INFO:teuthology.orchestra.run.smithi029.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-09-13T05:37:37.328 INFO:teuthology.orchestra.run.smithi029.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-09-13T05:37:37.329 INFO:teuthology.lock.ops:Updating smithi029.front.sepia.ceph.com on lock server 2024-09-13T05:37:37.360 DEBUG:teuthology.orchestra.run.smithi165:> uname -m 2024-09-13T05:37:37.379 INFO:teuthology.orchestra.run.smithi165.stdout:x86_64 2024-09-13T05:37:37.379 DEBUG:teuthology.orchestra.run.smithi165:> cat /etc/os-release 2024-09-13T05:37:37.437 INFO:teuthology.orchestra.run.smithi165.stdout:NAME="CentOS Stream" 2024-09-13T05:37:37.438 INFO:teuthology.orchestra.run.smithi165.stdout:VERSION="9" 2024-09-13T05:37:37.438 INFO:teuthology.orchestra.run.smithi165.stdout:ID="centos" 2024-09-13T05:37:37.438 INFO:teuthology.orchestra.run.smithi165.stdout:ID_LIKE="rhel fedora" 2024-09-13T05:37:37.438 INFO:teuthology.orchestra.run.smithi165.stdout:VERSION_ID="9" 2024-09-13T05:37:37.438 INFO:teuthology.orchestra.run.smithi165.stdout:PLATFORM_ID="platform:el9" 2024-09-13T05:37:37.438 INFO:teuthology.orchestra.run.smithi165.stdout:PRETTY_NAME="CentOS Stream 9" 2024-09-13T05:37:37.438 INFO:teuthology.orchestra.run.smithi165.stdout:ANSI_COLOR="0;31" 2024-09-13T05:37:37.439 INFO:teuthology.orchestra.run.smithi165.stdout:LOGO="fedora-logo-icon" 2024-09-13T05:37:37.439 INFO:teuthology.orchestra.run.smithi165.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-09-13T05:37:37.439 INFO:teuthology.orchestra.run.smithi165.stdout:HOME_URL="https://centos.org/" 2024-09-13T05:37:37.439 INFO:teuthology.orchestra.run.smithi165.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2024-09-13T05:37:37.439 INFO:teuthology.orchestra.run.smithi165.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-09-13T05:37:37.439 INFO:teuthology.orchestra.run.smithi165.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-09-13T05:37:37.440 INFO:teuthology.lock.ops:Updating smithi165.front.sepia.ceph.com on lock server 2024-09-13T05:37:37.468 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-09-13T05:37:37.476 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-09-13T05:37:37.482 INFO:teuthology.task.internal:Checking for old test directory... 2024-09-13T05:37:37.483 DEBUG:teuthology.orchestra.run.smithi029:> test '!' -e /home/ubuntu/cephtest 2024-09-13T05:37:37.485 DEBUG:teuthology.orchestra.run.smithi165:> test '!' -e /home/ubuntu/cephtest 2024-09-13T05:37:37.502 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-09-13T05:37:37.510 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-09-13T05:37:37.510 DEBUG:teuthology.orchestra.run.smithi029:> test -z $(ls -A /var/lib/ceph) 2024-09-13T05:37:37.543 DEBUG:teuthology.orchestra.run.smithi165:> test -z $(ls -A /var/lib/ceph) 2024-09-13T05:37:37.568 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-09-13T05:37:37.638 INFO:teuthology.run_tasks:Running task kernel... 2024-09-13T05:37:37.653 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-09-13T05:37:37.653 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-09-13T05:37:37.654 DEBUG:teuthology.orchestra.run.smithi029:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-13T05:37:37.654 DEBUG:teuthology.orchestra.run.smithi165:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-13T05:37:37.671 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T05:37:37.672 DEBUG:teuthology.orchestra.run.smithi029:> uname -r 2024-09-13T05:37:37.673 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T05:37:37.673 DEBUG:teuthology.orchestra.run.smithi165:> uname -r 2024-09-13T05:37:37.729 INFO:teuthology.orchestra.run.smithi029.stdout:5.14.0-503.el9.x86_64 2024-09-13T05:37:37.730 INFO:teuthology.task.kernel:Running kernel on smithi029: 5.14.0-503.el9.x86_64 2024-09-13T05:37:37.730 DEBUG:teuthology.orchestra.run.smithi029:> sudo yum install -y kernel 2024-09-13T05:37:37.731 INFO:teuthology.orchestra.run.smithi165.stdout:5.14.0-503.el9.x86_64 2024-09-13T05:37:37.731 INFO:teuthology.task.kernel:Running kernel on smithi165: 5.14.0-503.el9.x86_64 2024-09-13T05:37:37.731 DEBUG:teuthology.orchestra.run.smithi165:> sudo yum install -y kernel 2024-09-13T05:37:39.895 INFO:teuthology.orchestra.run.smithi165.stdout:CentOS Stream 9 - BaseOS 16 MB/s | 8.2 MB 00:00 2024-09-13T05:37:41.234 INFO:teuthology.orchestra.run.smithi029.stdout:CentOS Stream 9 - BaseOS 14 MB/s | 8.2 MB 00:00 2024-09-13T05:37:41.821 INFO:teuthology.orchestra.run.smithi165.stdout:CentOS Stream 9 - AppStream 25 MB/s | 20 MB 00:00 2024-09-13T05:37:43.187 INFO:teuthology.orchestra.run.smithi029.stdout:CentOS Stream 9 - AppStream 26 MB/s | 20 MB 00:00 2024-09-13T05:37:47.013 INFO:teuthology.orchestra.run.smithi165.stdout:CentOS Stream 9 - CRB 4.7 MB/s | 6.5 MB 00:01 2024-09-13T05:37:47.605 INFO:teuthology.orchestra.run.smithi029.stdout:CentOS Stream 9 - CRB 14 MB/s | 6.5 MB 00:00 2024-09-13T05:37:48.446 INFO:teuthology.orchestra.run.smithi165.stdout:CentOS Stream 9 - Extras packages 83 kB/s | 19 kB 00:00 2024-09-13T05:37:49.343 INFO:teuthology.orchestra.run.smithi165.stdout:Extra Packages for Enterprise Linux 29 MB/s | 23 MB 00:00 2024-09-13T05:37:49.358 INFO:teuthology.orchestra.run.smithi029.stdout:CentOS Stream 9 - Extras packages 39 kB/s | 19 kB 00:00 2024-09-13T05:37:50.413 INFO:teuthology.orchestra.run.smithi029.stdout:Extra Packages for Enterprise Linux 25 MB/s | 23 MB 00:00 2024-09-13T05:37:54.748 INFO:teuthology.orchestra.run.smithi165.stdout:lab-extras 40 kB/s | 1.7 kB 00:00 2024-09-13T05:37:56.078 INFO:teuthology.orchestra.run.smithi029.stdout:lab-extras 31 kB/s | 1.7 kB 00:00 2024-09-13T05:37:56.762 INFO:teuthology.orchestra.run.smithi165.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-09-13T05:37:56.763 INFO:teuthology.orchestra.run.smithi165.stdout:Package kernel-5.14.0-503.el9.x86_64 is already installed. 2024-09-13T05:37:56.855 INFO:teuthology.orchestra.run.smithi165.stdout:Dependencies resolved. 2024-09-13T05:37:56.870 INFO:teuthology.orchestra.run.smithi165.stdout:================================================================================ 2024-09-13T05:37:56.870 INFO:teuthology.orchestra.run.smithi165.stdout: Package Architecture Version Repository Size 2024-09-13T05:37:56.870 INFO:teuthology.orchestra.run.smithi165.stdout:================================================================================ 2024-09-13T05:37:56.870 INFO:teuthology.orchestra.run.smithi165.stdout:Installing: 2024-09-13T05:37:56.870 INFO:teuthology.orchestra.run.smithi165.stdout: kernel x86_64 5.14.0-505.el9 baseos 23 k 2024-09-13T05:37:56.870 INFO:teuthology.orchestra.run.smithi165.stdout:Installing dependencies: 2024-09-13T05:37:56.870 INFO:teuthology.orchestra.run.smithi165.stdout: kernel-core x86_64 5.14.0-505.el9 baseos 16 M 2024-09-13T05:37:56.870 INFO:teuthology.orchestra.run.smithi165.stdout: kernel-modules x86_64 5.14.0-505.el9 baseos 35 M 2024-09-13T05:37:56.870 INFO:teuthology.orchestra.run.smithi165.stdout: kernel-modules-core x86_64 5.14.0-505.el9 baseos 29 M 2024-09-13T05:37:56.870 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-09-13T05:37:56.870 INFO:teuthology.orchestra.run.smithi165.stdout:Transaction Summary 2024-09-13T05:37:56.871 INFO:teuthology.orchestra.run.smithi165.stdout:================================================================================ 2024-09-13T05:37:56.871 INFO:teuthology.orchestra.run.smithi165.stdout:Install 4 Packages 2024-09-13T05:37:56.871 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-09-13T05:37:56.871 INFO:teuthology.orchestra.run.smithi165.stdout:Total download size: 79 M 2024-09-13T05:37:56.871 INFO:teuthology.orchestra.run.smithi165.stdout:Installed size: 126 M 2024-09-13T05:37:56.871 INFO:teuthology.orchestra.run.smithi165.stdout:Downloading Packages: 2024-09-13T05:37:57.049 INFO:teuthology.orchestra.run.smithi165.stdout:(1/4): kernel-5.14.0-505.el9.x86_64.rpm 167 kB/s | 23 kB 00:00 2024-09-13T05:37:57.516 INFO:teuthology.orchestra.run.smithi165.stdout:(2/4): kernel-core-5.14.0-505.el9.x86_64.rpm 26 MB/s | 16 MB 00:00 2024-09-13T05:37:57.991 INFO:teuthology.orchestra.run.smithi165.stdout:(3/4): kernel-modules-5.14.0-505.el9.x86_64.rpm 32 MB/s | 35 MB 00:01 2024-09-13T05:37:58.161 INFO:teuthology.orchestra.run.smithi029.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-09-13T05:37:58.161 INFO:teuthology.orchestra.run.smithi029.stdout:Package kernel-5.14.0-503.el9.x86_64 is already installed. 2024-09-13T05:37:58.271 INFO:teuthology.orchestra.run.smithi029.stdout:Dependencies resolved. 2024-09-13T05:37:58.274 INFO:teuthology.orchestra.run.smithi165.stdout:(4/4): kernel-modules-core-5.14.0-505.el9.x86_6 23 MB/s | 29 MB 00:01 2024-09-13T05:37:58.275 INFO:teuthology.orchestra.run.smithi165.stdout:-------------------------------------------------------------------------------- 2024-09-13T05:37:58.275 INFO:teuthology.orchestra.run.smithi165.stdout:Total 56 MB/s | 79 MB 00:01 2024-09-13T05:37:58.287 INFO:teuthology.orchestra.run.smithi029.stdout:================================================================================ 2024-09-13T05:37:58.287 INFO:teuthology.orchestra.run.smithi029.stdout: Package Architecture Version Repository Size 2024-09-13T05:37:58.287 INFO:teuthology.orchestra.run.smithi029.stdout:================================================================================ 2024-09-13T05:37:58.287 INFO:teuthology.orchestra.run.smithi029.stdout:Installing: 2024-09-13T05:37:58.288 INFO:teuthology.orchestra.run.smithi029.stdout: kernel x86_64 5.14.0-505.el9 baseos 23 k 2024-09-13T05:37:58.288 INFO:teuthology.orchestra.run.smithi029.stdout:Installing dependencies: 2024-09-13T05:37:58.288 INFO:teuthology.orchestra.run.smithi029.stdout: kernel-core x86_64 5.14.0-505.el9 baseos 16 M 2024-09-13T05:37:58.288 INFO:teuthology.orchestra.run.smithi029.stdout: kernel-modules x86_64 5.14.0-505.el9 baseos 35 M 2024-09-13T05:37:58.288 INFO:teuthology.orchestra.run.smithi029.stdout: kernel-modules-core x86_64 5.14.0-505.el9 baseos 29 M 2024-09-13T05:37:58.288 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-13T05:37:58.288 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction Summary 2024-09-13T05:37:58.288 INFO:teuthology.orchestra.run.smithi029.stdout:================================================================================ 2024-09-13T05:37:58.288 INFO:teuthology.orchestra.run.smithi029.stdout:Install 4 Packages 2024-09-13T05:37:58.288 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-13T05:37:58.289 INFO:teuthology.orchestra.run.smithi029.stdout:Total download size: 79 M 2024-09-13T05:37:58.289 INFO:teuthology.orchestra.run.smithi029.stdout:Installed size: 126 M 2024-09-13T05:37:58.289 INFO:teuthology.orchestra.run.smithi029.stdout:Downloading Packages: 2024-09-13T05:37:58.600 INFO:teuthology.orchestra.run.smithi029.stdout:(1/4): kernel-5.14.0-505.el9.x86_64.rpm 79 kB/s | 23 kB 00:00 2024-09-13T05:37:58.955 INFO:teuthology.orchestra.run.smithi165.stdout:Running transaction check 2024-09-13T05:37:59.312 INFO:teuthology.orchestra.run.smithi165.stdout:Transaction check succeeded. 2024-09-13T05:37:59.313 INFO:teuthology.orchestra.run.smithi165.stdout:Running transaction test 2024-09-13T05:38:00.265 INFO:teuthology.orchestra.run.smithi165.stdout:Transaction test succeeded. 2024-09-13T05:38:00.265 INFO:teuthology.orchestra.run.smithi165.stdout:Running transaction 2024-09-13T05:38:02.724 INFO:teuthology.orchestra.run.smithi165.stdout: Preparing : 1/1 2024-09-13T05:38:03.401 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : kernel-modules-core-5.14.0-505.el9.x86_64 1/4 2024-09-13T05:38:03.484 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-13T05:38:05.816 INFO:teuthology.orchestra.run.smithi029.stdout:(2/4): kernel-modules-core-5.14.0-505.el9.x86_6 4.0 MB/s | 29 MB 00:07 2024-09-13T05:38:06.296 INFO:teuthology.orchestra.run.smithi165.stdout: Running scriptlet: kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-13T05:38:06.443 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-13T05:38:11.280 INFO:teuthology.orchestra.run.smithi165.stdout: Running scriptlet: kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-13T05:38:11.393 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : kernel-5.14.0-505.el9.x86_64 4/4 2024-09-13T05:38:13.616 INFO:teuthology.orchestra.run.smithi029.stdout:(3/4): kernel-core-5.14.0-505.el9.x86_64.rpm 1.0 MB/s | 16 MB 00:15 2024-09-13T05:38:16.230 INFO:teuthology.orchestra.run.smithi165.stdout: Running scriptlet: kernel-modules-core-5.14.0-505.el9.x86_64 4/4 2024-09-13T05:38:40.974 INFO:teuthology.orchestra.run.smithi029.stdout:(4/4): kernel-modules-5.14.0-505.el9.x86_64.rpm 829 kB/s | 35 MB 00:42 2024-09-13T05:38:40.974 INFO:teuthology.orchestra.run.smithi029.stdout:-------------------------------------------------------------------------------- 2024-09-13T05:38:40.975 INFO:teuthology.orchestra.run.smithi029.stdout:Total 1.8 MB/s | 79 MB 00:42 2024-09-13T05:38:41.682 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction check 2024-09-13T05:38:42.089 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction check succeeded. 2024-09-13T05:38:42.090 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction test 2024-09-13T05:38:43.053 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction test succeeded. 2024-09-13T05:38:43.054 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction 2024-09-13T05:38:45.652 INFO:teuthology.orchestra.run.smithi029.stdout: Preparing : 1/1 2024-09-13T05:38:46.431 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : kernel-modules-core-5.14.0-505.el9.x86_64 1/4 2024-09-13T05:38:46.529 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-13T05:38:49.341 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-13T05:38:49.548 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-13T05:38:54.692 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-13T05:38:54.737 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : kernel-5.14.0-505.el9.x86_64 4/4 2024-09-13T05:38:54.764 INFO:teuthology.orchestra.run.smithi165.stdout: Running scriptlet: kernel-core-5.14.0-505.el9.x86_64 4/4 2024-09-13T05:38:54.813 INFO:teuthology.orchestra.run.smithi165.stdout: Running scriptlet: kernel-modules-5.14.0-505.el9.x86_64 4/4 2024-09-13T05:38:55.165 INFO:teuthology.orchestra.run.smithi165.stdout: Running scriptlet: kernel-5.14.0-505.el9.x86_64 4/4 2024-09-13T05:38:55.165 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : kernel-5.14.0-505.el9.x86_64 1/4 2024-09-13T05:38:55.165 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-13T05:38:55.165 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-13T05:38:56.054 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : kernel-modules-core-5.14.0-505.el9.x86_64 4/4 2024-09-13T05:38:56.055 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-09-13T05:38:56.055 INFO:teuthology.orchestra.run.smithi165.stdout:Installed: 2024-09-13T05:38:56.055 INFO:teuthology.orchestra.run.smithi165.stdout: kernel-5.14.0-505.el9.x86_64 2024-09-13T05:38:56.055 INFO:teuthology.orchestra.run.smithi165.stdout: kernel-core-5.14.0-505.el9.x86_64 2024-09-13T05:38:56.055 INFO:teuthology.orchestra.run.smithi165.stdout: kernel-modules-5.14.0-505.el9.x86_64 2024-09-13T05:38:56.055 INFO:teuthology.orchestra.run.smithi165.stdout: kernel-modules-core-5.14.0-505.el9.x86_64 2024-09-13T05:38:56.055 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-09-13T05:38:56.055 INFO:teuthology.orchestra.run.smithi165.stdout:Complete! 2024-09-13T05:38:56.429 DEBUG:teuthology.orchestra.run.smithi165:> rpm -q kernel | sort -rV | head -n 1 2024-09-13T05:38:56.506 INFO:teuthology.orchestra.run.smithi165.stdout:kernel-5.14.0-505.el9.x86_64 2024-09-13T05:38:56.507 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-505.el9.x86_64 2024-09-13T05:38:56.507 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-503.el9.x86_64 Expected: 5.14.0-505.el9.x86_64 2024-09-13T05:38:56.507 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-13T05:38:56.507 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-13T05:38:56.507 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-09-13T05:38:56.507 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi165.front.sepia.ceph.com, path=None, version=distro) 2024-09-13T05:38:56.507 DEBUG:teuthology.orchestra.run.smithi165:> rpm -q kernel | sort -rV | head -n 1 2024-09-13T05:38:56.566 INFO:teuthology.orchestra.run.smithi165.stdout:kernel-5.14.0-505.el9.x86_64 2024-09-13T05:38:56.567 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-505.el9.x86_64 2024-09-13T05:38:56.567 DEBUG:teuthology.orchestra.run.smithi165:> sudo rpm -qi grub2-tools 2024-09-13T05:38:56.608 INFO:teuthology.orchestra.run.smithi165.stdout:Name : grub2-tools 2024-09-13T05:38:56.608 INFO:teuthology.orchestra.run.smithi165.stdout:Epoch : 1 2024-09-13T05:38:56.608 INFO:teuthology.orchestra.run.smithi165.stdout:Version : 2.06 2024-09-13T05:38:56.608 INFO:teuthology.orchestra.run.smithi165.stdout:Release : 82.el9 2024-09-13T05:38:56.609 INFO:teuthology.orchestra.run.smithi165.stdout:Architecture: x86_64 2024-09-13T05:38:56.609 INFO:teuthology.orchestra.run.smithi165.stdout:Install Date: Wed 28 Aug 2024 09:06:27 PM UTC 2024-09-13T05:38:56.609 INFO:teuthology.orchestra.run.smithi165.stdout:Group : Unspecified 2024-09-13T05:38:56.609 INFO:teuthology.orchestra.run.smithi165.stdout:Size : 8274670 2024-09-13T05:38:56.609 INFO:teuthology.orchestra.run.smithi165.stdout:License : GPLv3+ 2024-09-13T05:38:56.609 INFO:teuthology.orchestra.run.smithi165.stdout:Signature : RSA/SHA256, Mon 01 Jul 2024 07:46:42 AM UTC, Key ID 05b555b38483c65d 2024-09-13T05:38:56.609 INFO:teuthology.orchestra.run.smithi165.stdout:Source RPM : grub2-2.06-82.el9.src.rpm 2024-09-13T05:38:56.609 INFO:teuthology.orchestra.run.smithi165.stdout:Build Date : Fri 28 Jun 2024 09:24:44 AM UTC 2024-09-13T05:38:56.609 INFO:teuthology.orchestra.run.smithi165.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-09-13T05:38:56.609 INFO:teuthology.orchestra.run.smithi165.stdout:Packager : builder@centos.org 2024-09-13T05:38:56.609 INFO:teuthology.orchestra.run.smithi165.stdout:Vendor : CentOS 2024-09-13T05:38:56.609 INFO:teuthology.orchestra.run.smithi165.stdout:URL : http://www.gnu.org/software/grub/ 2024-09-13T05:38:56.609 INFO:teuthology.orchestra.run.smithi165.stdout:Summary : Support tools for GRUB. 2024-09-13T05:38:56.609 INFO:teuthology.orchestra.run.smithi165.stdout:Description : 2024-09-13T05:38:56.610 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-09-13T05:38:56.610 INFO:teuthology.orchestra.run.smithi165.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-09-13T05:38:56.610 INFO:teuthology.orchestra.run.smithi165.stdout:customizable bootloader with modular architecture. It supports a rich 2024-09-13T05:38:56.610 INFO:teuthology.orchestra.run.smithi165.stdout:variety of kernel formats, file systems, computer architectures and 2024-09-13T05:38:56.610 INFO:teuthology.orchestra.run.smithi165.stdout:hardware devices. 2024-09-13T05:38:56.610 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-09-13T05:38:56.610 INFO:teuthology.orchestra.run.smithi165.stdout:This subpackage provides tools for support of all platforms. 2024-09-13T05:38:56.611 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-09-13T05:38:56.611 INFO:teuthology.task.kernel:Updating grub on smithi165 to boot 5.14.0-505.el9.x86_64 2024-09-13T05:38:56.611 DEBUG:teuthology.orchestra.run.smithi165:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-09-13T05:38:57.275 INFO:teuthology.orchestra.run.smithi165.stderr:Generating grub configuration file ... 2024-09-13T05:38:58.665 INFO:teuthology.orchestra.run.smithi165.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-09-13T05:38:58.700 INFO:teuthology.orchestra.run.smithi165.stderr:done 2024-09-13T05:38:58.702 DEBUG:teuthology.orchestra.run.smithi165:> mktemp 2024-09-13T05:38:58.717 INFO:teuthology.orchestra.run.smithi165.stdout:/tmp/tmp.JdqCSaXw2E 2024-09-13T05:38:58.718 DEBUG:teuthology.orchestra.run.smithi165:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.JdqCSaXw2E 2024-09-13T05:38:58.784 DEBUG:teuthology.orchestra.run.smithi165:> sudo chmod 0666 /tmp/tmp.JdqCSaXw2E 2024-09-13T05:38:58.921 DEBUG:teuthology.orchestra.remote:smithi165:/tmp/tmp.JdqCSaXw2E is 6KB 2024-09-13T05:38:58.970 DEBUG:teuthology.orchestra.run.smithi165:> rm -fr /tmp/tmp.JdqCSaXw2E 2024-09-13T05:38:58.985 DEBUG:teuthology.orchestra.run.smithi165:> sudo /bin/ls /boot/loader/entries || true 2024-09-13T05:38:59.052 INFO:teuthology.orchestra.run.smithi165.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-0-rescue.conf 2024-09-13T05:38:59.052 INFO:teuthology.orchestra.run.smithi165.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-239.el9.x86_64.conf 2024-09-13T05:38:59.052 INFO:teuthology.orchestra.run.smithi165.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-503.el9.x86_64.conf 2024-09-13T05:38:59.052 INFO:teuthology.orchestra.run.smithi165.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-505.el9.x86_64.conf 2024-09-13T05:38:59.054 DEBUG:teuthology.orchestra.run.smithi165:> sudo grub2-set-default fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-505.el9.x86_64 2024-09-13T05:38:59.222 DEBUG:teuthology.orchestra.run.smithi165:> sudo shutdown -r now 2024-09-13T05:38:59.878 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: kernel-modules-core-5.14.0-505.el9.x86_64 4/4 2024-09-13T05:39:29.225 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-09-13T05:39:29.226 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi165.front.sepia.ceph.com' 2024-09-13T05:39:29.226 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi165.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-13T05:39:40.917 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: kernel-core-5.14.0-505.el9.x86_64 4/4 2024-09-13T05:39:40.966 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: kernel-modules-5.14.0-505.el9.x86_64 4/4 2024-09-13T05:39:41.389 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: kernel-5.14.0-505.el9.x86_64 4/4 2024-09-13T05:39:41.389 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : kernel-5.14.0-505.el9.x86_64 1/4 2024-09-13T05:39:41.389 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-13T05:39:41.389 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-13T05:39:42.472 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : kernel-modules-core-5.14.0-505.el9.x86_64 4/4 2024-09-13T05:39:42.472 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-13T05:39:42.472 INFO:teuthology.orchestra.run.smithi029.stdout:Installed: 2024-09-13T05:39:42.473 INFO:teuthology.orchestra.run.smithi029.stdout: kernel-5.14.0-505.el9.x86_64 2024-09-13T05:39:42.473 INFO:teuthology.orchestra.run.smithi029.stdout: kernel-core-5.14.0-505.el9.x86_64 2024-09-13T05:39:42.473 INFO:teuthology.orchestra.run.smithi029.stdout: kernel-modules-5.14.0-505.el9.x86_64 2024-09-13T05:39:42.473 INFO:teuthology.orchestra.run.smithi029.stdout: kernel-modules-core-5.14.0-505.el9.x86_64 2024-09-13T05:39:42.473 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-13T05:39:42.473 INFO:teuthology.orchestra.run.smithi029.stdout:Complete! 2024-09-13T05:39:42.944 DEBUG:teuthology.orchestra.run.smithi029:> rpm -q kernel | sort -rV | head -n 1 2024-09-13T05:39:43.046 INFO:teuthology.orchestra.run.smithi029.stdout:kernel-5.14.0-505.el9.x86_64 2024-09-13T05:39:43.046 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-505.el9.x86_64 2024-09-13T05:39:43.047 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-503.el9.x86_64 Expected: 5.14.0-505.el9.x86_64 2024-09-13T05:39:43.047 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-13T05:39:43.047 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-13T05:39:43.047 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-09-13T05:39:43.047 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi029.front.sepia.ceph.com, path=None, version=distro) 2024-09-13T05:39:43.047 DEBUG:teuthology.orchestra.run.smithi029:> rpm -q kernel | sort -rV | head -n 1 2024-09-13T05:39:43.108 INFO:teuthology.orchestra.run.smithi029.stdout:kernel-5.14.0-505.el9.x86_64 2024-09-13T05:39:43.108 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-505.el9.x86_64 2024-09-13T05:39:43.109 DEBUG:teuthology.orchestra.run.smithi029:> sudo rpm -qi grub2-tools 2024-09-13T05:39:43.140 INFO:teuthology.orchestra.run.smithi029.stdout:Name : grub2-tools 2024-09-13T05:39:43.140 INFO:teuthology.orchestra.run.smithi029.stdout:Epoch : 1 2024-09-13T05:39:43.140 INFO:teuthology.orchestra.run.smithi029.stdout:Version : 2.06 2024-09-13T05:39:43.140 INFO:teuthology.orchestra.run.smithi029.stdout:Release : 82.el9 2024-09-13T05:39:43.140 INFO:teuthology.orchestra.run.smithi029.stdout:Architecture: x86_64 2024-09-13T05:39:43.140 INFO:teuthology.orchestra.run.smithi029.stdout:Install Date: Wed 28 Aug 2024 09:06:27 PM UTC 2024-09-13T05:39:43.140 INFO:teuthology.orchestra.run.smithi029.stdout:Group : Unspecified 2024-09-13T05:39:43.140 INFO:teuthology.orchestra.run.smithi029.stdout:Size : 8274670 2024-09-13T05:39:43.140 INFO:teuthology.orchestra.run.smithi029.stdout:License : GPLv3+ 2024-09-13T05:39:43.141 INFO:teuthology.orchestra.run.smithi029.stdout:Signature : RSA/SHA256, Mon 01 Jul 2024 07:46:42 AM UTC, Key ID 05b555b38483c65d 2024-09-13T05:39:43.141 INFO:teuthology.orchestra.run.smithi029.stdout:Source RPM : grub2-2.06-82.el9.src.rpm 2024-09-13T05:39:43.141 INFO:teuthology.orchestra.run.smithi029.stdout:Build Date : Fri 28 Jun 2024 09:24:44 AM UTC 2024-09-13T05:39:43.141 INFO:teuthology.orchestra.run.smithi029.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-09-13T05:39:43.141 INFO:teuthology.orchestra.run.smithi029.stdout:Packager : builder@centos.org 2024-09-13T05:39:43.141 INFO:teuthology.orchestra.run.smithi029.stdout:Vendor : CentOS 2024-09-13T05:39:43.141 INFO:teuthology.orchestra.run.smithi029.stdout:URL : http://www.gnu.org/software/grub/ 2024-09-13T05:39:43.141 INFO:teuthology.orchestra.run.smithi029.stdout:Summary : Support tools for GRUB. 2024-09-13T05:39:43.141 INFO:teuthology.orchestra.run.smithi029.stdout:Description : 2024-09-13T05:39:43.141 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-13T05:39:43.141 INFO:teuthology.orchestra.run.smithi029.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-09-13T05:39:43.141 INFO:teuthology.orchestra.run.smithi029.stdout:customizable bootloader with modular architecture. It supports a rich 2024-09-13T05:39:43.142 INFO:teuthology.orchestra.run.smithi029.stdout:variety of kernel formats, file systems, computer architectures and 2024-09-13T05:39:43.142 INFO:teuthology.orchestra.run.smithi029.stdout:hardware devices. 2024-09-13T05:39:43.142 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-13T05:39:43.142 INFO:teuthology.orchestra.run.smithi029.stdout:This subpackage provides tools for support of all platforms. 2024-09-13T05:39:43.143 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-09-13T05:39:43.143 INFO:teuthology.task.kernel:Updating grub on smithi029 to boot 5.14.0-505.el9.x86_64 2024-09-13T05:39:43.143 DEBUG:teuthology.orchestra.run.smithi029:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-09-13T05:39:43.907 INFO:teuthology.orchestra.run.smithi029.stderr:Generating grub configuration file ... 2024-09-13T05:39:45.442 INFO:teuthology.orchestra.run.smithi029.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-09-13T05:39:45.496 INFO:teuthology.orchestra.run.smithi029.stderr:done 2024-09-13T05:39:45.498 DEBUG:teuthology.orchestra.run.smithi029:> mktemp 2024-09-13T05:39:45.514 INFO:teuthology.orchestra.run.smithi029.stdout:/tmp/tmp.UJsH3chOKV 2024-09-13T05:39:45.514 DEBUG:teuthology.orchestra.run.smithi029:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.UJsH3chOKV 2024-09-13T05:39:45.588 DEBUG:teuthology.orchestra.run.smithi029:> sudo chmod 0666 /tmp/tmp.UJsH3chOKV 2024-09-13T05:39:45.741 DEBUG:teuthology.orchestra.remote:smithi029:/tmp/tmp.UJsH3chOKV is 6KB 2024-09-13T05:39:45.790 DEBUG:teuthology.orchestra.run.smithi029:> rm -fr /tmp/tmp.UJsH3chOKV 2024-09-13T05:39:45.805 DEBUG:teuthology.orchestra.run.smithi029:> sudo /bin/ls /boot/loader/entries || true 2024-09-13T05:39:45.867 INFO:teuthology.orchestra.run.smithi029.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-0-rescue.conf 2024-09-13T05:39:45.868 INFO:teuthology.orchestra.run.smithi029.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-239.el9.x86_64.conf 2024-09-13T05:39:45.868 INFO:teuthology.orchestra.run.smithi029.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-503.el9.x86_64.conf 2024-09-13T05:39:45.868 INFO:teuthology.orchestra.run.smithi029.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-505.el9.x86_64.conf 2024-09-13T05:39:45.869 DEBUG:teuthology.orchestra.run.smithi029:> sudo grub2-set-default fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-505.el9.x86_64 2024-09-13T05:39:46.029 DEBUG:teuthology.orchestra.run.smithi029:> sudo shutdown -r now 2024-09-13T05:40:03.773 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.165 2024-09-13T05:40:12.783 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi165.front.sepia.ceph.com' 2024-09-13T05:40:12.785 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi165.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-13T05:40:16.034 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-09-13T05:40:16.034 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi029.front.sepia.ceph.com' 2024-09-13T05:40:16.035 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi029.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-13T05:40:51.147 DEBUG:teuthology.orchestra.run.smithi165:> true 2024-09-13T05:40:51.266 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi165.front.sepia.ceph.com' 2024-09-13T05:40:51.267 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-505.el9.x86_64"... 2024-09-13T05:40:51.267 DEBUG:teuthology.orchestra.run.smithi165:> uname -r 2024-09-13T05:40:51.281 INFO:teuthology.orchestra.run.smithi165.stdout:5.14.0-505.el9.x86_64 2024-09-13T05:40:51.282 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-505.el9.x86_64 vs 5.14.0-505.el9.x86_64 2024-09-13T05:40:51.282 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-13T05:40:51.282 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-09-13T05:40:52.283 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-09-13T05:40:52.284 DEBUG:teuthology.orchestra.run.smithi165:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-13T05:40:52.346 INFO:teuthology.orchestra.run.smithi165.stdout:ttyS1 2024-09-13T05:40:52.367 DEBUG:teuthology.parallel:result is None 2024-09-13T05:41:16.046 DEBUG:teuthology.orchestra.remote:timed out 2024-09-13T05:41:25.047 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi029.front.sepia.ceph.com' 2024-09-13T05:41:25.049 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi029.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-13T05:41:32.802 DEBUG:teuthology.orchestra.run.smithi029:> true 2024-09-13T05:41:33.209 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi029.front.sepia.ceph.com' 2024-09-13T05:41:33.209 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-505.el9.x86_64"... 2024-09-13T05:41:33.209 DEBUG:teuthology.orchestra.run.smithi029:> uname -r 2024-09-13T05:41:33.224 INFO:teuthology.orchestra.run.smithi029.stdout:5.14.0-505.el9.x86_64 2024-09-13T05:41:33.224 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-505.el9.x86_64 vs 5.14.0-505.el9.x86_64 2024-09-13T05:41:33.224 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-13T05:41:33.225 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-09-13T05:41:34.226 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-09-13T05:41:34.226 DEBUG:teuthology.orchestra.run.smithi029:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-13T05:41:34.403 INFO:teuthology.orchestra.run.smithi029.stdout:ttyS1 2024-09-13T05:41:34.420 DEBUG:teuthology.parallel:result is None 2024-09-13T05:41:34.420 INFO:teuthology.run_tasks:Running task internal.base... 2024-09-13T05:41:34.439 INFO:teuthology.task.internal:Creating test directory... 2024-09-13T05:41:34.439 DEBUG:teuthology.orchestra.run.smithi029:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-13T05:41:34.441 DEBUG:teuthology.orchestra.run.smithi165:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-13T05:41:34.463 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-09-13T05:41:34.477 INFO:teuthology.run_tasks:Running task internal.archive... 2024-09-13T05:41:34.498 INFO:teuthology.task.internal:Creating archive directory... 2024-09-13T05:41:34.498 DEBUG:teuthology.orchestra.run.smithi029:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-13T05:41:34.501 DEBUG:teuthology.orchestra.run.smithi165:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-13T05:41:34.543 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-09-13T05:41:34.549 INFO:teuthology.task.internal:Enabling coredump saving... 2024-09-13T05:41:34.549 DEBUG:teuthology.orchestra.run.smithi029:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-09-13T05:41:34.585 DEBUG:teuthology.orchestra.run.smithi165:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-09-13T05:41:34.627 INFO:teuthology.orchestra.run.smithi029.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-13T05:41:34.635 INFO:teuthology.orchestra.run.smithi165.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-13T05:41:34.638 INFO:teuthology.orchestra.run.smithi029.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-13T05:41:34.647 INFO:teuthology.orchestra.run.smithi165.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-13T05:41:34.649 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-09-13T05:41:34.656 INFO:teuthology.task.internal:Configuring sudo... 2024-09-13T05:41:34.656 DEBUG:teuthology.orchestra.run.smithi029:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-13T05:41:34.687 DEBUG:teuthology.orchestra.run.smithi165:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-13T05:41:34.714 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-09-13T05:41:34.723 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-09-13T05:41:34.724 DEBUG:teuthology.orchestra.run.smithi029:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-13T05:41:34.759 DEBUG:teuthology.orchestra.run.smithi165:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-13T05:41:34.775 DEBUG:teuthology.orchestra.run.smithi029:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-13T05:41:34.870 DEBUG:teuthology.orchestra.run.smithi029:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-13T05:41:34.925 DEBUG:teuthology.orchestra.run.smithi029:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-13T05:41:35.020 DEBUG:teuthology.orchestra.run.smithi029:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-13T05:41:35.056 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2024-09-13T05:41:35.056 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-13T05:41:35.125 DEBUG:teuthology.orchestra.run.smithi165:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-13T05:41:35.177 DEBUG:teuthology.orchestra.run.smithi165:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-13T05:41:35.217 DEBUG:teuthology.orchestra.run.smithi165:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-13T05:41:35.311 DEBUG:teuthology.orchestra.run.smithi165:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-13T05:41:35.342 DEBUG:teuthology.orchestra.run.smithi165:> set -ex 2024-09-13T05:41:35.343 DEBUG:teuthology.orchestra.run.smithi165:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-13T05:41:35.408 DEBUG:teuthology.orchestra.run.smithi029:> sudo service rsyslog restart 2024-09-13T05:41:35.411 DEBUG:teuthology.orchestra.run.smithi165:> sudo service rsyslog restart 2024-09-13T05:41:35.458 INFO:teuthology.orchestra.run.smithi029.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-13T05:41:35.496 INFO:teuthology.orchestra.run.smithi165.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-13T05:41:36.008 INFO:teuthology.run_tasks:Running task internal.timer... 2024-09-13T05:41:36.015 INFO:teuthology.task.internal:Starting timer... 2024-09-13T05:41:36.016 INFO:teuthology.run_tasks:Running task pcp... 2024-09-13T05:41:36.057 INFO:teuthology.run_tasks:Running task selinux... 2024-09-13T05:41:36.066 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0', 'scontext=system_u:system_r:getty_t:s0']} 2024-09-13T05:41:36.067 DEBUG:teuthology.orchestra.run.smithi029:> sudo service auditd rotate 2024-09-13T05:41:36.171 INFO:teuthology.orchestra.run.smithi029.stdout:Rotating logs: 2024-09-13T05:41:36.173 DEBUG:teuthology.orchestra.run.smithi165:> sudo service auditd rotate 2024-09-13T05:41:36.221 INFO:teuthology.orchestra.run.smithi165.stdout:Rotating logs: 2024-09-13T05:41:36.223 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-09-13T05:41:36.223 DEBUG:teuthology.orchestra.run.smithi029:> /usr/sbin/getenforce 2024-09-13T05:41:36.257 INFO:teuthology.orchestra.run.smithi029.stdout:Permissive 2024-09-13T05:41:36.257 DEBUG:teuthology.orchestra.run.smithi165:> /usr/sbin/getenforce 2024-09-13T05:41:36.291 INFO:teuthology.orchestra.run.smithi165.stdout:Permissive 2024-09-13T05:41:36.292 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi029.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi165.front.sepia.ceph.com': 'permissive'} 2024-09-13T05:41:36.292 DEBUG:teuthology.orchestra.run.smithi029:> 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 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 -e scontext=system_u:system_r:getty_t:s0 2024-09-13T05:41:36.326 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T05:41:36.327 DEBUG:teuthology.orchestra.run.smithi165:> 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 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 -e scontext=system_u:system_r:getty_t:s0 2024-09-13T05:41:36.359 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T05:41:36.359 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-09-13T05:41:36.359 DEBUG:teuthology.orchestra.run.smithi029:> sudo /usr/sbin/setenforce permissive 2024-09-13T05:41:36.405 DEBUG:teuthology.orchestra.run.smithi165:> sudo /usr/sbin/setenforce permissive 2024-09-13T05:41:36.438 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-09-13T05:41:36.448 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-09-13T05:41:36.460 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-09-13T05:41:36.461 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi029.front.sepia.ceph.com,smithi165.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-09-13T05:45:25.373 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi029.front.sepia.ceph.com'), Remote(name='ubuntu@smithi165.front.sepia.ceph.com')] 2024-09-13T05:45:25.374 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi029.front.sepia.ceph.com' 2024-09-13T05:45:25.376 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi029.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-13T05:45:25.484 DEBUG:teuthology.orchestra.run.smithi029:> true 2024-09-13T05:45:25.570 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi029.front.sepia.ceph.com' 2024-09-13T05:45:25.571 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi165.front.sepia.ceph.com' 2024-09-13T05:45:25.571 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi165.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-13T05:45:25.674 DEBUG:teuthology.orchestra.run.smithi165:> true 2024-09-13T05:45:25.756 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi165.front.sepia.ceph.com' 2024-09-13T05:45:25.756 INFO:teuthology.run_tasks:Running task clock... 2024-09-13T05:45:25.767 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-09-13T05:45:25.767 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-13T05:45:25.768 DEBUG:teuthology.orchestra.run.smithi029:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-13T05:45:25.770 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-13T05:45:25.771 DEBUG:teuthology.orchestra.run.smithi165:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-13T05:45:25.803 INFO:teuthology.orchestra.run.smithi029.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-09-13T05:45:25.819 INFO:teuthology.orchestra.run.smithi029.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-09-13T05:45:25.825 INFO:teuthology.orchestra.run.smithi165.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-09-13T05:45:25.840 INFO:teuthology.orchestra.run.smithi165.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-09-13T05:45:25.847 INFO:teuthology.orchestra.run.smithi029.stderr:sudo: ntpd: command not found 2024-09-13T05:45:25.859 INFO:teuthology.orchestra.run.smithi029.stdout:506 Cannot talk to daemon 2024-09-13T05:45:25.865 INFO:teuthology.orchestra.run.smithi165.stderr:sudo: ntpd: command not found 2024-09-13T05:45:25.874 INFO:teuthology.orchestra.run.smithi029.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-09-13T05:45:25.875 INFO:teuthology.orchestra.run.smithi165.stdout:506 Cannot talk to daemon 2024-09-13T05:45:25.889 INFO:teuthology.orchestra.run.smithi165.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-09-13T05:45:25.889 INFO:teuthology.orchestra.run.smithi029.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-09-13T05:45:25.903 INFO:teuthology.orchestra.run.smithi165.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-09-13T05:45:25.949 INFO:teuthology.orchestra.run.smithi029.stderr:bash: line 1: ntpq: command not found 2024-09-13T05:45:25.953 INFO:teuthology.orchestra.run.smithi029.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-13T05:45:25.953 INFO:teuthology.orchestra.run.smithi029.stdout:=============================================================================== 2024-09-13T05:45:25.953 INFO:teuthology.orchestra.run.smithi029.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-13T05:45:25.953 INFO:teuthology.orchestra.run.smithi029.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-13T05:45:25.953 INFO:teuthology.orchestra.run.smithi029.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-13T05:45:25.954 INFO:teuthology.orchestra.run.smithi029.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-13T05:45:25.961 INFO:teuthology.orchestra.run.smithi165.stderr:bash: line 1: ntpq: command not found 2024-09-13T05:45:25.964 INFO:teuthology.orchestra.run.smithi165.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-13T05:45:25.964 INFO:teuthology.orchestra.run.smithi165.stdout:=============================================================================== 2024-09-13T05:45:25.964 INFO:teuthology.orchestra.run.smithi165.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-13T05:45:25.964 INFO:teuthology.orchestra.run.smithi165.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-13T05:45:25.964 INFO:teuthology.orchestra.run.smithi165.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-13T05:45:25.964 INFO:teuthology.orchestra.run.smithi165.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-13T05:45:25.965 INFO:teuthology.run_tasks:Running task pexec... 2024-09-13T05:45:25.975 INFO:teuthology.task.pexec:Executing custom commands... 2024-09-13T05:45:25.975 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi029.front.sepia.ceph.com 2024-09-13T05:45:25.975 DEBUG:teuthology.orchestra.run.smithi029:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-09-13T05:45:25.975 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi165.front.sepia.ceph.com 2024-09-13T05:45:25.976 DEBUG:teuthology.orchestra.run.smithi165:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-09-13T05:45:26.360 INFO:teuthology.orchestra.run.smithi165.stdout:Dependencies resolved. 2024-09-13T05:45:26.361 INFO:teuthology.orchestra.run.smithi029.stdout:Dependencies resolved. 2024-09-13T05:45:26.365 INFO:teuthology.orchestra.run.smithi165.stdout:================================================================================ 2024-09-13T05:45:26.365 INFO:teuthology.orchestra.run.smithi165.stdout: Package Architecture Version Repository Size 2024-09-13T05:45:26.365 INFO:teuthology.orchestra.run.smithi165.stdout:================================================================================ 2024-09-13T05:45:26.365 INFO:teuthology.orchestra.run.smithi165.stdout:Removing: 2024-09-13T05:45:26.365 INFO:teuthology.orchestra.run.smithi165.stdout: nvme-cli x86_64 2.9.1-6.el9 @baseos 5.3 M 2024-09-13T05:45:26.365 INFO:teuthology.orchestra.run.smithi165.stdout:Removing unused dependencies: 2024-09-13T05:45:26.365 INFO:teuthology.orchestra.run.smithi165.stdout: libnvme x86_64 1.9-3.el9 @baseos 273 k 2024-09-13T05:45:26.365 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-09-13T05:45:26.366 INFO:teuthology.orchestra.run.smithi165.stdout:Transaction Summary 2024-09-13T05:45:26.366 INFO:teuthology.orchestra.run.smithi165.stdout:================================================================================ 2024-09-13T05:45:26.366 INFO:teuthology.orchestra.run.smithi165.stdout:Remove 2 Packages 2024-09-13T05:45:26.366 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-09-13T05:45:26.366 INFO:teuthology.orchestra.run.smithi165.stdout:Freed space: 5.5 M 2024-09-13T05:45:26.366 INFO:teuthology.orchestra.run.smithi165.stdout:Running transaction check 2024-09-13T05:45:26.369 INFO:teuthology.orchestra.run.smithi165.stdout:Transaction check succeeded. 2024-09-13T05:45:26.370 INFO:teuthology.orchestra.run.smithi165.stdout:Running transaction test 2024-09-13T05:45:26.383 INFO:teuthology.orchestra.run.smithi029.stdout:================================================================================ 2024-09-13T05:45:26.383 INFO:teuthology.orchestra.run.smithi029.stdout: Package Architecture Version Repository Size 2024-09-13T05:45:26.383 INFO:teuthology.orchestra.run.smithi029.stdout:================================================================================ 2024-09-13T05:45:26.384 INFO:teuthology.orchestra.run.smithi029.stdout:Removing: 2024-09-13T05:45:26.384 INFO:teuthology.orchestra.run.smithi029.stdout: nvme-cli x86_64 2.9.1-6.el9 @baseos 5.3 M 2024-09-13T05:45:26.384 INFO:teuthology.orchestra.run.smithi029.stdout:Removing unused dependencies: 2024-09-13T05:45:26.384 INFO:teuthology.orchestra.run.smithi029.stdout: libnvme x86_64 1.9-3.el9 @baseos 273 k 2024-09-13T05:45:26.384 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-13T05:45:26.384 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction Summary 2024-09-13T05:45:26.384 INFO:teuthology.orchestra.run.smithi029.stdout:================================================================================ 2024-09-13T05:45:26.384 INFO:teuthology.orchestra.run.smithi029.stdout:Remove 2 Packages 2024-09-13T05:45:26.384 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-13T05:45:26.384 INFO:teuthology.orchestra.run.smithi029.stdout:Freed space: 5.5 M 2024-09-13T05:45:26.384 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction check 2024-09-13T05:45:26.388 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction check succeeded. 2024-09-13T05:45:26.388 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction test 2024-09-13T05:45:26.431 INFO:teuthology.orchestra.run.smithi165.stdout:Transaction test succeeded. 2024-09-13T05:45:26.431 INFO:teuthology.orchestra.run.smithi165.stdout:Running transaction 2024-09-13T05:45:26.463 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction test succeeded. 2024-09-13T05:45:26.463 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction 2024-09-13T05:45:26.571 INFO:teuthology.orchestra.run.smithi165.stdout: Preparing : 1/1 2024-09-13T05:45:26.611 INFO:teuthology.orchestra.run.smithi029.stdout: Preparing : 1/1 2024-09-13T05:45:26.641 INFO:teuthology.orchestra.run.smithi165.stdout: Erasing : nvme-cli-2.9.1-6.el9.x86_64 1/2 2024-09-13T05:45:26.698 INFO:teuthology.orchestra.run.smithi165.stdout: Erasing : libnvme-1.9-3.el9.x86_64 2/2 2024-09-13T05:45:26.713 INFO:teuthology.orchestra.run.smithi029.stdout: Erasing : nvme-cli-2.9.1-6.el9.x86_64 1/2 2024-09-13T05:45:26.779 INFO:teuthology.orchestra.run.smithi029.stdout: Erasing : libnvme-1.9-3.el9.x86_64 2/2 2024-09-13T05:45:27.160 INFO:teuthology.orchestra.run.smithi165.stdout: Running scriptlet: libnvme-1.9-3.el9.x86_64 2/2 2024-09-13T05:45:27.160 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/2 2024-09-13T05:45:27.408 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: libnvme-1.9-3.el9.x86_64 2/2 2024-09-13T05:45:27.408 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/2 2024-09-13T05:45:27.416 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/2 2024-09-13T05:45:27.416 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-09-13T05:45:27.416 INFO:teuthology.orchestra.run.smithi165.stdout:Removed: 2024-09-13T05:45:27.416 INFO:teuthology.orchestra.run.smithi165.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-13T05:45:27.417 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-09-13T05:45:27.417 INFO:teuthology.orchestra.run.smithi165.stdout:Complete! 2024-09-13T05:45:27.676 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/2 2024-09-13T05:45:27.676 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-13T05:45:27.676 INFO:teuthology.orchestra.run.smithi029.stdout:Removed: 2024-09-13T05:45:27.676 INFO:teuthology.orchestra.run.smithi029.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-13T05:45:27.677 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-13T05:45:27.677 INFO:teuthology.orchestra.run.smithi029.stdout:Complete! 2024-09-13T05:45:28.257 INFO:teuthology.orchestra.run.smithi165.stdout:Last metadata expiration check: 0:00:51 ago on Fri 13 Sep 2024 05:44:36 AM UTC. 2024-09-13T05:45:28.393 INFO:teuthology.orchestra.run.smithi165.stdout:Dependencies resolved. 2024-09-13T05:45:28.394 INFO:teuthology.orchestra.run.smithi165.stdout:================================================================================ 2024-09-13T05:45:28.394 INFO:teuthology.orchestra.run.smithi165.stdout: Package Architecture Version Repository Size 2024-09-13T05:45:28.394 INFO:teuthology.orchestra.run.smithi165.stdout:================================================================================ 2024-09-13T05:45:28.394 INFO:teuthology.orchestra.run.smithi165.stdout:Installing: 2024-09-13T05:45:28.394 INFO:teuthology.orchestra.run.smithi165.stdout: nvme-cli x86_64 2.9.1-6.el9 baseos 906 k 2024-09-13T05:45:28.394 INFO:teuthology.orchestra.run.smithi165.stdout: nvmetcli noarch 0.7-3.el9 baseos 44 k 2024-09-13T05:45:28.394 INFO:teuthology.orchestra.run.smithi165.stdout:Installing dependencies: 2024-09-13T05:45:28.394 INFO:teuthology.orchestra.run.smithi165.stdout: libnvme x86_64 1.9-3.el9 baseos 106 k 2024-09-13T05:45:28.394 INFO:teuthology.orchestra.run.smithi165.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2024-09-13T05:45:28.394 INFO:teuthology.orchestra.run.smithi165.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2024-09-13T05:45:28.394 INFO:teuthology.orchestra.run.smithi165.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2024-09-13T05:45:28.395 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-09-13T05:45:28.395 INFO:teuthology.orchestra.run.smithi165.stdout:Transaction Summary 2024-09-13T05:45:28.395 INFO:teuthology.orchestra.run.smithi165.stdout:================================================================================ 2024-09-13T05:45:28.395 INFO:teuthology.orchestra.run.smithi165.stdout:Install 6 Packages 2024-09-13T05:45:28.395 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-09-13T05:45:28.399 INFO:teuthology.orchestra.run.smithi165.stdout:Total download size: 2.0 M 2024-09-13T05:45:28.399 INFO:teuthology.orchestra.run.smithi165.stdout:Installed size: 9.2 M 2024-09-13T05:45:28.399 INFO:teuthology.orchestra.run.smithi165.stdout:Downloading Packages: 2024-09-13T05:45:28.563 INFO:teuthology.orchestra.run.smithi029.stdout:Last metadata expiration check: 0:00:47 ago on Fri 13 Sep 2024 05:44:41 AM UTC. 2024-09-13T05:45:28.708 INFO:teuthology.orchestra.run.smithi029.stdout:Dependencies resolved. 2024-09-13T05:45:28.709 INFO:teuthology.orchestra.run.smithi029.stdout:================================================================================ 2024-09-13T05:45:28.709 INFO:teuthology.orchestra.run.smithi029.stdout: Package Architecture Version Repository Size 2024-09-13T05:45:28.709 INFO:teuthology.orchestra.run.smithi029.stdout:================================================================================ 2024-09-13T05:45:28.709 INFO:teuthology.orchestra.run.smithi029.stdout:Installing: 2024-09-13T05:45:28.709 INFO:teuthology.orchestra.run.smithi029.stdout: nvme-cli x86_64 2.9.1-6.el9 baseos 906 k 2024-09-13T05:45:28.709 INFO:teuthology.orchestra.run.smithi029.stdout: nvmetcli noarch 0.7-3.el9 baseos 44 k 2024-09-13T05:45:28.709 INFO:teuthology.orchestra.run.smithi029.stdout:Installing dependencies: 2024-09-13T05:45:28.709 INFO:teuthology.orchestra.run.smithi029.stdout: libnvme x86_64 1.9-3.el9 baseos 106 k 2024-09-13T05:45:28.709 INFO:teuthology.orchestra.run.smithi029.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2024-09-13T05:45:28.709 INFO:teuthology.orchestra.run.smithi029.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2024-09-13T05:45:28.709 INFO:teuthology.orchestra.run.smithi029.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2024-09-13T05:45:28.710 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-13T05:45:28.710 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction Summary 2024-09-13T05:45:28.710 INFO:teuthology.orchestra.run.smithi029.stdout:================================================================================ 2024-09-13T05:45:28.710 INFO:teuthology.orchestra.run.smithi029.stdout:Install 6 Packages 2024-09-13T05:45:28.710 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-13T05:45:28.720 INFO:teuthology.orchestra.run.smithi029.stdout:Total download size: 2.0 M 2024-09-13T05:45:28.720 INFO:teuthology.orchestra.run.smithi029.stdout:Installed size: 9.2 M 2024-09-13T05:45:28.720 INFO:teuthology.orchestra.run.smithi029.stdout:Downloading Packages: 2024-09-13T05:45:28.806 INFO:teuthology.orchestra.run.smithi165.stdout:(1/6): nvmetcli-0.7-3.el9.noarch.rpm 298 kB/s | 44 kB 00:00 2024-09-13T05:45:28.830 INFO:teuthology.orchestra.run.smithi165.stdout:(2/6): libnvme-1.9-3.el9.x86_64.rpm 609 kB/s | 106 kB 00:00 2024-09-13T05:45:28.889 INFO:teuthology.orchestra.run.smithi165.stdout:(3/6): python3-kmod-0.9-32.el9.x86_64.rpm 1.4 MB/s | 84 kB 00:00 2024-09-13T05:45:28.914 INFO:teuthology.orchestra.run.smithi165.stdout:(4/6): python3-configshell-1.1.30-1.el9.noarch. 658 kB/s | 72 kB 00:00 2024-09-13T05:45:28.920 INFO:teuthology.orchestra.run.smithi029.stdout:(1/6): nvmetcli-0.7-3.el9.noarch.rpm 457 kB/s | 44 kB 00:00 2024-09-13T05:45:28.945 INFO:teuthology.orchestra.run.smithi029.stdout:(2/6): libnvme-1.9-3.el9.x86_64.rpm 863 kB/s | 106 kB 00:00 2024-09-13T05:45:28.956 INFO:teuthology.orchestra.run.smithi165.stdout:(5/6): nvme-cli-2.9.1-6.el9.x86_64.rpm 2.9 MB/s | 906 kB 00:00 2024-09-13T05:45:28.971 INFO:teuthology.orchestra.run.smithi029.stdout:(3/6): python3-configshell-1.1.30-1.el9.noarch. 1.4 MB/s | 72 kB 00:00 2024-09-13T05:45:28.996 INFO:teuthology.orchestra.run.smithi029.stdout:(4/6): python3-kmod-0.9-32.el9.x86_64.rpm 1.6 MB/s | 84 kB 00:00 2024-09-13T05:45:29.055 INFO:teuthology.orchestra.run.smithi029.stdout:(5/6): nvme-cli-2.9.1-6.el9.x86_64.rpm 3.8 MB/s | 906 kB 00:00 2024-09-13T05:45:29.057 INFO:teuthology.orchestra.run.smithi165.stdout:(6/6): python3-urwid-2.1.2-4.el9.x86_64.rpm 4.9 MB/s | 837 kB 00:00 2024-09-13T05:45:29.057 INFO:teuthology.orchestra.run.smithi165.stdout:-------------------------------------------------------------------------------- 2024-09-13T05:45:29.057 INFO:teuthology.orchestra.run.smithi165.stdout:Total 3.0 MB/s | 2.0 MB 00:00 2024-09-13T05:45:29.122 INFO:teuthology.orchestra.run.smithi029.stdout:(6/6): python3-urwid-2.1.2-4.el9.x86_64.rpm 5.4 MB/s | 837 kB 00:00 2024-09-13T05:45:29.123 INFO:teuthology.orchestra.run.smithi029.stdout:-------------------------------------------------------------------------------- 2024-09-13T05:45:29.123 INFO:teuthology.orchestra.run.smithi029.stdout:Total 5.0 MB/s | 2.0 MB 00:00 2024-09-13T05:45:29.133 INFO:teuthology.orchestra.run.smithi165.stdout:Running transaction check 2024-09-13T05:45:29.146 INFO:teuthology.orchestra.run.smithi165.stdout:Transaction check succeeded. 2024-09-13T05:45:29.146 INFO:teuthology.orchestra.run.smithi165.stdout:Running transaction test 2024-09-13T05:45:29.199 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction check 2024-09-13T05:45:29.213 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction check succeeded. 2024-09-13T05:45:29.213 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction test 2024-09-13T05:45:29.434 INFO:teuthology.orchestra.run.smithi165.stdout:Transaction test succeeded. 2024-09-13T05:45:29.434 INFO:teuthology.orchestra.run.smithi165.stdout:Running transaction 2024-09-13T05:45:29.581 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction test succeeded. 2024-09-13T05:45:29.582 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction 2024-09-13T05:45:29.856 INFO:teuthology.orchestra.run.smithi165.stdout: Preparing : 1/1 2024-09-13T05:45:29.951 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/6 2024-09-13T05:45:29.996 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 2/6 2024-09-13T05:45:30.002 INFO:teuthology.orchestra.run.smithi029.stdout: Preparing : 1/1 2024-09-13T05:45:30.031 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 3/6 2024-09-13T05:45:30.104 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/6 2024-09-13T05:45:30.154 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 2/6 2024-09-13T05:45:30.193 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 3/6 2024-09-13T05:45:30.242 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : libnvme-1.9-3.el9.x86_64 4/6 2024-09-13T05:45:30.279 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : nvme-cli-2.9.1-6.el9.x86_64 5/6 2024-09-13T05:45:30.417 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : libnvme-1.9-3.el9.x86_64 4/6 2024-09-13T05:45:30.460 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : nvme-cli-2.9.1-6.el9.x86_64 5/6 2024-09-13T05:45:30.735 INFO:teuthology.orchestra.run.smithi165.stdout: Running scriptlet: nvme-cli-2.9.1-6.el9.x86_64 5/6 2024-09-13T05:45:30.765 INFO:teuthology.orchestra.run.smithi165.stdout: Installing : nvmetcli-0.7-3.el9.noarch 6/6 2024-09-13T05:45:30.934 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: nvme-cli-2.9.1-6.el9.x86_64 5/6 2024-09-13T05:45:30.970 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : nvmetcli-0.7-3.el9.noarch 6/6 2024-09-13T05:45:31.723 INFO:teuthology.orchestra.run.smithi165.stdout: Running scriptlet: nvmetcli-0.7-3.el9.noarch 6/6 2024-09-13T05:45:31.723 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/6 2024-09-13T05:45:31.723 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/6 2024-09-13T05:45:31.723 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : nvmetcli-0.7-3.el9.noarch 3/6 2024-09-13T05:45:31.723 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 4/6 2024-09-13T05:45:31.724 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 5/6 2024-09-13T05:45:32.036 INFO:teuthology.orchestra.run.smithi165.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/6 2024-09-13T05:45:32.036 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-09-13T05:45:32.036 INFO:teuthology.orchestra.run.smithi165.stdout:Installed: 2024-09-13T05:45:32.036 INFO:teuthology.orchestra.run.smithi165.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-13T05:45:32.036 INFO:teuthology.orchestra.run.smithi165.stdout: nvmetcli-0.7-3.el9.noarch python3-configshell-1:1.1.30-1.el9.noarch 2024-09-13T05:45:32.036 INFO:teuthology.orchestra.run.smithi165.stdout: python3-kmod-0.9-32.el9.x86_64 python3-urwid-2.1.2-4.el9.x86_64 2024-09-13T05:45:32.037 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-09-13T05:45:32.037 INFO:teuthology.orchestra.run.smithi165.stdout:Complete! 2024-09-13T05:45:32.127 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: nvmetcli-0.7-3.el9.noarch 6/6 2024-09-13T05:45:32.127 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/6 2024-09-13T05:45:32.127 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/6 2024-09-13T05:45:32.128 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : nvmetcli-0.7-3.el9.noarch 3/6 2024-09-13T05:45:32.128 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 4/6 2024-09-13T05:45:32.128 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 5/6 2024-09-13T05:45:32.411 DEBUG:teuthology.parallel:result is None 2024-09-13T05:45:32.492 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/6 2024-09-13T05:45:32.492 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-13T05:45:32.492 INFO:teuthology.orchestra.run.smithi029.stdout:Installed: 2024-09-13T05:45:32.492 INFO:teuthology.orchestra.run.smithi029.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-13T05:45:32.492 INFO:teuthology.orchestra.run.smithi029.stdout: nvmetcli-0.7-3.el9.noarch python3-configshell-1:1.1.30-1.el9.noarch 2024-09-13T05:45:32.492 INFO:teuthology.orchestra.run.smithi029.stdout: python3-kmod-0.9-32.el9.x86_64 python3-urwid-2.1.2-4.el9.x86_64 2024-09-13T05:45:32.493 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-13T05:45:32.493 INFO:teuthology.orchestra.run.smithi029.stdout:Complete! 2024-09-13T05:45:32.873 DEBUG:teuthology.parallel:result is None 2024-09-13T05:45:32.873 INFO:teuthology.run_tasks:Running task nvme_loop... 2024-09-13T05:45:32.884 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2024-09-13T05:45:32.884 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2024-09-13T05:45:32.884 DEBUG:teuthology.orchestra.run.smithi029:> dd if=/scratch_devs of=/dev/stdout 2024-09-13T05:45:32.902 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-09-13T05:45:32.902 DEBUG:teuthology.orchestra.run.smithi029:> stat /dev/vg_nvme/lv_1 2024-09-13T05:45:32.958 INFO:teuthology.orchestra.run.smithi029.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-13T05:45:32.959 INFO:teuthology.orchestra.run.smithi029.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-13T05:45:32.959 INFO:teuthology.orchestra.run.smithi029.stdout:Device: 5h/5d Inode: 979 Links: 1 2024-09-13T05:45:32.959 INFO:teuthology.orchestra.run.smithi029.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-13T05:45:32.959 INFO:teuthology.orchestra.run.smithi029.stdout:Context: system_u:object_r:device_t:s0 2024-09-13T05:45:32.959 INFO:teuthology.orchestra.run.smithi029.stdout:Access: 2024-09-13 05:45:31.309547859 +0000 2024-09-13T05:45:32.959 INFO:teuthology.orchestra.run.smithi029.stdout:Modify: 2024-09-13 05:45:31.054553312 +0000 2024-09-13T05:45:32.959 INFO:teuthology.orchestra.run.smithi029.stdout:Change: 2024-09-13 05:45:31.054553312 +0000 2024-09-13T05:45:32.959 INFO:teuthology.orchestra.run.smithi029.stdout: Birth: 2024-09-13 05:45:31.054553312 +0000 2024-09-13T05:45:32.960 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-13T05:45:33.025 INFO:teuthology.orchestra.run.smithi029.stderr:1+0 records in 2024-09-13T05:45:33.025 INFO:teuthology.orchestra.run.smithi029.stderr:1+0 records out 2024-09-13T05:45:33.025 INFO:teuthology.orchestra.run.smithi029.stderr:512 bytes copied, 0.000101596 s, 5.0 MB/s 2024-09-13T05:45:33.026 DEBUG:teuthology.orchestra.run.smithi029:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-13T05:45:33.083 DEBUG:teuthology.orchestra.run.smithi029:> stat /dev/vg_nvme/lv_2 2024-09-13T05:45:33.138 INFO:teuthology.orchestra.run.smithi029.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-13T05:45:33.139 INFO:teuthology.orchestra.run.smithi029.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-13T05:45:33.139 INFO:teuthology.orchestra.run.smithi029.stdout:Device: 5h/5d Inode: 968 Links: 1 2024-09-13T05:45:33.139 INFO:teuthology.orchestra.run.smithi029.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-13T05:45:33.139 INFO:teuthology.orchestra.run.smithi029.stdout:Context: system_u:object_r:device_t:s0 2024-09-13T05:45:33.139 INFO:teuthology.orchestra.run.smithi029.stdout:Access: 2024-09-13 05:45:31.309547859 +0000 2024-09-13T05:45:33.139 INFO:teuthology.orchestra.run.smithi029.stdout:Modify: 2024-09-13 05:45:31.053553333 +0000 2024-09-13T05:45:33.139 INFO:teuthology.orchestra.run.smithi029.stdout:Change: 2024-09-13 05:45:31.053553333 +0000 2024-09-13T05:45:33.139 INFO:teuthology.orchestra.run.smithi029.stdout: Birth: 2024-09-13 05:45:31.053553333 +0000 2024-09-13T05:45:33.139 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-13T05:45:33.203 INFO:teuthology.orchestra.run.smithi029.stderr:1+0 records in 2024-09-13T05:45:33.203 INFO:teuthology.orchestra.run.smithi029.stderr:1+0 records out 2024-09-13T05:45:33.203 INFO:teuthology.orchestra.run.smithi029.stderr:512 bytes copied, 0.000127418 s, 4.0 MB/s 2024-09-13T05:45:33.204 DEBUG:teuthology.orchestra.run.smithi029:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-13T05:45:33.261 DEBUG:teuthology.orchestra.run.smithi029:> stat /dev/vg_nvme/lv_3 2024-09-13T05:45:33.317 INFO:teuthology.orchestra.run.smithi029.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-13T05:45:33.317 INFO:teuthology.orchestra.run.smithi029.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-13T05:45:33.317 INFO:teuthology.orchestra.run.smithi029.stdout:Device: 5h/5d Inode: 969 Links: 1 2024-09-13T05:45:33.318 INFO:teuthology.orchestra.run.smithi029.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-13T05:45:33.318 INFO:teuthology.orchestra.run.smithi029.stdout:Context: system_u:object_r:device_t:s0 2024-09-13T05:45:33.318 INFO:teuthology.orchestra.run.smithi029.stdout:Access: 2024-09-13 05:45:31.310547838 +0000 2024-09-13T05:45:33.318 INFO:teuthology.orchestra.run.smithi029.stdout:Modify: 2024-09-13 05:45:31.053553333 +0000 2024-09-13T05:45:33.318 INFO:teuthology.orchestra.run.smithi029.stdout:Change: 2024-09-13 05:45:31.053553333 +0000 2024-09-13T05:45:33.318 INFO:teuthology.orchestra.run.smithi029.stdout: Birth: 2024-09-13 05:45:31.053553333 +0000 2024-09-13T05:45:33.318 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-13T05:45:33.381 INFO:teuthology.orchestra.run.smithi029.stderr:1+0 records in 2024-09-13T05:45:33.381 INFO:teuthology.orchestra.run.smithi029.stderr:1+0 records out 2024-09-13T05:45:33.381 INFO:teuthology.orchestra.run.smithi029.stderr:512 bytes copied, 0.000102867 s, 5.0 MB/s 2024-09-13T05:45:33.382 DEBUG:teuthology.orchestra.run.smithi029:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-13T05:45:33.439 DEBUG:teuthology.orchestra.run.smithi029:> stat /dev/vg_nvme/lv_4 2024-09-13T05:45:33.495 INFO:teuthology.orchestra.run.smithi029.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-13T05:45:33.495 INFO:teuthology.orchestra.run.smithi029.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-13T05:45:33.495 INFO:teuthology.orchestra.run.smithi029.stdout:Device: 5h/5d Inode: 981 Links: 1 2024-09-13T05:45:33.496 INFO:teuthology.orchestra.run.smithi029.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-13T05:45:33.496 INFO:teuthology.orchestra.run.smithi029.stdout:Context: system_u:object_r:device_t:s0 2024-09-13T05:45:33.496 INFO:teuthology.orchestra.run.smithi029.stdout:Access: 2024-09-13 05:45:31.310547838 +0000 2024-09-13T05:45:33.496 INFO:teuthology.orchestra.run.smithi029.stdout:Modify: 2024-09-13 05:45:31.054553312 +0000 2024-09-13T05:45:33.496 INFO:teuthology.orchestra.run.smithi029.stdout:Change: 2024-09-13 05:45:31.054553312 +0000 2024-09-13T05:45:33.496 INFO:teuthology.orchestra.run.smithi029.stdout: Birth: 2024-09-13 05:45:31.054553312 +0000 2024-09-13T05:45:33.496 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-13T05:45:33.559 INFO:teuthology.orchestra.run.smithi029.stderr:1+0 records in 2024-09-13T05:45:33.560 INFO:teuthology.orchestra.run.smithi029.stderr:1+0 records out 2024-09-13T05:45:33.560 INFO:teuthology.orchestra.run.smithi029.stderr:512 bytes copied, 0.000102509 s, 5.0 MB/s 2024-09-13T05:45:33.561 DEBUG:teuthology.orchestra.run.smithi029:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-13T05:45:33.620 DEBUG:teuthology.orchestra.run.smithi029:> grep '^nvme_loop' /proc/modules || sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2024-09-13T05:45:33.760 INFO:teuthology.orchestra.run.smithi029.stdout:loop 2024-09-13T05:45:33.762 INFO:tasks.nvme_loop:Connecting nvme_loop smithi029:/dev/vg_nvme/lv_1... 2024-09-13T05:45:33.762 DEBUG:teuthology.orchestra.run.smithi029:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2024-09-13T05:45:33.796 INFO:teuthology.orchestra.run.smithi029.stdout:1 2024-09-13T05:45:33.827 INFO:teuthology.orchestra.run.smithi029.stdout:/dev/vg_nvme/lv_11 2024-09-13T05:45:33.881 INFO:teuthology.orchestra.run.smithi029.stdout:connecting to device: nvme1 2024-09-13T05:45:33.883 INFO:tasks.nvme_loop:Connecting nvme_loop smithi029:/dev/vg_nvme/lv_2... 2024-09-13T05:45:33.884 DEBUG:teuthology.orchestra.run.smithi029:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2024-09-13T05:45:33.959 INFO:teuthology.orchestra.run.smithi029.stdout:1 2024-09-13T05:45:33.989 INFO:teuthology.orchestra.run.smithi029.stdout:/dev/vg_nvme/lv_21 2024-09-13T05:45:34.025 INFO:teuthology.orchestra.run.smithi029.stdout:connecting to device: nvme2 2024-09-13T05:45:34.026 INFO:tasks.nvme_loop:Connecting nvme_loop smithi029:/dev/vg_nvme/lv_3... 2024-09-13T05:45:34.027 DEBUG:teuthology.orchestra.run.smithi029:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2024-09-13T05:45:34.103 INFO:teuthology.orchestra.run.smithi029.stdout:1 2024-09-13T05:45:34.134 INFO:teuthology.orchestra.run.smithi029.stdout:/dev/vg_nvme/lv_31 2024-09-13T05:45:34.169 INFO:teuthology.orchestra.run.smithi029.stdout:connecting to device: nvme3 2024-09-13T05:45:34.171 INFO:tasks.nvme_loop:Connecting nvme_loop smithi029:/dev/vg_nvme/lv_4... 2024-09-13T05:45:34.171 DEBUG:teuthology.orchestra.run.smithi029:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2024-09-13T05:45:34.257 INFO:teuthology.orchestra.run.smithi029.stdout:1 2024-09-13T05:45:34.294 INFO:teuthology.orchestra.run.smithi029.stdout:/dev/vg_nvme/lv_41 2024-09-13T05:45:34.327 INFO:teuthology.orchestra.run.smithi029.stdout:connecting to device: nvme4 2024-09-13T05:45:34.329 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2024-09-13T05:45:34.329 DEBUG:teuthology.orchestra.run.smithi029:> dd if=/scratch_devs of=/dev/stdout 2024-09-13T05:45:34.345 DEBUG:teuthology.orchestra.run.smithi029:> sudo nvme list -o json 2024-09-13T05:45:34.412 INFO:teuthology.orchestra.run.smithi029.stdout:{ 2024-09-13T05:45:34.412 INFO:teuthology.orchestra.run.smithi029.stdout: "Devices":[ 2024-09-13T05:45:34.412 INFO:teuthology.orchestra.run.smithi029.stdout: { 2024-09-13T05:45:34.412 INFO:teuthology.orchestra.run.smithi029.stdout: "NameSpace":1, 2024-09-13T05:45:34.412 INFO:teuthology.orchestra.run.smithi029.stdout: "DevicePath":"/dev/nvme4n1", 2024-09-13T05:45:34.412 INFO:teuthology.orchestra.run.smithi029.stdout: "GenericPath":"/dev/ng4n1", 2024-09-13T05:45:34.413 INFO:teuthology.orchestra.run.smithi029.stdout: "Firmware":"5.14.0-5", 2024-09-13T05:45:34.413 INFO:teuthology.orchestra.run.smithi029.stdout: "ModelNumber":"Linux", 2024-09-13T05:45:34.413 INFO:teuthology.orchestra.run.smithi029.stdout: "SerialNumber":"b7f221b014a1bd871a39", 2024-09-13T05:45:34.413 INFO:teuthology.orchestra.run.smithi029.stdout: "UsedBytes":95995035648, 2024-09-13T05:45:34.413 INFO:teuthology.orchestra.run.smithi029.stdout: "MaximumLBA":187490304, 2024-09-13T05:45:34.413 INFO:teuthology.orchestra.run.smithi029.stdout: "PhysicalSize":95995035648, 2024-09-13T05:45:34.413 INFO:teuthology.orchestra.run.smithi029.stdout: "SectorSize":512 2024-09-13T05:45:34.413 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2024-09-13T05:45:34.413 INFO:teuthology.orchestra.run.smithi029.stdout: { 2024-09-13T05:45:34.413 INFO:teuthology.orchestra.run.smithi029.stdout: "NameSpace":1, 2024-09-13T05:45:34.413 INFO:teuthology.orchestra.run.smithi029.stdout: "DevicePath":"/dev/nvme3n1", 2024-09-13T05:45:34.414 INFO:teuthology.orchestra.run.smithi029.stdout: "GenericPath":"/dev/ng3n1", 2024-09-13T05:45:34.414 INFO:teuthology.orchestra.run.smithi029.stdout: "Firmware":"5.14.0-5", 2024-09-13T05:45:34.414 INFO:teuthology.orchestra.run.smithi029.stdout: "ModelNumber":"Linux", 2024-09-13T05:45:34.414 INFO:teuthology.orchestra.run.smithi029.stdout: "SerialNumber":"5eb21a6c14dd61d64d09", 2024-09-13T05:45:34.414 INFO:teuthology.orchestra.run.smithi029.stdout: "UsedBytes":95995035648, 2024-09-13T05:45:34.414 INFO:teuthology.orchestra.run.smithi029.stdout: "MaximumLBA":187490304, 2024-09-13T05:45:34.414 INFO:teuthology.orchestra.run.smithi029.stdout: "PhysicalSize":95995035648, 2024-09-13T05:45:34.414 INFO:teuthology.orchestra.run.smithi029.stdout: "SectorSize":512 2024-09-13T05:45:34.414 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2024-09-13T05:45:34.414 INFO:teuthology.orchestra.run.smithi029.stdout: { 2024-09-13T05:45:34.414 INFO:teuthology.orchestra.run.smithi029.stdout: "NameSpace":1, 2024-09-13T05:45:34.414 INFO:teuthology.orchestra.run.smithi029.stdout: "DevicePath":"/dev/nvme2n1", 2024-09-13T05:45:34.414 INFO:teuthology.orchestra.run.smithi029.stdout: "GenericPath":"/dev/ng2n1", 2024-09-13T05:45:34.415 INFO:teuthology.orchestra.run.smithi029.stdout: "Firmware":"5.14.0-5", 2024-09-13T05:45:34.415 INFO:teuthology.orchestra.run.smithi029.stdout: "ModelNumber":"Linux", 2024-09-13T05:45:34.415 INFO:teuthology.orchestra.run.smithi029.stdout: "SerialNumber":"b8e12cd525537ed22d55", 2024-09-13T05:45:34.415 INFO:teuthology.orchestra.run.smithi029.stdout: "UsedBytes":95995035648, 2024-09-13T05:45:34.415 INFO:teuthology.orchestra.run.smithi029.stdout: "MaximumLBA":187490304, 2024-09-13T05:45:34.415 INFO:teuthology.orchestra.run.smithi029.stdout: "PhysicalSize":95995035648, 2024-09-13T05:45:34.415 INFO:teuthology.orchestra.run.smithi029.stdout: "SectorSize":512 2024-09-13T05:45:34.415 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2024-09-13T05:45:34.415 INFO:teuthology.orchestra.run.smithi029.stdout: { 2024-09-13T05:45:34.415 INFO:teuthology.orchestra.run.smithi029.stdout: "NameSpace":1, 2024-09-13T05:45:34.415 INFO:teuthology.orchestra.run.smithi029.stdout: "DevicePath":"/dev/nvme1n1", 2024-09-13T05:45:34.415 INFO:teuthology.orchestra.run.smithi029.stdout: "GenericPath":"/dev/ng1n1", 2024-09-13T05:45:34.415 INFO:teuthology.orchestra.run.smithi029.stdout: "Firmware":"5.14.0-5", 2024-09-13T05:45:34.415 INFO:teuthology.orchestra.run.smithi029.stdout: "ModelNumber":"Linux", 2024-09-13T05:45:34.416 INFO:teuthology.orchestra.run.smithi029.stdout: "SerialNumber":"15b546ba21892eeeb981", 2024-09-13T05:45:34.416 INFO:teuthology.orchestra.run.smithi029.stdout: "UsedBytes":95995035648, 2024-09-13T05:45:34.416 INFO:teuthology.orchestra.run.smithi029.stdout: "MaximumLBA":187490304, 2024-09-13T05:45:34.416 INFO:teuthology.orchestra.run.smithi029.stdout: "PhysicalSize":95995035648, 2024-09-13T05:45:34.416 INFO:teuthology.orchestra.run.smithi029.stdout: "SectorSize":512 2024-09-13T05:45:34.416 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2024-09-13T05:45:34.416 INFO:teuthology.orchestra.run.smithi029.stdout: { 2024-09-13T05:45:34.416 INFO:teuthology.orchestra.run.smithi029.stdout: "NameSpace":1, 2024-09-13T05:45:34.416 INFO:teuthology.orchestra.run.smithi029.stdout: "DevicePath":"/dev/nvme0n1", 2024-09-13T05:45:34.416 INFO:teuthology.orchestra.run.smithi029.stdout: "GenericPath":"/dev/ng0n1", 2024-09-13T05:45:34.416 INFO:teuthology.orchestra.run.smithi029.stdout: "Firmware":"E2010325", 2024-09-13T05:45:34.416 INFO:teuthology.orchestra.run.smithi029.stdout: "ModelNumber":"INTEL SSDPED1D480GA", 2024-09-13T05:45:34.416 INFO:teuthology.orchestra.run.smithi029.stdout: "SerialNumber":"PHMB7512009B480DGN", 2024-09-13T05:45:34.416 INFO:teuthology.orchestra.run.smithi029.stdout: "UsedBytes":480103981056, 2024-09-13T05:45:34.417 INFO:teuthology.orchestra.run.smithi029.stdout: "MaximumLBA":937703088, 2024-09-13T05:45:34.417 INFO:teuthology.orchestra.run.smithi029.stdout: "PhysicalSize":480103981056, 2024-09-13T05:45:34.417 INFO:teuthology.orchestra.run.smithi029.stdout: "SectorSize":512 2024-09-13T05:45:34.417 INFO:teuthology.orchestra.run.smithi029.stdout: } 2024-09-13T05:45:34.417 INFO:teuthology.orchestra.run.smithi029.stdout: ] 2024-09-13T05:45:34.417 INFO:teuthology.orchestra.run.smithi029.stdout:} 2024-09-13T05:45:34.418 INFO:tasks.nvme_loop:new_devs ['/dev/nvme4n1', '/dev/nvme3n1', '/dev/nvme2n1', '/dev/nvme1n1'] 2024-09-13T05:45:34.418 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2024-09-13T05:45:34.418 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd of=/scratch_devs 2024-09-13T05:45:34.485 DEBUG:teuthology.orchestra.run.smithi165:> set -ex 2024-09-13T05:45:34.485 DEBUG:teuthology.orchestra.run.smithi165:> dd if=/scratch_devs of=/dev/stdout 2024-09-13T05:45:34.506 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-09-13T05:45:34.506 DEBUG:teuthology.orchestra.run.smithi165:> stat /dev/vg_nvme/lv_1 2024-09-13T05:45:34.565 INFO:teuthology.orchestra.run.smithi165.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-13T05:45:34.565 INFO:teuthology.orchestra.run.smithi165.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-13T05:45:34.565 INFO:teuthology.orchestra.run.smithi165.stdout:Device: 5h/5d Inode: 969 Links: 1 2024-09-13T05:45:34.565 INFO:teuthology.orchestra.run.smithi165.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-13T05:45:34.565 INFO:teuthology.orchestra.run.smithi165.stdout:Context: system_u:object_r:device_t:s0 2024-09-13T05:45:34.565 INFO:teuthology.orchestra.run.smithi165.stdout:Access: 2024-09-13 05:45:31.080681288 +0000 2024-09-13T05:45:34.565 INFO:teuthology.orchestra.run.smithi165.stdout:Modify: 2024-09-13 05:45:30.843573825 +0000 2024-09-13T05:45:34.565 INFO:teuthology.orchestra.run.smithi165.stdout:Change: 2024-09-13 05:45:30.843573825 +0000 2024-09-13T05:45:34.566 INFO:teuthology.orchestra.run.smithi165.stdout: Birth: 2024-09-13 05:45:30.843573825 +0000 2024-09-13T05:45:34.566 DEBUG:teuthology.orchestra.run.smithi165:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-13T05:45:34.636 INFO:teuthology.orchestra.run.smithi165.stderr:1+0 records in 2024-09-13T05:45:34.636 INFO:teuthology.orchestra.run.smithi165.stderr:1+0 records out 2024-09-13T05:45:34.636 INFO:teuthology.orchestra.run.smithi165.stderr:512 bytes copied, 0.00022705 s, 2.3 MB/s 2024-09-13T05:45:34.637 DEBUG:teuthology.orchestra.run.smithi165:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-13T05:45:34.696 DEBUG:teuthology.orchestra.run.smithi165:> stat /dev/vg_nvme/lv_2 2024-09-13T05:45:34.754 INFO:teuthology.orchestra.run.smithi165.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-13T05:45:34.754 INFO:teuthology.orchestra.run.smithi165.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-13T05:45:34.754 INFO:teuthology.orchestra.run.smithi165.stdout:Device: 5h/5d Inode: 972 Links: 1 2024-09-13T05:45:34.754 INFO:teuthology.orchestra.run.smithi165.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-13T05:45:34.754 INFO:teuthology.orchestra.run.smithi165.stdout:Context: system_u:object_r:device_t:s0 2024-09-13T05:45:34.754 INFO:teuthology.orchestra.run.smithi165.stdout:Access: 2024-09-13 05:45:31.080681288 +0000 2024-09-13T05:45:34.754 INFO:teuthology.orchestra.run.smithi165.stdout:Modify: 2024-09-13 05:45:30.844574279 +0000 2024-09-13T05:45:34.754 INFO:teuthology.orchestra.run.smithi165.stdout:Change: 2024-09-13 05:45:30.844574279 +0000 2024-09-13T05:45:34.754 INFO:teuthology.orchestra.run.smithi165.stdout: Birth: 2024-09-13 05:45:30.844574279 +0000 2024-09-13T05:45:34.755 DEBUG:teuthology.orchestra.run.smithi165:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-13T05:45:34.821 INFO:teuthology.orchestra.run.smithi165.stderr:1+0 records in 2024-09-13T05:45:34.821 INFO:teuthology.orchestra.run.smithi165.stderr:1+0 records out 2024-09-13T05:45:34.821 INFO:teuthology.orchestra.run.smithi165.stderr:512 bytes copied, 0.000205691 s, 2.5 MB/s 2024-09-13T05:45:34.822 DEBUG:teuthology.orchestra.run.smithi165:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-13T05:45:34.880 DEBUG:teuthology.orchestra.run.smithi165:> stat /dev/vg_nvme/lv_3 2024-09-13T05:45:34.938 INFO:teuthology.orchestra.run.smithi165.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-13T05:45:34.938 INFO:teuthology.orchestra.run.smithi165.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-13T05:45:34.938 INFO:teuthology.orchestra.run.smithi165.stdout:Device: 5h/5d Inode: 984 Links: 1 2024-09-13T05:45:34.938 INFO:teuthology.orchestra.run.smithi165.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-13T05:45:34.938 INFO:teuthology.orchestra.run.smithi165.stdout:Context: system_u:object_r:device_t:s0 2024-09-13T05:45:34.938 INFO:teuthology.orchestra.run.smithi165.stdout:Access: 2024-09-13 05:45:31.081681741 +0000 2024-09-13T05:45:34.938 INFO:teuthology.orchestra.run.smithi165.stdout:Modify: 2024-09-13 05:45:30.845574732 +0000 2024-09-13T05:45:34.938 INFO:teuthology.orchestra.run.smithi165.stdout:Change: 2024-09-13 05:45:30.845574732 +0000 2024-09-13T05:45:34.938 INFO:teuthology.orchestra.run.smithi165.stdout: Birth: 2024-09-13 05:45:30.845574732 +0000 2024-09-13T05:45:34.939 DEBUG:teuthology.orchestra.run.smithi165:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-13T05:45:35.005 INFO:teuthology.orchestra.run.smithi165.stderr:1+0 records in 2024-09-13T05:45:35.006 INFO:teuthology.orchestra.run.smithi165.stderr:1+0 records out 2024-09-13T05:45:35.006 INFO:teuthology.orchestra.run.smithi165.stderr:512 bytes copied, 0.000212223 s, 2.4 MB/s 2024-09-13T05:45:35.007 DEBUG:teuthology.orchestra.run.smithi165:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-13T05:45:35.064 DEBUG:teuthology.orchestra.run.smithi165:> stat /dev/vg_nvme/lv_4 2024-09-13T05:45:35.121 INFO:teuthology.orchestra.run.smithi165.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-13T05:45:35.121 INFO:teuthology.orchestra.run.smithi165.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-13T05:45:35.121 INFO:teuthology.orchestra.run.smithi165.stdout:Device: 5h/5d Inode: 981 Links: 1 2024-09-13T05:45:35.121 INFO:teuthology.orchestra.run.smithi165.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-13T05:45:35.121 INFO:teuthology.orchestra.run.smithi165.stdout:Context: system_u:object_r:device_t:s0 2024-09-13T05:45:35.121 INFO:teuthology.orchestra.run.smithi165.stdout:Access: 2024-09-13 05:45:31.081681741 +0000 2024-09-13T05:45:35.121 INFO:teuthology.orchestra.run.smithi165.stdout:Modify: 2024-09-13 05:45:30.845574732 +0000 2024-09-13T05:45:35.121 INFO:teuthology.orchestra.run.smithi165.stdout:Change: 2024-09-13 05:45:30.845574732 +0000 2024-09-13T05:45:35.122 INFO:teuthology.orchestra.run.smithi165.stdout: Birth: 2024-09-13 05:45:30.845574732 +0000 2024-09-13T05:45:35.122 DEBUG:teuthology.orchestra.run.smithi165:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-13T05:45:35.185 INFO:teuthology.orchestra.run.smithi165.stderr:1+0 records in 2024-09-13T05:45:35.186 INFO:teuthology.orchestra.run.smithi165.stderr:1+0 records out 2024-09-13T05:45:35.186 INFO:teuthology.orchestra.run.smithi165.stderr:512 bytes copied, 0.000189119 s, 2.7 MB/s 2024-09-13T05:45:35.187 DEBUG:teuthology.orchestra.run.smithi165:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-13T05:45:35.243 DEBUG:teuthology.orchestra.run.smithi165:> grep '^nvme_loop' /proc/modules || sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2024-09-13T05:45:35.380 INFO:teuthology.orchestra.run.smithi165.stdout:loop 2024-09-13T05:45:35.381 INFO:tasks.nvme_loop:Connecting nvme_loop smithi165:/dev/vg_nvme/lv_1... 2024-09-13T05:45:35.382 DEBUG:teuthology.orchestra.run.smithi165:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2024-09-13T05:45:35.416 INFO:teuthology.orchestra.run.smithi165.stdout:1 2024-09-13T05:45:35.447 INFO:teuthology.orchestra.run.smithi165.stdout:/dev/vg_nvme/lv_11 2024-09-13T05:45:35.506 INFO:teuthology.orchestra.run.smithi165.stdout:connecting to device: nvme1 2024-09-13T05:45:35.508 INFO:tasks.nvme_loop:Connecting nvme_loop smithi165:/dev/vg_nvme/lv_2... 2024-09-13T05:45:35.508 DEBUG:teuthology.orchestra.run.smithi165:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2024-09-13T05:45:35.583 INFO:teuthology.orchestra.run.smithi165.stdout:1 2024-09-13T05:45:35.613 INFO:teuthology.orchestra.run.smithi165.stdout:/dev/vg_nvme/lv_21 2024-09-13T05:45:35.644 INFO:teuthology.orchestra.run.smithi165.stdout:connecting to device: nvme2 2024-09-13T05:45:35.646 INFO:tasks.nvme_loop:Connecting nvme_loop smithi165:/dev/vg_nvme/lv_3... 2024-09-13T05:45:35.646 DEBUG:teuthology.orchestra.run.smithi165:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2024-09-13T05:45:35.720 INFO:teuthology.orchestra.run.smithi165.stdout:1 2024-09-13T05:45:35.750 INFO:teuthology.orchestra.run.smithi165.stdout:/dev/vg_nvme/lv_31 2024-09-13T05:45:35.781 INFO:teuthology.orchestra.run.smithi165.stdout:connecting to device: nvme3 2024-09-13T05:45:35.783 INFO:tasks.nvme_loop:Connecting nvme_loop smithi165:/dev/vg_nvme/lv_4... 2024-09-13T05:45:35.783 DEBUG:teuthology.orchestra.run.smithi165:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2024-09-13T05:45:35.856 INFO:teuthology.orchestra.run.smithi165.stdout:1 2024-09-13T05:45:35.886 INFO:teuthology.orchestra.run.smithi165.stdout:/dev/vg_nvme/lv_41 2024-09-13T05:45:35.918 INFO:teuthology.orchestra.run.smithi165.stdout:connecting to device: nvme4 2024-09-13T05:45:35.920 DEBUG:teuthology.orchestra.run.smithi165:> set -ex 2024-09-13T05:45:35.920 DEBUG:teuthology.orchestra.run.smithi165:> dd if=/scratch_devs of=/dev/stdout 2024-09-13T05:45:35.976 DEBUG:teuthology.orchestra.run.smithi165:> sudo nvme list -o json 2024-09-13T05:45:36.041 INFO:teuthology.orchestra.run.smithi165.stdout:{ 2024-09-13T05:45:36.041 INFO:teuthology.orchestra.run.smithi165.stdout: "Devices":[ 2024-09-13T05:45:36.041 INFO:teuthology.orchestra.run.smithi165.stdout: { 2024-09-13T05:45:36.041 INFO:teuthology.orchestra.run.smithi165.stdout: "NameSpace":1, 2024-09-13T05:45:36.042 INFO:teuthology.orchestra.run.smithi165.stdout: "DevicePath":"/dev/nvme4n1", 2024-09-13T05:45:36.042 INFO:teuthology.orchestra.run.smithi165.stdout: "GenericPath":"/dev/ng4n1", 2024-09-13T05:45:36.042 INFO:teuthology.orchestra.run.smithi165.stdout: "Firmware":"5.14.0-5", 2024-09-13T05:45:36.042 INFO:teuthology.orchestra.run.smithi165.stdout: "ModelNumber":"Linux", 2024-09-13T05:45:36.042 INFO:teuthology.orchestra.run.smithi165.stdout: "SerialNumber":"52e4e707a94a20f21001", 2024-09-13T05:45:36.042 INFO:teuthology.orchestra.run.smithi165.stdout: "UsedBytes":95995035648, 2024-09-13T05:45:36.042 INFO:teuthology.orchestra.run.smithi165.stdout: "MaximumLBA":187490304, 2024-09-13T05:45:36.042 INFO:teuthology.orchestra.run.smithi165.stdout: "PhysicalSize":95995035648, 2024-09-13T05:45:36.042 INFO:teuthology.orchestra.run.smithi165.stdout: "SectorSize":512 2024-09-13T05:45:36.042 INFO:teuthology.orchestra.run.smithi165.stdout: }, 2024-09-13T05:45:36.042 INFO:teuthology.orchestra.run.smithi165.stdout: { 2024-09-13T05:45:36.043 INFO:teuthology.orchestra.run.smithi165.stdout: "NameSpace":1, 2024-09-13T05:45:36.043 INFO:teuthology.orchestra.run.smithi165.stdout: "DevicePath":"/dev/nvme3n1", 2024-09-13T05:45:36.043 INFO:teuthology.orchestra.run.smithi165.stdout: "GenericPath":"/dev/ng3n1", 2024-09-13T05:45:36.043 INFO:teuthology.orchestra.run.smithi165.stdout: "Firmware":"5.14.0-5", 2024-09-13T05:45:36.043 INFO:teuthology.orchestra.run.smithi165.stdout: "ModelNumber":"Linux", 2024-09-13T05:45:36.043 INFO:teuthology.orchestra.run.smithi165.stdout: "SerialNumber":"325ba7fead4779cd7507", 2024-09-13T05:45:36.043 INFO:teuthology.orchestra.run.smithi165.stdout: "UsedBytes":95995035648, 2024-09-13T05:45:36.043 INFO:teuthology.orchestra.run.smithi165.stdout: "MaximumLBA":187490304, 2024-09-13T05:45:36.043 INFO:teuthology.orchestra.run.smithi165.stdout: "PhysicalSize":95995035648, 2024-09-13T05:45:36.043 INFO:teuthology.orchestra.run.smithi165.stdout: "SectorSize":512 2024-09-13T05:45:36.043 INFO:teuthology.orchestra.run.smithi165.stdout: }, 2024-09-13T05:45:36.043 INFO:teuthology.orchestra.run.smithi165.stdout: { 2024-09-13T05:45:36.043 INFO:teuthology.orchestra.run.smithi165.stdout: "NameSpace":1, 2024-09-13T05:45:36.044 INFO:teuthology.orchestra.run.smithi165.stdout: "DevicePath":"/dev/nvme2n1", 2024-09-13T05:45:36.044 INFO:teuthology.orchestra.run.smithi165.stdout: "GenericPath":"/dev/ng2n1", 2024-09-13T05:45:36.044 INFO:teuthology.orchestra.run.smithi165.stdout: "Firmware":"5.14.0-5", 2024-09-13T05:45:36.044 INFO:teuthology.orchestra.run.smithi165.stdout: "ModelNumber":"Linux", 2024-09-13T05:45:36.044 INFO:teuthology.orchestra.run.smithi165.stdout: "SerialNumber":"2b1aed215261fa6b01c0", 2024-09-13T05:45:36.044 INFO:teuthology.orchestra.run.smithi165.stdout: "UsedBytes":95995035648, 2024-09-13T05:45:36.044 INFO:teuthology.orchestra.run.smithi165.stdout: "MaximumLBA":187490304, 2024-09-13T05:45:36.044 INFO:teuthology.orchestra.run.smithi165.stdout: "PhysicalSize":95995035648, 2024-09-13T05:45:36.045 INFO:teuthology.orchestra.run.smithi165.stdout: "SectorSize":512 2024-09-13T05:45:36.045 INFO:teuthology.orchestra.run.smithi165.stdout: }, 2024-09-13T05:45:36.045 INFO:teuthology.orchestra.run.smithi165.stdout: { 2024-09-13T05:45:36.045 INFO:teuthology.orchestra.run.smithi165.stdout: "NameSpace":1, 2024-09-13T05:45:36.045 INFO:teuthology.orchestra.run.smithi165.stdout: "DevicePath":"/dev/nvme1n1", 2024-09-13T05:45:36.045 INFO:teuthology.orchestra.run.smithi165.stdout: "GenericPath":"/dev/ng1n1", 2024-09-13T05:45:36.045 INFO:teuthology.orchestra.run.smithi165.stdout: "Firmware":"5.14.0-5", 2024-09-13T05:45:36.045 INFO:teuthology.orchestra.run.smithi165.stdout: "ModelNumber":"Linux", 2024-09-13T05:45:36.045 INFO:teuthology.orchestra.run.smithi165.stdout: "SerialNumber":"6aa5f66a8612add6b621", 2024-09-13T05:45:36.045 INFO:teuthology.orchestra.run.smithi165.stdout: "UsedBytes":95995035648, 2024-09-13T05:45:36.045 INFO:teuthology.orchestra.run.smithi165.stdout: "MaximumLBA":187490304, 2024-09-13T05:45:36.045 INFO:teuthology.orchestra.run.smithi165.stdout: "PhysicalSize":95995035648, 2024-09-13T05:45:36.045 INFO:teuthology.orchestra.run.smithi165.stdout: "SectorSize":512 2024-09-13T05:45:36.046 INFO:teuthology.orchestra.run.smithi165.stdout: }, 2024-09-13T05:45:36.046 INFO:teuthology.orchestra.run.smithi165.stdout: { 2024-09-13T05:45:36.046 INFO:teuthology.orchestra.run.smithi165.stdout: "NameSpace":1, 2024-09-13T05:45:36.046 INFO:teuthology.orchestra.run.smithi165.stdout: "DevicePath":"/dev/nvme0n1", 2024-09-13T05:45:36.046 INFO:teuthology.orchestra.run.smithi165.stdout: "GenericPath":"/dev/ng0n1", 2024-09-13T05:45:36.046 INFO:teuthology.orchestra.run.smithi165.stdout: "Firmware":"8DV101H0", 2024-09-13T05:45:36.046 INFO:teuthology.orchestra.run.smithi165.stdout: "ModelNumber":"INTEL SSDPEDMD400G4", 2024-09-13T05:45:36.046 INFO:teuthology.orchestra.run.smithi165.stdout: "SerialNumber":"CVFT623300CE400BGN", 2024-09-13T05:45:36.046 INFO:teuthology.orchestra.run.smithi165.stdout: "UsedBytes":400088457216, 2024-09-13T05:45:36.046 INFO:teuthology.orchestra.run.smithi165.stdout: "MaximumLBA":781422768, 2024-09-13T05:45:36.046 INFO:teuthology.orchestra.run.smithi165.stdout: "PhysicalSize":400088457216, 2024-09-13T05:45:36.046 INFO:teuthology.orchestra.run.smithi165.stdout: "SectorSize":512 2024-09-13T05:45:36.046 INFO:teuthology.orchestra.run.smithi165.stdout: } 2024-09-13T05:45:36.047 INFO:teuthology.orchestra.run.smithi165.stdout: ] 2024-09-13T05:45:36.047 INFO:teuthology.orchestra.run.smithi165.stdout:} 2024-09-13T05:45:36.047 INFO:tasks.nvme_loop:new_devs ['/dev/nvme4n1', '/dev/nvme3n1', '/dev/nvme2n1', '/dev/nvme1n1'] 2024-09-13T05:45:36.048 DEBUG:teuthology.orchestra.run.smithi165:> set -ex 2024-09-13T05:45:36.048 DEBUG:teuthology.orchestra.run.smithi165:> sudo dd of=/scratch_devs 2024-09-13T05:45:36.112 INFO:teuthology.run_tasks:Running task cephadm... 2024-09-13T05:45:36.226 INFO:tasks.cephadm:Config: {'roleless': True, '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, 'osd shutdown pgref assert': True}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)', 'CEPHADM_DAEMON_PLACE_FAIL', 'CEPHADM_FAILED_DAEMON'], 'log-only-match': ['CEPHADM_'], 'sha1': '9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3'} 2024-09-13T05:45:36.226 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3 2024-09-13T05:45:36.226 INFO:tasks.cephadm:Cluster fsid is 664d943a-7193-11ef-bceb-c7b262605968 2024-09-13T05:45:36.226 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-09-13T05:45:36.226 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-09-13T05:45:36.227 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi029': '172.21.15.29', 'mon.smithi165': '172.21.15.165'} 2024-09-13T05:45:36.227 INFO:tasks.cephadm:Normalizing hostnames... 2024-09-13T05:45:36.227 DEBUG:teuthology.orchestra.run.smithi029:> sudo hostname $(hostname -s) 2024-09-13T05:45:36.260 DEBUG:teuthology.orchestra.run.smithi165:> sudo hostname $(hostname -s) 2024-09-13T05:45:36.286 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-09-13T05:45:36.286 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3 2024-09-13T05:45:36.469 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic/83020/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.3.0-4911-g9d608eb1', 'node_name': '172.21.2.6+braggi06', 'job_name': 'ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic', 'package_manager_version': '19.3.0-4911.g9d608eb1'}, 'url': 'https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-12-1245/9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/centos/9/flavors/default/', 'distro_codename': None, 'modified': '2024-09-12 18:36:28.367049', 'distro_version': '9', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-guits-main-2024-09-12-1245', 'chacra_url': 'https://1.chacra.ceph.com/repos/ceph/wip-guits-main-2024-09-12-1245/9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/centos/9/flavors/default/', 'archs': ['source', 'x86_64'], 'distro': 'centos'}] 2024-09-13T05:45:36.623 INFO:tasks.util.chacra:got chacra host 1.chacra.ceph.com, ref wip-guits-main-2024-09-12-1245, sha1 9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3 from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3 2024-09-13T05:45:36.624 INFO:tasks.cephadm:Discovered cachra url: https://1.chacra.ceph.com/binaries/ceph/wip-guits-main-2024-09-12-1245/9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/centos/9/x86_64/flavors/default/cephadm 2024-09-13T05:45:36.624 INFO:tasks.cephadm:Downloading cephadm from url: https://1.chacra.ceph.com/binaries/ceph/wip-guits-main-2024-09-12-1245/9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/centos/9/x86_64/flavors/default/cephadm 2024-09-13T05:45:36.624 DEBUG:teuthology.orchestra.run.smithi029:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/wip-guits-main-2024-09-12-1245/9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-13T05:45:37.016 INFO:teuthology.orchestra.run.smithi029.stdout:-rw-r--r--. 1 ubuntu ubuntu 804133 Sep 13 05:45 /home/ubuntu/cephtest/cephadm 2024-09-13T05:45:37.017 DEBUG:teuthology.orchestra.run.smithi165:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/wip-guits-main-2024-09-12-1245/9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-13T05:45:37.394 INFO:teuthology.orchestra.run.smithi165.stdout:-rw-r--r--. 1 ubuntu ubuntu 804133 Sep 13 05:45 /home/ubuntu/cephtest/cephadm 2024-09-13T05:45:37.394 DEBUG:teuthology.orchestra.run.smithi029:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-13T05:45:37.414 DEBUG:teuthology.orchestra.run.smithi165:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-13T05:45:37.442 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3 on all hosts... 2024-09-13T05:45:37.442 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3 pull 2024-09-13T05:45:37.457 DEBUG:teuthology.orchestra.run.smithi165:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3 pull 2024-09-13T05:45:39.124 INFO:teuthology.orchestra.run.smithi165.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3... 2024-09-13T05:45:40.341 INFO:teuthology.orchestra.run.smithi029.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3... 2024-09-13T05:46:41.426 INFO:teuthology.orchestra.run.smithi029.stdout:{ 2024-09-13T05:46:41.427 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph_version": "ceph version 19.3.0-4911-g9d608eb1 (9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3) squid (dev)", 2024-09-13T05:46:41.427 INFO:teuthology.orchestra.run.smithi029.stdout: "image_id": "0ce38589d192f00a67c8f9b0cb5ac7ff2f64a4d81462c062375b6ecefcaf776f", 2024-09-13T05:46:41.427 INFO:teuthology.orchestra.run.smithi029.stdout: "repo_digests": [ 2024-09-13T05:46:41.427 INFO:teuthology.orchestra.run.smithi029.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:931e75f8a8ba7bd669ee47053a4500e7d74632603919af8ba169df149fde6cff" 2024-09-13T05:46:41.427 INFO:teuthology.orchestra.run.smithi029.stdout: ] 2024-09-13T05:46:41.427 INFO:teuthology.orchestra.run.smithi029.stdout:} 2024-09-13T05:46:43.050 INFO:teuthology.orchestra.run.smithi165.stdout:{ 2024-09-13T05:46:43.050 INFO:teuthology.orchestra.run.smithi165.stdout: "ceph_version": "ceph version 19.3.0-4911-g9d608eb1 (9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3) squid (dev)", 2024-09-13T05:46:43.051 INFO:teuthology.orchestra.run.smithi165.stdout: "image_id": "0ce38589d192f00a67c8f9b0cb5ac7ff2f64a4d81462c062375b6ecefcaf776f", 2024-09-13T05:46:43.051 INFO:teuthology.orchestra.run.smithi165.stdout: "repo_digests": [ 2024-09-13T05:46:43.051 INFO:teuthology.orchestra.run.smithi165.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:931e75f8a8ba7bd669ee47053a4500e7d74632603919af8ba169df149fde6cff" 2024-09-13T05:46:43.051 INFO:teuthology.orchestra.run.smithi165.stdout: ] 2024-09-13T05:46:43.051 INFO:teuthology.orchestra.run.smithi165.stdout:} 2024-09-13T05:46:43.076 DEBUG:teuthology.orchestra.run.smithi029:> sudo mkdir -p /etc/ceph 2024-09-13T05:46:43.111 DEBUG:teuthology.orchestra.run.smithi165:> sudo mkdir -p /etc/ceph 2024-09-13T05:46:43.139 DEBUG:teuthology.orchestra.run.smithi029:> sudo chmod 777 /etc/ceph 2024-09-13T05:46:43.182 DEBUG:teuthology.orchestra.run.smithi165:> sudo chmod 777 /etc/ceph 2024-09-13T05:46:43.206 INFO:tasks.cephadm:Writing seed config... 2024-09-13T05:46:43.208 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-09-13T05:46:43.208 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-09-13T05:46:43.208 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-09-13T05:46:43.208 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-09-13T05:46:43.208 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-09-13T05:46:43.208 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-09-13T05:46:43.208 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-09-13T05:46:43.209 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2024-09-13T05:46:43.209 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2024-09-13T05:46:43.209 DEBUG:teuthology.orchestra.run.smithi029:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-09-13T05:46:43.241 DEBUG:tasks.cephadm:Final config: [global] # make logging friendly to teuthology log_to_file = true log_to_stderr = false log to journald = false mon cluster log to file = true mon cluster log file level = debug mon clock drift allowed = 1.000 # replicate across OSDs, not hosts osd crush chooseleaf type = 0 #osd pool default size = 2 osd pool default erasure code profile = plugin=jerasure technique=reed_sol_van k=2 m=1 crush-failure-domain=osd # enable some debugging auth debug = true ms die on old message = true ms die on bug = true debug asserts on shutdown = true # adjust warnings mon max pg per osd = 10000# >= luminous mon pg warn max object skew = 0 mon osd allow primary affinity = true mon osd allow pg remap = true mon warn on legacy crush tunables = false mon warn on crush straw calc version zero = false mon warn on no sortbitwise = false mon warn on osd down out interval zero = false mon warn on too few osds = false mon_warn_on_pool_pg_num_not_power_of_two = false # disable pg_autoscaler by default for new pools osd_pool_default_pg_autoscale_mode = off # tests delete pools mon allow pool delete = true fsid = 664d943a-7193-11ef-bceb-c7b262605968 [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 2024-09-13T05:46:43.241 DEBUG:teuthology.orchestra.run.smithi029:mon.smithi029> sudo journalctl -f -n 0 -u ceph-664d943a-7193-11ef-bceb-c7b262605968@mon.smithi029.service 2024-09-13T05:46:43.284 INFO:tasks.cephadm:Bootstrapping... 2024-09-13T05:46:43.284 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3 -v bootstrap --fsid 664d943a-7193-11ef-bceb-c7b262605968 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-ip 172.21.15.29 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-09-13T05:46:43.502 INFO:teuthology.orchestra.run.smithi029.stdout:-------------------------------------------------------------------------------- 2024-09-13T05:46:43.502 INFO:teuthology.orchestra.run.smithi029.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3', '-v', 'bootstrap', '--fsid', '664d943a-7193-11ef-bceb-c7b262605968', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-ip', '172.21.15.29', '--skip-admin-label'] 2024-09-13T05:46:43.503 INFO:teuthology.orchestra.run.smithi029.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-09-13T05:46:43.503 INFO:teuthology.orchestra.run.smithi029.stdout:Verifying podman|docker is present... 2024-09-13T05:46:43.527 INFO:teuthology.orchestra.run.smithi029.stdout:/bin/podman: stdout 5.2.2 2024-09-13T05:46:43.527 INFO:teuthology.orchestra.run.smithi029.stdout:Verifying lvm2 is present... 2024-09-13T05:46:43.527 INFO:teuthology.orchestra.run.smithi029.stdout:Verifying time synchronization is in place... 2024-09-13T05:46:43.534 INFO:teuthology.orchestra.run.smithi029.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-09-13T05:46:43.534 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-09-13T05:46:43.541 INFO:teuthology.orchestra.run.smithi029.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-09-13T05:46:43.541 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stdout inactive 2024-09-13T05:46:43.547 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stdout enabled 2024-09-13T05:46:43.554 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stdout active 2024-09-13T05:46:43.554 INFO:teuthology.orchestra.run.smithi029.stdout:Unit chronyd.service is enabled and running 2024-09-13T05:46:43.554 INFO:teuthology.orchestra.run.smithi029.stdout:Repeating the final host check... 2024-09-13T05:46:43.578 INFO:teuthology.orchestra.run.smithi029.stdout:/bin/podman: stdout 5.2.2 2024-09-13T05:46:43.578 INFO:teuthology.orchestra.run.smithi029.stdout:podman (/bin/podman) version 5.2.2 is present 2024-09-13T05:46:43.578 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl is present 2024-09-13T05:46:43.578 INFO:teuthology.orchestra.run.smithi029.stdout:lvcreate is present 2024-09-13T05:46:43.584 INFO:teuthology.orchestra.run.smithi029.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-09-13T05:46:43.584 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-09-13T05:46:43.591 INFO:teuthology.orchestra.run.smithi029.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-09-13T05:46:43.591 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stdout inactive 2024-09-13T05:46:43.597 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stdout enabled 2024-09-13T05:46:43.604 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stdout active 2024-09-13T05:46:43.604 INFO:teuthology.orchestra.run.smithi029.stdout:Unit chronyd.service is enabled and running 2024-09-13T05:46:43.604 INFO:teuthology.orchestra.run.smithi029.stdout:Host looks OK 2024-09-13T05:46:43.604 INFO:teuthology.orchestra.run.smithi029.stdout:Cluster fsid: 664d943a-7193-11ef-bceb-c7b262605968 2024-09-13T05:46:43.605 INFO:teuthology.orchestra.run.smithi029.stdout:Acquiring lock 140530283128624 on /run/cephadm/664d943a-7193-11ef-bceb-c7b262605968.lock 2024-09-13T05:46:43.605 INFO:teuthology.orchestra.run.smithi029.stdout:Lock 140530283128624 acquired on /run/cephadm/664d943a-7193-11ef-bceb-c7b262605968.lock 2024-09-13T05:46:43.606 INFO:teuthology.orchestra.run.smithi029.stdout:Verifying IP 172.21.15.29 port 3300 ... 2024-09-13T05:46:43.606 INFO:teuthology.orchestra.run.smithi029.stdout:Verifying IP 172.21.15.29 port 6789 ... 2024-09-13T05:46:43.606 INFO:teuthology.orchestra.run.smithi029.stdout:Base mon IP(s) is [172.21.15.29:3300, 172.21.15.29:6789], mon addrv is [v2:172.21.15.29:3300,v1:172.21.15.29:6789] 2024-09-13T05:46:43.609 INFO:teuthology.orchestra.run.smithi029.stdout:/sbin/ip: stdout default via 172.21.15.254 dev ens1f0 proto dhcp src 172.21.15.29 metric 100 2024-09-13T05:46:43.609 INFO:teuthology.orchestra.run.smithi029.stdout:/sbin/ip: stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.29 metric 100 2024-09-13T05:46:43.611 INFO:teuthology.orchestra.run.smithi029.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-09-13T05:46:43.611 INFO:teuthology.orchestra.run.smithi029.stdout:/sbin/ip: stdout fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2024-09-13T05:46:43.611 INFO:teuthology.orchestra.run.smithi029.stdout:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1791sec hoplimit 64 pref medium 2024-09-13T05:46:43.614 INFO:teuthology.orchestra.run.smithi029.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-09-13T05:46:43.614 INFO:teuthology.orchestra.run.smithi029.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2024-09-13T05:46:43.614 INFO:teuthology.orchestra.run.smithi029.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-09-13T05:46:43.614 INFO:teuthology.orchestra.run.smithi029.stdout:/sbin/ip: stdout 4: ens1f0: mtu 1500 state UP qlen 1000 2024-09-13T05:46:43.614 INFO:teuthology.orchestra.run.smithi029.stdout:/sbin/ip: stdout inet6 fe80::ec4:7aff:febd:125a/64 scope link 2024-09-13T05:46:43.614 INFO:teuthology.orchestra.run.smithi029.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-09-13T05:46:43.615 INFO:teuthology.orchestra.run.smithi029.stdout:Mon IP `172.21.15.29` is in CIDR network `172.21.0.0/20` 2024-09-13T05:46:43.615 INFO:teuthology.orchestra.run.smithi029.stdout:Mon IP `172.21.15.29` is in CIDR network `172.21.0.0/20` 2024-09-13T05:46:43.615 INFO:teuthology.orchestra.run.smithi029.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-09-13T05:46:43.615 INFO:teuthology.orchestra.run.smithi029.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-09-13T05:46:43.615 INFO:teuthology.orchestra.run.smithi029.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3... 2024-09-13T05:46:44.163 INFO:teuthology.orchestra.run.smithi029.stdout:/bin/podman: stdout 0ce38589d192f00a67c8f9b0cb5ac7ff2f64a4d81462c062375b6ecefcaf776f 2024-09-13T05:46:44.163 INFO:teuthology.orchestra.run.smithi029.stdout:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3... 2024-09-13T05:46:44.163 INFO:teuthology.orchestra.run.smithi029.stdout:/bin/podman: stderr Getting image source signatures 2024-09-13T05:46:44.163 INFO:teuthology.orchestra.run.smithi029.stdout:/bin/podman: stderr Copying blob sha256:bc7b3194bffc4a43291bc953f168b025376bdc90932f49f19c32c1cc58e911c2 2024-09-13T05:46:44.163 INFO:teuthology.orchestra.run.smithi029.stdout:/bin/podman: stderr Copying blob sha256:e8b54c863393b7a8216a71737771b73b16a8e43ec7acf927c7faa175c255e551 2024-09-13T05:46:44.163 INFO:teuthology.orchestra.run.smithi029.stdout:/bin/podman: stderr Copying config sha256:0ce38589d192f00a67c8f9b0cb5ac7ff2f64a4d81462c062375b6ecefcaf776f 2024-09-13T05:46:44.163 INFO:teuthology.orchestra.run.smithi029.stdout:/bin/podman: stderr Writing manifest to image destination 2024-09-13T05:46:45.151 INFO:teuthology.orchestra.run.smithi029.stdout:ceph: stdout ceph version 19.3.0-4911-g9d608eb1 (9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3) squid (dev) 2024-09-13T05:46:45.151 INFO:teuthology.orchestra.run.smithi029.stdout:Ceph version: ceph version 19.3.0-4911-g9d608eb1 (9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3) squid (dev) 2024-09-13T05:46:45.151 INFO:teuthology.orchestra.run.smithi029.stdout:Extracting ceph user uid/gid from container image... 2024-09-13T05:46:46.188 INFO:teuthology.orchestra.run.smithi029.stdout:stat: stdout 167 167 2024-09-13T05:46:46.188 INFO:teuthology.orchestra.run.smithi029.stdout:Creating initial keys... 2024-09-13T05:46:47.133 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-authtool: stdout AQDG0eNmdmHsHhAAIDnG23wZtVu/W3yi8JcgXw== 2024-09-13T05:46:48.063 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-authtool: stdout AQDH0eNmvA4ZGxAAWCdQPXP29rQiGlZ5zBxIeA== 2024-09-13T05:46:48.969 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-authtool: stdout AQDI0eNmXpRhFxAA/taROsF1vTUq/5WbPPar3A== 2024-09-13T05:46:48.970 INFO:teuthology.orchestra.run.smithi029.stdout:Creating initial monmap... 2024-09-13T05:47:04.248 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-09-13T05:47:04.249 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-09-13T05:47:04.249 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 664d943a-7193-11ef-bceb-c7b262605968 2024-09-13T05:47:04.249 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-09-13T05:47:04.249 INFO:teuthology.orchestra.run.smithi029.stdout:monmaptool for smithi029 [v2:172.21.15.29:3300,v1:172.21.15.29:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-09-13T05:47:04.249 INFO:teuthology.orchestra.run.smithi029.stdout:setting min_mon_release = quincy 2024-09-13T05:47:04.249 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/monmaptool: set fsid to 664d943a-7193-11ef-bceb-c7b262605968 2024-09-13T05:47:04.249 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-09-13T05:47:04.249 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-13T05:47:04.250 INFO:teuthology.orchestra.run.smithi029.stdout:Creating mon... 2024-09-13T05:47:08.910 INFO:teuthology.orchestra.run.smithi029.stdout:create mon.smithi029 on 2024-09-13T05:47:09.280 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-09-13T05:47:09.462 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-664d943a-7193-11ef-bceb-c7b262605968.target → /etc/systemd/system/ceph-664d943a-7193-11ef-bceb-c7b262605968.target. 2024-09-13T05:47:09.462 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-664d943a-7193-11ef-bceb-c7b262605968.target → /etc/systemd/system/ceph-664d943a-7193-11ef-bceb-c7b262605968.target. 2024-09-13T05:47:10.394 INFO:teuthology.orchestra.run.smithi029.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-664d943a-7193-11ef-bceb-c7b262605968@mon.smithi029 2024-09-13T05:47:10.394 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stderr Failed to reset failed state of unit ceph-664d943a-7193-11ef-bceb-c7b262605968@mon.smithi029.service: Unit ceph-664d943a-7193-11ef-bceb-c7b262605968@mon.smithi029.service not loaded. 2024-09-13T05:47:10.745 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-664d943a-7193-11ef-bceb-c7b262605968.target.wants/ceph-664d943a-7193-11ef-bceb-c7b262605968@mon.smithi029.service → /etc/systemd/system/ceph-664d943a-7193-11ef-bceb-c7b262605968@.service. 2024-09-13T05:47:11.257 INFO:teuthology.orchestra.run.smithi029.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-09-13T05:47:11.257 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stdout disabled 2024-09-13T05:47:11.264 INFO:teuthology.orchestra.run.smithi029.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-09-13T05:47:11.264 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stdout inactive 2024-09-13T05:47:11.264 INFO:teuthology.orchestra.run.smithi029.stdout:firewalld.service is not enabled 2024-09-13T05:47:11.264 INFO:teuthology.orchestra.run.smithi029.stdout:Not possible to enable service . firewalld.service is not available 2024-09-13T05:47:11.265 INFO:teuthology.orchestra.run.smithi029.stdout:Waiting for mon to start... 2024-09-13T05:47:11.265 INFO:teuthology.orchestra.run.smithi029.stdout:Waiting for mon... 2024-09-13T05:47:12.301 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:12 smithi029 ceph-mon[25086]: from='client.? 172.21.15.29:0/2548578480' entity='client.admin' cmd={"prefix": "status"} : dispatch 2024-09-13T05:47:12.304 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout cluster: 2024-09-13T05:47:12.304 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout id: 664d943a-7193-11ef-bceb-c7b262605968 2024-09-13T05:47:12.304 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-09-13T05:47:12.304 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout 2024-09-13T05:47:12.304 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout services: 2024-09-13T05:47:12.305 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum smithi029 (age 0.525058s) 2024-09-13T05:47:12.305 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-09-13T05:47:12.305 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-09-13T05:47:12.305 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout 2024-09-13T05:47:12.305 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout data: 2024-09-13T05:47:12.305 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-09-13T05:47:12.305 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-09-13T05:47:12.305 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-09-13T05:47:12.305 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout pgs: 2024-09-13T05:47:12.305 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout 2024-09-13T05:47:12.305 INFO:teuthology.orchestra.run.smithi029.stdout:mon is available 2024-09-13T05:47:12.305 INFO:teuthology.orchestra.run.smithi029.stdout:Assimilating anything we can from ceph.conf... 2024-09-13T05:47:14.231 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:14 smithi029 ceph-mon[25086]: from='client.? 172.21.15.29:0/4229711169' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2024-09-13T05:47:14.232 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:14 smithi029 ceph-mon[25086]: from='client.? 172.21.15.29:0/4229711169' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-09-13T05:47:14.618 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout 2024-09-13T05:47:14.619 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout [global] 2024-09-13T05:47:14.619 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout fsid = 664d943a-7193-11ef-bceb-c7b262605968 2024-09-13T05:47:14.619 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-09-13T05:47:14.619 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.29:3300,v1:172.21.15.29:6789] 2024-09-13T05:47:14.619 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-09-13T05:47:14.619 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-09-13T05:47:14.619 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-09-13T05:47:14.619 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-09-13T05:47:14.619 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout 2024-09-13T05:47:14.619 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout [mgr] 2024-09-13T05:47:14.619 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-09-13T05:47:14.619 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout 2024-09-13T05:47:14.619 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout [osd] 2024-09-13T05:47:14.620 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-09-13T05:47:14.620 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-09-13T05:47:14.620 INFO:teuthology.orchestra.run.smithi029.stdout:Generating new minimal ceph.conf... 2024-09-13T05:47:15.341 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:15 smithi029 ceph-mon[25086]: from='client.? 172.21.15.29:0/2356694155' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T05:47:15.605 INFO:teuthology.orchestra.run.smithi029.stdout:Restarting the monitor... 2024-09-13T05:47:15.881 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:15 smithi029 systemd[1]: Stopping Ceph mon.smithi029 for 664d943a-7193-11ef-bceb-c7b262605968... 2024-09-13T05:47:16.232 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:15 smithi029 ceph-664d943a-7193-11ef-bceb-c7b262605968-mon-smithi029[25082]: 2024-09-13T05:47:15.880+0000 7f669d7fc640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi029 -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 2024-09-13T05:47:16.232 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:15 smithi029 ceph-664d943a-7193-11ef-bceb-c7b262605968-mon-smithi029[25082]: 2024-09-13T05:47:15.880+0000 7f669d7fc640 -1 mon.smithi029@0(leader) e1 *** Got Signal Terminated *** 2024-09-13T05:47:16.232 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:16 smithi029 podman[25330]: 2024-09-13 05:47:16.117296023 +0000 UTC m=+0.342607659 container died ff4a20eec47df387981e020644b5f0db69fdb4369a61195d2f5d1961ad8f699c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3, name=ceph-664d943a-7193-11ef-bceb-c7b262605968-mon-smithi029, RELEASE=wip-guits-main-2024-09-12-1245-9d608eb, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS) 2024-09-13T05:47:16.719 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:16 smithi029 podman[25330]: 2024-09-13 05:47:16.493075178 +0000 UTC m=+0.718386805 container cleanup ff4a20eec47df387981e020644b5f0db69fdb4369a61195d2f5d1961ad8f699c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3, name=ceph-664d943a-7193-11ef-bceb-c7b262605968-mon-smithi029, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, GIT_CLEAN=True, ceph=True, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, RELEASE=wip-guits-main-2024-09-12-1245-9d608eb, io.buildah.version=1.37.2, org.label-schema.license=GPLv2) 2024-09-13T05:47:16.720 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:16 smithi029 bash[25330]: ceph-664d943a-7193-11ef-bceb-c7b262605968-mon-smithi029 2024-09-13T05:47:16.982 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:16 smithi029 podman[25342]: 2024-09-13 05:47:16.719937383 +0000 UTC m=+0.598372427 container remove ff4a20eec47df387981e020644b5f0db69fdb4369a61195d2f5d1961ad8f699c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3, name=ceph-664d943a-7193-11ef-bceb-c7b262605968-mon-smithi029, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, RELEASE=wip-guits-main-2024-09-12-1245-9d608eb, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2) 2024-09-13T05:47:16.982 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:16 smithi029 systemd[1]: ceph-664d943a-7193-11ef-bceb-c7b262605968@mon.smithi029.service: Deactivated successfully. 2024-09-13T05:47:16.982 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:16 smithi029 systemd[1]: Stopped Ceph mon.smithi029 for 664d943a-7193-11ef-bceb-c7b262605968. 2024-09-13T05:47:16.982 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:16 smithi029 systemd[1]: Starting Ceph mon.smithi029 for 664d943a-7193-11ef-bceb-c7b262605968... 2024-09-13T05:47:17.352 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 podman[25430]: 2024-09-13 05:47:16.957659912 +0000 UTC m=+0.016219303 image pull 0ce38589d192f00a67c8f9b0cb5ac7ff2f64a4d81462c062375b6ecefcaf776f quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3 2024-09-13T05:47:17.353 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 podman[25430]: 2024-09-13 05:47:17.071624482 +0000 UTC m=+0.130183872 container create 8ea229d0cabd70057ddffe2f90e8e60184d4ade2472d55ced6c93fde638d7cc0 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3, name=ceph-664d943a-7193-11ef-bceb-c7b262605968-mon-smithi029, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, ceph=True, RELEASE=wip-guits-main-2024-09-12-1245-9d608eb, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, GIT_CLEAN=True, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=) 2024-09-13T05:47:17.353 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 podman[25430]: 2024-09-13 05:47:17.269150322 +0000 UTC m=+0.327709722 container init 8ea229d0cabd70057ddffe2f90e8e60184d4ade2472d55ced6c93fde638d7cc0 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3, name=ceph-664d943a-7193-11ef-bceb-c7b262605968-mon-smithi029, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-main-2024-09-12-1245-9d608eb, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-09-13T05:47:17.353 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 podman[25430]: 2024-09-13 05:47:17.272747124 +0000 UTC m=+0.331306514 container start 8ea229d0cabd70057ddffe2f90e8e60184d4ade2472d55ced6c93fde638d7cc0 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3, name=ceph-664d943a-7193-11ef-bceb-c7b262605968-mon-smithi029, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-main-2024-09-12-1245-9d608eb, GIT_CLEAN=True, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, ceph=True, org.label-schema.build-date=20240731, io.buildah.version=1.37.2) 2024-09-13T05:47:17.353 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: set uid:gid to 167:167 (ceph:ceph) 2024-09-13T05:47:17.353 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: ceph version 19.3.0-4911-g9d608eb1 (9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3) squid (dev), process ceph-mon, pid 2 2024-09-13T05:47:17.353 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: pidfile_write: ignore empty --pid-file 2024-09-13T05:47:17.353 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: load: jerasure load: lrc 2024-09-13T05:47:17.353 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: RocksDB version: 7.9.2 2024-09-13T05:47:17.353 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Git sha 0 2024-09-13T05:47:17.353 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Compile date 2024-09-12 17:11:01 2024-09-13T05:47:17.354 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: DB SUMMARY 2024-09-13T05:47:17.354 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: DB Session ID: CPM68ODMQ3EVX70JNNRJ 2024-09-13T05:47:17.354 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: CURRENT file: CURRENT 2024-09-13T05:47:17.354 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: IDENTITY file: IDENTITY 2024-09-13T05:47:17.354 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-09-13T05:47:17.354 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi029/store.db dir, Total Num: 1, files: 000008.sst 2024-09-13T05:47:17.354 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi029/store.db: 000009.log size: 89086 ; 2024-09-13T05:47:17.354 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.error_if_exists: 0 2024-09-13T05:47:17.354 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.create_if_missing: 0 2024-09-13T05:47:17.354 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.paranoid_checks: 1 2024-09-13T05:47:17.354 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.flush_verify_memtable_count: 1 2024-09-13T05:47:17.354 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-13T05:47:17.355 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-13T05:47:17.355 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.env: 0x56174d36a120 2024-09-13T05:47:17.355 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.fs: PosixFileSystem 2024-09-13T05:47:17.355 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.info_log: 0x56174f91d8e0 2024-09-13T05:47:17.355 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.max_file_opening_threads: 16 2024-09-13T05:47:17.355 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.statistics: (nil) 2024-09-13T05:47:17.355 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.use_fsync: 0 2024-09-13T05:47:17.355 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.max_log_file_size: 0 2024-09-13T05:47:17.355 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-13T05:47:17.355 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.log_file_time_to_roll: 0 2024-09-13T05:47:17.355 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.keep_log_file_num: 1000 2024-09-13T05:47:17.355 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.recycle_log_file_num: 0 2024-09-13T05:47:17.355 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.allow_fallocate: 1 2024-09-13T05:47:17.356 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.allow_mmap_reads: 0 2024-09-13T05:47:17.356 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.allow_mmap_writes: 0 2024-09-13T05:47:17.356 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.use_direct_reads: 0 2024-09-13T05:47:17.356 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-13T05:47:17.356 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.create_missing_column_families: 0 2024-09-13T05:47:17.356 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.db_log_dir: 2024-09-13T05:47:17.356 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.wal_dir: 2024-09-13T05:47:17.356 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.table_cache_numshardbits: 6 2024-09-13T05:47:17.356 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.WAL_ttl_seconds: 0 2024-09-13T05:47:17.356 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.WAL_size_limit_MB: 0 2024-09-13T05:47:17.356 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-13T05:47:17.356 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-13T05:47:17.357 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.is_fd_close_on_exec: 1 2024-09-13T05:47:17.357 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.advise_random_on_open: 1 2024-09-13T05:47:17.357 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.db_write_buffer_size: 0 2024-09-13T05:47:17.357 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.write_buffer_manager: 0x56174f921b80 2024-09-13T05:47:17.357 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-13T05:47:17.357 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-13T05:47:17.357 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.use_adaptive_mutex: 0 2024-09-13T05:47:17.357 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.rate_limiter: (nil) 2024-09-13T05:47:17.358 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-13T05:47:17.358 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.wal_recovery_mode: 2 2024-09-13T05:47:17.359 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.enable_thread_tracking: 0 2024-09-13T05:47:17.359 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.enable_pipelined_write: 0 2024-09-13T05:47:17.359 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.unordered_write: 0 2024-09-13T05:47:17.359 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-13T05:47:17.359 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-13T05:47:17.359 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-13T05:47:17.359 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-13T05:47:17.359 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.row_cache: None 2024-09-13T05:47:17.359 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.wal_filter: None 2024-09-13T05:47:17.359 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-13T05:47:17.359 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.allow_ingest_behind: 0 2024-09-13T05:47:17.359 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.two_write_queues: 0 2024-09-13T05:47:17.359 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.manual_wal_flush: 0 2024-09-13T05:47:17.360 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.wal_compression: 0 2024-09-13T05:47:17.360 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.atomic_flush: 0 2024-09-13T05:47:17.360 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-13T05:47:17.360 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.persist_stats_to_disk: 0 2024-09-13T05:47:17.360 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.write_dbid_to_manifest: 0 2024-09-13T05:47:17.360 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.log_readahead_size: 0 2024-09-13T05:47:17.360 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-13T05:47:17.360 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.best_efforts_recovery: 0 2024-09-13T05:47:17.360 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-13T05:47:17.360 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-13T05:47:17.360 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.allow_data_in_errors: 0 2024-09-13T05:47:17.360 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.db_host_id: __hostname__ 2024-09-13T05:47:17.360 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.enforce_single_del_contracts: true 2024-09-13T05:47:17.361 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.max_background_jobs: 2 2024-09-13T05:47:17.361 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.max_background_compactions: -1 2024-09-13T05:47:17.361 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.max_subcompactions: 1 2024-09-13T05:47:17.361 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-13T05:47:17.361 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-13T05:47:17.361 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.delayed_write_rate : 16777216 2024-09-13T05:47:17.361 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.max_total_wal_size: 0 2024-09-13T05:47:17.361 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-13T05:47:17.361 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.stats_dump_period_sec: 600 2024-09-13T05:47:17.361 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.stats_persist_period_sec: 600 2024-09-13T05:47:17.361 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-13T05:47:17.361 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.max_open_files: -1 2024-09-13T05:47:17.361 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.bytes_per_sync: 0 2024-09-13T05:47:17.362 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.wal_bytes_per_sync: 0 2024-09-13T05:47:17.362 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.strict_bytes_per_sync: 0 2024-09-13T05:47:17.362 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.compaction_readahead_size: 0 2024-09-13T05:47:17.362 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.max_background_flushes: -1 2024-09-13T05:47:17.362 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Compression algorithms supported: 2024-09-13T05:47:17.362 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: kZSTD supported: 0 2024-09-13T05:47:17.362 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: kXpressCompression supported: 0 2024-09-13T05:47:17.362 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: kBZip2Compression supported: 0 2024-09-13T05:47:17.362 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-13T05:47:17.362 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: kLZ4Compression supported: 1 2024-09-13T05:47:17.362 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: kZlibCompression supported: 1 2024-09-13T05:47:17.362 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: kLZ4HCCompression supported: 1 2024-09-13T05:47:17.362 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: kSnappyCompression supported: 1 2024-09-13T05:47:17.362 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Fast CRC32 supported: Supported on x86 2024-09-13T05:47:17.363 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: DMutex implementation: pthread_mutex_t 2024-09-13T05:47:17.363 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi029/store.db/MANIFEST-000010 2024-09-13T05:47:17.363 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-13T05:47:17.363 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-13T05:47:17.363 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.merge_operator: 2024-09-13T05:47:17.363 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.compaction_filter: None 2024-09-13T05:47:17.363 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.compaction_filter_factory: None 2024-09-13T05:47:17.363 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.sst_partitioner_factory: None 2024-09-13T05:47:17.363 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.memtable_factory: SkipListFactory 2024-09-13T05:47:17.363 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.table_factory: BlockBasedTable 2024-09-13T05:47:17.363 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x56174f91d540) 2024-09-13T05:47:17.363 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: cache_index_and_filter_blocks: 1 2024-09-13T05:47:17.363 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-13T05:47:17.364 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-13T05:47:17.364 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: pin_top_level_index_and_filter: 1 2024-09-13T05:47:17.364 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: index_type: 0 2024-09-13T05:47:17.364 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: data_block_index_type: 0 2024-09-13T05:47:17.364 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: index_shortening: 1 2024-09-13T05:47:17.364 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: data_block_hash_table_util_ratio: 0.750000 2024-09-13T05:47:17.364 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: checksum: 4 2024-09-13T05:47:17.364 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: no_block_cache: 0 2024-09-13T05:47:17.364 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: block_cache: 0x56174f911610 2024-09-13T05:47:17.364 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: block_cache_name: BinnedLRUCache 2024-09-13T05:47:17.364 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: block_cache_options: 2024-09-13T05:47:17.364 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: capacity : 536870912 2024-09-13T05:47:17.365 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: num_shard_bits : 4 2024-09-13T05:47:17.365 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: strict_capacity_limit : 0 2024-09-13T05:47:17.365 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: high_pri_pool_ratio: 0.000 2024-09-13T05:47:17.365 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: block_cache_compressed: (nil) 2024-09-13T05:47:17.365 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: persistent_cache: (nil) 2024-09-13T05:47:17.365 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: block_size: 4096 2024-09-13T05:47:17.365 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: block_size_deviation: 10 2024-09-13T05:47:17.365 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: block_restart_interval: 16 2024-09-13T05:47:17.365 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: index_block_restart_interval: 1 2024-09-13T05:47:17.365 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: metadata_block_size: 4096 2024-09-13T05:47:17.365 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: partition_filters: 0 2024-09-13T05:47:17.365 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: use_delta_encoding: 1 2024-09-13T05:47:17.365 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: filter_policy: bloomfilter 2024-09-13T05:47:17.366 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: whole_key_filtering: 1 2024-09-13T05:47:17.366 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: verify_compression: 0 2024-09-13T05:47:17.366 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: read_amp_bytes_per_bit: 0 2024-09-13T05:47:17.366 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: format_version: 5 2024-09-13T05:47:17.366 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: enable_index_compression: 1 2024-09-13T05:47:17.366 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: block_align: 0 2024-09-13T05:47:17.366 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: max_auto_readahead_size: 262144 2024-09-13T05:47:17.366 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: prepopulate_block_cache: 0 2024-09-13T05:47:17.366 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: initial_auto_readahead_size: 8192 2024-09-13T05:47:17.366 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: num_file_reads_for_auto_readahead: 2 2024-09-13T05:47:17.366 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.write_buffer_size: 33554432 2024-09-13T05:47:17.366 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.max_write_buffer_number: 2 2024-09-13T05:47:17.366 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.compression: NoCompression 2024-09-13T05:47:17.367 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.bottommost_compression: Disabled 2024-09-13T05:47:17.367 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.prefix_extractor: nullptr 2024-09-13T05:47:17.367 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-13T05:47:17.367 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.num_levels: 7 2024-09-13T05:47:17.367 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-13T05:47:17.367 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-13T05:47:17.367 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-13T05:47:17.367 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-13T05:47:17.367 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-13T05:47:17.367 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-13T05:47:17.367 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-13T05:47:17.367 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-13T05:47:17.367 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-13T05:47:17.367 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-13T05:47:17.368 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-13T05:47:17.368 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-13T05:47:17.368 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.compression_opts.window_bits: -14 2024-09-13T05:47:17.368 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.compression_opts.level: 32767 2024-09-13T05:47:17.368 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.compression_opts.strategy: 0 2024-09-13T05:47:17.368 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-13T05:47:17.368 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-13T05:47:17.368 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-13T05:47:17.368 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-13T05:47:17.368 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.compression_opts.enabled: false 2024-09-13T05:47:17.368 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-13T05:47:17.368 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-13T05:47:17.368 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-13T05:47:17.369 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-13T05:47:17.369 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.target_file_size_base: 67108864 2024-09-13T05:47:17.369 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.target_file_size_multiplier: 1 2024-09-13T05:47:17.369 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-13T05:47:17.369 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-13T05:47:17.369 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-13T05:47:17.369 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-13T05:47:17.369 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-13T05:47:17.369 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-13T05:47:17.369 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-13T05:47:17.369 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-13T05:47:17.369 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-13T05:47:17.369 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-13T05:47:17.370 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-13T05:47:17.370 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-13T05:47:17.370 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-13T05:47:17.370 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.arena_block_size: 1048576 2024-09-13T05:47:17.370 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-13T05:47:17.370 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-13T05:47:17.370 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.disable_auto_compactions: 0 2024-09-13T05:47:17.370 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-13T05:47:17.370 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-13T05:47:17.370 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-13T05:47:17.370 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-13T05:47:17.370 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-13T05:47:17.370 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-13T05:47:17.370 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-13T05:47:17.371 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-13T05:47:17.371 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-13T05:47:17.371 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-13T05:47:17.371 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-13T05:47:17.371 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.inplace_update_support: 0 2024-09-13T05:47:17.371 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.inplace_update_num_locks: 10000 2024-09-13T05:47:17.371 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-13T05:47:17.371 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-13T05:47:17.371 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.memtable_huge_page_size: 0 2024-09-13T05:47:17.371 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.bloom_locality: 0 2024-09-13T05:47:17.371 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.max_successive_merges: 0 2024-09-13T05:47:17.371 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.optimize_filters_for_hits: 0 2024-09-13T05:47:17.371 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.paranoid_file_checks: 0 2024-09-13T05:47:17.372 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.force_consistency_checks: 1 2024-09-13T05:47:17.372 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.report_bg_io_stats: 0 2024-09-13T05:47:17.372 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.ttl: 2592000 2024-09-13T05:47:17.372 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.periodic_compaction_seconds: 0 2024-09-13T05:47:17.372 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-13T05:47:17.372 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-13T05:47:17.372 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.enable_blob_files: false 2024-09-13T05:47:17.372 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.min_blob_size: 0 2024-09-13T05:47:17.372 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.blob_file_size: 268435456 2024-09-13T05:47:17.372 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.blob_compression_type: NoCompression 2024-09-13T05:47:17.372 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.enable_blob_garbage_collection: false 2024-09-13T05:47:17.372 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-13T05:47:17.372 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-13T05:47:17.373 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-13T05:47:17.373 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.blob_file_starting_level: 0 2024-09-13T05:47:17.373 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-13T05:47:17.373 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi029/store.db/MANIFEST-000010 succeeded,manifest_file_number is 10, next_file_number is 12, last_sequence is 5, log_number is 5,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 5 2024-09-13T05:47:17.373 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-09-13T05:47:17.373 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 257d7090-c70e-4665-a16a-9ce052fee80c 2024-09-13T05:47:17.373 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726206437299616, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-09-13T05:47:17.373 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-09-13T05:47:17.373 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726206437300534, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 85862, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 257, "table_properties": {"data_size": 84002, "index_size": 244, "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": 10002, "raw_average_key_size": 46, "raw_value_size": 78251, "raw_average_value_size": 362, "num_data_blocks": 11, "num_entries": 216, "num_filter_entries": 216, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[CompactOnDeletionCollector]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1726206437, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "257d7090-c70e-4665-a16a-9ce052fee80c", "db_session_id": "CPM68ODMQ3EVX70JNNRJ", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-09-13T05:47:17.373 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726206437300614, "job": 1, "event": "recovery_finished"} 2024-09-13T05:47:17.373 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-09-13T05:47:17.373 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-smithi029/store.db/000009.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-09-13T05:47:17.374 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x56174f940e00 2024-09-13T05:47:17.374 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: DB pointer 0x56174fa42000 2024-09-13T05:47:17.374 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-13T05:47:17.374 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-13T05:47:17.374 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: ** DB Stats ** 2024-09-13T05:47:17.374 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-13T05:47:17.374 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-09-13T05:47:17.374 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-13T05:47:17.374 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-13T05:47:17.374 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-09-13T05:47:17.374 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-13T05:47:17.374 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-13T05:47:17.374 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: 2024-09-13T05:47:17.375 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: ** Compaction Stats [default] ** 2024-09-13T05:47:17.375 INFO:journalctl@ceph.mon.smithi029.smithi029.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) 2024-09-13T05:47:17.375 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-13T05:47:17.375 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: L0 2/0 85.75 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 141.9 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-13T05:47:17.375 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: Sum 2/0 85.75 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 141.9 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-13T05:47:17.375 INFO:journalctl@ceph.mon.smithi029.smithi029.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 141.9 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-13T05:47:17.375 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: 2024-09-13T05:47:17.375 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: ** Compaction Stats [default] ** 2024-09-13T05:47:17.375 INFO:journalctl@ceph.mon.smithi029.smithi029.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) 2024-09-13T05:47:17.375 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-13T05:47:17.375 INFO:journalctl@ceph.mon.smithi029.smithi029.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 141.9 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-13T05:47:17.375 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: 2024-09-13T05:47:17.375 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-09-13T05:47:17.376 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: 2024-09-13T05:47:17.376 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-13T05:47:17.376 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-09-13T05:47:17.376 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-13T05:47:17.376 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-09-13T05:47:17.376 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-09-13T05:47:17.376 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: AddFile(Keys): cumulative 0, interval 0 2024-09-13T05:47:17.376 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: Cumulative compaction: 0.00 GB write, 26.37 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-13T05:47:17.376 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: Interval compaction: 0.00 GB write, 26.37 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-13T05:47:17.376 INFO:journalctl@ceph.mon.smithi029.smithi029.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 2024-09-13T05:47:17.376 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: Block cache BinnedLRUCache@0x56174f911610#2 capacity: 512.00 MB usage: 1.20 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 9e-06 secs_since: 0 2024-09-13T05:47:17.376 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: Block cache entry stats(count,size,portion): FilterBlock(2,0.77 KB,0.000146031%) IndexBlock(2,0.44 KB,8.34465e-05%) Misc(1,0.00 KB,0%) 2024-09-13T05:47:17.376 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: 2024-09-13T05:47:17.377 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: ** File Read Latency Histogram By Level [default] ** 2024-09-13T05:47:17.377 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: starting mon.smithi029 rank 0 at public addrs [v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0] at bind addrs [v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi029 fsid 664d943a-7193-11ef-bceb-c7b262605968 2024-09-13T05:47:17.377 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: mon.smithi029@-1(???) e1 preinit fsid 664d943a-7193-11ef-bceb-c7b262605968 2024-09-13T05:47:17.377 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: mon.smithi029@-1(???).mds e1 new map 2024-09-13T05:47:17.377 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: mon.smithi029@-1(???).mds e1 print_map 2024-09-13T05:47:17.377 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: e1 2024-09-13T05:47:17.377 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: btime 2024-09-13T05:47:11:209965+0000 2024-09-13T05:47:17.377 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-09-13T05:47:17.377 INFO:journalctl@ceph.mon.smithi029.smithi029.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,12=quiesce subvolumes} 2024-09-13T05:47:17.377 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: legacy client fscid: -1 2024-09-13T05:47:17.377 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: 2024-09-13T05:47:17.377 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: No filesystems configured 2024-09-13T05:47:17.377 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: mon.smithi029@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-09-13T05:47:17.378 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: mon.smithi029@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-13T05:47:17.378 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: mon.smithi029@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-13T05:47:17.378 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: mon.smithi029@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-13T05:47:17.378 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: mon.smithi029@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-09-13T05:47:17.378 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 bash[25430]: 8ea229d0cabd70057ddffe2f90e8e60184d4ade2472d55ced6c93fde638d7cc0 2024-09-13T05:47:17.378 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 systemd[1]: Started Ceph mon.smithi029 for 664d943a-7193-11ef-bceb-c7b262605968. 2024-09-13T05:47:17.378 INFO:teuthology.orchestra.run.smithi029.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-09-13T05:47:17.659 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: mon.smithi029 is new leader, mons smithi029 in quorum (ranks 0) 2024-09-13T05:47:17.659 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: monmap epoch 1 2024-09-13T05:47:17.659 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: fsid 664d943a-7193-11ef-bceb-c7b262605968 2024-09-13T05:47:17.659 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: last_changed 2024-09-13T05:46:54.231823+0000 2024-09-13T05:47:17.660 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: created 2024-09-13T05:46:54.231823+0000 2024-09-13T05:47:17.660 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: min_mon_release 19 (squid) 2024-09-13T05:47:17.660 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: election_strategy: 1 2024-09-13T05:47:17.660 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: 0: [v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0] mon.smithi029 2024-09-13T05:47:17.660 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: fsmap 2024-09-13T05:47:17.660 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: osdmap e1: 0 total, 0 up, 0 in 2024-09-13T05:47:17.660 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:17 smithi029 ceph-mon[25450]: mgrmap e1: no daemons active 2024-09-13T05:47:18.335 INFO:teuthology.orchestra.run.smithi029.stdout:Wrote config to /etc/ceph/ceph.conf 2024-09-13T05:47:18.357 INFO:teuthology.orchestra.run.smithi029.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-09-13T05:47:18.357 INFO:teuthology.orchestra.run.smithi029.stdout:Creating mgr... 2024-09-13T05:47:18.357 INFO:teuthology.orchestra.run.smithi029.stdout:Verifying port 0.0.0.0:9283 ... 2024-09-13T05:47:18.358 INFO:teuthology.orchestra.run.smithi029.stdout:Verifying port 0.0.0.0:8765 ... 2024-09-13T05:47:18.358 INFO:teuthology.orchestra.run.smithi029.stdout:Verifying port 0.0.0.0:8443 ... 2024-09-13T05:47:18.612 INFO:teuthology.orchestra.run.smithi029.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-664d943a-7193-11ef-bceb-c7b262605968@mgr.smithi029.zcayfl 2024-09-13T05:47:18.612 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stderr Failed to reset failed state of unit ceph-664d943a-7193-11ef-bceb-c7b262605968@mgr.smithi029.zcayfl.service: Unit ceph-664d943a-7193-11ef-bceb-c7b262605968@mgr.smithi029.zcayfl.service not loaded. 2024-09-13T05:47:18.775 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-664d943a-7193-11ef-bceb-c7b262605968.target.wants/ceph-664d943a-7193-11ef-bceb-c7b262605968@mgr.smithi029.zcayfl.service → /etc/systemd/system/ceph-664d943a-7193-11ef-bceb-c7b262605968@.service. 2024-09-13T05:47:19.106 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:18 smithi029 ceph-mon[25450]: from='client.? 172.21.15.29:0/563828546' entity='client.admin' 2024-09-13T05:47:19.290 INFO:teuthology.orchestra.run.smithi029.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-09-13T05:47:19.290 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stdout disabled 2024-09-13T05:47:19.299 INFO:teuthology.orchestra.run.smithi029.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-09-13T05:47:19.299 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stdout inactive 2024-09-13T05:47:19.300 INFO:teuthology.orchestra.run.smithi029.stdout:firewalld.service is not enabled 2024-09-13T05:47:19.300 INFO:teuthology.orchestra.run.smithi029.stdout:Not possible to enable service . firewalld.service is not available 2024-09-13T05:47:19.309 INFO:teuthology.orchestra.run.smithi029.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-09-13T05:47:19.309 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stdout disabled 2024-09-13T05:47:19.317 INFO:teuthology.orchestra.run.smithi029.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-09-13T05:47:19.317 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stdout inactive 2024-09-13T05:47:19.318 INFO:teuthology.orchestra.run.smithi029.stdout:firewalld.service is not enabled 2024-09-13T05:47:19.318 INFO:teuthology.orchestra.run.smithi029.stdout:Not possible to open ports <[9283, 8765, 8443]>. firewalld.service is not available 2024-09-13T05:47:19.318 INFO:teuthology.orchestra.run.smithi029.stdout:Waiting for mgr to start... 2024-09-13T05:47:19.318 INFO:teuthology.orchestra.run.smithi029.stdout:Waiting for mgr... 2024-09-13T05:47:20.232 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:19 smithi029 ceph-mon[25450]: from='client.? 172.21.15.29:0/4138485757' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-13T05:47:20.626 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout 2024-09-13T05:47:20.626 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout { 2024-09-13T05:47:20.626 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "fsid": "664d943a-7193-11ef-bceb-c7b262605968", 2024-09-13T05:47:20.627 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "health": { 2024-09-13T05:47:20.627 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-13T05:47:20.627 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-13T05:47:20.627 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-13T05:47:20.627 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-09-13T05:47:20.627 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-13T05:47:20.627 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-13T05:47:20.627 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout 0 2024-09-13T05:47:20.627 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout ], 2024-09-13T05:47:20.627 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-13T05:47:20.627 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "smithi029" 2024-09-13T05:47:20.627 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout ], 2024-09-13T05:47:20.627 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2024-09-13T05:47:20.627 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-13T05:47:20.628 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-13T05:47:20.628 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-09-13T05:47:20.628 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-13T05:47:20.628 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-09-13T05:47:20.628 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-13T05:47:20.628 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-13T05:47:20.628 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-13T05:47:20.628 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-13T05:47:20.628 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-13T05:47:20.628 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-13T05:47:20.628 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-13T05:47:20.628 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-13T05:47:20.628 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-09-13T05:47:20.628 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-13T05:47:20.629 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-13T05:47:20.629 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-13T05:47:20.629 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-13T05:47:20.629 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-13T05:47:20.629 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-13T05:47:20.629 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-13T05:47:20.629 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-13T05:47:20.629 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-13T05:47:20.629 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-09-13T05:47:20.629 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-13T05:47:20.629 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-13T05:47:20.629 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "btime": "2024-09-13T05:47:11:209965+0000", 2024-09-13T05:47:20.629 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-13T05:47:20.630 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-13T05:47:20.630 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-09-13T05:47:20.630 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-13T05:47:20.630 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "available": false, 2024-09-13T05:47:20.630 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-13T05:47:20.630 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-13T05:47:20.630 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-13T05:47:20.630 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-13T05:47:20.630 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "restful" 2024-09-13T05:47:20.630 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout ], 2024-09-13T05:47:20.630 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-13T05:47:20.630 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-09-13T05:47:20.630 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-13T05:47:20.630 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-13T05:47:20.630 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "modified": "2024-09-13T05:47:11.210746+0000", 2024-09-13T05:47:20.631 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-13T05:47:20.631 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-09-13T05:47:20.631 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-13T05:47:20.631 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout } 2024-09-13T05:47:20.631 INFO:teuthology.orchestra.run.smithi029.stdout:mgr not available, waiting (1/15)... 2024-09-13T05:47:23.481 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:23 smithi029 ceph-mon[25450]: from='client.? 172.21.15.29:0/96890913' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-13T05:47:23.723 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout 2024-09-13T05:47:23.723 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout { 2024-09-13T05:47:23.723 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "fsid": "664d943a-7193-11ef-bceb-c7b262605968", 2024-09-13T05:47:23.723 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "health": { 2024-09-13T05:47:23.723 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-13T05:47:23.723 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-13T05:47:23.723 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-13T05:47:23.723 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-09-13T05:47:23.723 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-13T05:47:23.723 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-13T05:47:23.724 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout 0 2024-09-13T05:47:23.724 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout ], 2024-09-13T05:47:23.724 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-13T05:47:23.724 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "smithi029" 2024-09-13T05:47:23.724 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout ], 2024-09-13T05:47:23.724 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "quorum_age": 5, 2024-09-13T05:47:23.724 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-13T05:47:23.724 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-13T05:47:23.724 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-09-13T05:47:23.724 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-13T05:47:23.724 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-09-13T05:47:23.724 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-13T05:47:23.724 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-13T05:47:23.725 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-13T05:47:23.725 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-13T05:47:23.725 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-13T05:47:23.725 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-13T05:47:23.725 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-13T05:47:23.725 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-13T05:47:23.725 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-09-13T05:47:23.725 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-13T05:47:23.725 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-13T05:47:23.725 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-13T05:47:23.725 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-13T05:47:23.725 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-13T05:47:23.725 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-13T05:47:23.726 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-13T05:47:23.726 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-13T05:47:23.726 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-13T05:47:23.726 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-09-13T05:47:23.726 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-13T05:47:23.726 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-13T05:47:23.726 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "btime": "2024-09-13T05:47:11:209965+0000", 2024-09-13T05:47:23.726 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-13T05:47:23.726 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-13T05:47:23.726 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-09-13T05:47:23.726 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-13T05:47:23.726 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "available": false, 2024-09-13T05:47:23.726 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-13T05:47:23.726 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-13T05:47:23.727 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-13T05:47:23.727 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-13T05:47:23.727 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "restful" 2024-09-13T05:47:23.727 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout ], 2024-09-13T05:47:23.727 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-13T05:47:23.727 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-09-13T05:47:23.727 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-13T05:47:23.727 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-13T05:47:23.727 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "modified": "2024-09-13T05:47:11.210746+0000", 2024-09-13T05:47:23.727 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-13T05:47:23.727 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-09-13T05:47:23.727 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-13T05:47:23.727 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout } 2024-09-13T05:47:23.728 INFO:teuthology.orchestra.run.smithi029.stdout:mgr not available, waiting (2/15)... 2024-09-13T05:47:24.982 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:24 smithi029 ceph-mon[25450]: Activating manager daemon smithi029.zcayfl 2024-09-13T05:47:24.982 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:24 smithi029 ceph-mon[25450]: mgrmap e2: smithi029.zcayfl(active, starting, since 0.00316313s) 2024-09-13T05:47:24.982 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:24 smithi029 ceph-mon[25450]: from='mgr.14100 172.21.15.29:0/1213472838' entity='mgr.smithi029.zcayfl' cmd={"prefix": "mds metadata"} : dispatch 2024-09-13T05:47:24.982 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:24 smithi029 ceph-mon[25450]: from='mgr.14100 172.21.15.29:0/1213472838' entity='mgr.smithi029.zcayfl' cmd={"prefix": "osd metadata"} : dispatch 2024-09-13T05:47:24.982 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:24 smithi029 ceph-mon[25450]: from='mgr.14100 172.21.15.29:0/1213472838' entity='mgr.smithi029.zcayfl' cmd={"prefix": "mon metadata"} : dispatch 2024-09-13T05:47:24.982 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:24 smithi029 ceph-mon[25450]: from='mgr.14100 172.21.15.29:0/1213472838' entity='mgr.smithi029.zcayfl' cmd={"prefix": "mon metadata", "id": "smithi029"} : dispatch 2024-09-13T05:47:24.982 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:24 smithi029 ceph-mon[25450]: from='mgr.14100 172.21.15.29:0/1213472838' entity='mgr.smithi029.zcayfl' cmd={"prefix": "mgr metadata", "who": "smithi029.zcayfl", "id": "smithi029.zcayfl"} : dispatch 2024-09-13T05:47:24.982 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:24 smithi029 ceph-mon[25450]: Manager daemon smithi029.zcayfl is now available 2024-09-13T05:47:24.983 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:24 smithi029 ceph-mon[25450]: from='mgr.14100 172.21.15.29:0/1213472838' entity='mgr.smithi029.zcayfl' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi029.zcayfl/mirror_snapshot_schedule"} : dispatch 2024-09-13T05:47:24.983 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:24 smithi029 ceph-mon[25450]: from='mgr.14100 172.21.15.29:0/1213472838' entity='mgr.smithi029.zcayfl' 2024-09-13T05:47:24.983 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:24 smithi029 ceph-mon[25450]: from='mgr.14100 172.21.15.29:0/1213472838' entity='mgr.smithi029.zcayfl' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi029.zcayfl/trash_purge_schedule"} : dispatch 2024-09-13T05:47:24.983 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:24 smithi029 ceph-mon[25450]: from='mgr.14100 172.21.15.29:0/1213472838' entity='mgr.smithi029.zcayfl' 2024-09-13T05:47:24.983 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:24 smithi029 ceph-mon[25450]: from='mgr.14100 172.21.15.29:0/1213472838' entity='mgr.smithi029.zcayfl' 2024-09-13T05:47:26.732 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:26 smithi029 ceph-mon[25450]: mgrmap e3: smithi029.zcayfl(active, since 1.00786s) 2024-09-13T05:47:26.732 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:26 smithi029 ceph-mon[25450]: from='client.? 172.21.15.29:0/1691349865' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-13T05:47:27.020 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout 2024-09-13T05:47:27.020 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout { 2024-09-13T05:47:27.021 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "fsid": "664d943a-7193-11ef-bceb-c7b262605968", 2024-09-13T05:47:27.021 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "health": { 2024-09-13T05:47:27.021 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-13T05:47:27.021 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-13T05:47:27.021 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-13T05:47:27.021 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-09-13T05:47:27.021 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-13T05:47:27.022 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-13T05:47:27.022 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout 0 2024-09-13T05:47:27.022 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout ], 2024-09-13T05:47:27.022 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-13T05:47:27.022 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "smithi029" 2024-09-13T05:47:27.022 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout ], 2024-09-13T05:47:27.022 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "quorum_age": 9, 2024-09-13T05:47:27.022 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-13T05:47:27.022 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-13T05:47:27.022 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-09-13T05:47:27.023 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-13T05:47:27.023 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-09-13T05:47:27.023 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-13T05:47:27.023 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-13T05:47:27.023 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-13T05:47:27.023 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-13T05:47:27.023 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-13T05:47:27.024 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-13T05:47:27.024 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-13T05:47:27.024 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-13T05:47:27.024 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-09-13T05:47:27.024 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-13T05:47:27.024 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-13T05:47:27.024 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-13T05:47:27.024 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-13T05:47:27.024 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-13T05:47:27.025 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-13T05:47:27.025 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-13T05:47:27.025 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-13T05:47:27.025 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-13T05:47:27.025 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-09-13T05:47:27.025 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-13T05:47:27.025 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-13T05:47:27.025 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "btime": "2024-09-13T05:47:11:209965+0000", 2024-09-13T05:47:27.025 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-13T05:47:27.025 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-13T05:47:27.026 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-09-13T05:47:27.026 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-13T05:47:27.026 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-13T05:47:27.026 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-13T05:47:27.026 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-13T05:47:27.026 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-13T05:47:27.026 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-13T05:47:27.026 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "restful" 2024-09-13T05:47:27.026 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout ], 2024-09-13T05:47:27.026 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-13T05:47:27.026 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-09-13T05:47:27.027 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-13T05:47:27.027 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-13T05:47:27.027 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "modified": "2024-09-13T05:47:11.210746+0000", 2024-09-13T05:47:27.027 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-13T05:47:27.027 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-09-13T05:47:27.027 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-13T05:47:27.027 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout } 2024-09-13T05:47:27.027 INFO:teuthology.orchestra.run.smithi029.stdout:mgr is available 2024-09-13T05:47:27.639 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:27 smithi029 ceph-mon[25450]: mgrmap e4: smithi029.zcayfl(active, since 2s) 2024-09-13T05:47:28.247 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout 2024-09-13T05:47:28.247 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout [global] 2024-09-13T05:47:28.247 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout fsid = 664d943a-7193-11ef-bceb-c7b262605968 2024-09-13T05:47:28.248 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-09-13T05:47:28.248 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.29:3300,v1:172.21.15.29:6789] 2024-09-13T05:47:28.248 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-09-13T05:47:28.248 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-09-13T05:47:28.248 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-09-13T05:47:28.248 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-09-13T05:47:28.248 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout 2024-09-13T05:47:28.248 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout [mgr] 2024-09-13T05:47:28.248 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-09-13T05:47:28.248 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout 2024-09-13T05:47:28.248 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout [osd] 2024-09-13T05:47:28.248 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-09-13T05:47:28.248 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-09-13T05:47:28.249 INFO:teuthology.orchestra.run.smithi029.stdout:Enabling cephadm module... 2024-09-13T05:47:28.566 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:28 smithi029 ceph-mon[25450]: from='client.? 172.21.15.29:0/2848667381' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2024-09-13T05:47:29.731 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:29 smithi029 ceph-mon[25450]: from='client.? 172.21.15.29:0/3513519481' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "cephadm"} : dispatch 2024-09-13T05:47:30.731 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:30 smithi029 ceph-mon[25450]: from='client.? 172.21.15.29:0/3513519481' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-09-13T05:47:30.732 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:30 smithi029 ceph-mon[25450]: mgrmap e5: smithi029.zcayfl(active, since 5s) 2024-09-13T05:47:31.401 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout { 2024-09-13T05:47:31.401 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-09-13T05:47:31.401 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-13T05:47:31.402 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "active_name": "smithi029.zcayfl", 2024-09-13T05:47:31.402 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-09-13T05:47:31.402 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout } 2024-09-13T05:47:31.402 INFO:teuthology.orchestra.run.smithi029.stdout:Waiting for the mgr to restart... 2024-09-13T05:47:31.402 INFO:teuthology.orchestra.run.smithi029.stdout:Waiting for mgr epoch 5... 2024-09-13T05:47:31.711 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:31 smithi029 ceph-mon[25450]: from='client.? 172.21.15.29:0/3329861362' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2024-09-13T05:47:35.232 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:34 smithi029 ceph-mon[25450]: Active manager daemon smithi029.zcayfl restarted 2024-09-13T05:47:35.232 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:34 smithi029 ceph-mon[25450]: Activating manager daemon smithi029.zcayfl 2024-09-13T05:47:35.232 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:34 smithi029 ceph-mon[25450]: osdmap e2: 0 total, 0 up, 0 in 2024-09-13T05:47:35.232 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:34 smithi029 ceph-mon[25450]: mgrmap e6: smithi029.zcayfl(active, starting, since 0.00349873s) 2024-09-13T05:47:35.232 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:34 smithi029 ceph-mon[25450]: from='mgr.14118 172.21.15.29:0/3069955611' entity='mgr.smithi029.zcayfl' cmd={"prefix": "mon metadata", "id": "smithi029"} : dispatch 2024-09-13T05:47:35.232 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:34 smithi029 ceph-mon[25450]: from='mgr.14118 172.21.15.29:0/3069955611' entity='mgr.smithi029.zcayfl' cmd={"prefix": "mgr metadata", "who": "smithi029.zcayfl", "id": "smithi029.zcayfl"} : dispatch 2024-09-13T05:47:35.233 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:34 smithi029 ceph-mon[25450]: from='mgr.14118 172.21.15.29:0/3069955611' entity='mgr.smithi029.zcayfl' cmd={"prefix": "mds metadata"} : dispatch 2024-09-13T05:47:35.233 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:34 smithi029 ceph-mon[25450]: from='mgr.14118 172.21.15.29:0/3069955611' entity='mgr.smithi029.zcayfl' cmd={"prefix": "osd metadata"} : dispatch 2024-09-13T05:47:35.233 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:34 smithi029 ceph-mon[25450]: from='mgr.14118 172.21.15.29:0/3069955611' entity='mgr.smithi029.zcayfl' cmd={"prefix": "mon metadata"} : dispatch 2024-09-13T05:47:35.233 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:34 smithi029 ceph-mon[25450]: Manager daemon smithi029.zcayfl is now available 2024-09-13T05:47:36.340 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout { 2024-09-13T05:47:36.340 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-09-13T05:47:36.340 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "initialized": true 2024-09-13T05:47:36.340 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout } 2024-09-13T05:47:36.340 INFO:teuthology.orchestra.run.smithi029.stdout:mgr epoch 5 is available 2024-09-13T05:47:36.341 INFO:teuthology.orchestra.run.smithi029.stdout:Verifying orchestrator module is enabled... 2024-09-13T05:47:36.982 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:36 smithi029 ceph-mon[25450]: mgrmap e7: smithi029.zcayfl(active, since 1.00514s) 2024-09-13T05:47:36.982 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:36 smithi029 ceph-mon[25450]: from='mgr.14118 172.21.15.29:0/3069955611' entity='mgr.smithi029.zcayfl' 2024-09-13T05:47:36.982 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:36 smithi029 ceph-mon[25450]: from='mgr.14118 172.21.15.29:0/3069955611' entity='mgr.smithi029.zcayfl' 2024-09-13T05:47:36.982 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:36 smithi029 ceph-mon[25450]: Found migration_current of "None". Setting to last migration. 2024-09-13T05:47:36.982 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:36 smithi029 ceph-mon[25450]: from='mgr.14118 172.21.15.29:0/3069955611' entity='mgr.smithi029.zcayfl' 2024-09-13T05:47:36.982 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:36 smithi029 ceph-mon[25450]: from='mgr.14118 172.21.15.29:0/3069955611' entity='mgr.smithi029.zcayfl' 2024-09-13T05:47:36.982 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:36 smithi029 ceph-mon[25450]: from='mgr.14118 172.21.15.29:0/3069955611' entity='mgr.smithi029.zcayfl' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T05:47:36.982 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:36 smithi029 ceph-mon[25450]: from='mgr.14118 172.21.15.29:0/3069955611' entity='mgr.smithi029.zcayfl' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T05:47:36.982 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:36 smithi029 ceph-mon[25450]: from='mgr.14118 172.21.15.29:0/3069955611' entity='mgr.smithi029.zcayfl' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi029.zcayfl/mirror_snapshot_schedule"} : dispatch 2024-09-13T05:47:36.982 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:36 smithi029 ceph-mon[25450]: from='mgr.14118 172.21.15.29:0/3069955611' entity='mgr.smithi029.zcayfl' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi029.zcayfl/trash_purge_schedule"} : dispatch 2024-09-13T05:47:38.056 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:37 smithi029 ceph-mon[25450]: mgrmap e8: smithi029.zcayfl(active, since 2s) 2024-09-13T05:47:38.057 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:37 smithi029 ceph-mon[25450]: from='client.? 172.21.15.29:0/1511612844' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "orchestrator"} : dispatch 2024-09-13T05:47:38.336 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stderr module 'orchestrator' is already enabled (always-on) 2024-09-13T05:47:38.336 INFO:teuthology.orchestra.run.smithi029.stdout:Setting orchestrator backend to cephadm... 2024-09-13T05:47:38.949 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:38 smithi029 ceph-mon[25450]: from='client.? 172.21.15.29:0/1511612844' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "orchestrator"}]': finished 2024-09-13T05:47:38.949 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:38 smithi029 ceph-mon[25450]: mgrmap e9: smithi029.zcayfl(active, since 3s) 2024-09-13T05:47:38.949 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:38 smithi029 ceph-mon[25450]: [13/Sep/2024:05:47:38] ENGINE Bus STARTING 2024-09-13T05:47:38.949 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:38 smithi029 ceph-mon[25450]: [13/Sep/2024:05:47:38] ENGINE Serving on http://172.21.15.29:8765 2024-09-13T05:47:38.949 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:38 smithi029 ceph-mon[25450]: [13/Sep/2024:05:47:38] ENGINE Serving on https://172.21.15.29:7150 2024-09-13T05:47:38.949 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:38 smithi029 ceph-mon[25450]: [13/Sep/2024:05:47:38] ENGINE Bus STARTED 2024-09-13T05:47:38.949 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:38 smithi029 ceph-mon[25450]: from='mgr.14118 172.21.15.29:0/3069955611' entity='mgr.smithi029.zcayfl' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T05:47:38.949 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:38 smithi029 ceph-mon[25450]: [13/Sep/2024:05:47:38] ENGINE Error in HTTPServer.serve 2024-09-13T05:47:38.950 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: Traceback (most recent call last): 2024-09-13T05:47:38.950 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-13T05:47:38.950 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: self._connections.run(self.expiration_interval) 2024-09-13T05:47:38.950 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-13T05:47:38.950 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: self._run(expiration_interval) 2024-09-13T05:47:38.950 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-13T05:47:38.950 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-13T05:47:38.950 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-13T05:47:38.950 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-13T05:47:38.950 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-13T05:47:38.950 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: s = self.context.wrap_socket( 2024-09-13T05:47:38.950 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-13T05:47:38.950 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: return self.sslsocket_class._create( 2024-09-13T05:47:38.950 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-13T05:47:38.951 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: self.do_handshake() 2024-09-13T05:47:38.951 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-13T05:47:38.951 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: self._sslobj.do_handshake() 2024-09-13T05:47:38.951 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-13T05:47:40.232 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:39 smithi029 ceph-mon[25450]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T05:47:40.232 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:39 smithi029 ceph-mon[25450]: from='mgr.14118 172.21.15.29:0/3069955611' entity='mgr.smithi029.zcayfl' 2024-09-13T05:47:40.232 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:39 smithi029 ceph-mon[25450]: from='mgr.14118 172.21.15.29:0/3069955611' entity='mgr.smithi029.zcayfl' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T05:47:40.664 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout value unchanged 2024-09-13T05:47:40.664 INFO:teuthology.orchestra.run.smithi029.stdout:Generating ssh key... 2024-09-13T05:47:41.231 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:40 smithi029 ceph-mon[25450]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T05:47:42.680 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:42 smithi029 ceph-mon[25450]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T05:47:42.681 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:42 smithi029 ceph-mon[25450]: Generating ssh key... 2024-09-13T05:47:42.681 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:42 smithi029 ceph-mon[25450]: from='mgr.14118 172.21.15.29:0/3069955611' entity='mgr.smithi029.zcayfl' 2024-09-13T05:47:42.681 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:42 smithi029 ceph-mon[25450]: from='mgr.14118 172.21.15.29:0/3069955611' entity='mgr.smithi029.zcayfl' 2024-09-13T05:47:43.242 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCisUI0rxkIjO3nCJLiA9TJLzSRgHQDjDNJjn/FjZE6alY8EFDGoX++hRSwFO8OJOTMTW9CQMv9/CaQY0rK7DYvy4if7eejn+39L8lbH87VWwdDC59MYeQZ4RX6wZ78qea2Af+Ktb5HRtpy48/X48cyFsVkTK7ZXiZLK2fB1IIZeAu7QnNf01qkWXqe+rCKBBGpV44vf7mSOqWfvyM4c9bZj0OFPuF8iT1/tMiOiRpELuOsrZVj2K+WVZGYgjt/kWPHojc/+vbjQmDAxa9aqeKrIaU1sgCupdb0R4xqwU2D1kYcTKuXU1TnuV4xhTH/tHdc0VeUqbZGzDZ90bEJ3eegRM7cAALNIu1FdACYnr2KgaWfvtXcnXvQY5GTcpKPwwp5oI+3nUxBs7Xark+Gv/JuWV6Hc/cRRneoxj4BCK4K5XE5aBNJiTwMoHy1upQ45rOhYCyfwNgTM8rr8HJrnU0D6igPEXrJXiRjAewJXk6YEKh/LtwXQGxFHE2aPdd6iO0= ceph-664d943a-7193-11ef-bceb-c7b262605968 2024-09-13T05:47:43.242 INFO:teuthology.orchestra.run.smithi029.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-09-13T05:47:43.242 INFO:teuthology.orchestra.run.smithi029.stdout:Adding key to root@localhost authorized_keys... 2024-09-13T05:47:43.249 INFO:teuthology.orchestra.run.smithi029.stdout:Adding host smithi029... 2024-09-13T05:47:43.732 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:43 smithi029 ceph-mon[25450]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T05:47:44.847 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:44 smithi029 ceph-mon[25450]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi029", "addr": "172.21.15.29", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T05:47:45.711 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:45 smithi029 ceph-mon[25450]: Deploying cephadm binary to smithi029 2024-09-13T05:47:48.260 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout Added host 'smithi029' with addr '172.21.15.29' 2024-09-13T05:47:48.260 INFO:teuthology.orchestra.run.smithi029.stdout:Deploying mon service with default placement... 2024-09-13T05:47:48.904 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:48 smithi029 ceph-mon[25450]: from='mgr.14118 172.21.15.29:0/3069955611' entity='mgr.smithi029.zcayfl' 2024-09-13T05:47:48.905 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:48 smithi029 ceph-mon[25450]: Added host smithi029 2024-09-13T05:47:48.905 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:48 smithi029 ceph-mon[25450]: from='mgr.14118 172.21.15.29:0/3069955611' entity='mgr.smithi029.zcayfl' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T05:47:49.679 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-09-13T05:47:49.680 INFO:teuthology.orchestra.run.smithi029.stdout:Deploying mgr service with default placement... 2024-09-13T05:47:49.929 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:49 smithi029 ceph-mon[25450]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T05:47:49.930 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:49 smithi029 ceph-mon[25450]: Saving service mon spec with placement count:5 2024-09-13T05:47:49.930 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:49 smithi029 ceph-mon[25450]: from='mgr.14118 172.21.15.29:0/3069955611' entity='mgr.smithi029.zcayfl' 2024-09-13T05:47:51.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:51 smithi029 ceph-mon[25450]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T05:47:51.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:51 smithi029 ceph-mon[25450]: Saving service mgr spec with placement count:2 2024-09-13T05:47:51.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:51 smithi029 ceph-mon[25450]: from='mgr.14118 172.21.15.29:0/3069955611' entity='mgr.smithi029.zcayfl' 2024-09-13T05:47:51.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:51 smithi029 ceph-mon[25450]: from='mgr.14118 172.21.15.29:0/3069955611' entity='mgr.smithi029.zcayfl' 2024-09-13T05:47:51.691 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-09-13T05:47:51.691 INFO:teuthology.orchestra.run.smithi029.stdout:Deploying crash service with default placement... 2024-09-13T05:47:53.040 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:52 smithi029 ceph-mon[25450]: from='mgr.14118 172.21.15.29:0/3069955611' entity='mgr.smithi029.zcayfl' 2024-09-13T05:47:53.040 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:52 smithi029 ceph-mon[25450]: from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T05:47:53.041 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:52 smithi029 ceph-mon[25450]: Saving service crash spec with placement * 2024-09-13T05:47:53.041 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:52 smithi029 ceph-mon[25450]: from='mgr.14118 172.21.15.29:0/3069955611' entity='mgr.smithi029.zcayfl' 2024-09-13T05:47:53.043 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout Scheduled crash update... 2024-09-13T05:47:53.043 INFO:teuthology.orchestra.run.smithi029.stdout:Deploying ceph-exporter service with default placement... 2024-09-13T05:47:54.477 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout Scheduled ceph-exporter update... 2024-09-13T05:47:54.477 INFO:teuthology.orchestra.run.smithi029.stdout:Deploying prometheus service with default placement... 2024-09-13T05:47:54.732 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:54 smithi029 ceph-mon[25450]: from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "ceph-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T05:47:54.732 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:54 smithi029 ceph-mon[25450]: Saving service ceph-exporter spec with placement * 2024-09-13T05:47:54.732 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:54 smithi029 ceph-mon[25450]: from='mgr.14118 172.21.15.29:0/3069955611' entity='mgr.smithi029.zcayfl' 2024-09-13T05:47:54.733 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:54 smithi029 ceph-mon[25450]: from='mgr.14118 172.21.15.29:0/3069955611' entity='mgr.smithi029.zcayfl' 2024-09-13T05:47:55.734 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout Scheduled prometheus update... 2024-09-13T05:47:55.734 INFO:teuthology.orchestra.run.smithi029.stdout:Deploying grafana service with default placement... 2024-09-13T05:47:56.332 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:56 smithi029 ceph-mon[25450]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:56.332 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:56 smithi029 ceph-mon[25450]: from='client.14150 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T05:47:56.332 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:56 smithi029 ceph-mon[25450]: Saving service prometheus spec with placement count:1 2024-09-13T05:47:56.332 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:56 smithi029 ceph-mon[25450]: from='mgr.14118 172.21.15.29:0/3069955611' entity='mgr.smithi029.zcayfl' 2024-09-13T05:47:56.332 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:56 smithi029 ceph-mon[25450]: from='mgr.14118 172.21.15.29:0/3069955611' entity='mgr.smithi029.zcayfl' 2024-09-13T05:47:57.415 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout Scheduled grafana update... 2024-09-13T05:47:57.415 INFO:teuthology.orchestra.run.smithi029.stdout:Deploying node-exporter service with default placement... 2024-09-13T05:47:57.651 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:57 smithi029 ceph-mon[25450]: from='client.14152 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T05:47:57.652 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:57 smithi029 ceph-mon[25450]: Saving service grafana spec with placement count:1 2024-09-13T05:47:57.652 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:57 smithi029 ceph-mon[25450]: from='mgr.14118 172.21.15.29:0/3069955611' entity='mgr.smithi029.zcayfl' 2024-09-13T05:47:58.482 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:58 smithi029 ceph-mon[25450]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:58.482 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:58 smithi029 ceph-mon[25450]: from='mgr.14118 172.21.15.29:0/3069955611' entity='mgr.smithi029.zcayfl' 2024-09-13T05:47:58.809 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout Scheduled node-exporter update... 2024-09-13T05:47:58.809 INFO:teuthology.orchestra.run.smithi029.stdout:Deploying alertmanager service with default placement... 2024-09-13T05:47:59.564 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:59 smithi029 ceph-mon[25450]: from='client.14154 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T05:47:59.565 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:47:59 smithi029 ceph-mon[25450]: Saving service node-exporter spec with placement * 2024-09-13T05:48:00.142 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout Scheduled alertmanager update... 2024-09-13T05:48:00.731 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:48:00 smithi029 ceph-mon[25450]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:48:00.731 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:48:00 smithi029 ceph-mon[25450]: from='mgr.14118 172.21.15.29:0/3069955611' entity='mgr.smithi029.zcayfl' 2024-09-13T05:48:01.642 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:48:01 smithi029 ceph-mon[25450]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T05:48:01.642 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:48:01 smithi029 ceph-mon[25450]: Saving service alertmanager spec with placement count:1 2024-09-13T05:48:01.642 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:48:01 smithi029 ceph-mon[25450]: from='client.? 172.21.15.29:0/1858378569' entity='client.admin' 2024-09-13T05:48:02.481 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:48:02 smithi029 ceph-mon[25450]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:48:02.482 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:48:02 smithi029 ceph-mon[25450]: from='client.? 172.21.15.29:0/2825057902' entity='client.admin' 2024-09-13T05:48:02.495 INFO:teuthology.orchestra.run.smithi029.stdout:Enabling the dashboard module... 2024-09-13T05:48:03.729 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:48:03 smithi029 ceph-mon[25450]: from='client.? 172.21.15.29:0/2913471515' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "dashboard"} : dispatch 2024-09-13T05:48:04.701 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:48:04 smithi029 ceph-mon[25450]: from='client.? 172.21.15.29:0/2913471515' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-09-13T05:48:04.701 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:48:04 smithi029 ceph-mon[25450]: mgrmap e10: smithi029.zcayfl(active, since 28s) 2024-09-13T05:48:05.325 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout { 2024-09-13T05:48:05.325 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "epoch": 10, 2024-09-13T05:48:05.326 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-13T05:48:05.326 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "active_name": "smithi029.zcayfl", 2024-09-13T05:48:05.326 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-09-13T05:48:05.326 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout } 2024-09-13T05:48:05.326 INFO:teuthology.orchestra.run.smithi029.stdout:Waiting for the mgr to restart... 2024-09-13T05:48:05.326 INFO:teuthology.orchestra.run.smithi029.stdout:Waiting for mgr epoch 10... 2024-09-13T05:48:05.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:48:05 smithi029 ceph-mon[25450]: from='client.? 172.21.15.29:0/1722671648' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2024-09-13T05:48:08.967 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:48:08 smithi029 ceph-mon[25450]: Active manager daemon smithi029.zcayfl restarted 2024-09-13T05:48:08.967 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:48:08 smithi029 ceph-mon[25450]: Activating manager daemon smithi029.zcayfl 2024-09-13T05:48:08.967 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:48:08 smithi029 ceph-mon[25450]: osdmap e3: 0 total, 0 up, 0 in 2024-09-13T05:48:08.967 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:48:08 smithi029 ceph-mon[25450]: mgrmap e11: smithi029.zcayfl(active, starting, since 0.00364766s) 2024-09-13T05:48:08.967 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:48:08 smithi029 ceph-mon[25450]: from='mgr.14164 172.21.15.29:0/3054794178' entity='mgr.smithi029.zcayfl' cmd={"prefix": "mon metadata", "id": "smithi029"} : dispatch 2024-09-13T05:48:08.967 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:48:08 smithi029 ceph-mon[25450]: from='mgr.14164 172.21.15.29:0/3054794178' entity='mgr.smithi029.zcayfl' cmd={"prefix": "mgr metadata", "who": "smithi029.zcayfl", "id": "smithi029.zcayfl"} : dispatch 2024-09-13T05:48:08.967 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:48:08 smithi029 ceph-mon[25450]: from='mgr.14164 172.21.15.29:0/3054794178' entity='mgr.smithi029.zcayfl' cmd={"prefix": "mds metadata"} : dispatch 2024-09-13T05:48:08.968 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:48:08 smithi029 ceph-mon[25450]: from='mgr.14164 172.21.15.29:0/3054794178' entity='mgr.smithi029.zcayfl' cmd={"prefix": "osd metadata"} : dispatch 2024-09-13T05:48:08.968 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:48:08 smithi029 ceph-mon[25450]: from='mgr.14164 172.21.15.29:0/3054794178' entity='mgr.smithi029.zcayfl' cmd={"prefix": "mon metadata"} : dispatch 2024-09-13T05:48:08.968 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:48:08 smithi029 ceph-mon[25450]: Manager daemon smithi029.zcayfl is now available 2024-09-13T05:48:09.958 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:48:09 smithi029 ceph-mon[25450]: from='mgr.14164 172.21.15.29:0/3054794178' entity='mgr.smithi029.zcayfl' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T05:48:09.959 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:48:09 smithi029 ceph-mon[25450]: from='mgr.14164 172.21.15.29:0/3054794178' entity='mgr.smithi029.zcayfl' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi029.zcayfl/mirror_snapshot_schedule"} : dispatch 2024-09-13T05:48:09.959 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:48:09 smithi029 ceph-mon[25450]: from='mgr.14164 172.21.15.29:0/3054794178' entity='mgr.smithi029.zcayfl' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi029.zcayfl/trash_purge_schedule"} : dispatch 2024-09-13T05:48:09.959 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:48:09 smithi029 ceph-mon[25450]: mgrmap e12: smithi029.zcayfl(active, since 1.00616s) 2024-09-13T05:48:10.247 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout { 2024-09-13T05:48:10.247 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 12, 2024-09-13T05:48:10.247 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "initialized": true 2024-09-13T05:48:10.247 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout } 2024-09-13T05:48:10.247 INFO:teuthology.orchestra.run.smithi029.stdout:mgr epoch 10 is available 2024-09-13T05:48:10.247 INFO:teuthology.orchestra.run.smithi029.stdout:Using certmgr to generate dashboard self-signed certificate... 2024-09-13T05:48:10.888 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:48:10 smithi029 ceph-mon[25450]: [13/Sep/2024:05:48:10] ENGINE Bus STARTING 2024-09-13T05:48:10.888 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:48:10 smithi029 ceph-mon[25450]: [13/Sep/2024:05:48:10] ENGINE Serving on https://172.21.15.29:7150 2024-09-13T05:48:10.888 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:48:10 smithi029 ceph-mon[25450]: [13/Sep/2024:05:48:10] ENGINE Error in HTTPServer.serve 2024-09-13T05:48:10.888 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: Traceback (most recent call last): 2024-09-13T05:48:10.889 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-13T05:48:10.889 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: self._connections.run(self.expiration_interval) 2024-09-13T05:48:10.889 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-13T05:48:10.889 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: self._run(expiration_interval) 2024-09-13T05:48:10.889 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-13T05:48:10.890 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-13T05:48:10.890 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-13T05:48:10.890 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-13T05:48:10.890 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-13T05:48:10.890 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: s = self.context.wrap_socket( 2024-09-13T05:48:10.890 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-13T05:48:10.891 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: return self.sslsocket_class._create( 2024-09-13T05:48:10.891 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-13T05:48:10.891 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: self.do_handshake() 2024-09-13T05:48:10.891 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-13T05:48:10.891 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: self._sslobj.do_handshake() 2024-09-13T05:48:10.892 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-13T05:48:11.982 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:48:11 smithi029 ceph-mon[25450]: [13/Sep/2024:05:48:10] ENGINE Serving on http://172.21.15.29:8765 2024-09-13T05:48:11.982 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:48:11 smithi029 ceph-mon[25450]: [13/Sep/2024:05:48:10] ENGINE Bus STARTED 2024-09-13T05:48:11.982 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:48:11 smithi029 ceph-mon[25450]: mgrmap e13: smithi029.zcayfl(active, since 2s) 2024-09-13T05:48:11.982 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:48:11 smithi029 ceph-mon[25450]: from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch certmgr generate-certificates", "module_name": "dashboard", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T05:48:11.982 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:48:11 smithi029 ceph-mon[25450]: from='mgr.14164 172.21.15.29:0/3054794178' entity='mgr.smithi029.zcayfl' 2024-09-13T05:48:13.235 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:48:12 smithi029 ceph-mon[25450]: from='mgr.14164 172.21.15.29:0/3054794178' entity='mgr.smithi029.zcayfl' 2024-09-13T05:48:13.983 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout {"cert": "-----BEGIN CERTIFICATE-----\nMIIE+zCCAuOgAwIBAgIUOOkRWPgiTpaps3lOPOJn9H2tXHEwDQYJKoZIhvcNAQEL\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMzA1NDgxM1oXDTM0\nMDkxNDA1NDgxM1owFzEVMBMGA1UEAwwMMTcyLjIxLjE1LjI5MIICIjANBgkqhkiG\n9w0BAQEFAAOCAg8AMIICCgKCAgEAvSYo3srr1ohcrmEmIxxHlLeyBsnQkGF9Q0o/\nuZMF+Xog4RkH2hx3GCRU8DIyaxofVf+LgSZxJ5DRXhPgUrE/ArCnmhtljLzu5zyt\nV1TUFBbl1RJDtqhsdPHqgJbqcpmaJVdnKSgQmpJ4qscDGreR6B6QzrThw1ay4ksv\nH6lRV1Lv18/Cs8rf3Pt/Ra5w4behe5X7lOSLTr5y9ZP+0F5T5CWXaITiNwghsiJY\ny2b1Jj/zMrDH1HTtSlNPND5I/rJ7BBrvsDCgL95FzQaeUeEzOx8/g/koc+TmkIgV\nZ+g0TJA3cXz8Fj1LLC2lAk5wCAVAsj8tPX9AuiDo3iTMgndnpesKKsGffMVgD9CM\nEpxNMPLZwAOPtGEcdSqFiwRfn8591bykgipBJ0Ee+t16stU1v3vRZvxX0KrT9TW0\n6XzPoXr8anPqmecKfGYAfGNvt0YUR/e64HK8b2y/M3El2iw7g/R0dHUXiVHUDIPe\nuTAKUNiywStPfbjamXmuxhECE408KzO6FP3fSWgIG5Ha07gDhhDrTOxDMF71YumL\n56PhOd23mbEFVUOzgb/3twOHek/PHi6b/xABorTv1stND3t6gnTF/pvh2kxxqdUk\nclHa9Do2m4jrvJdz6o56c8WveIYUIOq6QK6k2PkhrcNdmETjfu+oNKja493CRGKh\n9q/QOoUCAwEAAaM/MD0wLQYDVR0RBCYwJIIJc21pdGhpMDI5ghFkYXNoYm9hcmRf\nc2VydmVyc4cErBUPHTAMBgNVHRMBAf8EAjAAMA0GCSqGSIb3DQEBCwUAA4ICAQA2\nIl91jBTvaB6inAYkCpwshGUYth/rNSflyArRUA8VNJ/WwQ/gLajlXaVE2AIl6uIs\nENUWey7J2ybZMOC7q98wg1Uqwp1DaemsvH2kLHnakIxa+w2b5QwlXvxkN8m0f/c2\nH8ng961PMZn6O2krUOAA8PSG5nY+J1DA45slUASQFRFXrvJb4bGQx70TfIk4F1aQ\neYppOkZDI40ALivSiRc+RdqujU31fKUoBiDsOcVKdawfNKn2gIWVzTfF49URk6HA\nhuOoxM7+3YP7enmWCpanHgCcSmWYZ2xv82wDOjOShLexZETtYj7budHAdstyQJce\n5AHONdBIciCyC+Geij01pcPcg8logtBk8A0SMfoNZC5cajDGh0IXqHMZMaMCrkAx\nc9LjgwbqlQv/ZrQP/MrvBH0SnjusUaDOZdvNTOVjetf4yrbfo2xX2YzypL5Aei9I\no8KlR3GcfGpgF3YmdCe9Sjpuqj0gAM1O8L0VUE99z0m/uF1R8PKqnOkCZKbph3o0\nxZj18BsztE3umlTeEGIY9tre2pBMm3ZCn755fkt79+Om2rRNhDuH2lLAdTXRorSW\n44E4UpYxZUHEBWibBjtkvSRX9bVAzrUGxFPgsAXlEd3kZNxkUZtMDLVpYY1CRmF2\nosFCq9ZzkPTuz+m3blOz2ZdB2LIJlmJF6VLmkboPsw==\n-----END CERTIFICATE-----\n", "key": "-----BEGIN RSA PRIVATE KEY-----\nMIIJKAIBAAKCAgEAvSYo3srr1ohcrmEmIxxHlLeyBsnQkGF9Q0o/uZMF+Xog4RkH\n2hx3GCRU8DIyaxofVf+LgSZxJ5DRXhPgUrE/ArCnmhtljLzu5zytV1TUFBbl1RJD\ntqhsdPHqgJbqcpmaJVdnKSgQmpJ4qscDGreR6B6QzrThw1ay4ksvH6lRV1Lv18/C\ns8rf3Pt/Ra5w4behe5X7lOSLTr5y9ZP+0F5T5CWXaITiNwghsiJYy2b1Jj/zMrDH\n1HTtSlNPND5I/rJ7BBrvsDCgL95FzQaeUeEzOx8/g/koc+TmkIgVZ+g0TJA3cXz8\nFj1LLC2lAk5wCAVAsj8tPX9AuiDo3iTMgndnpesKKsGffMVgD9CMEpxNMPLZwAOP\ntGEcdSqFiwRfn8591bykgipBJ0Ee+t16stU1v3vRZvxX0KrT9TW06XzPoXr8anPq\nmecKfGYAfGNvt0YUR/e64HK8b2y/M3El2iw7g/R0dHUXiVHUDIPeuTAKUNiywStP\nfbjamXmuxhECE408KzO6FP3fSWgIG5Ha07gDhhDrTOxDMF71YumL56PhOd23mbEF\nVUOzgb/3twOHek/PHi6b/xABorTv1stND3t6gnTF/pvh2kxxqdUkclHa9Do2m4jr\nvJdz6o56c8WveIYUIOq6QK6k2PkhrcNdmETjfu+oNKja493CRGKh9q/QOoUCAwEA\nAQKCAgANnMvvMMJlR54H7LTubPAX21qEE40ffuyhZZwNcm/JIwlvubnvcAIAKkk0\nmiA3xgMAUOpMyqP1GX5/20VXHitvOaBuPk+CH+y/loXRFalHotg6i9x0rk1T4z8h\nrvrDcZt+2Xnyo9ACF814WOc3yoNFJcH9JlZjFP+9unRzPl+8vZrGOM0F3HFc+XqQ\n3LuB+xGzj7kx33rJGXqzgsmhXFCESFJLstiG5l5qb/9c8BVvgcWyXbeb6ihTo4g9\nNchSEC07P+cFEpLMrx3t4e6N7PufYyHSkSFgqdYQC8Minbr50Z0z3S9VOGcLEGPi\nNRvp79rWmSZb2Sci3hB0QEi5kPdUAVL6ZH1KAkCVvUICPFTM1pDOuf8GnXQIG0SH\n6ggFJgU2TjLkfA4Dlhp5uzvNbLEwoR/OK8h5JOdPfhw5CglRotBufDYYHtX3u5O6\nGXqMUTN98lAe8C5KEjig+x2DgTs5L9l8Ev66bWlywgIE5WvRMA2fU1VTONAs7kgz\nosRt6Qb1EEkWjY70CA4hFgOdrYkOTMOy/QZ001ZwZrmgQiQE2nNVKTqi16CP/yTD\nsPHuxRvQ6/aEbpo1dbd5bGNMwF4Uof6Y0UY7Ftu3/D8oT3AgfCv4rlAUyu8B1CjY\nDLGvUh9ecLJRjAbsQa9nhA2ngpGrMLlLgvs2tBySfhDyQwea8QKCAQEA5E/r4yqd\nAvKafLfcRtxEe3SEarai9jFmV82QjFbRZV1dUF1XK8WqDzyEsrKRGK1j7bD+7h+l\nnn17YhkCx2VQdUSdAdDHTiUaovy8yXK7PO2Lfshmy8YBQ1DjuVqgO6/wLYSGv6AB\noC/fZI+jlwyDsuZ9JNGahvIv+nMorrl1JS53TmJ6wPH7E5HebTEfDqRqtqJVV5++\nG5/ESBZElr2s6Inco2Twjxh+tlGgbbIxp+kr8QziGaKJtlTVdkBLkH5OKkTvrQXX\n0xCcwCj0qpRd2NRWjI4ZOcvoUVcVd60CfeVA12KvMInE1RtaGpHqVdweDk6tjNSS\nMr+Hw1JYWGyynQKCAQEA1BZlpuu2/qupK8kqyATgBFim1T7APymcCXosbY/5iC5f\n+cvCDSMr/UJaETAlZoYPfsv2NB/bE7HiiEKUVBOEcW2WwNpvhHSrvVhGr+iIcC4w\n/WF1ibHWQ/0ordyB2BSvzrd76sc2tEfQVlTQ272/egwFch2tc+NFBll/wAR2tG3g\nqWJpmO1UB1MkCDXk5/fMam7B+CjJhn0RAv6pVUI3vmAaG9TEb9BcJnS7VVg+bBta\ni/db3RIMG5Dt2qRT6DnkAq63SCSx1wugcoWfwvzh+QmkatxQ8dFTrFfswQnCtZ3e\nlFGOtKgFpIuRNl6NDnkTZ6kIFcVB4fqW60aXNIXPCQKCAQB1hQYAqoCjcck/hUxn\nVR4TBgja/SOo4giyDWfoNRAXwxUzNriWGWrN6PLNIMk7EJUtVjwCyltv11tZRVJ+\n3JGrqyO+OX89pC+v0bRDZUEnvYZePj1bipI/2jU9xX5Q+uEALQVHQc9Uaw/sLVuh\ndpmbzrR/7TxDVgqIOhqoxWGdP+u9d0eEZYo9qon5Xp2D5fHgDHMtZVZv1a8tA/lO\nNlf4Ym4l1OFWZt9ibWXM0TpqGcW6kE0ZsOZ96fDuq2259Km7bDyKrUVIqXZmGy7F\nVxVvdO0P8FzfuSveIps0POPZddYIiA1xSJj+sNOSdaVPiLwX1TvUD98pLBlv2sUK\nzvipAoIBACuynakhweeA+O8jmKPzlTBwD5e6QSQCb7roKEU+t9weKfouyEGqsIKS\n7DnEYMBZ+NFYNtcQhTPun80RYrxb9RrlyHzdxMJWw5fUm2PdFld+vOtH7E69jHcf\nrwT7fOlHgd2momqCNzw3264d9ZaA5vW/ilOz16wb9HnVcOPgR5DvXq2nsDgpFfoY\nYEEs0YgV31FClsaJqNQD6sBiNgNyDEg2RsrbMMoU9RebT4nLD7l4fVR/V7cZ49K+\nLrOwzfT4EImY8/xySw4SwDE4ZO1o6ypDmVPHJwpb5dCJoSc42pxO9bA7iZqhT+BS\nPU4ldwy3V48xHZBWvzdPSU8akUbqFvkCggEBAMxkjegA+MFzVuIk/Y+x2/98BTqt\nxZcSNPL7Kzlp59YSW4zp/00D9HKdN8jj8Xb6TvSJ7mxj0RcKxmvfZu8riqRGEKSN\nG6CmZSjsyckQ4syOl/JXnf4uZgNorX6RIRH4QsBRE5qjsdiqVCZ9IOcS89EB3jvf\nQLeDdFgq+meOXLtls/dXmBQt2dkU8OvN7cZN0kmI8daXphHiA2rokYYVDyLQUF99\n3lKmhQU3V7BP+1AlMTf7KyENSN2w0N6pkAt4JTFxPtEpX0CpgyShY1TzW5q0J13t\nhgZKyMkRq2kjx/prNaT11KvZtpe0YQrtabBc0gq5MG7Gc3d9wtkKS6WzBwE=\n-----END RSA PRIVATE KEY-----\n"} 2024-09-13T05:48:15.340 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout SSL certificate updated 2024-09-13T05:48:15.981 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:48:15 smithi029 ceph-mon[25450]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T05:48:15.982 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:48:15 smithi029 ceph-mon[25450]: from='mgr.14164 172.21.15.29:0/3054794178' entity='mgr.smithi029.zcayfl' 2024-09-13T05:48:16.621 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout SSL certificate key updated 2024-09-13T05:48:16.622 INFO:teuthology.orchestra.run.smithi029.stdout:Creating initial admin user... 2024-09-13T05:48:17.478 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:48:17 smithi029 ceph-mon[25450]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T05:48:17.478 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:48:17 smithi029 ceph-mon[25450]: from='mgr.14164 172.21.15.29:0/3054794178' entity='mgr.smithi029.zcayfl' 2024-09-13T05:48:18.049 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:48:18 smithi029 ceph-mon[25450]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T05:48:18.049 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:48:18 smithi029 ceph-mon[25450]: from='mgr.14164 172.21.15.29:0/3054794178' entity='mgr.smithi029.zcayfl' 2024-09-13T05:48:18.051 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$NklLg0HkW0c0qHltNKTKC.RGRyBsIh.koxl6o2WLd0bkqp0waw5u.", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1726206497, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-09-13T05:48:18.051 INFO:teuthology.orchestra.run.smithi029.stdout:Fetching dashboard port number... 2024-09-13T05:48:19.231 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:48:19 smithi029 ceph-mon[25450]: from='client.? 172.21.15.29:0/976802874' entity='client.admin' cmd={"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"} : dispatch 2024-09-13T05:48:19.234 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout 8443 2024-09-13T05:48:19.244 INFO:teuthology.orchestra.run.smithi029.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-09-13T05:48:19.244 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stdout disabled 2024-09-13T05:48:19.251 INFO:teuthology.orchestra.run.smithi029.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-09-13T05:48:19.251 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stdout inactive 2024-09-13T05:48:19.251 INFO:teuthology.orchestra.run.smithi029.stdout:firewalld.service is not enabled 2024-09-13T05:48:19.251 INFO:teuthology.orchestra.run.smithi029.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-09-13T05:48:19.252 INFO:teuthology.orchestra.run.smithi029.stdout:Ceph Dashboard is now available at: 2024-09-13T05:48:19.253 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-13T05:48:19.253 INFO:teuthology.orchestra.run.smithi029.stdout: URL: https://smithi029.front.sepia.ceph.com:8443/ 2024-09-13T05:48:19.253 INFO:teuthology.orchestra.run.smithi029.stdout: User: admin 2024-09-13T05:48:19.253 INFO:teuthology.orchestra.run.smithi029.stdout: Password: st3fyzc2cd 2024-09-13T05:48:19.253 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-13T05:48:19.253 INFO:teuthology.orchestra.run.smithi029.stdout:Saving cluster configuration to /var/lib/ceph/664d943a-7193-11ef-bceb-c7b262605968/config directory 2024-09-13T05:48:20.601 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-09-13T05:48:20.601 INFO:teuthology.orchestra.run.smithi029.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-09-13T05:48:20.601 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-13T05:48:20.601 INFO:teuthology.orchestra.run.smithi029.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 664d943a-7193-11ef-bceb-c7b262605968 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-09-13T05:48:20.602 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-13T05:48:20.602 INFO:teuthology.orchestra.run.smithi029.stdout:Or, if you are only running a single cluster on this host: 2024-09-13T05:48:20.602 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-13T05:48:20.602 INFO:teuthology.orchestra.run.smithi029.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-09-13T05:48:20.602 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-13T05:48:20.602 INFO:teuthology.orchestra.run.smithi029.stdout:Please consider enabling telemetry to help improve Ceph: 2024-09-13T05:48:20.602 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-13T05:48:20.602 INFO:teuthology.orchestra.run.smithi029.stdout: ceph telemetry on 2024-09-13T05:48:20.602 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-13T05:48:20.602 INFO:teuthology.orchestra.run.smithi029.stdout:For more information see: 2024-09-13T05:48:20.602 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-13T05:48:20.602 INFO:teuthology.orchestra.run.smithi029.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-09-13T05:48:20.602 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-13T05:48:20.603 INFO:teuthology.orchestra.run.smithi029.stdout:Bootstrap complete. 2024-09-13T05:48:20.651 INFO:tasks.cephadm:Fetching config... 2024-09-13T05:48:20.652 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2024-09-13T05:48:20.652 DEBUG:teuthology.orchestra.run.smithi029:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-09-13T05:48:20.671 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-09-13T05:48:20.671 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2024-09-13T05:48:20.671 DEBUG:teuthology.orchestra.run.smithi029:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-09-13T05:48:20.728 INFO:tasks.cephadm:Fetching mon keyring... 2024-09-13T05:48:20.728 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2024-09-13T05:48:20.729 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd if=/var/lib/ceph/664d943a-7193-11ef-bceb-c7b262605968/mon.smithi029/keyring of=/dev/stdout 2024-09-13T05:48:20.795 INFO:tasks.cephadm:Fetching pub ssh key... 2024-09-13T05:48:20.795 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2024-09-13T05:48:20.796 DEBUG:teuthology.orchestra.run.smithi029:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-09-13T05:48:20.851 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-09-13T05:48:20.852 DEBUG:teuthology.orchestra.run.smithi029:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCisUI0rxkIjO3nCJLiA9TJLzSRgHQDjDNJjn/FjZE6alY8EFDGoX++hRSwFO8OJOTMTW9CQMv9/CaQY0rK7DYvy4if7eejn+39L8lbH87VWwdDC59MYeQZ4RX6wZ78qea2Af+Ktb5HRtpy48/X48cyFsVkTK7ZXiZLK2fB1IIZeAu7QnNf01qkWXqe+rCKBBGpV44vf7mSOqWfvyM4c9bZj0OFPuF8iT1/tMiOiRpELuOsrZVj2K+WVZGYgjt/kWPHojc/+vbjQmDAxa9aqeKrIaU1sgCupdb0R4xqwU2D1kYcTKuXU1TnuV4xhTH/tHdc0VeUqbZGzDZ90bEJ3eegRM7cAALNIu1FdACYnr2KgaWfvtXcnXvQY5GTcpKPwwp5oI+3nUxBs7Xark+Gv/JuWV6Hc/cRRneoxj4BCK4K5XE5aBNJiTwMoHy1upQ45rOhYCyfwNgTM8rr8HJrnU0D6igPEXrJXiRjAewJXk6YEKh/LtwXQGxFHE2aPdd6iO0= ceph-664d943a-7193-11ef-bceb-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-13T05:48:20.936 INFO:teuthology.orchestra.run.smithi029.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCisUI0rxkIjO3nCJLiA9TJLzSRgHQDjDNJjn/FjZE6alY8EFDGoX++hRSwFO8OJOTMTW9CQMv9/CaQY0rK7DYvy4if7eejn+39L8lbH87VWwdDC59MYeQZ4RX6wZ78qea2Af+Ktb5HRtpy48/X48cyFsVkTK7ZXiZLK2fB1IIZeAu7QnNf01qkWXqe+rCKBBGpV44vf7mSOqWfvyM4c9bZj0OFPuF8iT1/tMiOiRpELuOsrZVj2K+WVZGYgjt/kWPHojc/+vbjQmDAxa9aqeKrIaU1sgCupdb0R4xqwU2D1kYcTKuXU1TnuV4xhTH/tHdc0VeUqbZGzDZ90bEJ3eegRM7cAALNIu1FdACYnr2KgaWfvtXcnXvQY5GTcpKPwwp5oI+3nUxBs7Xark+Gv/JuWV6Hc/cRRneoxj4BCK4K5XE5aBNJiTwMoHy1upQ45rOhYCyfwNgTM8rr8HJrnU0D6igPEXrJXiRjAewJXk6YEKh/LtwXQGxFHE2aPdd6iO0= ceph-664d943a-7193-11ef-bceb-c7b262605968 2024-09-13T05:48:20.949 DEBUG:teuthology.orchestra.run.smithi165:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCisUI0rxkIjO3nCJLiA9TJLzSRgHQDjDNJjn/FjZE6alY8EFDGoX++hRSwFO8OJOTMTW9CQMv9/CaQY0rK7DYvy4if7eejn+39L8lbH87VWwdDC59MYeQZ4RX6wZ78qea2Af+Ktb5HRtpy48/X48cyFsVkTK7ZXiZLK2fB1IIZeAu7QnNf01qkWXqe+rCKBBGpV44vf7mSOqWfvyM4c9bZj0OFPuF8iT1/tMiOiRpELuOsrZVj2K+WVZGYgjt/kWPHojc/+vbjQmDAxa9aqeKrIaU1sgCupdb0R4xqwU2D1kYcTKuXU1TnuV4xhTH/tHdc0VeUqbZGzDZ90bEJ3eegRM7cAALNIu1FdACYnr2KgaWfvtXcnXvQY5GTcpKPwwp5oI+3nUxBs7Xark+Gv/JuWV6Hc/cRRneoxj4BCK4K5XE5aBNJiTwMoHy1upQ45rOhYCyfwNgTM8rr8HJrnU0D6igPEXrJXiRjAewJXk6YEKh/LtwXQGxFHE2aPdd6iO0= ceph-664d943a-7193-11ef-bceb-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-13T05:48:20.997 INFO:teuthology.orchestra.run.smithi165.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCisUI0rxkIjO3nCJLiA9TJLzSRgHQDjDNJjn/FjZE6alY8EFDGoX++hRSwFO8OJOTMTW9CQMv9/CaQY0rK7DYvy4if7eejn+39L8lbH87VWwdDC59MYeQZ4RX6wZ78qea2Af+Ktb5HRtpy48/X48cyFsVkTK7ZXiZLK2fB1IIZeAu7QnNf01qkWXqe+rCKBBGpV44vf7mSOqWfvyM4c9bZj0OFPuF8iT1/tMiOiRpELuOsrZVj2K+WVZGYgjt/kWPHojc/+vbjQmDAxa9aqeKrIaU1sgCupdb0R4xqwU2D1kYcTKuXU1TnuV4xhTH/tHdc0VeUqbZGzDZ90bEJ3eegRM7cAALNIu1FdACYnr2KgaWfvtXcnXvQY5GTcpKPwwp5oI+3nUxBs7Xark+Gv/JuWV6Hc/cRRneoxj4BCK4K5XE5aBNJiTwMoHy1upQ45rOhYCyfwNgTM8rr8HJrnU0D6igPEXrJXiRjAewJXk6YEKh/LtwXQGxFHE2aPdd6iO0= ceph-664d943a-7193-11ef-bceb-c7b262605968 2024-09-13T05:48:21.010 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 664d943a-7193-11ef-bceb-c7b262605968 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-09-13T05:48:21.231 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:48:20 smithi029 ceph-mon[25450]: from='client.? 172.21.15.29:0/1060186735' entity='client.admin' 2024-09-13T05:48:21.266 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/664d943a-7193-11ef-bceb-c7b262605968/mon.smithi029/config 2024-09-13T05:48:22.178 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:48:21 smithi029 ceph-mon[25450]: mgrmap e14: smithi029.zcayfl(active, since 12s) 2024-09-13T05:48:22.812 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-09-13T05:48:22.813 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 664d943a-7193-11ef-bceb-c7b262605968 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-09-13T05:48:23.189 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:48:22 smithi029 ceph-mon[25450]: from='client.? 172.21.15.29:0/3984824099' entity='client.admin' 2024-09-13T05:48:23.300 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/664d943a-7193-11ef-bceb-c7b262605968/mon.smithi029/config 2024-09-13T05:48:24.486 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:48:24 smithi029 ceph-mon[25450]: from='mgr.14164 172.21.15.29:0/3054794178' entity='mgr.smithi029.zcayfl' 2024-09-13T05:48:24.486 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:48:24 smithi029 ceph-mon[25450]: from='mgr.14164 172.21.15.29:0/3054794178' entity='mgr.smithi029.zcayfl' 2024-09-13T05:48:24.486 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:48:24 smithi029 ceph-mon[25450]: from='mgr.14164 172.21.15.29:0/3054794178' entity='mgr.smithi029.zcayfl' cmd={"prefix": "config rm", "who": "osd/host:smithi029", "name": "osd_memory_target"} : dispatch 2024-09-13T05:48:24.486 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:48:24 smithi029 ceph-mon[25450]: from='mgr.14164 172.21.15.29:0/3054794178' entity='mgr.smithi029.zcayfl' 2024-09-13T05:48:24.486 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:48:24 smithi029 ceph-mon[25450]: from='mgr.14164 172.21.15.29:0/3054794178' entity='mgr.smithi029.zcayfl' cmd={"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi029", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]} : dispatch 2024-09-13T05:48:24.486 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:48:24 smithi029 ceph-mon[25450]: from='mgr.14164 172.21.15.29:0/3054794178' entity='mgr.smithi029.zcayfl' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi029", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2024-09-13T05:48:24.487 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:48:24 smithi029 ceph-mon[25450]: from='mgr.14164 172.21.15.29:0/3054794178' entity='mgr.smithi029.zcayfl' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T05:48:24.487 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:48:24 smithi029 ceph-mon[25450]: Deploying daemon ceph-exporter.smithi029 on smithi029 2024-09-13T05:48:25.482 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:48:25 smithi029 ceph-mon[25450]: from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T05:48:25.482 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:48:25 smithi029 ceph-mon[25450]: from='mgr.14164 172.21.15.29:0/3054794178' entity='mgr.smithi029.zcayfl' 2024-09-13T05:48:25.689 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi165 2024-09-13T05:48:25.689 DEBUG:teuthology.orchestra.run.smithi165:> set -ex 2024-09-13T05:48:25.689 DEBUG:teuthology.orchestra.run.smithi165:> dd of=/etc/ceph/ceph.conf 2024-09-13T05:48:25.708 DEBUG:teuthology.orchestra.run.smithi165:> set -ex 2024-09-13T05:48:25.708 DEBUG:teuthology.orchestra.run.smithi165:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-13T05:48:25.766 INFO:tasks.cephadm:Adding host smithi165 to orchestrator... 2024-09-13T05:48:25.766 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 664d943a-7193-11ef-bceb-c7b262605968 -- ceph orch host add smithi165 2024-09-13T05:48:26.418 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/664d943a-7193-11ef-bceb-c7b262605968/mon.smithi029/config 2024-09-13T05:48:27.961 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:48:27 smithi029 ceph-mon[25450]: from='client.14192 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi165", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T05:48:29.691 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:48:29 smithi029 ceph-mon[25450]: Deploying cephadm binary to smithi165 2024-09-13T05:48:29.692 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:48:29 smithi029 ceph-mon[25450]: from='mgr.14164 172.21.15.29:0/3054794178' entity='mgr.smithi029.zcayfl' 2024-09-13T05:48:29.692 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:48:29 smithi029 ceph-mon[25450]: from='mgr.14164 172.21.15.29:0/3054794178' entity='mgr.smithi029.zcayfl' 2024-09-13T05:48:29.692 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:48:29 smithi029 ceph-mon[25450]: from='mgr.14164 172.21.15.29:0/3054794178' entity='mgr.smithi029.zcayfl' 2024-09-13T05:48:29.692 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:48:29 smithi029 ceph-mon[25450]: from='mgr.14164 172.21.15.29:0/3054794178' entity='mgr.smithi029.zcayfl' 2024-09-13T05:48:29.692 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:48:29 smithi029 ceph-mon[25450]: from='mgr.14164 172.21.15.29:0/3054794178' entity='mgr.smithi029.zcayfl' cmd={"prefix": "auth get-or-create", "entity": "client.crash.smithi029", "caps": ["mon", "profile crash", "mgr", "profile crash"]} : dispatch 2024-09-13T05:48:29.692 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:48:29 smithi029 ceph-mon[25450]: from='mgr.14164 172.21.15.29:0/3054794178' entity='mgr.smithi029.zcayfl' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi029", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-09-13T05:48:29.692 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:48:29 smithi029 ceph-mon[25450]: from='mgr.14164 172.21.15.29:0/3054794178' entity='mgr.smithi029.zcayfl' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T05:48:29.692 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:48:29 smithi029 ceph-mon[25450]: Deploying daemon crash.smithi029 on smithi029 2024-09-13T05:48:29.692 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:48:29 smithi029 ceph-mon[25450]: from='mgr.14164 172.21.15.29:0/3054794178' entity='mgr.smithi029.zcayfl' 2024-09-13T05:48:30.641 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:48:30 smithi029 ceph-mon[25450]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:48:30.894 INFO:teuthology.orchestra.run.smithi029.stdout:Added host 'smithi165' with addr '172.21.15.165' 2024-09-13T05:48:31.501 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 664d943a-7193-11ef-bceb-c7b262605968 -- ceph orch host ls --format=json 2024-09-13T05:48:31.780 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/664d943a-7193-11ef-bceb-c7b262605968/mon.smithi029/config 2024-09-13T05:48:32.064 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:48:31 smithi029 ceph-mon[25450]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:48:32.064 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:48:31 smithi029 ceph-mon[25450]: from='mgr.14164 172.21.15.29:0/3054794178' entity='mgr.smithi029.zcayfl' 2024-09-13T05:48:32.064 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:48:31 smithi029 ceph-mon[25450]: from='mgr.14164 172.21.15.29:0/3054794178' entity='mgr.smithi029.zcayfl' 2024-09-13T05:48:32.064 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:48:31 smithi029 ceph-mon[25450]: from='mgr.14164 172.21.15.29:0/3054794178' entity='mgr.smithi029.zcayfl' 2024-09-13T05:48:32.064 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:48:31 smithi029 ceph-mon[25450]: from='mgr.14164 172.21.15.29:0/3054794178' entity='mgr.smithi029.zcayfl' 2024-09-13T05:48:32.064 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:48:31 smithi029 ceph-mon[25450]: Deploying daemon node-exporter.smithi029 on smithi029 2024-09-13T05:48:32.064 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:48:31 smithi029 ceph-mon[25450]: from='mgr.14164 172.21.15.29:0/3054794178' entity='mgr.smithi029.zcayfl' 2024-09-13T05:48:32.065 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:48:31 smithi029 ceph-mon[25450]: Added host smithi165 2024-09-13T05:48:32.492 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-13T05:48:32.492 INFO:teuthology.orchestra.run.smithi029.stdout:[{"addr": "172.21.15.29", "hostname": "smithi029", "labels": [], "status": ""}, {"addr": "172.21.15.165", "hostname": "smithi165", "labels": [], "status": ""}] 2024-09-13T05:48:33.159 INFO:tasks.cephadm:Setting crush tunables to default 2024-09-13T05:48:33.159 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 664d943a-7193-11ef-bceb-c7b262605968 -- ceph osd crush tunables default 2024-09-13T05:48:33.435 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/664d943a-7193-11ef-bceb-c7b262605968/mon.smithi029/config 2024-09-13T05:48:33.827 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:48:33 smithi029 ceph-mon[25450]: from='client.14195 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T05:48:33.827 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:48:33 smithi029 ceph-mon[25450]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:48:35.080 INFO:teuthology.orchestra.run.smithi029.stderr:adjusted tunables profile to default 2024-09-13T05:48:35.481 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:48:35 smithi029 ceph-mon[25450]: from='mgr.14164 172.21.15.29:0/3054794178' entity='mgr.smithi029.zcayfl' 2024-09-13T05:48:35.481 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:48:35 smithi029 ceph-mon[25450]: from='client.? 172.21.15.29:0/876543890' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2024-09-13T05:48:35.785 INFO:tasks.cephadm:Adding mon.smithi029 on smithi029 2024-09-13T05:48:35.785 INFO:tasks.cephadm:Adding mon.smithi165 on smithi165 2024-09-13T05:48:35.785 DEBUG:teuthology.orchestra.run.smithi165:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 664d943a-7193-11ef-bceb-c7b262605968 -- ceph orch apply mon '2;smithi029:172.21.15.29=smithi029;smithi165:172.21.15.165=smithi165' 2024-09-13T05:48:36.080 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:48:36 smithi029 ceph-mon[25450]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:48:36.080 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:48:36 smithi029 ceph-mon[25450]: from='client.? 172.21.15.29:0/876543890' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-13T05:48:36.080 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:48:36 smithi029 ceph-mon[25450]: osdmap e4: 0 total, 0 up, 0 in 2024-09-13T05:48:36.135 INFO:teuthology.orchestra.run.smithi165.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-13T05:48:36.181 INFO:teuthology.orchestra.run.smithi165.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-13T05:48:36.481 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:48:36 smithi029 ceph-mon[25450]: from='mgr.14164 172.21.15.29:0/3054794178' entity='mgr.smithi029.zcayfl' 2024-09-13T05:48:36.482 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:48:36 smithi029 ceph-mon[25450]: from='mgr.14164 172.21.15.29:0/3054794178' entity='mgr.smithi029.zcayfl' 2024-09-13T05:48:36.482 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:48:36 smithi029 ceph-mon[25450]: from='mgr.14164 172.21.15.29:0/3054794178' entity='mgr.smithi029.zcayfl' 2024-09-13T05:48:36.482 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:48:36 smithi029 ceph-mon[25450]: from='mgr.14164 172.21.15.29:0/3054794178' entity='mgr.smithi029.zcayfl' 2024-09-13T05:48:36.754 INFO:teuthology.orchestra.run.smithi165.stdout:Scheduled mon update... 2024-09-13T05:48:37.326 DEBUG:teuthology.orchestra.run.smithi165:mon.smithi165> sudo journalctl -f -n 0 -u ceph-664d943a-7193-11ef-bceb-c7b262605968@mon.smithi165.service 2024-09-13T05:48:37.328 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-13T05:48:37.328 DEBUG:teuthology.orchestra.run.smithi165:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 664d943a-7193-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-13T05:48:37.482 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:48:37 smithi029 ceph-mon[25450]: Deploying daemon alertmanager.smithi029 on smithi029 2024-09-13T05:48:37.482 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:48:37 smithi029 ceph-mon[25450]: from='mgr.14164 172.21.15.29:0/3054794178' entity='mgr.smithi029.zcayfl' 2024-09-13T05:48:37.613 INFO:teuthology.orchestra.run.smithi165.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-13T05:48:37.656 INFO:teuthology.orchestra.run.smithi165.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-13T05:48:38.331 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-09-13T05:48:38.331 INFO:teuthology.orchestra.run.smithi165.stdout:{"epoch":1,"fsid":"664d943a-7193-11ef-bceb-c7b262605968","modified":"2024-09-13T05:46:54.231823Z","created":"2024-09-13T05:46:54.231823Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"smithi029","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:3300","nonce":0},{"type":"v1","addr":"172.21.15.29:6789","nonce":0}]},"addr":"172.21.15.29:6789/0","public_addr":"172.21.15.29:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-13T05:48:38.331 INFO:teuthology.orchestra.run.smithi165.stderr:dumped monmap epoch 1 2024-09-13T05:48:38.481 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:48:38 smithi029 ceph-mon[25450]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:48:38.482 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:48:38 smithi029 ceph-mon[25450]: from='client.14199 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi029:172.21.15.29=smithi029;smithi165:172.21.15.165=smithi165", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T05:48:38.482 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:48:38 smithi029 ceph-mon[25450]: Saving service mon spec with placement smithi029:172.21.15.29=smithi029;smithi165:172.21.15.165=smithi165;count:2 2024-09-13T05:48:39.481 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:48:39 smithi029 ceph-mon[25450]: from='client.? 172.21.15.165:0/3454230563' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-13T05:48:39.482 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:48:39 smithi029 ceph-mon[25450]: from='mgr.14164 172.21.15.29:0/3054794178' entity='mgr.smithi029.zcayfl' 2024-09-13T05:48:39.915 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-13T05:48:39.916 DEBUG:teuthology.orchestra.run.smithi165:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 664d943a-7193-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-13T05:48:40.160 INFO:teuthology.orchestra.run.smithi165.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-13T05:48:40.203 INFO:teuthology.orchestra.run.smithi165.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-13T05:48:40.375 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:48:40 smithi029 ceph-mon[25450]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:48:40.827 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-09-13T05:48:40.827 INFO:teuthology.orchestra.run.smithi165.stdout:{"epoch":1,"fsid":"664d943a-7193-11ef-bceb-c7b262605968","modified":"2024-09-13T05:46:54.231823Z","created":"2024-09-13T05:46:54.231823Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"smithi029","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:3300","nonce":0},{"type":"v1","addr":"172.21.15.29:6789","nonce":0}]},"addr":"172.21.15.29:6789/0","public_addr":"172.21.15.29:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-13T05:48:40.827 INFO:teuthology.orchestra.run.smithi165.stderr:dumped monmap epoch 1 2024-09-13T05:48:41.379 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:48:41 smithi029 ceph-mon[25450]: from='client.? 172.21.15.165:0/4233215943' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-13T05:48:42.311 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-13T05:48:42.312 DEBUG:teuthology.orchestra.run.smithi165:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 664d943a-7193-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-13T05:48:42.380 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:48:42 smithi029 ceph-mon[25450]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:48:42.542 INFO:teuthology.orchestra.run.smithi165.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-13T05:48:42.586 INFO:teuthology.orchestra.run.smithi165.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-13T05:48:43.269 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-09-13T05:48:43.270 INFO:teuthology.orchestra.run.smithi165.stdout:{"epoch":1,"fsid":"664d943a-7193-11ef-bceb-c7b262605968","modified":"2024-09-13T05:46:54.231823Z","created":"2024-09-13T05:46:54.231823Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"smithi029","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:3300","nonce":0},{"type":"v1","addr":"172.21.15.29:6789","nonce":0}]},"addr":"172.21.15.29:6789/0","public_addr":"172.21.15.29:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-13T05:48:43.270 INFO:teuthology.orchestra.run.smithi165.stderr:dumped monmap epoch 1 2024-09-13T05:48:44.122 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:48:44 smithi029 ceph-mon[25450]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:48:44.123 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:48:44 smithi029 ceph-mon[25450]: from='client.? 172.21.15.165:0/919688199' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-13T05:48:44.861 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-13T05:48:44.862 DEBUG:teuthology.orchestra.run.smithi165:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 664d943a-7193-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-13T05:48:45.117 INFO:teuthology.orchestra.run.smithi165.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-13T05:48:45.167 INFO:teuthology.orchestra.run.smithi165.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-13T05:48:45.732 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:48:45 smithi029 ceph-mon[25450]: from='mgr.14164 172.21.15.29:0/3054794178' entity='mgr.smithi029.zcayfl' 2024-09-13T05:48:45.732 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:48:45 smithi029 ceph-mon[25450]: from='mgr.14164 172.21.15.29:0/3054794178' entity='mgr.smithi029.zcayfl' 2024-09-13T05:48:45.732 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:48:45 smithi029 ceph-mon[25450]: from='mgr.14164 172.21.15.29:0/3054794178' entity='mgr.smithi029.zcayfl' 2024-09-13T05:48:45.732 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:48:45 smithi029 ceph-mon[25450]: from='mgr.14164 172.21.15.29:0/3054794178' entity='mgr.smithi029.zcayfl' 2024-09-13T05:48:45.732 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:48:45 smithi029 ceph-mon[25450]: Regenerating cephadm self-signed grafana TLS certificates 2024-09-13T05:48:45.732 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:48:45 smithi029 ceph-mon[25450]: from='mgr.14164 172.21.15.29:0/3054794178' entity='mgr.smithi029.zcayfl' 2024-09-13T05:48:45.732 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:48:45 smithi029 ceph-mon[25450]: from='mgr.14164 172.21.15.29:0/3054794178' entity='mgr.smithi029.zcayfl' 2024-09-13T05:48:45.732 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:48:45 smithi029 ceph-mon[25450]: from='mgr.14164 172.21.15.29:0/3054794178' entity='mgr.smithi029.zcayfl' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2024-09-13T05:48:45.732 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:48:45 smithi029 ceph-mon[25450]: from='mgr.14164 172.21.15.29:0/3054794178' entity='mgr.smithi029.zcayfl' 2024-09-13T05:48:45.732 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:48:45 smithi029 ceph-mon[25450]: from='mgr.14164 172.21.15.29:0/3054794178' entity='mgr.smithi029.zcayfl' 2024-09-13T05:48:45.733 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:48:45 smithi029 ceph-mon[25450]: from='mgr.14164 172.21.15.29:0/3054794178' entity='mgr.smithi029.zcayfl' 2024-09-13T05:48:45.815 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-09-13T05:48:45.816 INFO:teuthology.orchestra.run.smithi165.stdout:{"epoch":1,"fsid":"664d943a-7193-11ef-bceb-c7b262605968","modified":"2024-09-13T05:46:54.231823Z","created":"2024-09-13T05:46:54.231823Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"smithi029","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:3300","nonce":0},{"type":"v1","addr":"172.21.15.29:6789","nonce":0}]},"addr":"172.21.15.29:6789/0","public_addr":"172.21.15.29:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-13T05:48:45.816 INFO:teuthology.orchestra.run.smithi165.stderr:dumped monmap epoch 1 2024-09-13T05:48:46.482 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:48:46 smithi029 ceph-mon[25450]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:48:46.482 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:48:46 smithi029 ceph-mon[25450]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-13T05:48:46.482 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:48:46 smithi029 ceph-mon[25450]: Deploying daemon grafana.smithi029 on smithi029 2024-09-13T05:48:46.482 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:48:46 smithi029 ceph-mon[25450]: from='client.? 172.21.15.165:0/2908477558' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-13T05:48:47.377 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-13T05:48:47.377 DEBUG:teuthology.orchestra.run.smithi165:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 664d943a-7193-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-13T05:48:47.620 INFO:teuthology.orchestra.run.smithi165.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-13T05:48:47.664 INFO:teuthology.orchestra.run.smithi165.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-13T05:48:48.312 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-09-13T05:48:48.312 INFO:teuthology.orchestra.run.smithi165.stdout:{"epoch":1,"fsid":"664d943a-7193-11ef-bceb-c7b262605968","modified":"2024-09-13T05:46:54.231823Z","created":"2024-09-13T05:46:54.231823Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"smithi029","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:3300","nonce":0},{"type":"v1","addr":"172.21.15.29:6789","nonce":0}]},"addr":"172.21.15.29:6789/0","public_addr":"172.21.15.29:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-13T05:48:48.312 INFO:teuthology.orchestra.run.smithi165.stderr:dumped monmap epoch 1 2024-09-13T05:48:48.731 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:48:48 smithi029 ceph-mon[25450]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:48:48.732 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:48:48 smithi029 ceph-mon[25450]: from='client.? 172.21.15.165:0/817543199' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-13T05:48:49.917 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-13T05:48:49.918 DEBUG:teuthology.orchestra.run.smithi165:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 664d943a-7193-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-13T05:48:50.161 INFO:teuthology.orchestra.run.smithi165.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-13T05:48:50.205 INFO:teuthology.orchestra.run.smithi165.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-13T05:48:50.481 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:48:50 smithi029 ceph-mon[25450]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:48:50.482 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:48:50 smithi029 ceph-mon[25450]: from='mgr.14164 172.21.15.29:0/3054794178' entity='mgr.smithi029.zcayfl' 2024-09-13T05:48:50.838 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-09-13T05:48:50.838 INFO:teuthology.orchestra.run.smithi165.stdout:{"epoch":1,"fsid":"664d943a-7193-11ef-bceb-c7b262605968","modified":"2024-09-13T05:46:54.231823Z","created":"2024-09-13T05:46:54.231823Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"smithi029","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:3300","nonce":0},{"type":"v1","addr":"172.21.15.29:6789","nonce":0}]},"addr":"172.21.15.29:6789/0","public_addr":"172.21.15.29:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-13T05:48:50.838 INFO:teuthology.orchestra.run.smithi165.stderr:dumped monmap epoch 1 2024-09-13T05:48:51.481 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:48:51 smithi029 ceph-mon[25450]: from='client.? 172.21.15.165:0/1507336598' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-13T05:48:52.446 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-13T05:48:52.447 DEBUG:teuthology.orchestra.run.smithi165:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 664d943a-7193-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-13T05:48:52.481 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:48:52 smithi029 ceph-mon[25450]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:48:52.697 INFO:teuthology.orchestra.run.smithi165.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-13T05:48:52.748 INFO:teuthology.orchestra.run.smithi165.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-13T05:48:53.400 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-09-13T05:48:53.400 INFO:teuthology.orchestra.run.smithi165.stdout:{"epoch":1,"fsid":"664d943a-7193-11ef-bceb-c7b262605968","modified":"2024-09-13T05:46:54.231823Z","created":"2024-09-13T05:46:54.231823Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"smithi029","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:3300","nonce":0},{"type":"v1","addr":"172.21.15.29:6789","nonce":0}]},"addr":"172.21.15.29:6789/0","public_addr":"172.21.15.29:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-13T05:48:53.401 INFO:teuthology.orchestra.run.smithi165.stderr:dumped monmap epoch 1 2024-09-13T05:48:54.403 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:48:54 smithi029 ceph-mon[25450]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:48:54.403 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:48:54 smithi029 ceph-mon[25450]: from='client.? 172.21.15.165:0/1066310008' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-13T05:48:54.994 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-13T05:48:54.995 DEBUG:teuthology.orchestra.run.smithi165:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 664d943a-7193-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-13T05:48:55.240 INFO:teuthology.orchestra.run.smithi165.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-13T05:48:55.283 INFO:teuthology.orchestra.run.smithi165.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-13T05:48:55.940 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-09-13T05:48:55.940 INFO:teuthology.orchestra.run.smithi165.stdout:{"epoch":1,"fsid":"664d943a-7193-11ef-bceb-c7b262605968","modified":"2024-09-13T05:46:54.231823Z","created":"2024-09-13T05:46:54.231823Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"smithi029","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:3300","nonce":0},{"type":"v1","addr":"172.21.15.29:6789","nonce":0}]},"addr":"172.21.15.29:6789/0","public_addr":"172.21.15.29:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-13T05:48:55.940 INFO:teuthology.orchestra.run.smithi165.stderr:dumped monmap epoch 1 2024-09-13T05:48:56.313 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:48:56 smithi029 ceph-mon[25450]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:48:56.313 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:48:56 smithi029 ceph-mon[25450]: from='client.? 172.21.15.165:0/4117825056' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-13T05:48:57.367 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:48:57 smithi029 ceph-mon[25450]: from='mgr.14164 172.21.15.29:0/3054794178' entity='mgr.smithi029.zcayfl' 2024-09-13T05:48:57.367 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:48:57 smithi029 ceph-mon[25450]: from='mgr.14164 172.21.15.29:0/3054794178' entity='mgr.smithi029.zcayfl' 2024-09-13T05:48:57.367 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:48:57 smithi029 ceph-mon[25450]: from='mgr.14164 172.21.15.29:0/3054794178' entity='mgr.smithi029.zcayfl' 2024-09-13T05:48:57.367 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:48:57 smithi029 ceph-mon[25450]: from='mgr.14164 172.21.15.29:0/3054794178' entity='mgr.smithi029.zcayfl' 2024-09-13T05:48:57.367 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:48:57 smithi029 ceph-mon[25450]: from='mgr.14164 172.21.15.29:0/3054794178' entity='mgr.smithi029.zcayfl' 2024-09-13T05:48:57.367 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:48:57 smithi029 ceph-mon[25450]: from='mgr.14164 172.21.15.29:0/3054794178' entity='mgr.smithi029.zcayfl' 2024-09-13T05:48:57.367 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:48:57 smithi029 ceph-mon[25450]: from='mgr.14164 172.21.15.29:0/3054794178' entity='mgr.smithi029.zcayfl' 2024-09-13T05:48:57.368 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:48:57 smithi029 ceph-mon[25450]: from='mgr.14164 172.21.15.29:0/3054794178' entity='mgr.smithi029.zcayfl' 2024-09-13T05:48:57.368 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:48:57 smithi029 ceph-mon[25450]: Deploying daemon prometheus.smithi029 on smithi029 2024-09-13T05:48:57.539 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-13T05:48:57.539 DEBUG:teuthology.orchestra.run.smithi165:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 664d943a-7193-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-13T05:48:57.781 INFO:teuthology.orchestra.run.smithi165.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-13T05:48:57.824 INFO:teuthology.orchestra.run.smithi165.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-13T05:48:58.481 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:48:58 smithi029 ceph-mon[25450]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:48:58.501 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-09-13T05:48:58.501 INFO:teuthology.orchestra.run.smithi165.stdout:{"epoch":1,"fsid":"664d943a-7193-11ef-bceb-c7b262605968","modified":"2024-09-13T05:46:54.231823Z","created":"2024-09-13T05:46:54.231823Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"smithi029","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:3300","nonce":0},{"type":"v1","addr":"172.21.15.29:6789","nonce":0}]},"addr":"172.21.15.29:6789/0","public_addr":"172.21.15.29:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-13T05:48:58.501 INFO:teuthology.orchestra.run.smithi165.stderr:dumped monmap epoch 1 2024-09-13T05:48:59.482 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:48:59 smithi029 ceph-mon[25450]: from='client.? 172.21.15.165:0/3397285728' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-13T05:48:59.482 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:48:59 smithi029 ceph-mon[25450]: from='mgr.14164 172.21.15.29:0/3054794178' entity='mgr.smithi029.zcayfl' 2024-09-13T05:49:00.083 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-13T05:49:00.083 DEBUG:teuthology.orchestra.run.smithi165:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 664d943a-7193-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-13T05:49:00.481 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:49:00 smithi029 ceph-mon[25450]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:49:00.541 INFO:teuthology.orchestra.run.smithi165.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-13T05:49:00.584 INFO:teuthology.orchestra.run.smithi165.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-13T05:49:01.218 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-09-13T05:49:01.219 INFO:teuthology.orchestra.run.smithi165.stdout:{"epoch":1,"fsid":"664d943a-7193-11ef-bceb-c7b262605968","modified":"2024-09-13T05:46:54.231823Z","created":"2024-09-13T05:46:54.231823Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"smithi029","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:3300","nonce":0},{"type":"v1","addr":"172.21.15.29:6789","nonce":0}]},"addr":"172.21.15.29:6789/0","public_addr":"172.21.15.29:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-13T05:49:01.219 INFO:teuthology.orchestra.run.smithi165.stderr:dumped monmap epoch 1 2024-09-13T05:49:01.481 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:49:01 smithi029 ceph-mon[25450]: from='client.? 172.21.15.165:0/963159617' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-13T05:49:02.481 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:49:02 smithi029 ceph-mon[25450]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:49:02.754 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-13T05:49:02.755 DEBUG:teuthology.orchestra.run.smithi165:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 664d943a-7193-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-13T05:49:02.990 INFO:teuthology.orchestra.run.smithi165.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-13T05:49:03.033 INFO:teuthology.orchestra.run.smithi165.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-13T05:49:03.732 INFO:teuthology.orchestra.run.smithi165.stdout: 2024-09-13T05:49:03.732 INFO:teuthology.orchestra.run.smithi165.stdout:{"epoch":1,"fsid":"664d943a-7193-11ef-bceb-c7b262605968","modified":"2024-09-13T05:46:54.231823Z","created":"2024-09-13T05:46:54.231823Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"smithi029","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:3300","nonce":0},{"type":"v1","addr":"172.21.15.29:6789","nonce":0}]},"addr":"172.21.15.29:6789/0","public_addr":"172.21.15.29:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-13T05:49:03.732 INFO:teuthology.orchestra.run.smithi165.stderr:dumped monmap epoch 1 2024-09-13T05:49:04.455 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:49:04 smithi029 ceph-mon[25450]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:49:04.455 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 13 05:49:04 smithi029 ceph-mon[25450]: from='client.? 172.21.15.165:0/375079660' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-13T05:49:04.896 DEBUG:teuthology.exit:Got signal 15; running 1 handler... 2024-09-13T05:49:04.896 DEBUG:teuthology.task.console_log:Killing console logger for smithi029 2024-09-13T05:49:04.897 DEBUG:teuthology.task.console_log:Killing console logger for smithi165 2024-09-13T05:49:04.897 DEBUG:teuthology.exit:Finished running handlers